From owner-svn-ports-all@freebsd.org Sun May 5 00:02:14 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2FBDB159C827; Sun, 5 May 2019 00:02:14 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C3BBC765C1; Sun, 5 May 2019 00:02:13 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9DD6EFAF9; Sun, 5 May 2019 00:02:13 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4502DU7042200; Sun, 5 May 2019 00:02:13 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4502DAI042198; Sun, 5 May 2019 00:02:13 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905050002.x4502DAI042198@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 5 May 2019 00:02:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500842 - head/math/blaze X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/blaze X-SVN-Commit-Revision: 500842 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C3BBC765C1 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.967,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 05 May 2019 00:02:14 -0000 Author: yuri Date: Sun May 5 00:02:12 2019 New Revision: 500842 URL: https://svnweb.freebsd.org/changeset/ports/500842 Log: math/blaze: Update 3.4 -> 3.5 Modified: head/math/blaze/Makefile head/math/blaze/distinfo head/math/blaze/pkg-plist Modified: head/math/blaze/Makefile ============================================================================== --- head/math/blaze/Makefile Sat May 4 23:41:40 2019 (r500841) +++ head/math/blaze/Makefile Sun May 5 00:02:12 2019 (r500842) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= blaze -DISTVERSION= 3.4 -PORTREVISION= 4 +DISTVERSION= 3.5 CATEGORIES= math MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/downloads/ Modified: head/math/blaze/distinfo ============================================================================== --- head/math/blaze/distinfo Sat May 4 23:41:40 2019 (r500841) +++ head/math/blaze/distinfo Sun May 5 00:02:12 2019 (r500842) @@ -1,3 +1,3 @@ -TIMESTAMP = 1535401885 -SHA256 (blaze-3.4.tar.gz) = fd474ab479e81d31edf27d4a529706b418f874caa7b046c67489128c20dda66f -SIZE (blaze-3.4.tar.gz) = 7595722 +TIMESTAMP = 1557014218 +SHA256 (blaze-3.5.tar.gz) = f50d4a57796b8012d3e6d416667d9abe6f4d95994eb9deb86cd4491381dec624 +SIZE (blaze-3.5.tar.gz) = 8358499 Modified: head/math/blaze/pkg-plist ============================================================================== --- head/math/blaze/pkg-plist Sat May 4 23:41:40 2019 (r500841) +++ head/math/blaze/pkg-plist Sun May 5 00:02:12 2019 (r500842) @@ -77,9 +77,13 @@ include/blaze/math/TransposeFlag.h include/blaze/math/TypeTraits.h include/blaze/math/UniLowerMatrix.h include/blaze/math/UniUpperMatrix.h +include/blaze/math/UniformMatrix.h +include/blaze/math/UniformVector.h include/blaze/math/UpperMatrix.h include/blaze/math/Vector.h include/blaze/math/Views.h +include/blaze/math/ZeroMatrix.h +include/blaze/math/ZeroVector.h include/blaze/math/adaptors/Adaptors.h include/blaze/math/adaptors/DiagonalMatrix.h include/blaze/math/adaptors/Forward.h @@ -158,6 +162,7 @@ include/blaze/math/constraints/Column.h include/blaze/math/constraints/ColumnMajorMatrix.h include/blaze/math/constraints/ColumnVector.h include/blaze/math/constraints/Columns.h +include/blaze/math/constraints/Commutative.h include/blaze/math/constraints/Computation.h include/blaze/math/constraints/ConstDataAccess.h include/blaze/math/constraints/Constraints.h @@ -177,6 +182,7 @@ include/blaze/math/constraints/Diagonal.h include/blaze/math/constraints/DivExpr.h include/blaze/math/constraints/Elements.h include/blaze/math/constraints/EvalExpr.h +include/blaze/math/constraints/ExpandExpr.h include/blaze/math/constraints/Expression.h include/blaze/math/constraints/General.h include/blaze/math/constraints/Hermitian.h @@ -205,6 +211,7 @@ include/blaze/math/constraints/NumericVector.h include/blaze/math/constraints/Operation.h include/blaze/math/constraints/OpposedView.h include/blaze/math/constraints/Padded.h +include/blaze/math/constraints/PaddingEnabled.h include/blaze/math/constraints/Proxy.h include/blaze/math/constraints/ReduceExpr.h include/blaze/math/constraints/RequiresEvaluation.h @@ -246,6 +253,7 @@ include/blaze/math/constraints/UniUpper.h include/blaze/math/constraints/Uniform.h include/blaze/math/constraints/Upper.h include/blaze/math/constraints/VecEvalExpr.h +include/blaze/math/constraints/VecExpandExpr.h include/blaze/math/constraints/VecMapExpr.h include/blaze/math/constraints/VecScalarDivExpr.h include/blaze/math/constraints/VecScalarMultExpr.h @@ -259,6 +267,7 @@ include/blaze/math/constraints/VecVecMultExpr.h include/blaze/math/constraints/VecVecSubExpr.h include/blaze/math/constraints/Vector.h include/blaze/math/constraints/View.h +include/blaze/math/constraints/Zero.h include/blaze/math/dense/CustomMatrix.h include/blaze/math/dense/CustomVector.h include/blaze/math/dense/DenseIterator.h @@ -284,6 +293,9 @@ include/blaze/math/dense/RQ.h include/blaze/math/dense/SVD.h include/blaze/math/dense/StaticMatrix.h include/blaze/math/dense/StaticVector.h +include/blaze/math/dense/UniformIterator.h +include/blaze/math/dense/UniformMatrix.h +include/blaze/math/dense/UniformVector.h include/blaze/math/expressions/AddExpr.h include/blaze/math/expressions/BinaryMapExpr.h include/blaze/math/expressions/Computation.h @@ -315,6 +327,7 @@ include/blaze/math/expressions/DMatSVecMultExpr.h include/blaze/math/expressions/DMatScalarDivExpr.h include/blaze/math/expressions/DMatScalarMultExpr.h include/blaze/math/expressions/DMatSerialExpr.h +include/blaze/math/expressions/DMatSoftmaxExpr.h include/blaze/math/expressions/DMatTDMatAddExpr.h include/blaze/math/expressions/DMatTDMatMapExpr.h include/blaze/math/expressions/DMatTDMatMultExpr.h @@ -336,6 +349,7 @@ include/blaze/math/expressions/DVecDVecMultExpr.h include/blaze/math/expressions/DVecDVecOuterExpr.h include/blaze/math/expressions/DVecDVecSubExpr.h include/blaze/math/expressions/DVecEvalExpr.h +include/blaze/math/expressions/DVecExpandExpr.h include/blaze/math/expressions/DVecMapExpr.h include/blaze/math/expressions/DVecNormExpr.h include/blaze/math/expressions/DVecReduceExpr.h @@ -349,6 +363,7 @@ include/blaze/math/expressions/DVecSVecSubExpr.h include/blaze/math/expressions/DVecScalarDivExpr.h include/blaze/math/expressions/DVecScalarMultExpr.h include/blaze/math/expressions/DVecSerialExpr.h +include/blaze/math/expressions/DVecSoftmaxExpr.h include/blaze/math/expressions/DVecTransExpr.h include/blaze/math/expressions/DVecTransposer.h include/blaze/math/expressions/DeclDiagExpr.h @@ -362,6 +377,8 @@ include/blaze/math/expressions/DenseMatrix.h include/blaze/math/expressions/DenseVector.h include/blaze/math/expressions/DivExpr.h include/blaze/math/expressions/EvalExpr.h +include/blaze/math/expressions/ExpandExpr.h +include/blaze/math/expressions/ExpandExprData.h include/blaze/math/expressions/Expression.h include/blaze/math/expressions/Forward.h include/blaze/math/expressions/MatEvalExpr.h @@ -418,6 +435,7 @@ include/blaze/math/expressions/SVecDVecMultExpr.h include/blaze/math/expressions/SVecDVecOuterExpr.h include/blaze/math/expressions/SVecDVecSubExpr.h include/blaze/math/expressions/SVecEvalExpr.h +include/blaze/math/expressions/SVecExpandExpr.h include/blaze/math/expressions/SVecMapExpr.h include/blaze/math/expressions/SVecNormExpr.h include/blaze/math/expressions/SVecReduceExpr.h @@ -472,6 +490,7 @@ include/blaze/math/expressions/TransExpr.h include/blaze/math/expressions/Transformation.h include/blaze/math/expressions/UnaryMapExpr.h include/blaze/math/expressions/VecEvalExpr.h +include/blaze/math/expressions/VecExpandExpr.h include/blaze/math/expressions/VecMapExpr.h include/blaze/math/expressions/VecScalarDivExpr.h include/blaze/math/expressions/VecScalarMultExpr.h @@ -510,6 +529,7 @@ include/blaze/math/functors/DeclId.h include/blaze/math/functors/DeclLow.h include/blaze/math/functors/DeclSym.h include/blaze/math/functors/DeclUpp.h +include/blaze/math/functors/DeclZero.h include/blaze/math/functors/Div.h include/blaze/math/functors/DivAssign.h include/blaze/math/functors/Erf.h @@ -553,6 +573,7 @@ include/blaze/math/functors/Serial.h include/blaze/math/functors/Sign.h include/blaze/math/functors/Sin.h include/blaze/math/functors/Sinh.h +include/blaze/math/functors/SqrAbs.h include/blaze/math/functors/Sqrt.h include/blaze/math/functors/Sub.h include/blaze/math/functors/SubAssign.h @@ -825,6 +846,8 @@ include/blaze/math/sparse/SparseMatrix.h include/blaze/math/sparse/SparseVector.h include/blaze/math/sparse/ValueIndexPair.h include/blaze/math/sparse/VectorAccessProxy.h +include/blaze/math/sparse/ZeroMatrix.h +include/blaze/math/sparse/ZeroVector.h include/blaze/math/traits/AddTrait.h include/blaze/math/traits/BandTrait.h include/blaze/math/traits/ColumnTrait.h @@ -836,9 +859,11 @@ include/blaze/math/traits/DeclIdTrait.h include/blaze/math/traits/DeclLowTrait.h include/blaze/math/traits/DeclSymTrait.h include/blaze/math/traits/DeclUppTrait.h +include/blaze/math/traits/DeclZeroTrait.h include/blaze/math/traits/DerestrictTrait.h include/blaze/math/traits/DivTrait.h include/blaze/math/traits/ElementsTrait.h +include/blaze/math/traits/ExpandTrait.h include/blaze/math/traits/MapTrait.h include/blaze/math/traits/MultTrait.h include/blaze/math/traits/ReduceTrait.h @@ -876,6 +901,7 @@ include/blaze/math/typetraits/HasHypot.h include/blaze/math/typetraits/HasImag.h include/blaze/math/typetraits/HasInvCbrt.h include/blaze/math/typetraits/HasInvSqrt.h +include/blaze/math/typetraits/HasLoad.h include/blaze/math/typetraits/HasLog.h include/blaze/math/typetraits/HasLog10.h include/blaze/math/typetraits/HasLog2.h @@ -946,6 +972,7 @@ include/blaze/math/typetraits/IsColumn.h include/blaze/math/typetraits/IsColumnMajorMatrix.h include/blaze/math/typetraits/IsColumnVector.h include/blaze/math/typetraits/IsColumns.h +include/blaze/math/typetraits/IsCommutative.h include/blaze/math/typetraits/IsComputation.h include/blaze/math/typetraits/IsContiguous.h include/blaze/math/typetraits/IsCrossExpr.h @@ -963,6 +990,7 @@ include/blaze/math/typetraits/IsDiagonal.h include/blaze/math/typetraits/IsDivExpr.h include/blaze/math/typetraits/IsElements.h include/blaze/math/typetraits/IsEvalExpr.h +include/blaze/math/typetraits/IsExpandExpr.h include/blaze/math/typetraits/IsExpression.h include/blaze/math/typetraits/IsGeneral.h include/blaze/math/typetraits/IsHermitian.h @@ -990,6 +1018,7 @@ include/blaze/math/typetraits/IsNumericVector.h include/blaze/math/typetraits/IsOperation.h include/blaze/math/typetraits/IsOpposedView.h include/blaze/math/typetraits/IsPadded.h +include/blaze/math/typetraits/IsPaddingEnabled.h include/blaze/math/typetraits/IsProxy.h include/blaze/math/typetraits/IsReduceExpr.h include/blaze/math/typetraits/IsResizable.h @@ -1029,6 +1058,7 @@ include/blaze/math/typetraits/IsUniUpper.h include/blaze/math/typetraits/IsUniform.h include/blaze/math/typetraits/IsUpper.h include/blaze/math/typetraits/IsVecEvalExpr.h +include/blaze/math/typetraits/IsVecExpandExpr.h include/blaze/math/typetraits/IsVecMapExpr.h include/blaze/math/typetraits/IsVecScalarDivExpr.h include/blaze/math/typetraits/IsVecScalarMultExpr.h @@ -1042,6 +1072,7 @@ include/blaze/math/typetraits/IsVecVecMultExpr.h include/blaze/math/typetraits/IsVecVecSubExpr.h include/blaze/math/typetraits/IsVector.h include/blaze/math/typetraits/IsView.h +include/blaze/math/typetraits/IsZero.h include/blaze/math/typetraits/LowType.h include/blaze/math/typetraits/MaxSize.h include/blaze/math/typetraits/RemoveAdaptor.h @@ -1065,7 +1096,9 @@ include/blaze/math/typetraits/YieldsTriangular.h include/blaze/math/typetraits/YieldsUniLower.h include/blaze/math/typetraits/YieldsUniTriangular.h include/blaze/math/typetraits/YieldsUniUpper.h +include/blaze/math/typetraits/YieldsUniform.h include/blaze/math/typetraits/YieldsUpper.h +include/blaze/math/typetraits/YieldsZero.h include/blaze/math/views/Band.h include/blaze/math/views/Check.h include/blaze/math/views/Column.h @@ -1132,6 +1165,7 @@ include/blaze/system/Random.h include/blaze/system/Restrict.h include/blaze/system/SMP.h include/blaze/system/Signature.h +include/blaze/system/Standard.h include/blaze/system/StorageOrder.h include/blaze/system/System.h include/blaze/system/Thresholds.h @@ -1175,7 +1209,7 @@ include/blaze/util/Policies.h include/blaze/util/Random.h include/blaze/util/Serialization.h include/blaze/util/Singleton.h -include/blaze/util/SmallVector.h +include/blaze/util/SmallArray.h include/blaze/util/StaticAssert.h include/blaze/util/Suffix.h include/blaze/util/Template.h @@ -1283,6 +1317,7 @@ include/blaze/util/serialization/Archive.h include/blaze/util/serialization/Serialization.h include/blaze/util/singleton/Dependency.h include/blaze/util/singleton/Singleton.h +include/blaze/util/smallarray/SmallArrayData.h include/blaze/util/threadpool/Task.h include/blaze/util/threadpool/TaskQueue.h include/blaze/util/threadpool/ThreadPool.h @@ -1309,6 +1344,8 @@ include/blaze/util/typetraits/AddReference.h include/blaze/util/typetraits/AddVolatile.h include/blaze/util/typetraits/AlignmentOf.h include/blaze/util/typetraits/All.h +include/blaze/util/typetraits/AlwaysFalse.h +include/blaze/util/typetraits/AlwaysTrue.h include/blaze/util/typetraits/Any.h include/blaze/util/typetraits/CommonType.h include/blaze/util/typetraits/Decay.h From owner-svn-ports-all@freebsd.org Sun May 5 00:39:27 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 08242159D1F9; Sun, 5 May 2019 00:39:27 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A5A6B7752D; Sun, 5 May 2019 00:39:26 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 72FA318119; Sun, 5 May 2019 00:39:26 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x450dQCx058640; Sun, 5 May 2019 00:39:26 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x450dPY1058634; Sun, 5 May 2019 00:39:25 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905050039.x450dPY1058634@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 5 May 2019 00:39:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500843 - in head/devel: . thrust thrust/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/devel: . thrust thrust/files X-SVN-Commit-Revision: 500843 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A5A6B7752D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 05 May 2019 00:39:27 -0000 Author: yuri Date: Sun May 5 00:39:24 2019 New Revision: 500843 URL: https://svnweb.freebsd.org/changeset/ports/500843 Log: New port: devel/thrust: C++ parallel programming library which resembles the C++ STL Added: head/devel/thrust/ head/devel/thrust/Makefile (contents, props changed) head/devel/thrust/distinfo (contents, props changed) head/devel/thrust/files/ head/devel/thrust/files/patch-CMakeLists.txt (contents, props changed) head/devel/thrust/pkg-descr (contents, props changed) head/devel/thrust/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun May 5 00:02:12 2019 (r500842) +++ head/devel/Makefile Sun May 5 00:39:24 2019 (r500843) @@ -6335,6 +6335,7 @@ SUBDIR += thrift SUBDIR += thrift-c_glib SUBDIR += thrift-cpp + SUBDIR += thrust SUBDIR += thunar-vcs-plugin SUBDIR += ticcutils SUBDIR += tig Added: head/devel/thrust/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/thrust/Makefile Sun May 5 00:39:24 2019 (r500843) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= thrust +DISTVERSION= 1.9.4 +CATEGORIES= devel + +MAINTAINER= yuri@FreeBSD.org +COMMENT= C++ parallel programming library which resembles the C++ STL + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= cmake +USE_GITHUB= yes + +NO_ARCH= yes + +do-test: # tests freeze: https://github.com/thrust/thrust/issues/981 + @cd ${BUILD_WRKSRC} && \ + ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DENABLE_TESTING:BOOL=ON ${CMAKE_SOURCE_PATH} && \ + ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ + ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test + +.include Added: head/devel/thrust/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/thrust/distinfo Sun May 5 00:39:24 2019 (r500843) @@ -0,0 +1,3 @@ +TIMESTAMP = 1557015932 +SHA256 (thrust-thrust-1.9.4_GH0.tar.gz) = 41931a7d73331fc39c6bea56d1eb8d4d8bbf7c73688979bbdab0e55772f538d1 +SIZE (thrust-thrust-1.9.4_GH0.tar.gz) = 1119467 Added: head/devel/thrust/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/thrust/files/patch-CMakeLists.txt Sun May 5 00:39:24 2019 (r500843) @@ -0,0 +1,21 @@ +--- CMakeLists.txt.orig 2019-01-29 23:00:07 UTC ++++ CMakeLists.txt +@@ -350,9 +350,15 @@ add_custom_target(install-thrust + ) + + # add examples, testing and performance testing targets +-add_subdirectory(examples) +-add_subdirectory(testing) +-add_subdirectory(performance) ++if (ENABLE_EXAMPLES) ++ add_subdirectory(examples) ++endif() ++if (ENABLE_TESTING) ++ add_subdirectory(testing) ++endif() ++if (ENABLE_PERFORMANCE) ++ add_subdirectory(performance) ++endif() + + ### make zip acrhive + Added: head/devel/thrust/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/thrust/pkg-descr Sun May 5 00:39:24 2019 (r500843) @@ -0,0 +1,7 @@ +Thrust is a parallel algorithms library which resembles the C++ Standard +Template Library (STL). Thrust's high-level interface greatly enhances +programmer productivity while enabling performance portability between GPUs and +multicore CPUs. Interoperability with established technologies (such as CUDA, +TBB, and OpenMP) facilitates integration with existing software. + +WWW: https://thrust.github.io/ Added: head/devel/thrust/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/thrust/pkg-plist Sun May 5 00:39:24 2019 (r500843) @@ -0,0 +1,890 @@ +thrust/CHANGELOG +thrust/addressof.h +thrust/adjacent_difference.h +thrust/advance.h +thrust/allocate_unique.h +thrust/async/copy.h +thrust/async/for_each.h +thrust/async/reduce.h +thrust/async/sort.h +thrust/async/transform.h +thrust/binary_search.h +thrust/complex.h +thrust/copy.h +thrust/count.h +thrust/detail/adjacent_difference.inl +thrust/detail/advance.inl +thrust/detail/alignment.h +thrust/detail/allocator/allocator_traits.h +thrust/detail/allocator/allocator_traits.inl +thrust/detail/allocator/copy_construct_range.h +thrust/detail/allocator/copy_construct_range.inl +thrust/detail/allocator/default_construct_range.h +thrust/detail/allocator/default_construct_range.inl +thrust/detail/allocator/destroy_range.h +thrust/detail/allocator/destroy_range.inl +thrust/detail/allocator/fill_construct_range.h +thrust/detail/allocator/fill_construct_range.inl +thrust/detail/allocator/malloc_allocator.h +thrust/detail/allocator/malloc_allocator.inl +thrust/detail/allocator/no_throw_allocator.h +thrust/detail/allocator/tagged_allocator.h +thrust/detail/allocator/tagged_allocator.inl +thrust/detail/allocator/temporary_allocator.h +thrust/detail/allocator/temporary_allocator.inl +thrust/detail/allocator_aware_execution_policy.h +thrust/detail/binary_search.inl +thrust/detail/complex/arithmetic.h +thrust/detail/complex/c99math.h +thrust/detail/complex/catrig.h +thrust/detail/complex/catrigf.h +thrust/detail/complex/ccosh.h +thrust/detail/complex/ccoshf.h +thrust/detail/complex/cexp.h +thrust/detail/complex/cexpf.h +thrust/detail/complex/clog.h +thrust/detail/complex/clogf.h +thrust/detail/complex/complex.inl +thrust/detail/complex/cpow.h +thrust/detail/complex/cproj.h +thrust/detail/complex/csinh.h +thrust/detail/complex/csinhf.h +thrust/detail/complex/csqrt.h +thrust/detail/complex/csqrtf.h +thrust/detail/complex/ctanh.h +thrust/detail/complex/ctanhf.h +thrust/detail/complex/math_private.h +thrust/detail/complex/stream.h +thrust/detail/config.h +thrust/detail/config/compiler.h +thrust/detail/config/compiler_fence.h +thrust/detail/config/config.h +thrust/detail/config/cpp_compatibility.h +thrust/detail/config/cpp_dialect.h +thrust/detail/config/debug.h +thrust/detail/config/device_system.h +thrust/detail/config/exec_check_disable.h +thrust/detail/config/forceinline.h +thrust/detail/config/global_workarounds.h +thrust/detail/config/host_device.h +thrust/detail/config/host_system.h +thrust/detail/config/simple_defines.h +thrust/detail/contiguous_storage.h +thrust/detail/contiguous_storage.inl +thrust/detail/copy.h +thrust/detail/copy.inl +thrust/detail/copy_if.h +thrust/detail/copy_if.inl +thrust/detail/count.inl +thrust/detail/cpp11_required.h +thrust/detail/cstdint.h +thrust/detail/dependencies_aware_execution_policy.h +thrust/detail/device_delete.inl +thrust/detail/device_free.inl +thrust/detail/device_malloc.inl +thrust/detail/device_new.inl +thrust/detail/device_ptr.inl +thrust/detail/device_reference.inl +thrust/detail/device_vector.inl +thrust/detail/distance.inl +thrust/detail/equal.inl +thrust/detail/event_error.h +thrust/detail/execute_with_allocator.h +thrust/detail/execute_with_allocator_fwd.h +thrust/detail/execute_with_dependencies.h +thrust/detail/execution_policy.h +thrust/detail/extrema.inl +thrust/detail/fill.inl +thrust/detail/find.inl +thrust/detail/for_each.inl +thrust/detail/function.h +thrust/detail/functional.inl +thrust/detail/functional/actor.h +thrust/detail/functional/actor.inl +thrust/detail/functional/argument.h +thrust/detail/functional/composite.h +thrust/detail/functional/operators.h +thrust/detail/functional/operators/arithmetic_operators.h +thrust/detail/functional/operators/assignment_operator.h +thrust/detail/functional/operators/bitwise_operators.h +thrust/detail/functional/operators/compound_assignment_operators.h +thrust/detail/functional/operators/logical_operators.h +thrust/detail/functional/operators/operator_adaptors.h +thrust/detail/functional/operators/relational_operators.h +thrust/detail/functional/placeholder.h +thrust/detail/functional/value.h +thrust/detail/gather.inl +thrust/detail/generate.inl +thrust/detail/get_iterator_value.h +thrust/detail/host_vector.inl +thrust/detail/inner_product.inl +thrust/detail/integer_math.h +thrust/detail/integer_traits.h +thrust/detail/internal_functional.h +thrust/detail/logical.inl +thrust/detail/malloc_and_free.h +thrust/detail/memory_algorithms.h +thrust/detail/merge.inl +thrust/detail/minmax.h +thrust/detail/mismatch.inl +thrust/detail/modern_gcc_required.h +thrust/detail/mpl/math.h +thrust/detail/numeric_traits.h +thrust/detail/overlapped_copy.h +thrust/detail/pair.inl +thrust/detail/partition.inl +thrust/detail/pointer.h +thrust/detail/pointer.inl +thrust/detail/preprocessor.h +thrust/detail/range/head_flags.h +thrust/detail/range/tail_flags.h +thrust/detail/raw_pointer_cast.h +thrust/detail/raw_reference_cast.h +thrust/detail/reduce.inl +thrust/detail/reference.h +thrust/detail/reference.inl +thrust/detail/reference_forward_declaration.h +thrust/detail/remove.inl +thrust/detail/replace.inl +thrust/detail/reverse.inl +thrust/detail/scan.inl +thrust/detail/scatter.inl +thrust/detail/select_system.h +thrust/detail/seq.h +thrust/detail/sequence.inl +thrust/detail/set_operations.inl +thrust/detail/sort.inl +thrust/detail/static_assert.h +thrust/detail/static_map.h +thrust/detail/swap.h +thrust/detail/swap.inl +thrust/detail/swap_ranges.inl +thrust/detail/tabulate.inl +thrust/detail/temporary_array.h +thrust/detail/temporary_array.inl +thrust/detail/temporary_buffer.h +thrust/detail/transform.inl +thrust/detail/transform_reduce.inl +thrust/detail/transform_scan.inl +thrust/detail/trivial_sequence.h +thrust/detail/tuple.inl +thrust/detail/tuple_algorithms.h +thrust/detail/tuple_meta_transform.h +thrust/detail/tuple_transform.h +thrust/detail/type_deduction.h +thrust/detail/type_traits.h +thrust/detail/type_traits/algorithm/intermediate_type_from_function_and_iterators.h +thrust/detail/type_traits/function_traits.h +thrust/detail/type_traits/has_member_function.h +thrust/detail/type_traits/has_nested_type.h +thrust/detail/type_traits/has_trivial_assign.h +thrust/detail/type_traits/is_call_possible.h +thrust/detail/type_traits/is_metafunction_defined.h +thrust/detail/type_traits/iterator/is_discard_iterator.h +thrust/detail/type_traits/iterator/is_output_iterator.h +thrust/detail/type_traits/minimum_type.h +thrust/detail/type_traits/pointer_traits.h +thrust/detail/type_traits/result_of_adaptable_function.h +thrust/detail/uninitialized_copy.inl +thrust/detail/uninitialized_fill.inl +thrust/detail/unique.inl +thrust/detail/use_default.h +thrust/detail/util/align.h +thrust/detail/util/blocking.h +thrust/detail/vector_base.h +thrust/detail/vector_base.inl +thrust/device_allocator.h +thrust/device_delete.h +thrust/device_free.h +thrust/device_make_unique.h +thrust/device_malloc.h +thrust/device_malloc_allocator.h +thrust/device_new.h +thrust/device_new_allocator.h +thrust/device_ptr.h +thrust/device_reference.h +thrust/device_vector.h +thrust/distance.h +thrust/equal.h +thrust/event.h +thrust/execution_policy.h +thrust/extrema.h +thrust/fill.h +thrust/find.h +thrust/for_each.h +thrust/functional.h +thrust/future.h +thrust/gather.h +thrust/generate.h +thrust/host_vector.h +thrust/inner_product.h +thrust/iterator/constant_iterator.h +thrust/iterator/counting_iterator.h +thrust/iterator/detail/any_assign.h +thrust/iterator/detail/any_system_tag.h +thrust/iterator/detail/constant_iterator_base.h +thrust/iterator/detail/counting_iterator.inl +thrust/iterator/detail/device_system_tag.h +thrust/iterator/detail/discard_iterator_base.h +thrust/iterator/detail/distance_from_result.h +thrust/iterator/detail/host_system_tag.h +thrust/iterator/detail/is_iterator_category.h +thrust/iterator/detail/iterator_adaptor_base.h +thrust/iterator/detail/iterator_category_to_system.h +thrust/iterator/detail/iterator_category_to_traversal.h +thrust/iterator/detail/iterator_category_with_system_and_traversal.h +thrust/iterator/detail/iterator_facade_category.h +thrust/iterator/detail/iterator_traits.inl +thrust/iterator/detail/iterator_traversal_tags.h +thrust/iterator/detail/join_iterator.h +thrust/iterator/detail/minimum_category.h +thrust/iterator/detail/minimum_system.h +thrust/iterator/detail/normal_iterator.h +thrust/iterator/detail/permutation_iterator_base.h +thrust/iterator/detail/retag.h +thrust/iterator/detail/reverse_iterator.inl +thrust/iterator/detail/reverse_iterator_base.h +thrust/iterator/detail/tagged_iterator.h +thrust/iterator/detail/transform_iterator.inl +thrust/iterator/detail/transform_output_iterator.inl +thrust/iterator/detail/tuple_of_iterator_references.h +thrust/iterator/detail/universal_categories.h +thrust/iterator/detail/zip_iterator.inl +thrust/iterator/detail/zip_iterator_base.h +thrust/iterator/discard_iterator.h +thrust/iterator/iterator_adaptor.h +thrust/iterator/iterator_categories.h +thrust/iterator/iterator_facade.h +thrust/iterator/iterator_traits.h +thrust/iterator/permutation_iterator.h +thrust/iterator/retag.h +thrust/iterator/reverse_iterator.h +thrust/iterator/transform_iterator.h +thrust/iterator/transform_output_iterator.h +thrust/iterator/zip_iterator.h +thrust/limits.h +thrust/logical.h +thrust/memory.h +thrust/memory/detail/device_system_resource.h +thrust/memory/detail/host_system_resource.h +thrust/merge.h +thrust/mismatch.h +thrust/mr/allocator.h +thrust/mr/detail/config.h +thrust/mr/disjoint_pool.h +thrust/mr/disjoint_sync_pool.h +thrust/mr/disjoint_tls_pool.h +thrust/mr/fancy_pointer_resource.h +thrust/mr/memory_resource.h +thrust/mr/new.h +thrust/mr/polymorphic_adaptor.h +thrust/mr/pool.h +thrust/mr/pool_options.h +thrust/mr/sync_pool.h +thrust/mr/tls_pool.h +thrust/mr/validator.h +thrust/optional.h +thrust/pair.h +thrust/partition.h +thrust/per_device_resource.h +thrust/random.h +thrust/random/detail/discard_block_engine.inl +thrust/random/detail/linear_congruential_engine.inl +thrust/random/detail/linear_congruential_engine_discard.h +thrust/random/detail/linear_feedback_shift_engine.inl +thrust/random/detail/linear_feedback_shift_engine_wordmask.h +thrust/random/detail/mod.h +thrust/random/detail/normal_distribution.inl +thrust/random/detail/normal_distribution_base.h +thrust/random/detail/random_core_access.h +thrust/random/detail/subtract_with_carry_engine.inl +thrust/random/detail/uniform_int_distribution.inl +thrust/random/detail/uniform_real_distribution.inl +thrust/random/detail/xor_combine_engine.inl +thrust/random/detail/xor_combine_engine_max.h +thrust/random/discard_block_engine.h +thrust/random/linear_congruential_engine.h +thrust/random/linear_feedback_shift_engine.h +thrust/random/normal_distribution.h +thrust/random/subtract_with_carry_engine.h +thrust/random/uniform_int_distribution.h +thrust/random/uniform_real_distribution.h +thrust/random/xor_combine_engine.h +thrust/reduce.h +thrust/remove.h +thrust/replace.h +thrust/reverse.h +thrust/scan.h +thrust/scatter.h +thrust/sequence.h +thrust/set_operations.h +thrust/sort.h +thrust/swap.h +thrust/system/cpp/detail/adjacent_difference.h +thrust/system/cpp/detail/assign_value.h +thrust/system/cpp/detail/binary_search.h +thrust/system/cpp/detail/copy.h +thrust/system/cpp/detail/copy_if.h +thrust/system/cpp/detail/count.h +thrust/system/cpp/detail/equal.h +thrust/system/cpp/detail/execution_policy.h +thrust/system/cpp/detail/extrema.h +thrust/system/cpp/detail/fill.h +thrust/system/cpp/detail/find.h +thrust/system/cpp/detail/for_each.h +thrust/system/cpp/detail/gather.h +thrust/system/cpp/detail/generate.h +thrust/system/cpp/detail/get_value.h +thrust/system/cpp/detail/inner_product.h +thrust/system/cpp/detail/iter_swap.h +thrust/system/cpp/detail/logical.h +thrust/system/cpp/detail/malloc_and_free.h +thrust/system/cpp/detail/memory.inl +thrust/system/cpp/detail/merge.h +thrust/system/cpp/detail/mismatch.h +thrust/system/cpp/detail/par.h +thrust/system/cpp/detail/partition.h +thrust/system/cpp/detail/per_device_resource.h +thrust/system/cpp/detail/pointer.inl +thrust/system/cpp/detail/reduce.h +thrust/system/cpp/detail/reduce_by_key.h +thrust/system/cpp/detail/remove.h +thrust/system/cpp/detail/replace.h +thrust/system/cpp/detail/reverse.h +thrust/system/cpp/detail/scan.h +thrust/system/cpp/detail/scan_by_key.h +thrust/system/cpp/detail/scatter.h +thrust/system/cpp/detail/sequence.h +thrust/system/cpp/detail/set_operations.h +thrust/system/cpp/detail/sort.h +thrust/system/cpp/detail/swap_ranges.h +thrust/system/cpp/detail/tabulate.h +thrust/system/cpp/detail/temporary_buffer.h +thrust/system/cpp/detail/transform.h +thrust/system/cpp/detail/transform_reduce.h +thrust/system/cpp/detail/transform_scan.h +thrust/system/cpp/detail/uninitialized_copy.h +thrust/system/cpp/detail/uninitialized_fill.h +thrust/system/cpp/detail/unique.h +thrust/system/cpp/detail/unique_by_key.h +thrust/system/cpp/detail/vector.inl +thrust/system/cpp/execution_policy.h +thrust/system/cpp/memory.h +thrust/system/cpp/memory_resource.h +thrust/system/cpp/pointer.h +thrust/system/cpp/vector.h +thrust/system/cuda/config.h +thrust/system/cuda/detail/adjacent_difference.h +thrust/system/cuda/detail/assign_value.h +thrust/system/cuda/detail/async/copy.h +thrust/system/cuda/detail/async/customization.h +thrust/system/cuda/detail/async/for_each.h +thrust/system/cuda/detail/async/reduce.h +thrust/system/cuda/detail/async/sort.h +thrust/system/cuda/detail/async/transform.h +thrust/system/cuda/detail/binary_search.h +thrust/system/cuda/detail/copy.h +thrust/system/cuda/detail/copy_if.h +thrust/system/cuda/detail/core/agent_launcher.h +thrust/system/cuda/detail/core/alignment.h +thrust/system/cuda/detail/core/triple_chevron_launch.h +thrust/system/cuda/detail/core/util.h +thrust/system/cuda/detail/count.h +thrust/system/cuda/detail/cross_system.h +thrust/system/cuda/detail/cub/agent/agent_histogram.cuh +thrust/system/cuda/detail/cub/agent/agent_radix_sort_downsweep.cuh +thrust/system/cuda/detail/cub/agent/agent_radix_sort_upsweep.cuh +thrust/system/cuda/detail/cub/agent/agent_reduce.cuh +thrust/system/cuda/detail/cub/agent/agent_reduce_by_key.cuh +thrust/system/cuda/detail/cub/agent/agent_rle.cuh +thrust/system/cuda/detail/cub/agent/agent_scan.cuh +thrust/system/cuda/detail/cub/agent/agent_segment_fixup.cuh +thrust/system/cuda/detail/cub/agent/agent_select_if.cuh +thrust/system/cuda/detail/cub/agent/agent_spmv_orig.cuh +thrust/system/cuda/detail/cub/agent/single_pass_scan_operators.cuh +thrust/system/cuda/detail/cub/block/block_adjacent_difference.cuh +thrust/system/cuda/detail/cub/block/block_discontinuity.cuh +thrust/system/cuda/detail/cub/block/block_exchange.cuh +thrust/system/cuda/detail/cub/block/block_histogram.cuh +thrust/system/cuda/detail/cub/block/block_load.cuh +thrust/system/cuda/detail/cub/block/block_radix_rank.cuh +thrust/system/cuda/detail/cub/block/block_radix_sort.cuh +thrust/system/cuda/detail/cub/block/block_raking_layout.cuh +thrust/system/cuda/detail/cub/block/block_reduce.cuh +thrust/system/cuda/detail/cub/block/block_scan.cuh +thrust/system/cuda/detail/cub/block/block_shuffle.cuh +thrust/system/cuda/detail/cub/block/block_store.cuh +thrust/system/cuda/detail/cub/block/specializations/block_histogram_atomic.cuh +thrust/system/cuda/detail/cub/block/specializations/block_histogram_sort.cuh +thrust/system/cuda/detail/cub/block/specializations/block_reduce_raking.cuh +thrust/system/cuda/detail/cub/block/specializations/block_reduce_raking_commutative_only.cuh +thrust/system/cuda/detail/cub/block/specializations/block_reduce_warp_reductions.cuh +thrust/system/cuda/detail/cub/block/specializations/block_scan_raking.cuh +thrust/system/cuda/detail/cub/block/specializations/block_scan_warp_scans.cuh +thrust/system/cuda/detail/cub/block/specializations/block_scan_warp_scans2.cuh +thrust/system/cuda/detail/cub/block/specializations/block_scan_warp_scans3.cuh +thrust/system/cuda/detail/cub/cub.cuh +thrust/system/cuda/detail/cub/device/device_histogram.cuh +thrust/system/cuda/detail/cub/device/device_partition.cuh +thrust/system/cuda/detail/cub/device/device_radix_sort.cuh +thrust/system/cuda/detail/cub/device/device_reduce.cuh +thrust/system/cuda/detail/cub/device/device_run_length_encode.cuh +thrust/system/cuda/detail/cub/device/device_scan.cuh +thrust/system/cuda/detail/cub/device/device_segmented_radix_sort.cuh +thrust/system/cuda/detail/cub/device/device_segmented_reduce.cuh +thrust/system/cuda/detail/cub/device/device_select.cuh +thrust/system/cuda/detail/cub/device/device_spmv.cuh +thrust/system/cuda/detail/cub/device/dispatch/dispatch_histogram.cuh +thrust/system/cuda/detail/cub/device/dispatch/dispatch_radix_sort.cuh +thrust/system/cuda/detail/cub/device/dispatch/dispatch_reduce.cuh +thrust/system/cuda/detail/cub/device/dispatch/dispatch_reduce_by_key.cuh +thrust/system/cuda/detail/cub/device/dispatch/dispatch_rle.cuh +thrust/system/cuda/detail/cub/device/dispatch/dispatch_scan.cuh +thrust/system/cuda/detail/cub/device/dispatch/dispatch_select_if.cuh +thrust/system/cuda/detail/cub/device/dispatch/dispatch_spmv_orig.cuh +thrust/system/cuda/detail/cub/grid/grid_barrier.cuh +thrust/system/cuda/detail/cub/grid/grid_even_share.cuh +thrust/system/cuda/detail/cub/grid/grid_mapping.cuh +thrust/system/cuda/detail/cub/grid/grid_queue.cuh +thrust/system/cuda/detail/cub/host/mutex.cuh +thrust/system/cuda/detail/cub/iterator/arg_index_input_iterator.cuh +thrust/system/cuda/detail/cub/iterator/cache_modified_input_iterator.cuh +thrust/system/cuda/detail/cub/iterator/cache_modified_output_iterator.cuh +thrust/system/cuda/detail/cub/iterator/constant_input_iterator.cuh +thrust/system/cuda/detail/cub/iterator/counting_input_iterator.cuh +thrust/system/cuda/detail/cub/iterator/discard_output_iterator.cuh +thrust/system/cuda/detail/cub/iterator/tex_obj_input_iterator.cuh +thrust/system/cuda/detail/cub/iterator/tex_ref_input_iterator.cuh +thrust/system/cuda/detail/cub/iterator/transform_input_iterator.cuh +thrust/system/cuda/detail/cub/thread/thread_load.cuh +thrust/system/cuda/detail/cub/thread/thread_operators.cuh +thrust/system/cuda/detail/cub/thread/thread_reduce.cuh +thrust/system/cuda/detail/cub/thread/thread_scan.cuh +thrust/system/cuda/detail/cub/thread/thread_search.cuh +thrust/system/cuda/detail/cub/thread/thread_store.cuh +thrust/system/cuda/detail/cub/util_allocator.cuh +thrust/system/cuda/detail/cub/util_arch.cuh +thrust/system/cuda/detail/cub/util_debug.cuh +thrust/system/cuda/detail/cub/util_device.cuh +thrust/system/cuda/detail/cub/util_macro.cuh +thrust/system/cuda/detail/cub/util_namespace.cuh +thrust/system/cuda/detail/cub/util_ptx.cuh +thrust/system/cuda/detail/cub/util_type.cuh +thrust/system/cuda/detail/cub/warp/specializations/warp_reduce_shfl.cuh +thrust/system/cuda/detail/cub/warp/specializations/warp_reduce_smem.cuh +thrust/system/cuda/detail/cub/warp/specializations/warp_scan_shfl.cuh +thrust/system/cuda/detail/cub/warp/specializations/warp_scan_smem.cuh +thrust/system/cuda/detail/cub/warp/warp_reduce.cuh +thrust/system/cuda/detail/cub/warp/warp_scan.cuh +thrust/system/cuda/detail/equal.h +thrust/system/cuda/detail/error.inl +thrust/system/cuda/detail/execution_policy.h +thrust/system/cuda/detail/extrema.h +thrust/system/cuda/detail/fill.h +thrust/system/cuda/detail/find.h +thrust/system/cuda/detail/for_each.h +thrust/system/cuda/detail/future.inl +thrust/system/cuda/detail/gather.h +thrust/system/cuda/detail/generate.h +thrust/system/cuda/detail/get_value.h +thrust/system/cuda/detail/guarded_cuda_runtime_api.h +thrust/system/cuda/detail/guarded_driver_types.h +thrust/system/cuda/detail/inner_product.h +thrust/system/cuda/detail/internal/copy_cross_system.h +thrust/system/cuda/detail/internal/copy_device_to_device.h +thrust/system/cuda/detail/iter_swap.h +thrust/system/cuda/detail/logical.h +thrust/system/cuda/detail/malloc_and_free.h +thrust/system/cuda/detail/memory.inl +thrust/system/cuda/detail/merge.h +thrust/system/cuda/detail/mismatch.h +thrust/system/cuda/detail/par.h +thrust/system/cuda/detail/par_to_seq.h +thrust/system/cuda/detail/parallel_for.h +thrust/system/cuda/detail/partition.h +thrust/system/cuda/detail/per_device_resource.h +thrust/system/cuda/detail/pointer.inl +thrust/system/cuda/detail/reduce.h +thrust/system/cuda/detail/reduce_by_key.h +thrust/system/cuda/detail/remove.h +thrust/system/cuda/detail/replace.h +thrust/system/cuda/detail/reverse.h +thrust/system/cuda/detail/scan.h +thrust/system/cuda/detail/scan_by_key.h +thrust/system/cuda/detail/scatter.h +thrust/system/cuda/detail/sequence.h +thrust/system/cuda/detail/set_operations.h +thrust/system/cuda/detail/sort.h +thrust/system/cuda/detail/swap_ranges.h +thrust/system/cuda/detail/tabulate.h +thrust/system/cuda/detail/temporary_buffer.h +thrust/system/cuda/detail/terminate.h +thrust/system/cuda/detail/transform.h +thrust/system/cuda/detail/transform_reduce.h +thrust/system/cuda/detail/transform_scan.h +thrust/system/cuda/detail/uninitialized_copy.h +thrust/system/cuda/detail/uninitialized_fill.h +thrust/system/cuda/detail/unique.h +thrust/system/cuda/detail/unique_by_key.h +thrust/system/cuda/detail/util.h +thrust/system/cuda/detail/vector.inl +thrust/system/cuda/error.h +thrust/system/cuda/execution_policy.h +thrust/system/cuda/experimental/pinned_allocator.h +thrust/system/cuda/future.h +thrust/system/cuda/memory.h +thrust/system/cuda/memory_resource.h +thrust/system/cuda/pointer.h +thrust/system/cuda/vector.h +thrust/system/detail/adl/adjacent_difference.h +thrust/system/detail/adl/assign_value.h +thrust/system/detail/adl/async/copy.h +thrust/system/detail/adl/async/for_each.h +thrust/system/detail/adl/async/reduce.h +thrust/system/detail/adl/async/sort.h +thrust/system/detail/adl/async/transform.h +thrust/system/detail/adl/binary_search.h +thrust/system/detail/adl/copy.h +thrust/system/detail/adl/copy_if.h +thrust/system/detail/adl/count.h +thrust/system/detail/adl/equal.h +thrust/system/detail/adl/extrema.h +thrust/system/detail/adl/fill.h +thrust/system/detail/adl/find.h +thrust/system/detail/adl/for_each.h +thrust/system/detail/adl/gather.h +thrust/system/detail/adl/generate.h +thrust/system/detail/adl/get_value.h +thrust/system/detail/adl/inner_product.h +thrust/system/detail/adl/iter_swap.h +thrust/system/detail/adl/logical.h +thrust/system/detail/adl/malloc_and_free.h +thrust/system/detail/adl/merge.h +thrust/system/detail/adl/mismatch.h +thrust/system/detail/adl/partition.h +thrust/system/detail/adl/per_device_resource.h +thrust/system/detail/adl/reduce.h +thrust/system/detail/adl/reduce_by_key.h +thrust/system/detail/adl/remove.h +thrust/system/detail/adl/replace.h +thrust/system/detail/adl/reverse.h +thrust/system/detail/adl/scan.h +thrust/system/detail/adl/scan_by_key.h +thrust/system/detail/adl/scatter.h +thrust/system/detail/adl/sequence.h +thrust/system/detail/adl/set_operations.h +thrust/system/detail/adl/sort.h +thrust/system/detail/adl/swap_ranges.h +thrust/system/detail/adl/tabulate.h +thrust/system/detail/adl/temporary_buffer.h +thrust/system/detail/adl/transform.h +thrust/system/detail/adl/transform_reduce.h +thrust/system/detail/adl/transform_scan.h +thrust/system/detail/adl/uninitialized_copy.h +thrust/system/detail/adl/uninitialized_fill.h +thrust/system/detail/adl/unique.h +thrust/system/detail/adl/unique_by_key.h +thrust/system/detail/bad_alloc.h +thrust/system/detail/errno.h +thrust/system/detail/error_category.inl +thrust/system/detail/error_code.inl +thrust/system/detail/error_condition.inl +thrust/system/detail/generic/adjacent_difference.h +thrust/system/detail/generic/adjacent_difference.inl +thrust/system/detail/generic/advance.h +thrust/system/detail/generic/advance.inl +thrust/system/detail/generic/binary_search.h +thrust/system/detail/generic/binary_search.inl +thrust/system/detail/generic/copy.h +thrust/system/detail/generic/copy.inl +thrust/system/detail/generic/copy_if.h +thrust/system/detail/generic/copy_if.inl +thrust/system/detail/generic/count.h +thrust/system/detail/generic/count.inl +thrust/system/detail/generic/distance.h +thrust/system/detail/generic/distance.inl +thrust/system/detail/generic/equal.h +thrust/system/detail/generic/equal.inl +thrust/system/detail/generic/extrema.h +thrust/system/detail/generic/extrema.inl +thrust/system/detail/generic/fill.h +thrust/system/detail/generic/find.h +thrust/system/detail/generic/find.inl +thrust/system/detail/generic/for_each.h +thrust/system/detail/generic/gather.h +thrust/system/detail/generic/gather.inl +thrust/system/detail/generic/generate.h +thrust/system/detail/generic/generate.inl +thrust/system/detail/generic/inner_product.h +thrust/system/detail/generic/inner_product.inl +thrust/system/detail/generic/logical.h +thrust/system/detail/generic/memory.h +thrust/system/detail/generic/memory.inl +thrust/system/detail/generic/merge.h +thrust/system/detail/generic/merge.inl +thrust/system/detail/generic/mismatch.h +thrust/system/detail/generic/mismatch.inl +thrust/system/detail/generic/partition.h +thrust/system/detail/generic/partition.inl +thrust/system/detail/generic/per_device_resource.h +thrust/system/detail/generic/reduce.h +thrust/system/detail/generic/reduce.inl +thrust/system/detail/generic/reduce_by_key.h +thrust/system/detail/generic/reduce_by_key.inl +thrust/system/detail/generic/remove.h +thrust/system/detail/generic/remove.inl +thrust/system/detail/generic/replace.h +thrust/system/detail/generic/replace.inl +thrust/system/detail/generic/reverse.h +thrust/system/detail/generic/reverse.inl +thrust/system/detail/generic/scalar/binary_search.h +thrust/system/detail/generic/scalar/binary_search.inl +thrust/system/detail/generic/scan.h +thrust/system/detail/generic/scan.inl +thrust/system/detail/generic/scan_by_key.h +thrust/system/detail/generic/scan_by_key.inl +thrust/system/detail/generic/scatter.h +thrust/system/detail/generic/scatter.inl +thrust/system/detail/generic/select_system.h +thrust/system/detail/generic/select_system.inl +thrust/system/detail/generic/select_system_exists.h +thrust/system/detail/generic/sequence.h +thrust/system/detail/generic/sequence.inl +thrust/system/detail/generic/set_operations.h +thrust/system/detail/generic/set_operations.inl +thrust/system/detail/generic/sort.h +thrust/system/detail/generic/sort.inl +thrust/system/detail/generic/swap_ranges.h +thrust/system/detail/generic/swap_ranges.inl +thrust/system/detail/generic/tabulate.h +thrust/system/detail/generic/tabulate.inl +thrust/system/detail/generic/tag.h +thrust/system/detail/generic/temporary_buffer.h +thrust/system/detail/generic/temporary_buffer.inl +thrust/system/detail/generic/transform.h +thrust/system/detail/generic/transform.inl +thrust/system/detail/generic/transform_reduce.h +thrust/system/detail/generic/transform_reduce.inl +thrust/system/detail/generic/transform_scan.h +thrust/system/detail/generic/transform_scan.inl +thrust/system/detail/generic/uninitialized_copy.h +thrust/system/detail/generic/uninitialized_copy.inl +thrust/system/detail/generic/uninitialized_fill.h +thrust/system/detail/generic/uninitialized_fill.inl +thrust/system/detail/generic/unique.h +thrust/system/detail/generic/unique.inl +thrust/system/detail/generic/unique_by_key.h +thrust/system/detail/generic/unique_by_key.inl +thrust/system/detail/internal/decompose.h +thrust/system/detail/sequential/adjacent_difference.h +thrust/system/detail/sequential/assign_value.h +thrust/system/detail/sequential/binary_search.h +thrust/system/detail/sequential/copy.h +thrust/system/detail/sequential/copy.inl +thrust/system/detail/sequential/copy_backward.h +thrust/system/detail/sequential/copy_if.h +thrust/system/detail/sequential/count.h +thrust/system/detail/sequential/equal.h +thrust/system/detail/sequential/execution_policy.h +thrust/system/detail/sequential/extrema.h +thrust/system/detail/sequential/fill.h +thrust/system/detail/sequential/find.h +thrust/system/detail/sequential/for_each.h +thrust/system/detail/sequential/gather.h +thrust/system/detail/sequential/general_copy.h +thrust/system/detail/sequential/generate.h +thrust/system/detail/sequential/get_value.h +thrust/system/detail/sequential/inner_product.h +thrust/system/detail/sequential/insertion_sort.h +thrust/system/detail/sequential/iter_swap.h +thrust/system/detail/sequential/logical.h +thrust/system/detail/sequential/malloc_and_free.h +thrust/system/detail/sequential/merge.h +thrust/system/detail/sequential/merge.inl +thrust/system/detail/sequential/mismatch.h +thrust/system/detail/sequential/partition.h +thrust/system/detail/sequential/per_device_resource.h +thrust/system/detail/sequential/reduce.h +thrust/system/detail/sequential/reduce_by_key.h +thrust/system/detail/sequential/remove.h +thrust/system/detail/sequential/replace.h +thrust/system/detail/sequential/reverse.h +thrust/system/detail/sequential/scan.h +thrust/system/detail/sequential/scan_by_key.h +thrust/system/detail/sequential/scatter.h +thrust/system/detail/sequential/sequence.h +thrust/system/detail/sequential/set_operations.h +thrust/system/detail/sequential/sort.h +thrust/system/detail/sequential/sort.inl +thrust/system/detail/sequential/stable_merge_sort.h +thrust/system/detail/sequential/stable_merge_sort.inl +thrust/system/detail/sequential/stable_primitive_sort.h +thrust/system/detail/sequential/stable_primitive_sort.inl +thrust/system/detail/sequential/stable_radix_sort.h +thrust/system/detail/sequential/stable_radix_sort.inl +thrust/system/detail/sequential/swap_ranges.h +thrust/system/detail/sequential/tabulate.h +thrust/system/detail/sequential/temporary_buffer.h +thrust/system/detail/sequential/transform.h +thrust/system/detail/sequential/transform_reduce.h +thrust/system/detail/sequential/transform_scan.h +thrust/system/detail/sequential/trivial_copy.h +thrust/system/detail/sequential/uninitialized_copy.h +thrust/system/detail/sequential/uninitialized_fill.h +thrust/system/detail/sequential/unique.h +thrust/system/detail/sequential/unique_by_key.h +thrust/system/detail/system_error.inl +thrust/system/error_code.h +thrust/system/omp/detail/adjacent_difference.h +thrust/system/omp/detail/assign_value.h +thrust/system/omp/detail/binary_search.h +thrust/system/omp/detail/copy.h +thrust/system/omp/detail/copy.inl +thrust/system/omp/detail/copy_if.h +thrust/system/omp/detail/copy_if.inl +thrust/system/omp/detail/count.h +thrust/system/omp/detail/default_decomposition.h +thrust/system/omp/detail/default_decomposition.inl +thrust/system/omp/detail/equal.h +thrust/system/omp/detail/execution_policy.h +thrust/system/omp/detail/extrema.h +thrust/system/omp/detail/fill.h +thrust/system/omp/detail/find.h +thrust/system/omp/detail/for_each.h +thrust/system/omp/detail/for_each.inl +thrust/system/omp/detail/gather.h +thrust/system/omp/detail/generate.h +thrust/system/omp/detail/get_value.h +thrust/system/omp/detail/inner_product.h +thrust/system/omp/detail/iter_swap.h +thrust/system/omp/detail/logical.h +thrust/system/omp/detail/malloc_and_free.h +thrust/system/omp/detail/memory.inl +thrust/system/omp/detail/merge.h +thrust/system/omp/detail/mismatch.h +thrust/system/omp/detail/par.h +thrust/system/omp/detail/partition.h +thrust/system/omp/detail/partition.inl +thrust/system/omp/detail/per_device_resource.h +thrust/system/omp/detail/pointer.inl +thrust/system/omp/detail/reduce.h +thrust/system/omp/detail/reduce.inl +thrust/system/omp/detail/reduce_by_key.h +thrust/system/omp/detail/reduce_by_key.inl +thrust/system/omp/detail/reduce_intervals.h +thrust/system/omp/detail/reduce_intervals.inl +thrust/system/omp/detail/remove.h +thrust/system/omp/detail/remove.inl +thrust/system/omp/detail/replace.h +thrust/system/omp/detail/reverse.h +thrust/system/omp/detail/scan.h +thrust/system/omp/detail/scan_by_key.h +thrust/system/omp/detail/scatter.h +thrust/system/omp/detail/sequence.h +thrust/system/omp/detail/set_operations.h +thrust/system/omp/detail/sort.h +thrust/system/omp/detail/sort.inl +thrust/system/omp/detail/swap_ranges.h +thrust/system/omp/detail/tabulate.h +thrust/system/omp/detail/temporary_buffer.h +thrust/system/omp/detail/transform.h +thrust/system/omp/detail/transform_reduce.h +thrust/system/omp/detail/transform_scan.h +thrust/system/omp/detail/uninitialized_copy.h +thrust/system/omp/detail/uninitialized_fill.h +thrust/system/omp/detail/unique.h +thrust/system/omp/detail/unique.inl +thrust/system/omp/detail/unique_by_key.h +thrust/system/omp/detail/unique_by_key.inl +thrust/system/omp/detail/vector.inl +thrust/system/omp/execution_policy.h +thrust/system/omp/memory.h +thrust/system/omp/memory_resource.h +thrust/system/omp/pointer.h +thrust/system/omp/vector.h +thrust/system/system_error.h +thrust/system/tbb/detail/adjacent_difference.h +thrust/system/tbb/detail/assign_value.h +thrust/system/tbb/detail/binary_search.h +thrust/system/tbb/detail/copy.h +thrust/system/tbb/detail/copy.inl +thrust/system/tbb/detail/copy_if.h +thrust/system/tbb/detail/copy_if.inl +thrust/system/tbb/detail/count.h +thrust/system/tbb/detail/equal.h +thrust/system/tbb/detail/execution_policy.h +thrust/system/tbb/detail/extrema.h +thrust/system/tbb/detail/fill.h +thrust/system/tbb/detail/find.h +thrust/system/tbb/detail/for_each.h +thrust/system/tbb/detail/for_each.inl +thrust/system/tbb/detail/gather.h +thrust/system/tbb/detail/generate.h +thrust/system/tbb/detail/get_value.h +thrust/system/tbb/detail/inner_product.h +thrust/system/tbb/detail/iter_swap.h +thrust/system/tbb/detail/logical.h +thrust/system/tbb/detail/malloc_and_free.h +thrust/system/tbb/detail/memory.inl +thrust/system/tbb/detail/merge.h +thrust/system/tbb/detail/merge.inl +thrust/system/tbb/detail/mismatch.h +thrust/system/tbb/detail/par.h +thrust/system/tbb/detail/partition.h +thrust/system/tbb/detail/partition.inl +thrust/system/tbb/detail/per_device_resource.h +thrust/system/tbb/detail/pointer.inl +thrust/system/tbb/detail/reduce.h +thrust/system/tbb/detail/reduce.inl +thrust/system/tbb/detail/reduce_by_key.h +thrust/system/tbb/detail/reduce_by_key.inl +thrust/system/tbb/detail/reduce_intervals.h +thrust/system/tbb/detail/remove.h +thrust/system/tbb/detail/remove.inl +thrust/system/tbb/detail/replace.h +thrust/system/tbb/detail/reverse.h +thrust/system/tbb/detail/scan.h +thrust/system/tbb/detail/scan.inl +thrust/system/tbb/detail/scan_by_key.h +thrust/system/tbb/detail/scatter.h +thrust/system/tbb/detail/sequence.h +thrust/system/tbb/detail/set_operations.h +thrust/system/tbb/detail/sort.h +thrust/system/tbb/detail/sort.inl +thrust/system/tbb/detail/swap_ranges.h +thrust/system/tbb/detail/tabulate.h +thrust/system/tbb/detail/temporary_buffer.h +thrust/system/tbb/detail/transform.h +thrust/system/tbb/detail/transform_reduce.h +thrust/system/tbb/detail/transform_scan.h +thrust/system/tbb/detail/uninitialized_copy.h +thrust/system/tbb/detail/uninitialized_fill.h +thrust/system/tbb/detail/unique.h +thrust/system/tbb/detail/unique.inl +thrust/system/tbb/detail/unique_by_key.h +thrust/system/tbb/detail/unique_by_key.inl +thrust/system/tbb/detail/vector.inl +thrust/system/tbb/execution_policy.h +thrust/system/tbb/memory.h +thrust/system/tbb/memory_resource.h +thrust/system/tbb/pointer.h +thrust/system/tbb/vector.h +thrust/system_error.h +thrust/tabulate.h +thrust/transform.h +thrust/transform_reduce.h +thrust/transform_scan.h +thrust/tuple.h +thrust/type_traits/integer_sequence.h +thrust/type_traits/is_contiguous_iterator.h +thrust/type_traits/is_execution_policy.h +thrust/type_traits/is_operator_less_or_greater_function_object.h +thrust/type_traits/is_operator_plus_function_object.h +thrust/type_traits/is_trivially_relocatable.h +thrust/type_traits/logical_metafunctions.h +thrust/type_traits/remove_cvref.h +thrust/type_traits/void_t.h +thrust/uninitialized_copy.h +thrust/uninitialized_fill.h +thrust/unique.h +thrust/version.h From owner-svn-ports-all@freebsd.org Sun May 5 00:40:59 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1D2E159D263; Sun, 5 May 2019 00:40:59 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5438377651; Sun, 5 May 2019 00:40:59 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 314CB18246; Sun, 5 May 2019 00:40:59 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x450ewdu058853; Sun, 5 May 2019 00:40:58 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x450ewS2058851; Sun, 5 May 2019 00:40:58 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201905050040.x450ewS2058851@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sun, 5 May 2019 00:40:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500844 - head/sysutils/duplicity X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/sysutils/duplicity X-SVN-Commit-Revision: 500844 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5438377651 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 05 May 2019 00:40:59 -0000 Author: dbaio Date: Sun May 5 00:40:58 2019 New Revision: 500844 URL: https://svnweb.freebsd.org/changeset/ports/500844 Log: sysutils/duplicity: Update to 0.7.19 Changelog: https://launchpad.net/duplicity/+milestone/0.7.19 Modified: head/sysutils/duplicity/Makefile head/sysutils/duplicity/distinfo Modified: head/sysutils/duplicity/Makefile ============================================================================== --- head/sysutils/duplicity/Makefile Sun May 5 00:39:24 2019 (r500843) +++ head/sysutils/duplicity/Makefile Sun May 5 00:40:58 2019 (r500844) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= duplicity -PORTVERSION= 0.7.18.2 -PORTREVISION= 1 +PORTVERSION= 0.7.19 CATEGORIES= sysutils MASTER_SITES= http://launchpad.net/duplicity/0.7-series/${PORTVERSION}/+download/ Modified: head/sysutils/duplicity/distinfo ============================================================================== --- head/sysutils/duplicity/distinfo Sun May 5 00:39:24 2019 (r500843) +++ head/sysutils/duplicity/distinfo Sun May 5 00:40:58 2019 (r500844) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540418697 -SHA256 (duplicity-0.7.18.2.tar.gz) = c236888f43128e96cd33017b01a2855c0e24738195fed5cadad08c28fd6b6748 -SIZE (duplicity-0.7.18.2.tar.gz) = 1726157 +TIMESTAMP = 1557002912 +SHA256 (duplicity-0.7.19.tar.gz) = a6aa905a63df5101193d3e8fd4ffdf35acb9307b184ac7a9d68a76aaed6ce929 +SIZE (duplicity-0.7.19.tar.gz) = 1727321 From owner-svn-ports-all@freebsd.org Sun May 5 01:42:49 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C0637159EA89; Sun, 5 May 2019 01:42:49 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 571EA81167; Sun, 5 May 2019 01:42:49 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 395AF18CEA; Sun, 5 May 2019 01:42:49 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x451gnPd094707; Sun, 5 May 2019 01:42:49 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x451gmjZ094703; Sun, 5 May 2019 01:42:48 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905050142.x451gmjZ094703@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 5 May 2019 01:42:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500845 - in head/science/chrono: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/science/chrono: . files X-SVN-Commit-Revision: 500845 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 571EA81167 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.981,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 05 May 2019 01:42:50 -0000 Author: yuri Date: Sun May 5 01:42:48 2019 New Revision: 500845 URL: https://svnweb.freebsd.org/changeset/ports/500845 Log: science/chrono: Update 2.0.0-9070 -> 4.0.0-89 Added: head/science/chrono/files/patch-src_chrono__thirdparty_filesystem_path.h (contents, props changed) Modified: head/science/chrono/Makefile head/science/chrono/distinfo head/science/chrono/pkg-plist Modified: head/science/chrono/Makefile ============================================================================== --- head/science/chrono/Makefile Sun May 5 00:40:58 2019 (r500844) +++ head/science/chrono/Makefile Sun May 5 01:42:48 2019 (r500845) @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= chrono -DISTVERSION= 2.0.0-9070 -DISTVERSIONSUFFIX= -g57a828dc0 -PORTREVISION= 4 +DISTVERSION= 4.0.0-89 +DISTVERSIONSUFFIX= -ge36b5a9ce CATEGORIES= science devel MAINTAINER= yuri@FreeBSD.org @@ -15,13 +14,15 @@ LICENSE_FILE= ${WRKSRC}/LICENSE PORTSCOUT= skipv:3.0.0 # their development continues under the branch 2.X. 3.0.0 should be ignored until they release a higher version BUILD_DEPENDS= openmpi>0:net/openmpi +LIB_DEPENDS= libomp.so:devel/openmp USES= cmake compiler:c++14-lang fortran USE_GITHUB= yes GH_ACCOUNT= project${PORTNAME} USE_LDCONFIG= yes -OPTIONS_DEFINE= HDF5 DEMOS TESTS +OPTIONS_DEFINE= HDF5 DEMOS PARALLEL TESTS +OPTIONS_DEFAULT= HDF5 PARALLEL OPTIONS_SUB= yes HDF5_CMAKE_BOOL= ENABLE_HDF5 @@ -30,6 +31,12 @@ HDF5_LIB_DEPENDS= libhdf5.so:science/hdf5 DEMOS_DESC= Build and install demo programs DEMOS_CMAKE_BOOL= BUILD_DEMOS +PARALLEL_DESC= Enable parallelism +PARALLEL_CMAKE_BOOL= ENABLE_MODULE_PARALLEL +PARALLEL_CMAKE_ON= -DBLAZE_DIR:STRING=${LOCALBASE}/include +PARALLEL_BUILD_DEPENDS= blaze>0:math/blaze \ + thrust>0:devel/thrust + TESTS_DESC= Build and install unit test programs TESTS_CMAKE_BOOL= BUILD_TESTING @@ -48,5 +55,8 @@ post-patch: ${WRKSRC}/cmake/FindAVX.cmake \ ${WRKSRC}/cmake/FindFMA.cmake \ ${WRKSRC}/cmake/FindSSE.cmake + +post-stage: # https://github.com/projectchrono/chrono/issues/153 + @${RMDIR} ${STAGEDIR}${PREFIX}/include/chrono_thirdparty/googlebenchmark ${STAGEDIR}${PREFIX}/include/chrono_thirdparty/googletest .include Modified: head/science/chrono/distinfo ============================================================================== --- head/science/chrono/distinfo Sun May 5 00:40:58 2019 (r500844) +++ head/science/chrono/distinfo Sun May 5 01:42:48 2019 (r500845) @@ -1,5 +1,3 @@ -TIMESTAMP = 1535652501 -SHA256 (projectchrono-chrono-2.0.0-9070-g57a828dc0_GH0.tar.gz) = c24acc3d971e9d159c5586a4d8ab02476d33a63d704b5961253c632d9e6096ac -SIZE (projectchrono-chrono-2.0.0-9070-g57a828dc0_GH0.tar.gz) = 56873557 -SHA256 (c5db60cfb2a05bdea84ca202ab0e34c87c1c841d.patch) = 68d396844a1c4e08424dc9059bcaf5b3d0bc41611f8ab5df90bc06b76e78b33a -SIZE (c5db60cfb2a05bdea84ca202ab0e34c87c1c841d.patch) = 895 +TIMESTAMP = 1557014786 +SHA256 (projectchrono-chrono-4.0.0-89-ge36b5a9ce_GH0.tar.gz) = 6420b6bee8263cabf6459ca0df89920b4d9b96847eee2ffd75d116a4a5583fc9 +SIZE (projectchrono-chrono-4.0.0-89-ge36b5a9ce_GH0.tar.gz) = 57063369 Added: head/science/chrono/files/patch-src_chrono__thirdparty_filesystem_path.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/chrono/files/patch-src_chrono__thirdparty_filesystem_path.h Sun May 5 01:42:48 2019 (r500845) @@ -0,0 +1,13 @@ +--- src/chrono_thirdparty/filesystem/path.h.orig 2019-03-28 07:38:10 UTC ++++ src/chrono_thirdparty/filesystem/path.h +@@ -34,6 +34,10 @@ + # include + #endif + ++#ifdef __FreeBSD__ ++# include ++#endif ++ + + NAMESPACE_BEGIN(filesystem) + Modified: head/science/chrono/pkg-plist ============================================================================== --- head/science/chrono/pkg-plist Sun May 5 00:40:58 2019 (r500844) +++ head/science/chrono/pkg-plist Sun May 5 01:42:48 2019 (r500845) @@ -284,7 +284,6 @@ include/chrono/core/ChCubicSpline.h include/chrono/core/ChDistribution.h include/chrono/core/ChException.h include/chrono/core/ChFilePS.h -include/chrono/core/ChFileutils.h include/chrono/core/ChFrame.h include/chrono/core/ChFrameMoving.h include/chrono/core/ChLinearAlgebra.h @@ -310,6 +309,69 @@ include/chrono/core/ChTransform.h include/chrono/core/ChVector.h include/chrono/core/ChVector2.h include/chrono/core/ChVectorDynamic.h +include/chrono/fea/ChBeamSection.h +include/chrono/fea/ChBeamSectionCosserat.h +include/chrono/fea/ChBuilderBeam.h +include/chrono/fea/ChContactSurface.h +include/chrono/fea/ChContactSurfaceMesh.h +include/chrono/fea/ChContactSurfaceNodeCloud.h +include/chrono/fea/ChContinuumElectrostatics.h +include/chrono/fea/ChContinuumPoisson3D.h +include/chrono/fea/ChContinuumThermal.h +include/chrono/fea/ChElement3D.h +include/chrono/fea/ChElementBar.h +include/chrono/fea/ChElementBase.h +include/chrono/fea/ChElementBeam.h +include/chrono/fea/ChElementBeamANCF.h +include/chrono/fea/ChElementBeamEuler.h +include/chrono/fea/ChElementBeamIGA.h +include/chrono/fea/ChElementBrick.h +include/chrono/fea/ChElementBrick_9.h +include/chrono/fea/ChElementCableANCF.h +include/chrono/fea/ChElementCorotational.h +include/chrono/fea/ChElementGeneric.h +include/chrono/fea/ChElementHexa_20.h +include/chrono/fea/ChElementHexa_8.h +include/chrono/fea/ChElementHexahedron.h +include/chrono/fea/ChElementShell.h +include/chrono/fea/ChElementShellANCF.h +include/chrono/fea/ChElementShellANCF_8.h +include/chrono/fea/ChElementShellReissner4.h +include/chrono/fea/ChElementSpring.h +include/chrono/fea/ChElementTetra_10.h +include/chrono/fea/ChElementTetra_4.h +include/chrono/fea/ChElementTetrahedron.h +include/chrono/fea/ChFaceBrick_9.h +include/chrono/fea/ChFaceHexa_8.h +include/chrono/fea/ChFaceTetra_4.h +include/chrono/fea/ChGaussIntegrationRule.h +include/chrono/fea/ChGaussPoint.h +include/chrono/fea/ChLinkBeamIGAslider.h +include/chrono/fea/ChLinkDirFrame.h +include/chrono/fea/ChLinkPointFrame.h +include/chrono/fea/ChLinkPointPoint.h +include/chrono/fea/ChLinkPointTriface.h +include/chrono/fea/ChLoadContactSurfaceMesh.h +include/chrono/fea/ChLoadsBeam.h +include/chrono/fea/ChMaterialShellReissner.h +include/chrono/fea/ChMatrixCorotation.h +include/chrono/fea/ChMatterMeshless.h +include/chrono/fea/ChMesh.h +include/chrono/fea/ChMeshExporter.h +include/chrono/fea/ChMeshFileLoader.h +include/chrono/fea/ChMeshSurface.h +include/chrono/fea/ChNodeFEAbase.h +include/chrono/fea/ChNodeFEAcurv.h +include/chrono/fea/ChNodeFEAxyz.h +include/chrono/fea/ChNodeFEAxyzD.h +include/chrono/fea/ChNodeFEAxyzDD.h +include/chrono/fea/ChNodeFEAxyzP.h +include/chrono/fea/ChNodeFEAxyzrot.h +include/chrono/fea/ChPolarDecomposition.h +include/chrono/fea/ChProximityContainerMeshless.h +include/chrono/fea/ChRotUtils.h +include/chrono/fea/ChUtilsFEA.h +include/chrono/fea/ChVisualizationFEAmesh.h include/chrono/geometry/ChBasisToolsBspline.h include/chrono/geometry/ChBasisToolsNurbs.h include/chrono/geometry/ChBox.h @@ -408,14 +470,12 @@ include/chrono/physics/ChLinkBrake.h include/chrono/physics/ChLinkBushing.h include/chrono/physics/ChLinkClearance.h include/chrono/physics/ChLinkDistance.h -include/chrono/physics/ChLinkEngine.h include/chrono/physics/ChLinkForce.h include/chrono/physics/ChLinkGear.h include/chrono/physics/ChLinkLinActuator.h include/chrono/physics/ChLinkLock.h include/chrono/physics/ChLinkMarkers.h include/chrono/physics/ChLinkMask.h -include/chrono/physics/ChLinkMasked.h include/chrono/physics/ChLinkMate.h include/chrono/physics/ChLinkMotor.h include/chrono/physics/ChLinkMotorLinear.h @@ -495,6 +555,7 @@ include/chrono/serialization/ChArchiveExplorer.h include/chrono/serialization/ChArchiveJSON.h include/chrono/serialization/ChArchiveXML.h include/chrono/solver/ChConstraint.h +include/chrono/solver/ChConstraintNgeneric.h include/chrono/solver/ChConstraintThree.h include/chrono/solver/ChConstraintThreeBBShaft.h include/chrono/solver/ChConstraintThreeGeneric.h @@ -538,6 +599,7 @@ include/chrono/timestepper/ChStaticAnalysis.h include/chrono/timestepper/ChTimestepper.h include/chrono/timestepper/ChTimestepperHHT.h include/chrono/timestepper/ChUpdateFlags.h +include/chrono/utils/ChBenchmark.h include/chrono/utils/ChCompositeInertia.h include/chrono/utils/ChConvexHull.h include/chrono/utils/ChFilters.h @@ -552,6 +614,51 @@ include/chrono/utils/ChUtilsInputOutput.h include/chrono/utils/ChUtilsSamplers.h include/chrono/utils/ChUtilsValidation.h include/chrono_models/ChApiModels.h +%%PARALLEL%%include/chrono_parallel/ChApiParallel.h +%%PARALLEL%%include/chrono_parallel/ChConfigParallel.h +%%PARALLEL%%include/chrono_parallel/ChCudaDefines.h +%%PARALLEL%%include/chrono_parallel/ChDataManager.h +%%PARALLEL%%include/chrono_parallel/ChMeasures.h +%%PARALLEL%%include/chrono_parallel/ChParallelDefines.h +%%PARALLEL%%include/chrono_parallel/ChSettings.h +%%PARALLEL%%include/chrono_parallel/ChTimerParallel.h +%%PARALLEL%%include/chrono_parallel/collision/ChBroadphaseUtils.h +%%PARALLEL%%include/chrono_parallel/collision/ChCollision.h +%%PARALLEL%%include/chrono_parallel/collision/ChCollisionModelParallel.h +%%PARALLEL%%include/chrono_parallel/collision/ChCollisionSystemBulletParallel.h +%%PARALLEL%%include/chrono_parallel/collision/ChCollisionSystemParallel.h +%%PARALLEL%%include/chrono_parallel/collision/ChContactContainerParallel.h +%%PARALLEL%%include/chrono_parallel/collision/ChDataStructures.h +%%PARALLEL%%include/chrono_parallel/collision/ChNarrowphaseMPR.h +%%PARALLEL%%include/chrono_parallel/collision/ChNarrowphaseR.h +%%PARALLEL%%include/chrono_parallel/collision/ChNarrowphaseRUtils.h +%%PARALLEL%%include/chrono_parallel/collision/ChNarrowphaseUtils.h +%%PARALLEL%%include/chrono_parallel/constraints/ChConstraintBilateral.h +%%PARALLEL%%include/chrono_parallel/constraints/ChConstraintRigidRigid.h +%%PARALLEL%%include/chrono_parallel/constraints/ChConstraintUtils.h +%%PARALLEL%%include/chrono_parallel/math/ChParallelMath.h +%%PARALLEL%%include/chrono_parallel/math/matrix.h +%%PARALLEL%%include/chrono_parallel/math/other_types.h +%%PARALLEL%%include/chrono_parallel/math/real.h +%%PARALLEL%%include/chrono_parallel/math/real2.h +%%PARALLEL%%include/chrono_parallel/math/real3.h +%%PARALLEL%%include/chrono_parallel/math/real4.h +%%PARALLEL%%include/chrono_parallel/math/real_double.h +%%PARALLEL%%include/chrono_parallel/math/real_single.h +%%PARALLEL%%include/chrono_parallel/math/simd_avx.h +%%PARALLEL%%include/chrono_parallel/math/simd_non.h +%%PARALLEL%%include/chrono_parallel/math/simd_sse.h +%%PARALLEL%%include/chrono_parallel/math/sse.h +%%PARALLEL%%include/chrono_parallel/math/svd.h +%%PARALLEL%%include/chrono_parallel/math/utility.h +%%PARALLEL%%include/chrono_parallel/physics/Ch3DOFContainer.h +%%PARALLEL%%include/chrono_parallel/physics/ChFluidKernels.h +%%PARALLEL%%include/chrono_parallel/physics/ChMPMSettings.h +%%PARALLEL%%include/chrono_parallel/physics/ChSystemParallel.h +%%PARALLEL%%include/chrono_parallel/physics/MPMUtils.h +%%PARALLEL%%include/chrono_parallel/solver/ChIterativeSolverParallel.h +%%PARALLEL%%include/chrono_parallel/solver/ChSolverParallel.h +%%PARALLEL%%include/chrono_parallel/solver/ChSystemDescriptorParallel.h include/chrono_thirdparty/Easy_BMP/EasyBMP.h include/chrono_thirdparty/Easy_BMP/EasyBMP_BMP.h include/chrono_thirdparty/Easy_BMP/EasyBMP_DataStructures.h @@ -684,6 +791,7 @@ include/chrono_thirdparty/tinyobjloader/tiny_obj_loade include/chrono_thirdparty/yafel/DualNumber.hpp lib/cmake/ChronoConfig.cmake lib/libChronoEngine.so +%%PARALLEL%%lib/libChronoEngine_parallel.so %%DEMOS%%%%DATADIR%%/bin/demo_CH_EulerAngles %%DEMOS%%%%DATADIR%%/bin/demo_CH_archive %%DEMOS%%%%DATADIR%%/bin/demo_CH_buildsystem @@ -770,9 +878,20 @@ lib/libChronoEngine.so %%DATADIR%%/data/forklift_arm.obj %%DATADIR%%/data/forklift_body.obj %%DATADIR%%/data/forklift_forks.obj +%%DATADIR%%/data/fsi/input_json/demo_FSI_Compressibility.json +%%DATADIR%%/data/fsi/input_json/demo_FSI_CylinderDrop.json +%%DATADIR%%/data/fsi/input_json/demo_FSI_DamBreak.json +%%DATADIR%%/data/fsi/input_json/demo_FSI_Flexible_Shell.json +%%DATADIR%%/data/fsi/input_json/demo_FSI_Poiseuille_flow.json +%%DATADIR%%/data/fsi/input_json/test_FSI_Compressibility.json +%%DATADIR%%/data/fsi/input_json/test_FSI_CylinderDrop.json +%%DATADIR%%/data/fsi/input_json/test_FSI_DamBreak.json +%%DATADIR%%/data/fsi/input_json/test_FSI_Flexible_Shell.json +%%DATADIR%%/data/fsi/input_json/test_FSI_Poiseuille_flow.json %%DATADIR%%/data/greenwhite.png %%DATADIR%%/data/load_system_matrices.m %%DATADIR%%/data/logo_chronoengine_alpha.png +%%DATADIR%%/data/logo_pychrono_alpha.png %%DATADIR%%/data/mpi/demo_domains_config.mpi %%DATADIR%%/data/mpi/demo_lcp_schwarz_config.mpi %%DATADIR%%/data/mpi/demo_mpibasic_config.mpi @@ -1000,11 +1119,12 @@ lib/libChronoEngine.so %%DATADIR%%/data/vehicle/M113/track_shoe/M113_TrackShoeBandBushing.json %%DATADIR%%/data/vehicle/M113/track_shoe/M113_TrackShoeDoublePin.json %%DATADIR%%/data/vehicle/M113/track_shoe/M113_TrackShoeSinglePin.json -%%DATADIR%%/data/vehicle/M113/vehicle/M113_Vehicle.json %%DATADIR%%/data/vehicle/M113/vehicle/M113_Vehicle_BandANCF.json %%DATADIR%%/data/vehicle/M113/vehicle/M113_Vehicle_BandBushing.json -%%DATADIR%%/data/vehicle/M113/vehicle/M113_Vehicle_box.json -%%DATADIR%%/data/vehicle/M113/vehicle/M113_Vehicle_mesh.json +%%DATADIR%%/data/vehicle/M113/vehicle/M113_Vehicle_DoublePin.json +%%DATADIR%%/data/vehicle/M113/vehicle/M113_Vehicle_SinglePin.json +%%DATADIR%%/data/vehicle/M113/vehicle/M113_Vehicle_SinglePin_box.json +%%DATADIR%%/data/vehicle/M113/vehicle/M113_Vehicle_SinglePin_mesh.json %%DATADIR%%/data/vehicle/MAN_5t/MAN_5t_chassis.mtl %%DATADIR%%/data/vehicle/MAN_5t/MAN_5t_chassis.obj %%DATADIR%%/data/vehicle/MAN_5t/MAN_5t_wheel_L.obj @@ -1045,6 +1165,7 @@ lib/libChronoEngine.so %%DATADIR%%/data/vehicle/generic/driver/SteeringControllerXT.json %%DATADIR%%/data/vehicle/generic/driver/SteeringController_ISO_double_lane_change.json %%DATADIR%%/data/vehicle/generic/powertrain/ShaftsPowertrain.json +%%DATADIR%%/data/vehicle/generic/powertrain/SimpleCVTPowertrain.json %%DATADIR%%/data/vehicle/generic/powertrain/SimplePowertrain.json %%DATADIR%%/data/vehicle/generic/steering/PitmanArm.json %%DATADIR%%/data/vehicle/generic/steering/RackPinion.json @@ -1058,6 +1179,7 @@ lib/libChronoEngine.so %%DATADIR%%/data/vehicle/generic/tire/FialaTire.json %%DATADIR%%/data/vehicle/generic/tire/LugreTire.json %%DATADIR%%/data/vehicle/generic/tire/RigidTire.json +%%DATADIR%%/data/vehicle/generic/tire/generic_tire_coarse.obj %%DATADIR%%/data/vehicle/generic/vehicle/Vehicle_DoubleWishbones.json %%DATADIR%%/data/vehicle/generic/vehicle/Vehicle_DoubleWishbones_ARB.json %%DATADIR%%/data/vehicle/generic/vehicle/Vehicle_MacPhersonStruts.json @@ -1101,6 +1223,7 @@ lib/libChronoEngine.so %%DATADIR%%/data/vehicle/hmmwv/lugged_wheel.obj %%DATADIR%%/data/vehicle/hmmwv/lugged_wheel_section.obj %%DATADIR%%/data/vehicle/hmmwv/pactest.tir +%%DATADIR%%/data/vehicle/hmmwv/powertrain/HMMWV_SimpleCVTPowertrain.json %%DATADIR%%/data/vehicle/hmmwv/powertrain/HMMWV_SimplePowertrain.json %%DATADIR%%/data/vehicle/hmmwv/powertrain/engine.txt %%DATADIR%%/data/vehicle/hmmwv/powertrain/tc.txt @@ -1121,12 +1244,14 @@ lib/libChronoEngine.so %%DATADIR%%/data/vehicle/hmmwv/tire/HMMWV_ANCFTire.json %%DATADIR%%/data/vehicle/hmmwv/tire/HMMWV_ANCFTire_Lumped.json %%DATADIR%%/data/vehicle/hmmwv/tire/HMMWV_FEATire.json +%%DATADIR%%/data/vehicle/hmmwv/tire/HMMWV_Fiala_converted.json %%DATADIR%%/data/vehicle/hmmwv/tire/HMMWV_LugreTire.json %%DATADIR%%/data/vehicle/hmmwv/tire/HMMWV_ReissnerTire.json %%DATADIR%%/data/vehicle/hmmwv/tire/HMMWV_RigidMeshTire.json %%DATADIR%%/data/vehicle/hmmwv/tire/HMMWV_RigidMeshTire_Coarse.json %%DATADIR%%/data/vehicle/hmmwv/tire/HMMWV_RigidTire.json %%DATADIR%%/data/vehicle/hmmwv/tire/HMMWV_TMeasyTire.json +%%DATADIR%%/data/vehicle/hmmwv/tire/HMMWV_TMeasy_converted.json %%DATADIR%%/data/vehicle/hmmwv/tire/HMMWV_lugged_coarse.inp %%DATADIR%%/data/vehicle/hmmwv/tire/HMMWV_pacejka.tir %%DATADIR%%/data/vehicle/hmmwv/vehicle/HMMWV_Vehicle.json @@ -1227,6 +1352,7 @@ lib/libChronoEngine.so %%DATADIR%%/data/vehicle/uaz/uaz469_chassis.obj %%DATADIR%%/data/vehicle/uaz/uazbus_chassis.mtl %%DATADIR%%/data/vehicle/uaz/uazbus_chassis.obj +%%DATADIR%%/data/vehicle/uaz/uazbus_chassis_simple.obj %%DATADIR%%/data/vehicle/uaz/uazbus_tire.obj %%DATADIR%%/data/vehicle/uaz/vehicle/UAZ469_Vehicle.json %%DATADIR%%/data/vehicle/uaz/vehicle/UAZBUS_Vehicle.json From owner-svn-ports-all@freebsd.org Sun May 5 02:34:32 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD534159FD25; Sun, 5 May 2019 02:34:32 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6370C8263D; Sun, 5 May 2019 02:34: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 35A3519553; Sun, 5 May 2019 02:34: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 x452YW5F020948; Sun, 5 May 2019 02:34:32 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x452YV33020947; Sun, 5 May 2019 02:34:31 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201905050234.x452YV33020947@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sun, 5 May 2019 02:34:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500846 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 500846 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6370C8263D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.978,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 05 May 2019 02:34:33 -0000 Author: koobs Date: Sun May 5 02:34:31 2019 New Revision: 500846 URL: https://svnweb.freebsd.org/changeset/ports/500846 Log: security/vuxml: Add comms/hylafax -- Malformed fax sender remote code execution in JPEG support Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun May 5 01:42:48 2019 (r500845) +++ head/security/vuxml/vuln.xml Sun May 5 02:34:31 2019 (r500846) @@ -58,6 +58,36 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + comms/hylafax -- Malformed fax sender remote code execution in JPEG support + + + hylafax + 6.0.7 + + + + +
+

A malicious sender that sets both JPEG and MH,MR,MMR or JBIG in + the same DCS signal or sends a large JPEG page could lead to remote code execution. +

+
+ +
+ + CVE-2018-17141 + ftp://ftp.hylafax.org/security/CVE-2018-17141.html + https://www.x41-dsec.de/lab/advisories/x41-2018-008-hylafax/ + http://bugs.hylafax.org/show_bug.cgi?id=974 + http://git.hylafax.org/HylaFAX?a=commit;h=c6cac8d8cd0dbe313689ba77023e12bc5b3027be + + + 2018-08-24 + 2019-05-05 + +
+ Gitlab -- Information Disclosure From owner-svn-ports-all@freebsd.org Sun May 5 02:39:45 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D81D159FDFE; Sun, 5 May 2019 02:39:45 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B7D3F82763; Sun, 5 May 2019 02:39:44 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 877CA19558; Sun, 5 May 2019 02:39:44 +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 x452di3r021297; Sun, 5 May 2019 02:39:44 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x452did4021295; Sun, 5 May 2019 02:39:44 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201905050239.x452did4021295@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sun, 5 May 2019 02:39:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500847 - in head/comms/hylafax: . files X-SVN-Group: ports-head X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: in head/comms/hylafax: . files X-SVN-Commit-Revision: 500847 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B7D3F82763 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.979,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 05 May 2019 02:39:45 -0000 Author: koobs Date: Sun May 5 02:39:43 2019 New Revision: 500847 URL: https://svnweb.freebsd.org/changeset/ports/500847 Log: comms/hylafax: Update to 6.0.7 - Remove upstreamed [1] patch-libhylafax_FaxRecvInfo.c++ - Pet portlint: section order, deprecated @exec [1] http://git.hylafax.org/HylaFAX?a=commit;h=dfc8a6ffe5a6031c6df716186681f92dac0d07cb Security: 3df5a920-6edc-11e9-a44b-0050562a4d7b MFH: 2019Q2 Deleted: head/comms/hylafax/files/patch-libhylafax_FaxRecvInfo.c++ Modified: head/comms/hylafax/Makefile head/comms/hylafax/distinfo head/comms/hylafax/pkg-plist Modified: head/comms/hylafax/Makefile ============================================================================== --- head/comms/hylafax/Makefile Sun May 5 02:34:31 2019 (r500846) +++ head/comms/hylafax/Makefile Sun May 5 02:39:43 2019 (r500847) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= hylafax -PORTVERSION= 6.0.6 -PORTREVISION= 8 +PORTVERSION= 6.0.7 CATEGORIES= comms MASTER_SITES= ftp://ftp.hylafax.org/source/ @@ -17,10 +16,13 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/afm/Courier:print/afm LIB_DEPENDS= libtiff.so:graphics/tiff \ libjbig.so:graphics/jbigkit -MAKE_JOBS_UNSAFE= yes -HAS_CONFIGURE= yes USES= fakeroot ghostscript jpeg +USE_RC_SUBR= hylafax + +MAKE_JOBS_UNSAFE= yes +HAS_CONFIGURE= yes + CONFIGURE_ARGS= --with-INSTALL="" \ --with-LIBTIFF="-L${LOCALBASE}/lib -ltiff -ljpeg" \ --with-ZLIB=no --with-LIBZ=-lz \ @@ -36,20 +38,24 @@ MAKE_ARGS+= OPTIMIZER="" -DOPTIMIZER PORTDOCS= RELEASENOTES-4.3.txt RELEASENOTES-4.4.txt RELEASENOTES-6.0.txt SUB_FILES= pkg-message -USE_RC_SUBR= hylafax OPTIONS_DEFINE= PAM NLS GAWK DOCS OPTIONS_DEFAULT=PAM -NO_OPTIONS_SORT=yes OPTIONS_SUB= yes + +NO_OPTIONS_SORT=yes + GAWK_DESC= Use gawk for scripts PAM_CONFIGURE_OFF= --disable-pam + NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls + GAWK_BUILD_DEPENDS= gawk:lang/gawk GAWK_RUN_DEPENDS= gawk:lang/gawk GAWK_CONFIGURE_ON= --with-AWK="${LOCALBASE}/bin/gawk" + DOCS_CONFIGURE_ON= --with-HTML=yes .include Modified: head/comms/hylafax/distinfo ============================================================================== --- head/comms/hylafax/distinfo Sun May 5 02:34:31 2019 (r500846) +++ head/comms/hylafax/distinfo Sun May 5 02:39:43 2019 (r500847) @@ -1,2 +1,3 @@ -SHA256 (hylafax-6.0.6.tar.gz) = 28926915b23ce7f5b4896de8ac5f58389c2c6e6bb73b4eee5bbd5129603bf7c0 -SIZE (hylafax-6.0.6.tar.gz) = 1297412 +TIMESTAMP = 1556939625 +SHA256 (hylafax-6.0.7.tar.gz) = a3dcb1a7fd8794bd33cea9a9414c32da100119dd2131bd08ab3ab3749fc30315 +SIZE (hylafax-6.0.7.tar.gz) = 1309111 Modified: head/comms/hylafax/pkg-plist ============================================================================== --- head/comms/hylafax/pkg-plist Sun May 5 02:34:31 2019 (r500846) +++ head/comms/hylafax/pkg-plist Sun May 5 02:39:43 2019 (r500847) @@ -130,8 +130,8 @@ sbin/hylafax %%NLS%%share/locale/vi/LC_MESSAGES/hylafax-server.mo %%NLS%%share/locale/vi/LC_MESSAGES/libhylafax.mo %%HYLAFAX_SPOOL%%/COPYRIGHT -@exec mkfifo -m 0600 %%HYLAFAX_SPOOL%%/FIFO -@exec chown uucp:dialer %%HYLAFAX_SPOOL%%/FIFO +@postexec mkfifo -m 0600 %%HYLAFAX_SPOOL%%/FIFO +@postexec chown uucp:dialer %%HYLAFAX_SPOOL%%/FIFO @rmtry %%HYLAFAX_SPOOL%%/FIFO %%HYLAFAX_SPOOL%%/bin/ps2fax.gs %%HYLAFAX_SPOOL%%/bin/ps2fax.dps From owner-svn-ports-all@freebsd.org Sun May 5 05:57:20 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14F5D15A44E3; Sun, 5 May 2019 05:57:20 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A0B18877BF; Sun, 5 May 2019 05:57:19 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6F2831B782; Sun, 5 May 2019 05:57:19 +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 x455vJ9b026034; Sun, 5 May 2019 05:57:19 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x455vIPL026030; Sun, 5 May 2019 05:57:18 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201905050557.x455vIPL026030@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 5 May 2019 05:57:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500848 - in head/graphics/qgis-ltr: . files X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: in head/graphics/qgis-ltr: . files X-SVN-Commit-Revision: 500848 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A0B18877BF X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.957,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 05 May 2019 05:57:20 -0000 Author: pi Date: Sun May 5 05:57:18 2019 New Revision: 500848 URL: https://svnweb.freebsd.org/changeset/ports/500848 Log: graphics/qgis-ltr: upgrade 3.4.5 -> 3.4.7 - Update several Python dependencies - Add USE_PYQT=webkitwidgets for plugins like 'OpenLayers Plugin' - Add USES=gnome, USE_GNOME=libxml2, USE_QT=gamepad, and LIB_DEPENDS=libsz.so:science/szip to pet 'make DEVELOPER=yes' - Add OPTIONS_DEFAULT=SERVER - Change files/patch-python_plugins_processing_algs_saga_SagaAlgorithmProvider.py to work with REQUIRED_VERSION - Remove files/patch-python_plugins_processing_algs_saga_SagaUtils.py and files/patch-src_app_main.cpp, after they are upstream now - Remove 'world writeable rights' in pkg-plist (not necessary) - Update pkg-plist PR: 237685 Submitted by: Rainer Hurling (maintainer) Deleted: head/graphics/qgis-ltr/files/patch-python_plugins_processing_algs_saga_SagaUtils.py head/graphics/qgis-ltr/files/patch-src_app_main.cpp Modified: head/graphics/qgis-ltr/Makefile head/graphics/qgis-ltr/distinfo head/graphics/qgis-ltr/files/patch-python_plugins_processing_algs_saga_SagaAlgorithmProvider.py head/graphics/qgis-ltr/pkg-plist Modified: head/graphics/qgis-ltr/Makefile ============================================================================== --- head/graphics/qgis-ltr/Makefile Sun May 5 02:39:43 2019 (r500847) +++ head/graphics/qgis-ltr/Makefile Sun May 5 05:57:18 2019 (r500848) @@ -3,8 +3,7 @@ PORTNAME= qgis DISTVERSIONPREFIX= final- -DISTVERSION= 3_4_5 -PORTREVISION= 4 +DISTVERSION= 3_4_7 CATEGORIES= graphics geography PKGNAMESUFFIX= -ltr @@ -18,46 +17,46 @@ BUILD_DEPENDS= gpsbabel>=1.5.4:astro/gpsbabel \ ${PYTHON_PKGNAMEPREFIX}cycler>=0.10.0:devel/py-cycler@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dateutil>=2.7.3:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}future>=0.17.1:devel/py-future@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}httplib2>=0.11.3:www/py-httplib2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}httplib2>=0.12.1:www/py-httplib2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.10:devel/py-Jinja2@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}MarkupSafe>=1.0:textproc/py-MarkupSafe@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}matplotlib>=2.1.2:math/py-matplotlib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}MarkupSafe>=1.1.1:textproc/py-MarkupSafe@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}matplotlib>=2.2.4:math/py-matplotlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>=2.0.0:devel/py-mock@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}OWSLib>=0.17.0:graphics/py-OWSLib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}OWSLib>=0.17.1:graphics/py-OWSLib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pbr>=3.1.1:devel/py-pbr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pip>=9.0.3:devel/py-pip@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}plotly>=3.0.2:graphics/py-plotly@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pygments>=2.2.0:textproc/py-pygments@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyproj>=1.9.5.1:graphics/py-pyproj@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytz>=2018.7:devel/py-pytz@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>=2.18.4:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=1.11.0:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sqlite3>=2.7.15:databases/py-sqlite3@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}yaml>=3.13:devel/py-yaml@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pygments>=2.3.0:textproc/py-pygments@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyproj>=1.9.6:graphics/py-pyproj@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytz>=2019.1:devel/py-pytz@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.21.0:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=1.12.0:devel/py-six@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>=3.6.8:databases/py-sqlite3@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}yaml>=5.1:devel/py-yaml@${PY_FLAVOR} RUN_DEPENDS= astyle:devel/astyle \ ${PYTHON_PKGNAMEPREFIX}cycler>=0.10.0:devel/py-cycler@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dateutil>=2.7.3:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}future>=0.17.1:devel/py-future@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}gdal>=2.2.4:graphics/py-gdal@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}httplib2>=0.11.3:www/py-httplib2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}httplib2>=0.12.1:www/py-httplib2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.10:devel/py-Jinja2@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}MarkupSafe>=1.0:textproc/py-MarkupSafe@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}matplotlib>=2.1.2:math/py-matplotlib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}MarkupSafe>=1.1.1:textproc/py-MarkupSafe@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}matplotlib>=2.2.4:math/py-matplotlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>=2.0.0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>=1.11.2:math/py-numpy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}OWSLib>=0.17.0:graphics/py-OWSLib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}OWSLib>=0.17.1:graphics/py-OWSLib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pbr>=3.1.1:devel/py-pbr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pip>=9.0.3:devel/py-pip@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}plotly>=3.0.2:graphics/py-plotly@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.7.6.1:databases/py-psycopg2@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pygments>=2.2.0:textproc/py-pygments@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyproj>=1.9.5.1:graphics/py-pyproj@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytz>=2018.7:devel/py-pytz@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>=2.18.4:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=1.11.0:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sqlite3>=2.7.15:databases/py-sqlite3@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pygments>=2.3.0:textproc/py-pygments@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyproj>=1.9.6:graphics/py-pyproj@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytz>=2019.1:devel/py-pytz@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.21.0:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=1.12.0:devel/py-six@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>=3.6.8:databases/py-sqlite3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}termcolor>=1.1.0:devel/py-termcolor@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}yaml>=3.13:devel/py-yaml@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}yaml>=5.1:devel/py-yaml@${PY_FLAVOR} LIB_DEPENDS= libexiv2.so:graphics/exiv2 \ libexpat.so:textproc/expat2 \ libgdal.so:graphics/gdal \ @@ -73,19 +72,22 @@ LIB_DEPENDS= libexiv2.so:graphics/exiv2 \ libqwt6.so:x11-toolkits/qwt6 \ libspatialindex.so:devel/spatialindex \ libspatialite.so:databases/spatialite \ + libsz.so:science/szip \ libxerces-c.so:textproc/xerces-c3 \ libzip.so:archivers/libzip ### Fortran is needed by numpy, GRASS, etc. USES= bison cmake compiler:features cpe desktop-file-utils \ - fortran gmake pgsql pyqt:5 python:3.6+ qt:5 shebangfix \ - sqlite:3 + fortran gmake gnome pgsql pyqt:5 python:3.6+ qt:5 \ + shebangfix sqlite:3 +USE_GNOME= libxml2 USE_QT= 3d buildtools_build core concurrent dbus declarative \ - designer doc gui linguist_build location network \ - printsupport qmake_build script serialport \ + designer doc gamepad gui linguist_build location \ + network printsupport qmake_build script serialport \ sql sql-pgsql sql-sqlite3 svg testlib uitools \ webengine widgets webkit xml -USE_PYQT= core gui network qml qscintilla2 sip sql svg xml webkit_run +USE_PYQT= core gui network qml qscintilla2 sip sql svg xml \ + webkit_run webkitwidgets_run USE_LDCONFIG= yes CONFLICTS_INSTALL= qgis @@ -111,7 +113,7 @@ CMAKE_OFF+= SUPPRESS_QT_WARNINGS SHEBANG_FILES= src/plugins/grass/scripts/*.py OPTIONS_DEFINE= GRASS SERVER -OPTIONS_DEFAULT= GRASS +OPTIONS_DEFAULT= GRASS SERVER NO_OPTIONS_SORT= yes OPTIONS_SUB= yes Modified: head/graphics/qgis-ltr/distinfo ============================================================================== --- head/graphics/qgis-ltr/distinfo Sun May 5 02:39:43 2019 (r500847) +++ head/graphics/qgis-ltr/distinfo Sun May 5 05:57:18 2019 (r500848) @@ -1,3 +1,3 @@ -TIMESTAMP = 1552305246 -SHA256 (qgis-QGIS-final-3_4_5_GH0.tar.gz) = 3183ebd2465ec44555e20dbb790ccff639a9da6eb4bce1e123ae030b1b42c57c -SIZE (qgis-QGIS-final-3_4_5_GH0.tar.gz) = 89924291 +TIMESTAMP = 1556614839 +SHA256 (qgis-QGIS-final-3_4_7_GH0.tar.gz) = d070da42e842e59ce9a338b40784b9bc4582f3d48a19255fa8aef967cca653ba +SIZE (qgis-QGIS-final-3_4_7_GH0.tar.gz) = 91022939 Modified: head/graphics/qgis-ltr/files/patch-python_plugins_processing_algs_saga_SagaAlgorithmProvider.py ============================================================================== --- head/graphics/qgis-ltr/files/patch-python_plugins_processing_algs_saga_SagaAlgorithmProvider.py Sun May 5 02:39:43 2019 (r500847) +++ head/graphics/qgis-ltr/files/patch-python_plugins_processing_algs_saga_SagaAlgorithmProvider.py Sun May 5 05:57:18 2019 (r500848) @@ -1,11 +1,20 @@ ---- python/plugins/processing/algs/saga/SagaAlgorithmProvider.py.orig 2018-11-23 12:08:36 UTC +--- python/plugins/processing/algs/saga/SagaAlgorithmProvider.py.orig 2019-03-02 02:07:46 UTC +++ python/plugins/processing/algs/saga/SagaAlgorithmProvider.py +@@ -82,7 +82,7 @@ class SagaAlgorithmProvider(QgsProcessingProvider): + + def canBeActivated(self): + version = SagaUtils.getInstalledVersion(True) +- if version is not None and version.startswith(REQUIRED_VERSION): ++ if version is not None and version >= REQUIRED_VERSION: + return True + return False + @@ -93,7 +93,7 @@ class SagaAlgorithmProvider(QgsProcessingProvider): self.tr('Processing'), Qgis.Critical) return - if not version.startswith(REQUIRED_VERSION): -+ if version < '2.3': ++ if version < REQUIRED_VERSION: QgsMessageLog.logMessage(self.tr('Problem with SAGA installation: unsupported SAGA version (found: {}, required: {}).').format(version, REQUIRED_VERSION), self.tr('Processing'), Qgis.Critical) Modified: head/graphics/qgis-ltr/pkg-plist ============================================================================== --- head/graphics/qgis-ltr/pkg-plist Sun May 5 02:39:43 2019 (r500847) +++ head/graphics/qgis-ltr/pkg-plist Sun May 5 05:57:18 2019 (r500848) @@ -3749,7 +3749,7 @@ share/metainfo/org.qgis.qgis.appdata.xml %%DATADIR%%/python/qsci_apis/PyQGIS-2.2.api %%DATADIR%%/python/qsci_apis/PyQGIS.api %%DATADIR%%/python/qsci_apis/PyQt5.api -%%DATADIR%%/python/qsci_apis/Python-%%PYTHON_VER%%.api +%%DATADIR%%/python/qsci_apis/Python-3.6.api %%DATADIR%%/python/qsci_apis/QScintilla2-2.4.5.api %%DATADIR%%/python/qsci_apis/QScintilla2-2.7.2.api %%DATADIR%%/python/qsci_apis/pyqgis.pap @@ -4945,7 +4945,6 @@ share/metainfo/org.qgis.qgis.appdata.xml %%DATADIR%%/resources/cpt-city-qgis-min/wkp/tubs/DESC.xml %%DATADIR%%/resources/cpt-city-qgis-min/wkp/tubs/nrwc.svg %%DATADIR%%/resources/customization.xml -@mode 0666 %%DATADIR%%/resources/data/contributors.json %%DATADIR%%/resources/data/contributors.qml %%DATADIR%%/resources/data/qgis-hackfests.json @@ -4956,7 +4955,6 @@ share/metainfo/org.qgis.qgis.appdata.xml %%DATADIR%%/resources/data/world_map.qml %%DATADIR%%/resources/data/world_map.shp %%DATADIR%%/resources/data/world_map.shx -@mode %%DATADIR%%/resources/metadata-ISO/LinkPropertyLookupTable.csv %%DATADIR%%/resources/metadata-ISO/country_code_ISO_3166.csv %%DATADIR%%/resources/metadata-ISO/language_codes_ISO_639.csv From owner-svn-ports-all@freebsd.org Sun May 5 07:40:00 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 31E0715A5DB8; Sun, 5 May 2019 07:40:00 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AB93E89E2E; Sun, 5 May 2019 07:39:59 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 86A8C1C818; Sun, 5 May 2019 07:39:59 +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 x457dxqo077989; Sun, 5 May 2019 07:39:59 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x457dxnA077988; Sun, 5 May 2019 07:39:59 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201905050739.x457dxnA077988@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 5 May 2019 07:39:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500849 - head/lang/gcc9-devel X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/lang/gcc9-devel X-SVN-Commit-Revision: 500849 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: AB93E89E2E X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.958,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 05 May 2019 07:40:00 -0000 Author: gerald Date: Sun May 5 07:39:58 2019 New Revision: 500849 URL: https://svnweb.freebsd.org/changeset/ports/500849 Log: Update to the 20180504 snapshot of GCC 9.1.1, the first snapshot after the release of GCC 9.1 (which is in turn the first in that release series). Last weeks's snapshot actually was still coming from trunk and contained early development of what is going to become GCC 10 later on, so we skipped that one. Modified: head/lang/gcc9-devel/Makefile head/lang/gcc9-devel/distinfo Modified: head/lang/gcc9-devel/Makefile ============================================================================== --- head/lang/gcc9-devel/Makefile Sun May 5 05:57:18 2019 (r500848) +++ head/lang/gcc9-devel/Makefile Sun May 5 07:39:58 2019 (r500849) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 9.0.1.s20190421 +PORTVERSION= 9.1.1.s20190504 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc9-devel/distinfo ============================================================================== --- head/lang/gcc9-devel/distinfo Sun May 5 05:57:18 2019 (r500848) +++ head/lang/gcc9-devel/distinfo Sun May 5 07:39:58 2019 (r500849) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555942528 -SHA256 (gcc-9-20190421.tar.xz) = 235eb671f1a1c92de49ff9c3e7bb8e9a8b7f7d6a5bddf8aad94cf6015fee72b9 -SIZE (gcc-9-20190421.tar.xz) = 68759352 +TIMESTAMP = 1557035994 +SHA256 (gcc-9-20190504.tar.xz) = 0eaefe63cf2f9fc9f34a313fe23b95c199fdebca2577e0cd6931ae30a75ba570 +SIZE (gcc-9-20190504.tar.xz) = 68751664 From owner-svn-ports-all@freebsd.org Sun May 5 08:23:06 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F002715823B8; Sun, 5 May 2019 08:23:05 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9596C8B351; Sun, 5 May 2019 08:23:05 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6FC831D05C; Sun, 5 May 2019 08:23:05 +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 x458N51P004016; Sun, 5 May 2019 08:23:05 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x458N5gv004014; Sun, 5 May 2019 08:23:05 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201905050823.x458N5gv004014@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 5 May 2019 08:23:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500850 - head/databases/mariadb101-server X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: head/databases/mariadb101-server X-SVN-Commit-Revision: 500850 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9596C8B351 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.958,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 05 May 2019 08:23:06 -0000 Author: brnrd Date: Sun May 5 08:23:04 2019 New Revision: 500850 URL: https://svnweb.freebsd.org/changeset/ports/500850 Log: databases/mariadb101-server: Security update to 10.1.39 MFH: 2019Q2 Security: 4e1997e8-5de0-11e9-b95c-b499baebfeaf Modified: head/databases/mariadb101-server/Makefile head/databases/mariadb101-server/distinfo Modified: head/databases/mariadb101-server/Makefile ============================================================================== --- head/databases/mariadb101-server/Makefile Sun May 5 07:39:58 2019 (r500849) +++ head/databases/mariadb101-server/Makefile Sun May 5 08:23:04 2019 (r500850) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME?= mariadb -PORTVERSION= 10.1.38 -PORTREVISION= 2 +PORTVERSION= 10.1.39 +PORTREVISION= 0 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/${SITESDIR}/ \ http://mirrors.supportex.net/${SITESDIR}/ \ Modified: head/databases/mariadb101-server/distinfo ============================================================================== --- head/databases/mariadb101-server/distinfo Sun May 5 07:39:58 2019 (r500849) +++ head/databases/mariadb101-server/distinfo Sun May 5 08:23:04 2019 (r500850) @@ -1,3 +1,3 @@ -TIMESTAMP = 1549448520 -SHA256 (mariadb-10.1.38.tar.gz) = caf1f4fc237d143343995b6625375aef911dfc366433645d400727e7063f077f -SIZE (mariadb-10.1.38.tar.gz) = 63535685 +TIMESTAMP = 1556892764 +SHA256 (mariadb-10.1.39.tar.gz) = 6ebaa9424707b8f45ad45eaad37df0d39e77fc965309786d298d6baf3bd93a7e +SIZE (mariadb-10.1.39.tar.gz) = 63577702 From owner-svn-ports-all@freebsd.org Sun May 5 09:01:31 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA05915837BC; Sun, 5 May 2019 09:01:30 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7F5A38C228; Sun, 5 May 2019 09:01: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 427921D6A6; Sun, 5 May 2019 09:01: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 x4591UwH023908; Sun, 5 May 2019 09:01:30 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4591TmC023905; Sun, 5 May 2019 09:01:29 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201905050901.x4591TmC023905@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 5 May 2019 09:01:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500851 - in head/emulators/parallels-tools: . files X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: in head/emulators/parallels-tools: . files X-SVN-Commit-Revision: 500851 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7F5A38C228 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.959,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 05 May 2019 09:01:31 -0000 Author: amdmi3 Date: Sun May 5 09:01:29 2019 New Revision: 500851 URL: https://svnweb.freebsd.org/changeset/ports/500851 Log: - Add LICENSE - Pet portlint - Regenerate patches - Update WWW Approved by: portmgr blanket Modified: head/emulators/parallels-tools/Makefile head/emulators/parallels-tools/files/patch-pvmnet-if_pvmnet.c head/emulators/parallels-tools/pkg-descr Modified: head/emulators/parallels-tools/Makefile ============================================================================== --- head/emulators/parallels-tools/Makefile Sun May 5 08:23:04 2019 (r500850) +++ head/emulators/parallels-tools/Makefile Sun May 5 09:01:29 2019 (r500851) @@ -10,9 +10,11 @@ MASTER_SITES= LOCAL/bland MAINTAINER= bland@FreeBSD.org COMMENT= Parallels Desktop Tools for FreeBSD -USES= kmod tar:bzip2 uidfix +LICENSE= BSD2CLAUSE ONLY_FOR_ARCHS= amd64 i386 + +USES= kmod tar:bzip2 uidfix PLIST_FILES= ${KMODDIR}/if_pvmnet.ko Modified: head/emulators/parallels-tools/files/patch-pvmnet-if_pvmnet.c ============================================================================== --- head/emulators/parallels-tools/files/patch-pvmnet-if_pvmnet.c Sun May 5 08:23:04 2019 (r500850) +++ head/emulators/parallels-tools/files/patch-pvmnet-if_pvmnet.c Sun May 5 09:01:29 2019 (r500851) @@ -1,6 +1,6 @@ ---- pvmnet/if_pvmnet.c.orig 2014-10-02 22:19:21.000000000 +0400 -+++ pvmnet/if_pvmnet.c 2014-10-02 22:21:10.000000000 +0400 -@@ -364,12 +364,20 @@ +--- pvmnet/if_pvmnet.c.orig 2014-02-14 14:09:06 UTC ++++ pvmnet/if_pvmnet.c +@@ -364,12 +364,20 @@ pvmnetintr(void *arg) for (offset = io_get_rcv_offset(sc); (size = io_get_packet_size(sc, offset)); offset += FULL_PACKET_SIZE(size)) { if (size > ETHER_MAX_LEN) { @@ -21,7 +21,7 @@ continue; } m->m_pkthdr.rcvif = ifp; -@@ -379,7 +387,11 @@ +@@ -379,7 +387,11 @@ pvmnetintr(void *arg) m->m_pkthdr.len = m->m_len = size; io_read_data(sc, offset, m); @@ -33,7 +33,7 @@ PVMNET_UNLOCK(sc); (*ifp->if_input)(ifp, m); -@@ -538,7 +550,11 @@ +@@ -538,7 +550,11 @@ pvmnet_start_locked(struct ifnet *ifp) io_notify_sndbuf_full(sc); break; } Modified: head/emulators/parallels-tools/pkg-descr ============================================================================== --- head/emulators/parallels-tools/pkg-descr Sun May 5 08:23:04 2019 (r500850) +++ head/emulators/parallels-tools/pkg-descr Sun May 5 09:01:29 2019 (r500851) @@ -1,3 +1,3 @@ This is a port of Parallels Desktop Tools for the FreeBSD. -WWW: http://www.parallels.com/products/desktop/ +WWW: https://www.parallels.com/products/desktop/ From owner-svn-ports-all@freebsd.org Sun May 5 09:31:30 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14CB91584263; Sun, 5 May 2019 09:31:30 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A95128CFD0; Sun, 5 May 2019 09:31:29 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 827F41DAA2; Sun, 5 May 2019 09:31:29 +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 x459VT7D037080; Sun, 5 May 2019 09:31:29 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x459VT76037079; Sun, 5 May 2019 09:31:29 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201905050931.x459VT76037079@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 5 May 2019 09:31:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500852 - head/net/samba48 X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/net/samba48 X-SVN-Commit-Revision: 500852 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A95128CFD0 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.958,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 05 May 2019 09:31:30 -0000 Author: amdmi3 Date: Sun May 5 09:31:28 2019 New Revision: 500852 URL: https://svnweb.freebsd.org/changeset/ports/500852 Log: - Fix LICENSE - Add LICENSE_FILE - Update WWW Approved by: portmgr blanket Modified: head/net/samba48/Makefile head/net/samba48/pkg-descr Modified: head/net/samba48/Makefile ============================================================================== --- head/net/samba48/Makefile Sun May 5 09:01:29 2019 (r500851) +++ head/net/samba48/Makefile Sun May 5 09:31:28 2019 (r500852) @@ -11,7 +11,8 @@ DISTNAME= ${SAMBA4_DISTNAME} MAINTAINER= timur@FreeBSD.org COMMENT= Free SMB/CIFS and AD/DC server and client for Unix -LICENSE= GPLv3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING IGNORE_NONTHREAD_PYTHON= needs port lang/python${PYTHON_SUFFIX} to be build with THREADS support Modified: head/net/samba48/pkg-descr ============================================================================== --- head/net/samba48/pkg-descr Sun May 5 09:01:29 2019 (r500851) +++ head/net/samba48/pkg-descr Sun May 5 09:31:28 2019 (r500852) @@ -5,4 +5,4 @@ In short, you can join a WinNT, Win2000, WinXP or Win server to a Samba4 domain, and it will behave much as it does in AD, including Kerberos domain logins where applicable. -WWW: http://www.samba.org/ +WWW: https://www.samba.org/ From owner-svn-ports-all@freebsd.org Sun May 5 11:06:41 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C10E6158773E; Sun, 5 May 2019 11:06:41 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 69F878F724; Sun, 5 May 2019 11:06:41 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 44B0D1EB19; Sun, 5 May 2019 11:06:41 +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 x45B6fIT087191; Sun, 5 May 2019 11:06:41 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x45B6eD6087188; Sun, 5 May 2019 11:06:40 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201905051106.x45B6eD6087188@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sun, 5 May 2019 11:06:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500853 - in head/net/py-pynsq: . files X-SVN-Group: ports-head X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: in head/net/py-pynsq: . files X-SVN-Commit-Revision: 500853 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 69F878F724 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.967,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 05 May 2019 11:06:42 -0000 Author: koobs Date: Sun May 5 11:06:40 2019 New Revision: 500853 URL: https://svnweb.freebsd.org/changeset/ports/500853 Log: net/py-pynsq: Update to 0.9.0b1 This beta brings Tornado > 5 support (our py-tornado port is > 5) Changelog: https://github.com/nsqio/pynsq/blob/v0.9.0b1/ChangeLog.md Deleted: head/net/py-pynsq/files/ Modified: head/net/py-pynsq/Makefile head/net/py-pynsq/distinfo head/net/py-pynsq/pkg-descr Modified: head/net/py-pynsq/Makefile ============================================================================== --- head/net/py-pynsq/Makefile Sun May 5 09:31:28 2019 (r500852) +++ head/net/py-pynsq/Makefile Sun May 5 11:06:40 2019 (r500853) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pynsq -PORTVERSION= 0.6.9 +PORTVERSION= 0.9.0b1 DISTVERSIONPREFIX= v CATEGORIES= net python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,22 +13,21 @@ COMMENT= Official Python client library for NSQ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tornado>0:www/py-tornado@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tornado>0:www/py-tornado@${PY_FLAVOR} # <6 +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.3.1:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-snappy>0:archivers/py-python-snappy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}simplejson>0:devel/py-simplejson@${PY_FLAVOR} + nsqd:net/nsq -USES= python:-2.7 +USES= python USE_GITHUB= yes USE_PYTHON= distutils autoplist -GH_ACCOUNT= bitly +GH_ACCOUNT= nsqio NO_ARCH= yes -# test_reader requires nsqd(8) do-test: - @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test -a "--ignore=tests/test_reader.py" + @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs .include Modified: head/net/py-pynsq/distinfo ============================================================================== --- head/net/py-pynsq/distinfo Sun May 5 09:31:28 2019 (r500852) +++ head/net/py-pynsq/distinfo Sun May 5 11:06:40 2019 (r500853) @@ -1,2 +1,3 @@ -SHA256 (bitly-pynsq-v0.6.9_GH0.tar.gz) = c874715a843528c7f10480c7137cd3bb3b867f5f080d34798071a9629dfdb281 -SIZE (bitly-pynsq-v0.6.9_GH0.tar.gz) = 40001 +TIMESTAMP = 1557051695 +SHA256 (nsqio-pynsq-v0.9.0b1_GH0.tar.gz) = 092194574b2f9840a09f1b61649967d3e446d8fa8f503da1d662fd136dd097f1 +SIZE (nsqio-pynsq-v0.9.0b1_GH0.tar.gz) = 43423 Modified: head/net/py-pynsq/pkg-descr ============================================================================== --- head/net/py-pynsq/pkg-descr Sun May 5 09:31:28 2019 (r500852) +++ head/net/py-pynsq/pkg-descr Sun May 5 11:06:40 2019 (r500853) @@ -5,4 +5,4 @@ consumers and producers and two low-level modules for communication over the NSQ Protocol (if you wanted to write your own high-level functionality). -WWW: https://github.com/bitly/pynsq +WWW: https://github.com/nsqio/pynsq From owner-svn-ports-all@freebsd.org Sun May 5 11:25:03 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2127615884AD; Sun, 5 May 2019 11:25:03 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B8763901BF; Sun, 5 May 2019 11:25:02 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8FE1E1EE70; Sun, 5 May 2019 11:25:02 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x45BP2HA097854; Sun, 5 May 2019 11:25:02 GMT (envelope-from 0mp@FreeBSD.org) Received: (from 0mp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x45BP1rd097850; Sun, 5 May 2019 11:25:01 GMT (envelope-from 0mp@FreeBSD.org) Message-Id: <201905051125.x45BP1rd097850@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: 0mp set sender to 0mp@FreeBSD.org using -f From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Sun, 5 May 2019 11:25:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500854 - in head/emulators: . edumips64 edumips64/files X-SVN-Group: ports-head X-SVN-Commit-Author: 0mp X-SVN-Commit-Paths: in head/emulators: . edumips64 edumips64/files X-SVN-Commit-Revision: 500854 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B8763901BF X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 05 May 2019 11:25:03 -0000 Author: 0mp Date: Sun May 5 11:25:01 2019 New Revision: 500854 URL: https://svnweb.freebsd.org/changeset/ports/500854 Log: New port: emulators/edumips64: Free, cross-platform, educational, visual MIPS64 CPU simulator EduMIPS64 is a free (as in free speech) visual and cross-platform MIPS64 CPU Simulator. The simulator was written in order to support Computer Architecture students with a free and cross-platform tool that allows them to run programs written in the MIPS64 assembly dialect and see how the CPU behaves during the execution, experimenting with various aspects of low-level programming that they learn throughout the course. EduMIPS64 started as a GPL Java port of WinMIPS64, a Windows-only MIPS64 simulator, but independently evolved soon after into a stand-alone open source application. WWW: https://www.edumips.org/ Reviewed by: mat (previous version), tobik Differential Revision: https://reviews.freebsd.org/D20143 Added: head/emulators/edumips64/ head/emulators/edumips64/Makefile (contents, props changed) head/emulators/edumips64/distinfo (contents, props changed) head/emulators/edumips64/files/ head/emulators/edumips64/files/edumips64.in (contents, props changed) head/emulators/edumips64/pkg-descr (contents, props changed) Modified: head/emulators/Makefile Modified: head/emulators/Makefile ============================================================================== --- head/emulators/Makefile Sun May 5 11:06:40 2019 (r500853) +++ head/emulators/Makefile Sun May 5 11:25:01 2019 (r500854) @@ -32,6 +32,7 @@ SUBDIR += dynagui SUBDIR += dynamips-community SUBDIR += e-uae + SUBDIR += edumips64 SUBDIR += emulationstation SUBDIR += fceux SUBDIR += fmsx Added: head/emulators/edumips64/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/edumips64/Makefile Sun May 5 11:25:01 2019 (r500854) @@ -0,0 +1,48 @@ +# $FreeBSD$ + +PORTNAME= edumips64 +DISTVERSION= 1.2.5 +CATEGORIES= emulators java +MASTER_SITES= https://github.com/lupino3/${PORTNAME}/releases/download/v${DISTVERSION}/ +DISTFILES= ${DISTNAME}.jar +EXTRACT_ONLY= + +MAINTAINER= 0mp@FreeBSD.org +COMMENT= Free, cross-platform, educational, visual MIPS64 CPU simulator + +LICENSE= GPLv2 + +USE_JAVA= yes + +NO_ARCH= yes +NO_BUILD= yes + +PLIST_FILES= ${JAVAJARDIR}/${JARFILE} bin/${PORTNAME} +PORTDOCS= ${DISTNAME}-manual-en.pdf \ + ${DISTNAME}-manual-it.pdf + +SUB_FILES= ${PORTNAME} +SUB_LIST= JAVA=${JAVA} JARFILE=${JARFILE} + +DESKTOP_ENTRIES="EduMIPS64" "${COMMENT}" "" "${PORTNAME}" \ + "Education;Emulator;" false + +OPTIONS_DEFINE= DOCS +DOCS_DISTFILES= ${DISTNAME}-manual-en.pdf \ + ${DISTNAME}-manual-it.pdf + +JARFILE= ${PORTNAME}.jar + +do-install: + ${INSTALL_DATA} ${DISTDIR}/${DISTNAME}.jar \ + ${STAGEDIR}${JAVAJARDIR}/${JARFILE} + ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} \ + ${DISTDIR}/${DISTNAME}-manual-en.pdf \ + ${DISTDIR}/${DISTNAME}-manual-it.pdf \ + ${STAGEDIR}${DOCSDIR} + +.include Added: head/emulators/edumips64/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/edumips64/distinfo Sun May 5 11:25:01 2019 (r500854) @@ -0,0 +1,7 @@ +TIMESTAMP = 1556991938 +SHA256 (edumips64-1.2.5.jar) = 39b678a7960babb24dec099aa48d685f074e5d431189e4550bf1f4e489e41b3b +SIZE (edumips64-1.2.5.jar) = 1409951 +SHA256 (edumips64-1.2.5-manual-en.pdf) = 036a3e4735a0b8627f67f3210d3cb57b24d9ead89d494008327f1534a453af3f +SIZE (edumips64-1.2.5-manual-en.pdf) = 174302 +SHA256 (edumips64-1.2.5-manual-it.pdf) = 3dce8209143fefe0a08f2aea1970612da7fc50cb96cff172ed8ff83eaefc4e74 +SIZE (edumips64-1.2.5-manual-it.pdf) = 180608 Added: head/emulators/edumips64/files/edumips64.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/edumips64/files/edumips64.in Sun May 5 11:25:01 2019 (r500854) @@ -0,0 +1,4 @@ +#! /bin/sh - +# $FreeBSD$ + +exec "%%JAVA%%" -jar %%JAVAJARDIR%%/%%JARFILE%% "$@" Added: head/emulators/edumips64/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/edumips64/pkg-descr Sun May 5 11:25:01 2019 (r500854) @@ -0,0 +1,14 @@ +EduMIPS64 is a free (as in free speech) visual and cross-platform MIPS64 CPU +Simulator. + +The simulator was written in order to support Computer Architecture students +with a free and cross-platform tool that allows them to run programs written +in the MIPS64 assembly dialect and see how the CPU behaves during the +execution, experimenting with various aspects of low-level programming +that they learn throughout the course. + +EduMIPS64 started as a GPL Java port of WinMIPS64, a Windows-only MIPS64 +simulator, but independently evolved soon after into a stand-alone +open source application. + +WWW: https://www.edumips.org/ From owner-svn-ports-all@freebsd.org Sun May 5 13:08:53 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39846158ACD7; Sun, 5 May 2019 13:08:53 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E0E0D92B60; Sun, 5 May 2019 13:08:52 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B566C1FF10; Sun, 5 May 2019 13:08:52 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x45D8qld050160; Sun, 5 May 2019 13:08:52 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x45D8qV7050157; Sun, 5 May 2019 13:08:52 GMT (envelope-from kai@FreeBSD.org) Message-Id: <201905051308.x45D8qV7050157@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Sun, 5 May 2019 13:08:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500855 - head/editors/xi-core X-SVN-Group: ports-head X-SVN-Commit-Author: kai X-SVN-Commit-Paths: head/editors/xi-core X-SVN-Commit-Revision: 500855 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E0E0D92B60 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.99 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.99)[-0.992,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 05 May 2019 13:08:53 -0000 Author: kai Date: Sun May 5 13:08:51 2019 New Revision: 500855 URL: https://svnweb.freebsd.org/changeset/ports/500855 Log: editors/xi-core: Update to latest snapshot - Submitter adopts the port - Add DOCS option to provide some supplementary info - The project also moved to a new repository thus update GH_ACCOUNT and the WWW field Changelog: https://github.com/xi-editor/xi-editor/compare/3164cb6...c16973f PR: 237532 Submitted by: Nuno Teixeira Reviewed by: tobik Differential Revision: https://reviews.freebsd.org/D20158 Modified: head/editors/xi-core/Makefile head/editors/xi-core/distinfo head/editors/xi-core/pkg-descr Modified: head/editors/xi-core/Makefile ============================================================================== --- head/editors/xi-core/Makefile Sun May 5 11:25:01 2019 (r500854) +++ head/editors/xi-core/Makefile Sun May 5 13:08:51 2019 (r500855) @@ -1,12 +1,10 @@ # $FreeBSD$ PORTNAME= xi-core -PORTVERSION= g20170612 -DISTVERSIONPREFIX= v -PORTREVISION= 9 +DISTVERSION= g20190420 CATEGORIES= editors -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ed.arrakis@gmail.com COMMENT= Modern editor backend written in Rust LICENSE= APACHE20 @@ -14,33 +12,174 @@ LICENSE_FILE= ${WRKSRC}/../LICENSE USES= cargo USE_GITHUB= yes -GH_ACCOUNT= google +GH_ACCOUNT= xi-editor GH_PROJECT= xi-editor -GH_TAGNAME= 3164cb6 +GH_TAGNAME= c16973f +GH_TUPLE= trishume:syntect:24887e407957438282e4183e3dfe80a086e01530:syntect +CARGO_CRATES= adler32-1.0.3 \ + aho-corasick-0.7.3 \ + argon2rs-0.2.5 \ + arrayref-0.3.5 \ + arrayvec-0.4.10 \ + ascii-0.9.1 \ + autocfg-0.1.2 \ + backtrace-0.3.15 \ + backtrace-sys-0.1.28 \ + base64-0.10.1 \ + bincode-1.1.3 \ + bitflags-0.7.0 \ + bitflags-1.0.4 \ + blake2-rfc-0.2.18 \ + block-buffer-0.3.3 \ + build_const-0.2.1 \ + byte-tools-0.2.0 \ + bytecount-0.5.1 \ + byteorder-1.3.1 \ + cc-1.0.35 \ + cfg-if-0.1.7 \ + chrono-0.4.6 \ + cloudabi-0.0.3 \ + combine-3.8.1 \ + constant_time_eq-0.1.3 \ + crc-1.8.1 \ + crc32fast-1.2.0 \ + crossbeam-0.7.1 \ + crossbeam-channel-0.3.8 \ + crossbeam-deque-0.7.1 \ + crossbeam-epoch-0.7.1 \ + crossbeam-queue-0.1.2 \ + crossbeam-utils-0.6.5 \ + digest-0.7.6 \ + dirs-1.0.5 \ + either-1.5.2 \ + failure-0.1.5 \ + failure_derive-0.1.5 \ + fake-simd-0.1.2 \ + fern-0.5.8 \ + filetime-0.2.4 \ + flate2-1.0.7 \ + fnv-1.0.6 \ + fsevent-0.2.17 \ + fsevent-sys-0.1.6 \ + fuchsia-cprng-0.1.1 \ + fuchsia-zircon-0.3.3 \ + fuchsia-zircon-sys-0.3.3 \ + generic-array-0.9.0 \ + humantime-1.2.0 \ + idna-0.1.5 \ + inotify-0.6.1 \ + inotify-sys-0.1.3 \ + iovec-0.1.2 \ + itoa-0.4.3 \ + jsonrpc-lite-0.5.0 \ + kernel32-sys-0.2.2 \ + languageserver-types-0.54.0 \ + lazy_static-1.3.0 \ + lazycell-1.2.1 \ + libc-0.2.51 \ + line-wrap-0.1.1 \ + linked-hash-map-0.5.2 \ + log-0.4.6 \ + matches-0.1.8 \ + memchr-2.2.0 \ + memoffset-0.2.1 \ + miniz-sys-0.1.11 \ + miniz_oxide-0.2.1 \ + miniz_oxide_c_api-0.2.1 \ + mio-0.6.16 \ + mio-extras-2.0.5 \ + miow-0.2.1 \ + net2-0.2.33 \ + nodrop-0.1.13 \ + nom-4.2.3 \ + notify-4.0.10 \ + num-derive-0.2.4 \ + num-integer-0.1.39 \ + num-traits-0.2.6 \ + onig-4.3.2 \ + onig_sys-69.1.0 \ + percent-encoding-1.0.1 \ + pkg-config-0.3.14 \ + plist-0.4.1 \ + pom-3.0.2 \ + proc-macro2-0.4.27 \ + quick-error-1.2.2 \ + quote-0.6.12 \ + rand-0.4.6 \ + rand-0.6.5 \ + rand_chacha-0.1.1 \ + rand_core-0.3.1 \ + rand_core-0.4.0 \ + rand_hc-0.1.0 \ + rand_isaac-0.1.1 \ + rand_jitter-0.1.3 \ + rand_os-0.1.3 \ + rand_pcg-0.1.2 \ + rand_xorshift-0.1.1 \ + rdrand-0.4.0 \ + redox_syscall-0.1.54 \ + redox_users-0.3.0 \ + regex-1.1.5 \ + regex-syntax-0.6.6 \ + remove_dir_all-0.5.1 \ + rustc-demangle-0.1.14 \ + ryu-0.2.7 \ + safemem-0.3.0 \ + same-file-1.0.4 \ + scoped_threadpool-0.1.9 \ + scopeguard-0.3.3 \ + serde-1.0.90 \ + serde_derive-1.0.90 \ + serde_json-1.0.39 \ + serde_test-1.0.90 \ + sha2-0.7.1 \ + slab-0.4.2 \ + smallvec-0.6.9 \ + syn-0.15.30 \ + synstructure-0.10.1 \ + syntect-3.2.0 \ + tempdir-0.3.7 \ + thread_local-0.3.6 \ + time-0.1.42 \ + toml-0.5.0 \ + typenum-1.10.0 \ + ucd-util-0.1.3 \ + unicode-bidi-0.3.4 \ + unicode-normalization-0.1.8 \ + unicode-segmentation-1.2.1 \ + unicode-xid-0.1.0 \ + unreachable-1.0.0 \ + url-1.7.2 \ + url_serde-0.2.0 \ + utf8-ranges-1.0.2 \ + version_check-0.1.5 \ + void-1.0.2 \ + walkdir-2.2.7 \ + winapi-0.2.8 \ + winapi-0.3.7 \ + winapi-build-0.1.1 \ + winapi-i686-pc-windows-gnu-0.4.0 \ + winapi-util-0.1.2 \ + winapi-x86_64-pc-windows-gnu-0.4.0 \ + ws2_32-sys-0.2.1 \ + xml-rs-0.8.0 \ + yaml-rust-0.4.3 + +CARGO_USE_GITHUB= yes + WRKSRC_SUBDIR= rust PLIST_FILES= bin/xi-core +PORTDOCS= README.md -CARGO_CRATES= bytecount-0.1.6 \ - crossbeam-0.2.10 \ - dtoa-0.4.1 \ - itoa-0.3.1 \ - kernel32-sys-0.2.2 \ - libc-0.2.49 \ - memchr-1.0.1 \ - num-traits-0.1.37 \ - quote-0.3.15 \ - redox_syscall-0.1.17 \ - serde-1.0.2 \ - serde_derive-1.0.2 \ - serde_derive_internals-0.15.0 \ - serde_json-1.0.1 \ - syn-0.11.11 \ - synom-0.11.3 \ - time-0.1.37 \ - unicode-xid-0.0.4 \ - winapi-0.2.8 \ - winapi-build-0.1.1 +OPTIONS_DEFINE= DOCS + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/../README.md ${STAGEDIR}${DOCSDIR} + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xi-core .include Modified: head/editors/xi-core/distinfo ============================================================================== --- head/editors/xi-core/distinfo Sun May 5 11:25:01 2019 (r500854) +++ head/editors/xi-core/distinfo Sun May 5 13:08:51 2019 (r500855) @@ -1,43 +1,301 @@ -TIMESTAMP = 1497447050 -SHA256 (rust/crates/bytecount-0.1.6.tar.gz) = 1e8f09fbc8c6726a4b616dcfbd4f54491068d6bb1b93ac03c78ac18ff9a5924a -SIZE (rust/crates/bytecount-0.1.6.tar.gz) = 9435 -SHA256 (rust/crates/crossbeam-0.2.10.tar.gz) = 0c5ea215664ca264da8a9d9c3be80d2eaf30923c259d03e870388eb927508f97 -SIZE (rust/crates/crossbeam-0.2.10.tar.gz) = 32993 -SHA256 (rust/crates/dtoa-0.4.1.tar.gz) = 80c8b71fd71146990a9742fc06dcbbde19161a267e0ad4e572c35162f4578c90 -SIZE (rust/crates/dtoa-0.4.1.tar.gz) = 73264 -SHA256 (rust/crates/itoa-0.3.1.tar.gz) = eb2f404fbc66fd9aac13e998248505e7ecb2ad8e44ab6388684c5fb11c6c251c -SIZE (rust/crates/itoa-0.3.1.tar.gz) = 73340 +TIMESTAMP = 1555846665 +SHA256 (rust/crates/adler32-1.0.3.tar.gz) = 7e522997b529f05601e05166c07ed17789691f562762c7f3b987263d2dedee5c +SIZE (rust/crates/adler32-1.0.3.tar.gz) = 5734 +SHA256 (rust/crates/aho-corasick-0.7.3.tar.gz) = e6f484ae0c99fec2e858eb6134949117399f222608d84cadb3f58c1f97c2364c +SIZE (rust/crates/aho-corasick-0.7.3.tar.gz) = 55093 +SHA256 (rust/crates/argon2rs-0.2.5.tar.gz) = 3f67b0b6a86dae6e67ff4ca2b6201396074996379fba2b92ff649126f37cb392 +SIZE (rust/crates/argon2rs-0.2.5.tar.gz) = 353096 +SHA256 (rust/crates/arrayref-0.3.5.tar.gz) = 0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee +SIZE (rust/crates/arrayref-0.3.5.tar.gz) = 7644 +SHA256 (rust/crates/arrayvec-0.4.10.tar.gz) = 92c7fb76bc8826a8b33b4ee5bb07a247a81e76764ab4d55e8f73e3a4d8808c71 +SIZE (rust/crates/arrayvec-0.4.10.tar.gz) = 26133 +SHA256 (rust/crates/ascii-0.9.1.tar.gz) = a5fc969a8ce2c9c0c4b0429bb8431544f6658283c8326ba5ff8c762b75369335 +SIZE (rust/crates/ascii-0.9.1.tar.gz) = 25317 +SHA256 (rust/crates/autocfg-0.1.2.tar.gz) = a6d640bee2da49f60a4068a7fae53acde8982514ab7bae8b8cea9e88cbcfd799 +SIZE (rust/crates/autocfg-0.1.2.tar.gz) = 10444 +SHA256 (rust/crates/backtrace-0.3.15.tar.gz) = f106c02a3604afcdc0df5d36cc47b44b55917dbaf3d808f71c163a0ddba64637 +SIZE (rust/crates/backtrace-0.3.15.tar.gz) = 33807 +SHA256 (rust/crates/backtrace-sys-0.1.28.tar.gz) = 797c830ac25ccc92a7f8a7b9862bde440715531514594a6154e3d4a54dd769b6 +SIZE (rust/crates/backtrace-sys-0.1.28.tar.gz) = 522603 +SHA256 (rust/crates/base64-0.10.1.tar.gz) = 0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e +SIZE (rust/crates/base64-0.10.1.tar.gz) = 41988 +SHA256 (rust/crates/bincode-1.1.3.tar.gz) = 959c8e54c1ad412ffeeb95f05a9cade02d2d40a7b3c2f852d3353148f4beff35 +SIZE (rust/crates/bincode-1.1.3.tar.gz) = 14435 +SHA256 (rust/crates/bitflags-0.7.0.tar.gz) = aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d +SIZE (rust/crates/bitflags-0.7.0.tar.gz) = 10851 +SHA256 (rust/crates/bitflags-1.0.4.tar.gz) = 228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12 +SIZE (rust/crates/bitflags-1.0.4.tar.gz) = 15282 +SHA256 (rust/crates/blake2-rfc-0.2.18.tar.gz) = 5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400 +SIZE (rust/crates/blake2-rfc-0.2.18.tar.gz) = 15676 +SHA256 (rust/crates/block-buffer-0.3.3.tar.gz) = a076c298b9ecdb530ed9d967e74a6027d6a7478924520acddcddc24c1c8ab3ab +SIZE (rust/crates/block-buffer-0.3.3.tar.gz) = 7070 +SHA256 (rust/crates/build_const-0.2.1.tar.gz) = 39092a32794787acd8525ee150305ff051b0aa6cc2abaf193924f5ab05425f39 +SIZE (rust/crates/build_const-0.2.1.tar.gz) = 4499 +SHA256 (rust/crates/byte-tools-0.2.0.tar.gz) = 560c32574a12a89ecd91f5e742165893f86e3ab98d21f8ea548658eb9eef5f40 +SIZE (rust/crates/byte-tools-0.2.0.tar.gz) = 6454 +SHA256 (rust/crates/bytecount-0.5.1.tar.gz) = be0fdd54b507df8f22012890aadd099979befdba27713c767993f8380112ca7c +SIZE (rust/crates/bytecount-0.5.1.tar.gz) = 11888 +SHA256 (rust/crates/byteorder-1.3.1.tar.gz) = a019b10a2a7cdeb292db131fc8113e57ea2a908f6e7894b0c3c671893b65dbeb +SIZE (rust/crates/byteorder-1.3.1.tar.gz) = 20959 +SHA256 (rust/crates/cc-1.0.35.tar.gz) = 5e5f3fee5eeb60324c2781f1e41286bdee933850fff9b3c672587fed5ec58c83 +SIZE (rust/crates/cc-1.0.35.tar.gz) = 44369 +SHA256 (rust/crates/cfg-if-0.1.7.tar.gz) = 11d43355396e872eefb45ce6342e4374ed7bc2b3a502d1b28e36d6e23c05d1f4 +SIZE (rust/crates/cfg-if-0.1.7.tar.gz) = 7360 +SHA256 (rust/crates/chrono-0.4.6.tar.gz) = 45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878 +SIZE (rust/crates/chrono-0.4.6.tar.gz) = 133108 +SHA256 (rust/crates/cloudabi-0.0.3.tar.gz) = ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f +SIZE (rust/crates/cloudabi-0.0.3.tar.gz) = 22156 +SHA256 (rust/crates/combine-3.8.1.tar.gz) = da3da6baa321ec19e1cc41d31bf599f00c783d0517095cdaf0332e3fe8d20680 +SIZE (rust/crates/combine-3.8.1.tar.gz) = 103773 +SHA256 (rust/crates/constant_time_eq-0.1.3.tar.gz) = 8ff012e225ce166d4422e0e78419d901719760f62ae2b7969ca6b564d1b54a9e +SIZE (rust/crates/constant_time_eq-0.1.3.tar.gz) = 1279 +SHA256 (rust/crates/crc-1.8.1.tar.gz) = d663548de7f5cca343f1e0a48d14dcfb0e9eb4e079ec58883b7251539fa10aeb +SIZE (rust/crates/crc-1.8.1.tar.gz) = 9114 +SHA256 (rust/crates/crc32fast-1.2.0.tar.gz) = ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1 +SIZE (rust/crates/crc32fast-1.2.0.tar.gz) = 39161 +SHA256 (rust/crates/crossbeam-0.7.1.tar.gz) = b14492071ca110999a20bf90e3833406d5d66bfd93b4e52ec9539025ff43fe0d +SIZE (rust/crates/crossbeam-0.7.1.tar.gz) = 9632 +SHA256 (rust/crates/crossbeam-channel-0.3.8.tar.gz) = 0f0ed1a4de2235cabda8558ff5840bffb97fcb64c97827f354a451307df5f72b +SIZE (rust/crates/crossbeam-channel-0.3.8.tar.gz) = 79923 +SHA256 (rust/crates/crossbeam-deque-0.7.1.tar.gz) = b18cd2e169ad86297e6bc0ad9aa679aee9daa4f19e8163860faf7c164e4f5a71 +SIZE (rust/crates/crossbeam-deque-0.7.1.tar.gz) = 19407 +SHA256 (rust/crates/crossbeam-epoch-0.7.1.tar.gz) = 04c9e3102cc2d69cd681412141b390abd55a362afc1540965dad0ad4d34280b4 +SIZE (rust/crates/crossbeam-epoch-0.7.1.tar.gz) = 35215 +SHA256 (rust/crates/crossbeam-queue-0.1.2.tar.gz) = 7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b +SIZE (rust/crates/crossbeam-queue-0.1.2.tar.gz) = 14104 +SHA256 (rust/crates/crossbeam-utils-0.6.5.tar.gz) = f8306fcef4a7b563b76b7dd949ca48f52bc1141aa067d2ea09565f3e2652aa5c +SIZE (rust/crates/crossbeam-utils-0.6.5.tar.gz) = 31735 +SHA256 (rust/crates/digest-0.7.6.tar.gz) = 03b072242a8cbaf9c145665af9d250c59af3b958f83ed6824e13533cf76d5b90 +SIZE (rust/crates/digest-0.7.6.tar.gz) = 8800 +SHA256 (rust/crates/dirs-1.0.5.tar.gz) = 3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901 +SIZE (rust/crates/dirs-1.0.5.tar.gz) = 12908 +SHA256 (rust/crates/either-1.5.2.tar.gz) = 5527cfe0d098f36e3f8839852688e63c8fff1c90b2b405aef730615f9a7bcf7b +SIZE (rust/crates/either-1.5.2.tar.gz) = 12124 +SHA256 (rust/crates/failure-0.1.5.tar.gz) = 795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2 +SIZE (rust/crates/failure-0.1.5.tar.gz) = 36749 +SHA256 (rust/crates/failure_derive-0.1.5.tar.gz) = ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1 +SIZE (rust/crates/failure_derive-0.1.5.tar.gz) = 4884 +SHA256 (rust/crates/fake-simd-0.1.2.tar.gz) = e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed +SIZE (rust/crates/fake-simd-0.1.2.tar.gz) = 5398 +SHA256 (rust/crates/fern-0.5.8.tar.gz) = 29d26fa0f4d433d1956746e66ec10d6bf4d6c8b93cd39965cceea7f7cc78c7dd +SIZE (rust/crates/fern-0.5.8.tar.gz) = 293592 +SHA256 (rust/crates/filetime-0.2.4.tar.gz) = a2df5c1a8c4be27e7707789dc42ae65976e60b394afd293d1419ab915833e646 +SIZE (rust/crates/filetime-0.2.4.tar.gz) = 12044 +SHA256 (rust/crates/flate2-1.0.7.tar.gz) = f87e68aa82b2de08a6e037f1385455759df6e445a8df5e005b4297191dbf18aa +SIZE (rust/crates/flate2-1.0.7.tar.gz) = 65912 +SHA256 (rust/crates/fnv-1.0.6.tar.gz) = 2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3 +SIZE (rust/crates/fnv-1.0.6.tar.gz) = 11131 +SHA256 (rust/crates/fsevent-0.2.17.tar.gz) = c4bbbf71584aeed076100b5665ac14e3d85eeb31fdbb45fbd41ef9a682b5ec05 +SIZE (rust/crates/fsevent-0.2.17.tar.gz) = 5860 +SHA256 (rust/crates/fsevent-sys-0.1.6.tar.gz) = 1a772d36c338d07a032d5375a36f15f9a7043bf0cb8ce7cee658e037c6032874 +SIZE (rust/crates/fsevent-sys-0.1.6.tar.gz) = 3397 +SHA256 (rust/crates/fuchsia-cprng-0.1.1.tar.gz) = a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba +SIZE (rust/crates/fuchsia-cprng-0.1.1.tar.gz) = 2950 +SHA256 (rust/crates/fuchsia-zircon-0.3.3.tar.gz) = 2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82 +SIZE (rust/crates/fuchsia-zircon-0.3.3.tar.gz) = 22565 +SHA256 (rust/crates/fuchsia-zircon-sys-0.3.3.tar.gz) = 3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7 +SIZE (rust/crates/fuchsia-zircon-sys-0.3.3.tar.gz) = 7191 +SHA256 (rust/crates/generic-array-0.9.0.tar.gz) = ef25c5683767570c2bbd7deba372926a55eaae9982d7726ee2a1050239d45b9d +SIZE (rust/crates/generic-array-0.9.0.tar.gz) = 10702 +SHA256 (rust/crates/humantime-1.2.0.tar.gz) = 3ca7e5f2e110db35f93b837c81797f3714500b81d517bf20c431b16d3ca4f114 +SIZE (rust/crates/humantime-1.2.0.tar.gz) = 16795 +SHA256 (rust/crates/idna-0.1.5.tar.gz) = 38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e +SIZE (rust/crates/idna-0.1.5.tar.gz) = 258735 +SHA256 (rust/crates/inotify-0.6.1.tar.gz) = 40b54539f3910d6f84fbf9a643efd6e3aa6e4f001426c0329576128255994718 +SIZE (rust/crates/inotify-0.6.1.tar.gz) = 19667 +SHA256 (rust/crates/inotify-sys-0.1.3.tar.gz) = e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0 +SIZE (rust/crates/inotify-sys-0.1.3.tar.gz) = 8327 +SHA256 (rust/crates/iovec-0.1.2.tar.gz) = dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08 +SIZE (rust/crates/iovec-0.1.2.tar.gz) = 8565 +SHA256 (rust/crates/itoa-0.4.3.tar.gz) = 1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b +SIZE (rust/crates/itoa-0.4.3.tar.gz) = 11061 +SHA256 (rust/crates/jsonrpc-lite-0.5.0.tar.gz) = a98d245f26984add78277a5306ca0cf774863d4eddb4912b31d94ee3fa1a22d4 +SIZE (rust/crates/jsonrpc-lite-0.5.0.tar.gz) = 11556 SHA256 (rust/crates/kernel32-sys-0.2.2.tar.gz) = 7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d SIZE (rust/crates/kernel32-sys-0.2.2.tar.gz) = 24537 -SHA256 (rust/crates/libc-0.2.49.tar.gz) = 413f3dfc802c5dc91dc570b05125b6cda9855edfaa9825c9849807876376e70e -SIZE (rust/crates/libc-0.2.49.tar.gz) = 375486 -SHA256 (rust/crates/memchr-1.0.1.tar.gz) = 1dbccc0e46f1ea47b9f17e6d67c5a96bd27030519c519c9c91327e31275a47b4 -SIZE (rust/crates/memchr-1.0.1.tar.gz) = 8221 -SHA256 (rust/crates/num-traits-0.1.37.tar.gz) = e1cbfa3781f3fe73dc05321bed52a06d2d491eaa764c52335cf4399f046ece99 -SIZE (rust/crates/num-traits-0.1.37.tar.gz) = 20492 -SHA256 (rust/crates/quote-0.3.15.tar.gz) = 7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a -SIZE (rust/crates/quote-0.3.15.tar.gz) = 12041 -SHA256 (rust/crates/redox_syscall-0.1.17.tar.gz) = 29dbdfd4b9df8ab31dec47c6087b7b13cbf4a776f335e4de8efba8288dda075b -SIZE (rust/crates/redox_syscall-0.1.17.tar.gz) = 11683 -SHA256 (rust/crates/serde-1.0.2.tar.gz) = 3b46a59dd63931010fdb1d88538513f3279090d88b5c22ef4fe8440cfffcc6e3 -SIZE (rust/crates/serde-1.0.2.tar.gz) = 58548 -SHA256 (rust/crates/serde_derive-1.0.2.tar.gz) = 6c06b68790963518008b8ae0152d48be4bbbe77015d2c717f6282eea1824be9a -SIZE (rust/crates/serde_derive-1.0.2.tar.gz) = 23633 -SHA256 (rust/crates/serde_derive_internals-0.15.0.tar.gz) = 021c338d22c7e30f957a6ab7e388cb6098499dda9fd4ba1661ee074ca7a180d1 -SIZE (rust/crates/serde_derive_internals-0.15.0.tar.gz) = 16382 -SHA256 (rust/crates/serde_json-1.0.1.tar.gz) = 1c62115693d0a9ed8c32d1c760f0fdbe7d4b05cb13c135b9b54137ac0d59fccb -SIZE (rust/crates/serde_json-1.0.1.tar.gz) = 55365 -SHA256 (rust/crates/syn-0.11.11.tar.gz) = d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad -SIZE (rust/crates/syn-0.11.11.tar.gz) = 63309 -SHA256 (rust/crates/synom-0.11.3.tar.gz) = a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6 -SIZE (rust/crates/synom-0.11.3.tar.gz) = 17120 -SHA256 (rust/crates/time-0.1.37.tar.gz) = ffd7ccbf969a892bf83f1e441126968a07a3941c24ff522a26af9f9f4585d1a3 -SIZE (rust/crates/time-0.1.37.tar.gz) = 28346 -SHA256 (rust/crates/unicode-xid-0.0.4.tar.gz) = 8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc -SIZE (rust/crates/unicode-xid-0.0.4.tar.gz) = 16034 +SHA256 (rust/crates/languageserver-types-0.54.0.tar.gz) = c511f9ff7488a97fe86ca0f3a020e2515ea0e684fc0048ce9821a9e2f851071a +SIZE (rust/crates/languageserver-types-0.54.0.tar.gz) = 26616 +SHA256 (rust/crates/lazy_static-1.3.0.tar.gz) = bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14 +SIZE (rust/crates/lazy_static-1.3.0.tar.gz) = 10616 +SHA256 (rust/crates/lazycell-1.2.1.tar.gz) = b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f +SIZE (rust/crates/lazycell-1.2.1.tar.gz) = 11691 +SHA256 (rust/crates/libc-0.2.51.tar.gz) = bedcc7a809076656486ffe045abeeac163da1b558e963a31e29fbfbeba916917 +SIZE (rust/crates/libc-0.2.51.tar.gz) = 397323 +SHA256 (rust/crates/line-wrap-0.1.1.tar.gz) = f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9 +SIZE (rust/crates/line-wrap-0.1.1.tar.gz) = 10010 +SHA256 (rust/crates/linked-hash-map-0.5.2.tar.gz) = ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83 +SIZE (rust/crates/linked-hash-map-0.5.2.tar.gz) = 16109 +SHA256 (rust/crates/log-0.4.6.tar.gz) = c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6 +SIZE (rust/crates/log-0.4.6.tar.gz) = 22303 +SHA256 (rust/crates/matches-0.1.8.tar.gz) = 7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08 +SIZE (rust/crates/matches-0.1.8.tar.gz) = 2216 +SHA256 (rust/crates/memchr-2.2.0.tar.gz) = 2efc7bc57c883d4a4d6e3246905283d8dae951bb3bd32f49d6ef297f546e1c39 +SIZE (rust/crates/memchr-2.2.0.tar.gz) = 20939 +SHA256 (rust/crates/memoffset-0.2.1.tar.gz) = 0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3 +SIZE (rust/crates/memoffset-0.2.1.tar.gz) = 4618 +SHA256 (rust/crates/miniz-sys-0.1.11.tar.gz) = 0300eafb20369952951699b68243ab4334f4b10a88f411c221d444b36c40e649 +SIZE (rust/crates/miniz-sys-0.1.11.tar.gz) = 78188 +SHA256 (rust/crates/miniz_oxide-0.2.1.tar.gz) = c468f2369f07d651a5d0bb2c9079f8488a66d5466efe42d0c5c6466edcb7f71e +SIZE (rust/crates/miniz_oxide-0.2.1.tar.gz) = 49241 +SHA256 (rust/crates/miniz_oxide_c_api-0.2.1.tar.gz) = b7fe927a42e3807ef71defb191dc87d4e24479b221e67015fe38ae2b7b447bab +SIZE (rust/crates/miniz_oxide_c_api-0.2.1.tar.gz) = 163410 +SHA256 (rust/crates/mio-0.6.16.tar.gz) = 71646331f2619b1026cc302f87a2b8b648d5c6dd6937846a16cc8ce0f347f432 +SIZE (rust/crates/mio-0.6.16.tar.gz) = 126174 +SHA256 (rust/crates/mio-extras-2.0.5.tar.gz) = 46e73a04c2fa6250b8d802134d56d554a9ec2922bf977777c805ea5def61ce40 +SIZE (rust/crates/mio-extras-2.0.5.tar.gz) = 16151 +SHA256 (rust/crates/miow-0.2.1.tar.gz) = 8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919 +SIZE (rust/crates/miow-0.2.1.tar.gz) = 21133 +SHA256 (rust/crates/net2-0.2.33.tar.gz) = 42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88 +SIZE (rust/crates/net2-0.2.33.tar.gz) = 20936 +SHA256 (rust/crates/nodrop-0.1.13.tar.gz) = 2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945 +SIZE (rust/crates/nodrop-0.1.13.tar.gz) = 7508 +SHA256 (rust/crates/nom-4.2.3.tar.gz) = 2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6 +SIZE (rust/crates/nom-4.2.3.tar.gz) = 115343 +SHA256 (rust/crates/notify-4.0.10.tar.gz) = abb1581693e44d8a0ec347ef12289625063f52a1dddc3f3c9befd5fc59e88943 +SIZE (rust/crates/notify-4.0.10.tar.gz) = 48124 +SHA256 (rust/crates/num-derive-0.2.4.tar.gz) = d9fe8fcafd1b86a37ce8a1cfa15ae504817e0c8c2e7ad42767371461ac1d316d +SIZE (rust/crates/num-derive-0.2.4.tar.gz) = 12925 +SHA256 (rust/crates/num-integer-0.1.39.tar.gz) = e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea +SIZE (rust/crates/num-integer-0.1.39.tar.gz) = 17881 +SHA256 (rust/crates/num-traits-0.2.6.tar.gz) = 0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1 +SIZE (rust/crates/num-traits-0.2.6.tar.gz) = 39923 +SHA256 (rust/crates/onig-4.3.2.tar.gz) = a646989adad8a19f49be2090374712931c3a59835cb5277b4530f48b417f26e7 +SIZE (rust/crates/onig-4.3.2.tar.gz) = 27432 +SHA256 (rust/crates/onig_sys-69.1.0.tar.gz) = 388410bf5fa341f10e58e6db3975f4bea1ac30247dd79d37a9e5ced3cb4cc3b0 +SIZE (rust/crates/onig_sys-69.1.0.tar.gz) = 544763 +SHA256 (rust/crates/percent-encoding-1.0.1.tar.gz) = 31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831 +SIZE (rust/crates/percent-encoding-1.0.1.tar.gz) = 10057 +SHA256 (rust/crates/pkg-config-0.3.14.tar.gz) = 676e8eb2b1b4c9043511a9b7bea0915320d7e502b0a079fb03f9635a5252b18c +SIZE (rust/crates/pkg-config-0.3.14.tar.gz) = 13565 +SHA256 (rust/crates/plist-0.4.1.tar.gz) = f4739851c08dd9a62a78beff2edf1a438517268b2c563c42fc6d9d3139e42d2a +SIZE (rust/crates/plist-0.4.1.tar.gz) = 20920 +SHA256 (rust/crates/pom-3.0.2.tar.gz) = 6b2a5e2f78f76c4e1497a2749d8cf034351d1fcc4facaa800de83845067d2c06 +SIZE (rust/crates/pom-3.0.2.tar.gz) = 168641 +SHA256 (rust/crates/proc-macro2-0.4.27.tar.gz) = 4d317f9caece796be1980837fd5cb3dfec5613ebdb04ad0956deea83ce168915 +SIZE (rust/crates/proc-macro2-0.4.27.tar.gz) = 34098 +SHA256 (rust/crates/quick-error-1.2.2.tar.gz) = 9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0 +SIZE (rust/crates/quick-error-1.2.2.tar.gz) = 15132 +SHA256 (rust/crates/quote-0.6.12.tar.gz) = faf4799c5d274f3868a4aae320a0a182cbd2baee377b378f080e16a23e9d80db +SIZE (rust/crates/quote-0.6.12.tar.gz) = 17541 +SHA256 (rust/crates/rand-0.4.6.tar.gz) = 552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293 +SIZE (rust/crates/rand-0.4.6.tar.gz) = 76401 +SHA256 (rust/crates/rand-0.6.5.tar.gz) = 6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca +SIZE (rust/crates/rand-0.6.5.tar.gz) = 104814 +SHA256 (rust/crates/rand_chacha-0.1.1.tar.gz) = 556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef +SIZE (rust/crates/rand_chacha-0.1.1.tar.gz) = 11703 +SHA256 (rust/crates/rand_core-0.3.1.tar.gz) = 7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b +SIZE (rust/crates/rand_core-0.3.1.tar.gz) = 15483 +SHA256 (rust/crates/rand_core-0.4.0.tar.gz) = d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0 +SIZE (rust/crates/rand_core-0.4.0.tar.gz) = 20326 +SHA256 (rust/crates/rand_hc-0.1.0.tar.gz) = 7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4 +SIZE (rust/crates/rand_hc-0.1.0.tar.gz) = 11644 +SHA256 (rust/crates/rand_isaac-0.1.1.tar.gz) = ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08 +SIZE (rust/crates/rand_isaac-0.1.1.tar.gz) = 16020 +SHA256 (rust/crates/rand_jitter-0.1.3.tar.gz) = 7b9ea758282efe12823e0d952ddb269d2e1897227e464919a554f2a03ef1b832 +SIZE (rust/crates/rand_jitter-0.1.3.tar.gz) = 18341 +SHA256 (rust/crates/rand_os-0.1.3.tar.gz) = 7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071 +SIZE (rust/crates/rand_os-0.1.3.tar.gz) = 18965 +SHA256 (rust/crates/rand_pcg-0.1.2.tar.gz) = abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44 +SIZE (rust/crates/rand_pcg-0.1.2.tar.gz) = 10844 +SHA256 (rust/crates/rand_xorshift-0.1.1.tar.gz) = cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c +SIZE (rust/crates/rand_xorshift-0.1.1.tar.gz) = 8997 +SHA256 (rust/crates/rdrand-0.4.0.tar.gz) = 678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2 +SIZE (rust/crates/rdrand-0.4.0.tar.gz) = 6456 +SHA256 (rust/crates/redox_syscall-0.1.54.tar.gz) = 12229c14a0f65c4f1cb046a3b52047cdd9da1f4b30f8a39c5063c8bae515e252 +SIZE (rust/crates/redox_syscall-0.1.54.tar.gz) = 15668 +SHA256 (rust/crates/redox_users-0.3.0.tar.gz) = 3fe5204c3a17e97dde73f285d49be585df59ed84b50a872baf416e73b62c3828 +SIZE (rust/crates/redox_users-0.3.0.tar.gz) = 12766 +SHA256 (rust/crates/regex-1.1.5.tar.gz) = 559008764a17de49a3146b234641644ed37d118d1ef641a0bb573d146edc6ce0 +SIZE (rust/crates/regex-1.1.5.tar.gz) = 243275 +SHA256 (rust/crates/regex-syntax-0.6.6.tar.gz) = dcfd8681eebe297b81d98498869d4aae052137651ad7b96822f09ceb690d0a96 +SIZE (rust/crates/regex-syntax-0.6.6.tar.gz) = 273068 +SHA256 (rust/crates/remove_dir_all-0.5.1.tar.gz) = 3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5 +SIZE (rust/crates/remove_dir_all-0.5.1.tar.gz) = 8726 +SHA256 (rust/crates/rustc-demangle-0.1.14.tar.gz) = ccc78bfd5acd7bf3e89cffcf899e5cb1a52d6fafa8dec2739ad70c9577a57288 +SIZE (rust/crates/rustc-demangle-0.1.14.tar.gz) = 18721 +SHA256 (rust/crates/ryu-0.2.7.tar.gz) = eb9e9b8cde282a9fe6a42dd4681319bfb63f121b8a8ee9439c6f4107e58a46f7 +SIZE (rust/crates/ryu-0.2.7.tar.gz) = 41382 +SHA256 (rust/crates/safemem-0.3.0.tar.gz) = 8dca453248a96cb0749e36ccdfe2b0b4e54a61bfef89fb97ec621eb8e0a93dd9 +SIZE (rust/crates/safemem-0.3.0.tar.gz) = 6947 +SHA256 (rust/crates/same-file-1.0.4.tar.gz) = 8f20c4be53a8a1ff4c1f1b2bd14570d2f634628709752f0702ecdd2b3f9a5267 +SIZE (rust/crates/same-file-1.0.4.tar.gz) = 8678 +SHA256 (rust/crates/scoped_threadpool-0.1.9.tar.gz) = 1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8 +SIZE (rust/crates/scoped_threadpool-0.1.9.tar.gz) = 7800 +SHA256 (rust/crates/scopeguard-0.3.3.tar.gz) = 94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27 +SIZE (rust/crates/scopeguard-0.3.3.tar.gz) = 9605 +SHA256 (rust/crates/serde-1.0.90.tar.gz) = aa5f7c20820475babd2c077c3ab5f8c77a31c15e16ea38687b4c02d3e48680f4 +SIZE (rust/crates/serde-1.0.90.tar.gz) = 71415 +SHA256 (rust/crates/serde_derive-1.0.90.tar.gz) = 58fc82bec244f168b23d1963b45c8bf5726e9a15a9d146a067f9081aeed2de79 +SIZE (rust/crates/serde_derive-1.0.90.tar.gz) = 48815 +SHA256 (rust/crates/serde_json-1.0.39.tar.gz) = 5a23aa71d4a4d43fdbfaac00eff68ba8a06a51759a89ac3304323e800c4dd40d +SIZE (rust/crates/serde_json-1.0.39.tar.gz) = 69621 +SHA256 (rust/crates/serde_test-1.0.90.tar.gz) = 6ce17ed207fa61e7f4701a778a6c111da84a441ca9a8f50b92808f4223dd240b +SIZE (rust/crates/serde_test-1.0.90.tar.gz) = 18727 +SHA256 (rust/crates/sha2-0.7.1.tar.gz) = 9eb6be24e4c23a84d7184280d2722f7f2731fcdd4a9d886efbfe4413e4847ea0 +SIZE (rust/crates/sha2-0.7.1.tar.gz) = 17626 +SHA256 (rust/crates/slab-0.4.2.tar.gz) = c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8 +SIZE (rust/crates/slab-0.4.2.tar.gz) = 10136 +SHA256 (rust/crates/smallvec-0.6.9.tar.gz) = c4488ae950c49d403731982257768f48fada354a5203fe81f9bb6f43ca9002be +SIZE (rust/crates/smallvec-0.6.9.tar.gz) = 21548 +SHA256 (rust/crates/syn-0.15.30.tar.gz) = 66c8865bf5a7cbb662d8b011950060b3c8743dca141b054bf7195b20d314d8e2 +SIZE (rust/crates/syn-0.15.30.tar.gz) = 146358 +SHA256 (rust/crates/synstructure-0.10.1.tar.gz) = 73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015 +SIZE (rust/crates/synstructure-0.10.1.tar.gz) = 17836 +SHA256 (rust/crates/syntect-3.2.0.tar.gz) = e80b8831c5a543192ffc3727f01cf0e57579c6ac15558e3048bfb5708892167b +SIZE (rust/crates/syntect-3.2.0.tar.gz) = 733464 +SHA256 (rust/crates/tempdir-0.3.7.tar.gz) = 15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8 +SIZE (rust/crates/tempdir-0.3.7.tar.gz) = 11468 +SHA256 (rust/crates/thread_local-0.3.6.tar.gz) = c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b +SIZE (rust/crates/thread_local-0.3.6.tar.gz) = 12388 +SHA256 (rust/crates/time-0.1.42.tar.gz) = db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f +SIZE (rust/crates/time-0.1.42.tar.gz) = 30005 +SHA256 (rust/crates/toml-0.5.0.tar.gz) = 87c5890a989fa47ecdc7bcb4c63a77a82c18f306714104b1decfd722db17b39e +SIZE (rust/crates/toml-0.5.0.tar.gz) = 51079 +SHA256 (rust/crates/typenum-1.10.0.tar.gz) = 612d636f949607bdf9b123b4a6f6d966dedf3ff669f7f045890d3a4a73948169 +SIZE (rust/crates/typenum-1.10.0.tar.gz) = 30009 +SHA256 (rust/crates/ucd-util-0.1.3.tar.gz) = 535c204ee4d8434478593480b8f86ab45ec9aae0e83c568ca81abf0fd0e88f86 +SIZE (rust/crates/ucd-util-0.1.3.tar.gz) = 25897 +SHA256 (rust/crates/unicode-bidi-0.3.4.tar.gz) = 49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5 +SIZE (rust/crates/unicode-bidi-0.3.4.tar.gz) = 32228 +SHA256 (rust/crates/unicode-normalization-0.1.8.tar.gz) = 141339a08b982d942be2ca06ff8b076563cbe223d1befd5450716790d44e2426 +SIZE (rust/crates/unicode-normalization-0.1.8.tar.gz) = 71158 +SHA256 (rust/crates/unicode-segmentation-1.2.1.tar.gz) = aa6024fc12ddfd1c6dbc14a80fa2324d4568849869b779f6bd37e5e4c03344d1 +SIZE (rust/crates/unicode-segmentation-1.2.1.tar.gz) = 68223 +SHA256 (rust/crates/unicode-xid-0.1.0.tar.gz) = fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc +SIZE (rust/crates/unicode-xid-0.1.0.tar.gz) = 16000 +SHA256 (rust/crates/unreachable-1.0.0.tar.gz) = 382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56 +SIZE (rust/crates/unreachable-1.0.0.tar.gz) = 6355 +SHA256 (rust/crates/url-1.7.2.tar.gz) = dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a +SIZE (rust/crates/url-1.7.2.tar.gz) = 68597 +SHA256 (rust/crates/url_serde-0.2.0.tar.gz) = 74e7d099f1ee52f823d4bdd60c93c3602043c728f5db3b97bdb548467f7bddea +SIZE (rust/crates/url_serde-0.2.0.tar.gz) = 3525 +SHA256 (rust/crates/utf8-ranges-1.0.2.tar.gz) = 796f7e48bef87609f7ade7e06495a87d5cd06c7866e6a5cbfceffc558a243737 +SIZE (rust/crates/utf8-ranges-1.0.2.tar.gz) = 8510 +SHA256 (rust/crates/version_check-0.1.5.tar.gz) = 914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd +SIZE (rust/crates/version_check-0.1.5.tar.gz) = 8173 +SHA256 (rust/crates/void-1.0.2.tar.gz) = 6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d +SIZE (rust/crates/void-1.0.2.tar.gz) = 2356 +SHA256 (rust/crates/walkdir-2.2.7.tar.gz) = 9d9d7ed3431229a144296213105a390676cc49c9b6a72bd19f3176c98e129fa1 +SIZE (rust/crates/walkdir-2.2.7.tar.gz) = 23507 SHA256 (rust/crates/winapi-0.2.8.tar.gz) = 167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a SIZE (rust/crates/winapi-0.2.8.tar.gz) = 455145 +SHA256 (rust/crates/winapi-0.3.7.tar.gz) = f10e386af2b13e47c89e7236a7a14a086791a2b88ebad6df9bf42040195cf770 +SIZE (rust/crates/winapi-0.3.7.tar.gz) = 1075776 SHA256 (rust/crates/winapi-build-0.1.1.tar.gz) = 2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc SIZE (rust/crates/winapi-build-0.1.1.tar.gz) = 669 -SHA256 (google-xi-editor-vg20170612-3164cb6_GH0.tar.gz) = d1a29be0ee2e69191cc250bcd0ba51600887c956b76f58ef94e6eba76fcd6c04 -SIZE (google-xi-editor-vg20170612-3164cb6_GH0.tar.gz) = 811394 +SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 +SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = 2918815 +SHA256 (rust/crates/winapi-util-0.1.2.tar.gz) = 7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9 +SIZE (rust/crates/winapi-util-0.1.2.tar.gz) = 7810 +SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f +SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 2947998 +SHA256 (rust/crates/ws2_32-sys-0.2.1.tar.gz) = d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e +SIZE (rust/crates/ws2_32-sys-0.2.1.tar.gz) = 4697 +SHA256 (rust/crates/xml-rs-0.8.0.tar.gz) = 541b12c998c5b56aa2b4e6f18f03664eef9a4fd0a246a55594efae6cc2d964b5 +SIZE (rust/crates/xml-rs-0.8.0.tar.gz) = 50974 +SHA256 (rust/crates/yaml-rust-0.4.3.tar.gz) = 65923dd1784f44da1d2c3dbbc5e822045628c590ba72123e1c73d3c230c4434d +SIZE (rust/crates/yaml-rust-0.4.3.tar.gz) = 45768 +SHA256 (xi-editor-xi-editor-g20190420-c16973f_GH0.tar.gz) = ac0f93e8997ee2852e229c392d61375f4f762d7f41cef3659ffa61630cdbcf72 +SIZE (xi-editor-xi-editor-g20190420-c16973f_GH0.tar.gz) = 2520151 +SHA256 (trishume-syntect-24887e407957438282e4183e3dfe80a086e01530_GH0.tar.gz) = a74c8414c536b0d9bc45250b30201c04709b28ce68e9306347d9752602a174e6 +SIZE (trishume-syntect-24887e407957438282e4183e3dfe80a086e01530_GH0.tar.gz) = 861876 Modified: head/editors/xi-core/pkg-descr ============================================================================== --- head/editors/xi-core/pkg-descr Sun May 5 11:25:01 2019 (r500854) +++ head/editors/xi-core/pkg-descr Sun May 5 13:08:51 2019 (r500855) @@ -13,4 +13,4 @@ Goals include: - Developer friendliness. It should be easy to customize xi editor, whether by adding plug-ins or hacking on the core. -WWW: https://github.com/google/xi-editor +WWW: https://xi-editor.io From owner-svn-ports-all@freebsd.org Sun May 5 13:15:57 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67E54158AEB7; Sun, 5 May 2019 13:15:57 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 16D8992F04; Sun, 5 May 2019 13:15:57 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DB27D200BB; Sun, 5 May 2019 13:15:56 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x45DFu2i055372; Sun, 5 May 2019 13:15:56 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x45DFuqM055368; Sun, 5 May 2019 13:15:56 GMT (envelope-from kai@FreeBSD.org) Message-Id: <201905051315.x45DFuqM055368@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Sun, 5 May 2019 13:15:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500856 - in head/editors: . xi-term X-SVN-Group: ports-head X-SVN-Commit-Author: kai X-SVN-Commit-Paths: in head/editors: . xi-term X-SVN-Commit-Revision: 500856 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 16D8992F04 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.99 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.99)[-0.992,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 05 May 2019 13:15:57 -0000 Author: kai Date: Sun May 5 13:15:55 2019 New Revision: 500856 URL: https://svnweb.freebsd.org/changeset/ports/500856 Log: New port: editors/xi-term Formely known as xi-tui, xi-term is a terminal frontend for the xi editor. The xi editor project is an attempt to build a high quality text editor, using modern software engineering techniques. Goals include: - Incredibly high performance. All editing operations should commit and paint in under 16ms. The editor should never make you wait for anything. - Reliability. Crashing, hanging, or losing work should never happen. - Developer friendliness. It should be easy to customize xi editor, whether by adding plug-ins or hacking on the core. WWW: https://github.com/xi-frontend/xi-term PR: 237533 Submitted by: Nuno Teixeira Reviewed by: tobik Differential Revision: https://reviews.freebsd.org/D20159 Added: head/editors/xi-term/ head/editors/xi-term/Makefile (contents, props changed) head/editors/xi-term/distinfo (contents, props changed) head/editors/xi-term/pkg-descr (contents, props changed) Modified: head/editors/Makefile Modified: head/editors/Makefile ============================================================================== --- head/editors/Makefile Sun May 5 13:08:51 2019 (r500855) +++ head/editors/Makefile Sun May 5 13:15:55 2019 (r500856) @@ -254,6 +254,7 @@ SUBDIR += xcoral SUBDIR += xed SUBDIR += xi-core + SUBDIR += xi-term SUBDIR += xmlcopyeditor SUBDIR += xvile SUBDIR += yudit Added: head/editors/xi-term/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/xi-term/Makefile Sun May 5 13:15:55 2019 (r500856) @@ -0,0 +1,177 @@ +# $FreeBSD$ + +PORTNAME= xi-term +DISTVERSION= g20190328 +CATEGORIES= editors + +MAINTAINER= ed.arrakis@gmail.com +COMMENT= Terminal frontend for xi-editor + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= xi-core:editors/xi-core + +USES= cargo +USE_GITHUB= yes +GH_ACCOUNT= xi-frontend +GH_TAGNAME= 08dd47e +GH_TUPLE= xi-frontend:xrl:5788adfeca56ef869ed6f4064c87472593a0b334:xrl + +CARGO_CRATES= adler32-1.0.3 \ + ansi_term-0.11.0 \ + antidote-1.0.0 \ + arc-swap-0.3.7 \ + arrayvec-0.4.10 \ + atty-0.2.11 \ + autocfg-0.1.2 \ + backtrace-0.3.14 \ + backtrace-sys-0.1.28 \ + base64-0.8.0 \ + bitflags-1.0.4 \ + build_const-0.2.1 \ + byteorder-1.3.1 \ + bytes-0.4.12 \ + cc-1.0.30 \ + cfg-if-0.1.7 \ + chrono-0.4.6 \ + clap-2.32.0 \ + cloudabi-0.0.3 \ + crc-1.8.1 \ + crc32fast-1.2.0 \ + crossbeam-0.3.2 \ + crossbeam-deque-0.7.1 \ + crossbeam-epoch-0.7.1 \ + crossbeam-queue-0.1.2 \ + crossbeam-utils-0.6.5 \ + dtoa-0.4.3 \ + failure-0.1.5 \ + failure_derive-0.1.5 \ + flate2-1.0.6 \ + fnv-1.0.6 \ + fuchsia-cprng-0.1.1 \ + fuchsia-zircon-0.3.3 \ + fuchsia-zircon-sys-0.3.3 \ + futures-0.1.25 \ + humantime-1.2.0 \ + indexmap-1.0.2 \ + iovec-0.1.2 \ + itoa-0.4.3 \ + kernel32-sys-0.2.2 \ + lazy_static-1.3.0 \ + lazycell-1.2.1 \ + libc-0.2.50 \ + linked-hash-map-0.5.1 \ + lock_api-0.1.5 \ + log-0.4.6 \ + log-mdc-0.1.0 \ + log4rs-0.8.1 \ + memoffset-0.2.1 \ + miniz-sys-0.1.11 \ + miniz_oxide-0.2.1 \ + miniz_oxide_c_api-0.2.1 \ + mio-0.6.16 \ + mio-named-pipes-0.1.6 \ + mio-uds-0.6.7 \ + miow-0.2.1 \ + miow-0.3.3 \ + net2-0.2.33 \ + nodrop-0.1.13 \ + num-integer-0.1.39 \ + num-traits-0.2.6 \ + num_cpus-1.10.0 \ + ordered-float-1.0.1 \ + owning_ref-0.4.0 \ + parking_lot-0.7.1 \ + parking_lot_core-0.4.0 \ + plist-0.2.4 \ + proc-macro2-0.4.27 \ + quick-error-1.2.2 \ + quote-0.6.11 \ + rand-0.6.5 \ + rand_chacha-0.1.1 \ + rand_core-0.3.1 \ + rand_core-0.4.0 \ + rand_hc-0.1.0 \ + rand_isaac-0.1.1 \ + rand_jitter-0.1.3 \ + rand_os-0.1.3 \ + rand_pcg-0.1.2 \ + rand_xorshift-0.1.1 \ + rdrand-0.4.0 \ + redox_syscall-0.1.51 \ + redox_termios-0.1.1 \ + rustc-demangle-0.1.13 \ + rustc_version-0.2.3 \ + ryu-0.2.7 \ + safemem-0.2.0 \ + same-file-1.0.4 \ + scopeguard-0.3.3 \ + semver-0.9.0 \ + semver-parser-0.7.0 \ + serde-1.0.89 \ + serde-value-0.5.3 \ + serde_derive-1.0.89 \ + serde_json-1.0.39 \ + serde_yaml-0.8.8 \ + signal-hook-0.1.8 \ + slab-0.4.2 \ + smallvec-0.6.9 \ + socket2-0.3.8 \ + stable_deref_trait-1.1.1 \ + strsim-0.7.0 \ + syn-0.15.27 \ + synstructure-0.10.1 \ + syntect-2.1.0 \ + termion-1.5.1 \ + textwrap-0.10.0 \ + thread-id-3.3.0 \ + time-0.1.42 \ + tokio-0.1.16 \ + tokio-codec-0.1.1 \ + tokio-current-thread-0.1.5 \ + tokio-executor-0.1.6 \ + tokio-fs-0.1.6 \ + tokio-io-0.1.12 \ + tokio-process-0.2.3 \ + tokio-reactor-0.1.9 \ + tokio-signal-0.2.7 \ + tokio-sync-0.1.3 \ + tokio-tcp-0.1.3 \ + tokio-threadpool-0.1.12 \ + tokio-timer-0.2.10 \ + tokio-udp-0.1.3 \ + tokio-uds-0.2.5 \ + traitobject-0.1.0 \ + typemap-0.3.3 \ + unicode-width-0.1.5 \ + unicode-xid-0.1.0 \ + unsafe-any-0.4.2 \ + vec_map-0.8.1 \ + walkdir-2.2.7 \ + winapi-0.2.8 \ + winapi-0.3.6 \ + winapi-build-0.1.1 \ + winapi-i686-pc-windows-gnu-0.4.0 \ + winapi-util-0.1.2 \ + winapi-x86_64-pc-windows-gnu-0.4.0 \ + ws2_32-sys-0.2.1 \ + xdg-2.2.0 \ + xml-rs-0.7.0 \ + yaml-rust-0.4.3 + +CARGO_USE_GITHUB= yes + +PLIST_FILES= bin/xi-term +PORTDOCS= README.md + +OPTIONS_DEFINE= DOCS + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xi-term + +.include Added: head/editors/xi-term/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/xi-term/distinfo Sun May 5 13:15:55 2019 (r500856) @@ -0,0 +1,287 @@ +TIMESTAMP = 1555834931 +SHA256 (rust/crates/adler32-1.0.3.tar.gz) = 7e522997b529f05601e05166c07ed17789691f562762c7f3b987263d2dedee5c +SIZE (rust/crates/adler32-1.0.3.tar.gz) = 5734 +SHA256 (rust/crates/ansi_term-0.11.0.tar.gz) = ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b +SIZE (rust/crates/ansi_term-0.11.0.tar.gz) = 17087 +SHA256 (rust/crates/antidote-1.0.0.tar.gz) = 34fde25430d87a9388dadbe6e34d7f72a462c8b43ac8d309b42b0a8505d7e2a5 +SIZE (rust/crates/antidote-1.0.0.tar.gz) = 6312 +SHA256 (rust/crates/arc-swap-0.3.7.tar.gz) = 1025aeae2b664ca0ea726a89d574fe8f4e77dd712d443236ad1de00379450cf6 +SIZE (rust/crates/arc-swap-0.3.7.tar.gz) = 41557 +SHA256 (rust/crates/arrayvec-0.4.10.tar.gz) = 92c7fb76bc8826a8b33b4ee5bb07a247a81e76764ab4d55e8f73e3a4d8808c71 +SIZE (rust/crates/arrayvec-0.4.10.tar.gz) = 26133 +SHA256 (rust/crates/atty-0.2.11.tar.gz) = 9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652 +SIZE (rust/crates/atty-0.2.11.tar.gz) = 5916 +SHA256 (rust/crates/autocfg-0.1.2.tar.gz) = a6d640bee2da49f60a4068a7fae53acde8982514ab7bae8b8cea9e88cbcfd799 +SIZE (rust/crates/autocfg-0.1.2.tar.gz) = 10444 +SHA256 (rust/crates/backtrace-0.3.14.tar.gz) = cd5a90e2b463010cd0e0ce9a11d4a9d5d58d9f41d4a6ba3dcaf9e68b466e88b4 +SIZE (rust/crates/backtrace-0.3.14.tar.gz) = 33452 +SHA256 (rust/crates/backtrace-sys-0.1.28.tar.gz) = 797c830ac25ccc92a7f8a7b9862bde440715531514594a6154e3d4a54dd769b6 +SIZE (rust/crates/backtrace-sys-0.1.28.tar.gz) = 522603 +SHA256 (rust/crates/base64-0.8.0.tar.gz) = 7c4a342b450b268e1be8036311e2c613d7f8a7ed31214dff1cc3b60852a3168d +SIZE (rust/crates/base64-0.8.0.tar.gz) = 33091 +SHA256 (rust/crates/bitflags-1.0.4.tar.gz) = 228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12 +SIZE (rust/crates/bitflags-1.0.4.tar.gz) = 15282 +SHA256 (rust/crates/build_const-0.2.1.tar.gz) = 39092a32794787acd8525ee150305ff051b0aa6cc2abaf193924f5ab05425f39 +SIZE (rust/crates/build_const-0.2.1.tar.gz) = 4499 +SHA256 (rust/crates/byteorder-1.3.1.tar.gz) = a019b10a2a7cdeb292db131fc8113e57ea2a908f6e7894b0c3c671893b65dbeb +SIZE (rust/crates/byteorder-1.3.1.tar.gz) = 20959 +SHA256 (rust/crates/bytes-0.4.12.tar.gz) = 206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c +SIZE (rust/crates/bytes-0.4.12.tar.gz) = 46361 +SHA256 (rust/crates/cc-1.0.30.tar.gz) = d01c69d08ff207f231f07196e30f84c70f1c815b04f980f8b7b01ff01f05eb92 +SIZE (rust/crates/cc-1.0.30.tar.gz) = 43009 +SHA256 (rust/crates/cfg-if-0.1.7.tar.gz) = 11d43355396e872eefb45ce6342e4374ed7bc2b3a502d1b28e36d6e23c05d1f4 +SIZE (rust/crates/cfg-if-0.1.7.tar.gz) = 7360 +SHA256 (rust/crates/chrono-0.4.6.tar.gz) = 45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878 +SIZE (rust/crates/chrono-0.4.6.tar.gz) = 133108 +SHA256 (rust/crates/clap-2.32.0.tar.gz) = b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e +SIZE (rust/crates/clap-2.32.0.tar.gz) = 196073 +SHA256 (rust/crates/cloudabi-0.0.3.tar.gz) = ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f +SIZE (rust/crates/cloudabi-0.0.3.tar.gz) = 22156 +SHA256 (rust/crates/crc-1.8.1.tar.gz) = d663548de7f5cca343f1e0a48d14dcfb0e9eb4e079ec58883b7251539fa10aeb +SIZE (rust/crates/crc-1.8.1.tar.gz) = 9114 +SHA256 (rust/crates/crc32fast-1.2.0.tar.gz) = ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1 +SIZE (rust/crates/crc32fast-1.2.0.tar.gz) = 39161 +SHA256 (rust/crates/crossbeam-0.3.2.tar.gz) = 24ce9782d4d5c53674646a6a4c1863a21a8fc0cb649b3c94dfc16e45071dea19 +SIZE (rust/crates/crossbeam-0.3.2.tar.gz) = 33440 +SHA256 (rust/crates/crossbeam-deque-0.7.1.tar.gz) = b18cd2e169ad86297e6bc0ad9aa679aee9daa4f19e8163860faf7c164e4f5a71 +SIZE (rust/crates/crossbeam-deque-0.7.1.tar.gz) = 19407 +SHA256 (rust/crates/crossbeam-epoch-0.7.1.tar.gz) = 04c9e3102cc2d69cd681412141b390abd55a362afc1540965dad0ad4d34280b4 +SIZE (rust/crates/crossbeam-epoch-0.7.1.tar.gz) = 35215 +SHA256 (rust/crates/crossbeam-queue-0.1.2.tar.gz) = 7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b +SIZE (rust/crates/crossbeam-queue-0.1.2.tar.gz) = 14104 +SHA256 (rust/crates/crossbeam-utils-0.6.5.tar.gz) = f8306fcef4a7b563b76b7dd949ca48f52bc1141aa067d2ea09565f3e2652aa5c +SIZE (rust/crates/crossbeam-utils-0.6.5.tar.gz) = 31735 +SHA256 (rust/crates/dtoa-0.4.3.tar.gz) = 6d301140eb411af13d3115f9a562c85cc6b541ade9dfa314132244aaee7489dd +SIZE (rust/crates/dtoa-0.4.3.tar.gz) = 14456 +SHA256 (rust/crates/failure-0.1.5.tar.gz) = 795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2 +SIZE (rust/crates/failure-0.1.5.tar.gz) = 36749 +SHA256 (rust/crates/failure_derive-0.1.5.tar.gz) = ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1 +SIZE (rust/crates/failure_derive-0.1.5.tar.gz) = 4884 +SHA256 (rust/crates/flate2-1.0.6.tar.gz) = 2291c165c8e703ee54ef3055ad6188e3d51108e2ded18e9f2476e774fc5ad3d4 +SIZE (rust/crates/flate2-1.0.6.tar.gz) = 64769 +SHA256 (rust/crates/fnv-1.0.6.tar.gz) = 2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3 +SIZE (rust/crates/fnv-1.0.6.tar.gz) = 11131 +SHA256 (rust/crates/fuchsia-cprng-0.1.1.tar.gz) = a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba +SIZE (rust/crates/fuchsia-cprng-0.1.1.tar.gz) = 2950 +SHA256 (rust/crates/fuchsia-zircon-0.3.3.tar.gz) = 2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82 +SIZE (rust/crates/fuchsia-zircon-0.3.3.tar.gz) = 22565 +SHA256 (rust/crates/fuchsia-zircon-sys-0.3.3.tar.gz) = 3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7 +SIZE (rust/crates/fuchsia-zircon-sys-0.3.3.tar.gz) = 7191 +SHA256 (rust/crates/futures-0.1.25.tar.gz) = 49e7653e374fe0d0c12de4250f0bdb60680b8c80eed558c5c7538eec9c89e21b +SIZE (rust/crates/futures-0.1.25.tar.gz) = 158626 +SHA256 (rust/crates/humantime-1.2.0.tar.gz) = 3ca7e5f2e110db35f93b837c81797f3714500b81d517bf20c431b16d3ca4f114 +SIZE (rust/crates/humantime-1.2.0.tar.gz) = 16795 +SHA256 (rust/crates/indexmap-1.0.2.tar.gz) = 7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d +SIZE (rust/crates/indexmap-1.0.2.tar.gz) = 38255 +SHA256 (rust/crates/iovec-0.1.2.tar.gz) = dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08 +SIZE (rust/crates/iovec-0.1.2.tar.gz) = 8565 +SHA256 (rust/crates/itoa-0.4.3.tar.gz) = 1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b +SIZE (rust/crates/itoa-0.4.3.tar.gz) = 11061 +SHA256 (rust/crates/kernel32-sys-0.2.2.tar.gz) = 7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d +SIZE (rust/crates/kernel32-sys-0.2.2.tar.gz) = 24537 +SHA256 (rust/crates/lazy_static-1.3.0.tar.gz) = bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14 +SIZE (rust/crates/lazy_static-1.3.0.tar.gz) = 10616 +SHA256 (rust/crates/lazycell-1.2.1.tar.gz) = b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f +SIZE (rust/crates/lazycell-1.2.1.tar.gz) = 11691 +SHA256 (rust/crates/libc-0.2.50.tar.gz) = aab692d7759f5cd8c859e169db98ae5b52c924add2af5fbbca11d12fefb567c1 +SIZE (rust/crates/libc-0.2.50.tar.gz) = 392277 +SHA256 (rust/crates/linked-hash-map-0.5.1.tar.gz) = 70fb39025bc7cdd76305867c4eccf2f2dcf6e9a57f5b21a93e1c2d86cd03ec9e +SIZE (rust/crates/linked-hash-map-0.5.1.tar.gz) = 16559 +SHA256 (rust/crates/lock_api-0.1.5.tar.gz) = 62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c +SIZE (rust/crates/lock_api-0.1.5.tar.gz) = 16967 +SHA256 (rust/crates/log-0.4.6.tar.gz) = c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6 +SIZE (rust/crates/log-0.4.6.tar.gz) = 22303 +SHA256 (rust/crates/log-mdc-0.1.0.tar.gz) = a94d21414c1f4a51209ad204c1776a3d0765002c76c6abcb602a6f09f1e881c7 +SIZE (rust/crates/log-mdc-0.1.0.tar.gz) = 6711 +SHA256 (rust/crates/log4rs-0.8.1.tar.gz) = 25e0fc8737a634116a2deb38d821e4400ed16ce9dcb0d628a978d399260f5902 +SIZE (rust/crates/log4rs-0.8.1.tar.gz) = 43490 +SHA256 (rust/crates/memoffset-0.2.1.tar.gz) = 0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3 +SIZE (rust/crates/memoffset-0.2.1.tar.gz) = 4618 +SHA256 (rust/crates/miniz-sys-0.1.11.tar.gz) = 0300eafb20369952951699b68243ab4334f4b10a88f411c221d444b36c40e649 +SIZE (rust/crates/miniz-sys-0.1.11.tar.gz) = 78188 +SHA256 (rust/crates/miniz_oxide-0.2.1.tar.gz) = c468f2369f07d651a5d0bb2c9079f8488a66d5466efe42d0c5c6466edcb7f71e +SIZE (rust/crates/miniz_oxide-0.2.1.tar.gz) = 49241 +SHA256 (rust/crates/miniz_oxide_c_api-0.2.1.tar.gz) = b7fe927a42e3807ef71defb191dc87d4e24479b221e67015fe38ae2b7b447bab +SIZE (rust/crates/miniz_oxide_c_api-0.2.1.tar.gz) = 163410 +SHA256 (rust/crates/mio-0.6.16.tar.gz) = 71646331f2619b1026cc302f87a2b8b648d5c6dd6937846a16cc8ce0f347f432 +SIZE (rust/crates/mio-0.6.16.tar.gz) = 126174 +SHA256 (rust/crates/mio-named-pipes-0.1.6.tar.gz) = f5e374eff525ce1c5b7687c4cef63943e7686524a387933ad27ca7ec43779cb3 +SIZE (rust/crates/mio-named-pipes-0.1.6.tar.gz) = 14766 +SHA256 (rust/crates/mio-uds-0.6.7.tar.gz) = 966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125 +SIZE (rust/crates/mio-uds-0.6.7.tar.gz) = 14389 +SHA256 (rust/crates/miow-0.2.1.tar.gz) = 8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919 +SIZE (rust/crates/miow-0.2.1.tar.gz) = 21133 +SHA256 (rust/crates/miow-0.3.3.tar.gz) = 396aa0f2003d7df8395cb93e09871561ccc3e785f0acb369170e8cc74ddf9226 +SIZE (rust/crates/miow-0.3.3.tar.gz) = 22850 +SHA256 (rust/crates/net2-0.2.33.tar.gz) = 42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88 +SIZE (rust/crates/net2-0.2.33.tar.gz) = 20936 +SHA256 (rust/crates/nodrop-0.1.13.tar.gz) = 2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945 +SIZE (rust/crates/nodrop-0.1.13.tar.gz) = 7508 +SHA256 (rust/crates/num-integer-0.1.39.tar.gz) = e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea +SIZE (rust/crates/num-integer-0.1.39.tar.gz) = 17881 +SHA256 (rust/crates/num-traits-0.2.6.tar.gz) = 0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1 +SIZE (rust/crates/num-traits-0.2.6.tar.gz) = 39923 +SHA256 (rust/crates/num_cpus-1.10.0.tar.gz) = 1a23f0ed30a54abaa0c7e83b1d2d87ada7c3c23078d1d87815af3e3b6385fbba +SIZE (rust/crates/num_cpus-1.10.0.tar.gz) = 10669 +SHA256 (rust/crates/ordered-float-1.0.1.tar.gz) = 2f0015e9e8e28ee20c581cfbfe47c650cedeb9ed0721090e0b7ebb10b9cdbcc2 +SIZE (rust/crates/ordered-float-1.0.1.tar.gz) = 9276 +SHA256 (rust/crates/owning_ref-0.4.0.tar.gz) = 49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13 +SIZE (rust/crates/owning_ref-0.4.0.tar.gz) = 12233 +SHA256 (rust/crates/parking_lot-0.7.1.tar.gz) = ab41b4aed082705d1056416ae4468b6ea99d52599ecf3169b00088d43113e337 +SIZE (rust/crates/parking_lot-0.7.1.tar.gz) = 32670 +SHA256 (rust/crates/parking_lot_core-0.4.0.tar.gz) = 94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9 +SIZE (rust/crates/parking_lot_core-0.4.0.tar.gz) = 26817 +SHA256 (rust/crates/plist-0.2.4.tar.gz) = c61ac2afed2856590ae79d6f358a24b85ece246d2aa134741a66d589519b7503 +SIZE (rust/crates/plist-0.2.4.tar.gz) = 20553 +SHA256 (rust/crates/proc-macro2-0.4.27.tar.gz) = 4d317f9caece796be1980837fd5cb3dfec5613ebdb04ad0956deea83ce168915 +SIZE (rust/crates/proc-macro2-0.4.27.tar.gz) = 34098 +SHA256 (rust/crates/quick-error-1.2.2.tar.gz) = 9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0 +SIZE (rust/crates/quick-error-1.2.2.tar.gz) = 15132 +SHA256 (rust/crates/quote-0.6.11.tar.gz) = cdd8e04bd9c52e0342b406469d494fcb033be4bdbe5c606016defbb1681411e1 +SIZE (rust/crates/quote-0.6.11.tar.gz) = 17283 +SHA256 (rust/crates/rand-0.6.5.tar.gz) = 6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca +SIZE (rust/crates/rand-0.6.5.tar.gz) = 104814 +SHA256 (rust/crates/rand_chacha-0.1.1.tar.gz) = 556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef +SIZE (rust/crates/rand_chacha-0.1.1.tar.gz) = 11703 +SHA256 (rust/crates/rand_core-0.3.1.tar.gz) = 7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b +SIZE (rust/crates/rand_core-0.3.1.tar.gz) = 15483 +SHA256 (rust/crates/rand_core-0.4.0.tar.gz) = d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0 +SIZE (rust/crates/rand_core-0.4.0.tar.gz) = 20326 +SHA256 (rust/crates/rand_hc-0.1.0.tar.gz) = 7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4 +SIZE (rust/crates/rand_hc-0.1.0.tar.gz) = 11644 +SHA256 (rust/crates/rand_isaac-0.1.1.tar.gz) = ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08 +SIZE (rust/crates/rand_isaac-0.1.1.tar.gz) = 16020 +SHA256 (rust/crates/rand_jitter-0.1.3.tar.gz) = 7b9ea758282efe12823e0d952ddb269d2e1897227e464919a554f2a03ef1b832 +SIZE (rust/crates/rand_jitter-0.1.3.tar.gz) = 18341 +SHA256 (rust/crates/rand_os-0.1.3.tar.gz) = 7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071 +SIZE (rust/crates/rand_os-0.1.3.tar.gz) = 18965 +SHA256 (rust/crates/rand_pcg-0.1.2.tar.gz) = abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44 +SIZE (rust/crates/rand_pcg-0.1.2.tar.gz) = 10844 +SHA256 (rust/crates/rand_xorshift-0.1.1.tar.gz) = cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c +SIZE (rust/crates/rand_xorshift-0.1.1.tar.gz) = 8997 +SHA256 (rust/crates/rdrand-0.4.0.tar.gz) = 678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2 +SIZE (rust/crates/rdrand-0.4.0.tar.gz) = 6456 +SHA256 (rust/crates/redox_syscall-0.1.51.tar.gz) = 423e376fffca3dfa06c9e9790a9ccd282fafb3cc6e6397d01dbf64f9bacc6b85 +SIZE (rust/crates/redox_syscall-0.1.51.tar.gz) = 15646 +SHA256 (rust/crates/redox_termios-0.1.1.tar.gz) = 7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76 +SIZE (rust/crates/redox_termios-0.1.1.tar.gz) = 3227 +SHA256 (rust/crates/rustc-demangle-0.1.13.tar.gz) = adacaae16d02b6ec37fdc7acfcddf365978de76d1983d3ee22afc260e1ca9619 +SIZE (rust/crates/rustc-demangle-0.1.13.tar.gz) = 11726 +SHA256 (rust/crates/rustc_version-0.2.3.tar.gz) = 138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a +SIZE (rust/crates/rustc_version-0.2.3.tar.gz) = 10210 +SHA256 (rust/crates/ryu-0.2.7.tar.gz) = eb9e9b8cde282a9fe6a42dd4681319bfb63f121b8a8ee9439c6f4107e58a46f7 +SIZE (rust/crates/ryu-0.2.7.tar.gz) = 41382 +SHA256 (rust/crates/safemem-0.2.0.tar.gz) = e27a8b19b835f7aea908818e871f5cc3a5a186550c30773be987e155e8163d8f +SIZE (rust/crates/safemem-0.2.0.tar.gz) = 6450 +SHA256 (rust/crates/same-file-1.0.4.tar.gz) = 8f20c4be53a8a1ff4c1f1b2bd14570d2f634628709752f0702ecdd2b3f9a5267 +SIZE (rust/crates/same-file-1.0.4.tar.gz) = 8678 +SHA256 (rust/crates/scopeguard-0.3.3.tar.gz) = 94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27 +SIZE (rust/crates/scopeguard-0.3.3.tar.gz) = 9605 +SHA256 (rust/crates/semver-0.9.0.tar.gz) = 1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403 +SIZE (rust/crates/semver-0.9.0.tar.gz) = 17344 +SHA256 (rust/crates/semver-parser-0.7.0.tar.gz) = 388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3 +SIZE (rust/crates/semver-parser-0.7.0.tar.gz) = 10268 +SHA256 (rust/crates/serde-1.0.89.tar.gz) = 92514fb95f900c9b5126e32d020f5c6d40564c27a5ea6d1d7d9f157a96623560 +SIZE (rust/crates/serde-1.0.89.tar.gz) = 71395 +SHA256 (rust/crates/serde-value-0.5.3.tar.gz) = 7a663f873dedc4eac1a559d4c6bc0d0b2c34dc5ac4702e105014b8281489e44f +SIZE (rust/crates/serde-value-0.5.3.tar.gz) = 9311 +SHA256 (rust/crates/serde_derive-1.0.89.tar.gz) = bb6eabf4b5914e88e24eea240bb7c9f9a2cbc1bbbe8d961d381975ec3c6b806c +SIZE (rust/crates/serde_derive-1.0.89.tar.gz) = 48599 +SHA256 (rust/crates/serde_json-1.0.39.tar.gz) = 5a23aa71d4a4d43fdbfaac00eff68ba8a06a51759a89ac3304323e800c4dd40d +SIZE (rust/crates/serde_json-1.0.39.tar.gz) = 69621 +SHA256 (rust/crates/serde_yaml-0.8.8.tar.gz) = 0887a8e097a69559b56aa2526bf7aff7c3048cf627dff781f0b56a6001534593 +SIZE (rust/crates/serde_yaml-0.8.8.tar.gz) = 35882 +SHA256 (rust/crates/signal-hook-0.1.8.tar.gz) = 97a47ae722318beceb0294e6f3d601205a1e6abaa4437d9d33e3a212233e3021 +SIZE (rust/crates/signal-hook-0.1.8.tar.gz) = 24492 +SHA256 (rust/crates/slab-0.4.2.tar.gz) = c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8 +SIZE (rust/crates/slab-0.4.2.tar.gz) = 10136 +SHA256 (rust/crates/smallvec-0.6.9.tar.gz) = c4488ae950c49d403731982257768f48fada354a5203fe81f9bb6f43ca9002be +SIZE (rust/crates/smallvec-0.6.9.tar.gz) = 21548 +SHA256 (rust/crates/socket2-0.3.8.tar.gz) = c4d11a52082057d87cb5caa31ad812f4504b97ab44732cd8359df2e9ff9f48e7 +SIZE (rust/crates/socket2-0.3.8.tar.gz) = 30379 +SHA256 (rust/crates/stable_deref_trait-1.1.1.tar.gz) = dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8 +SIZE (rust/crates/stable_deref_trait-1.1.1.tar.gz) = 8007 +SHA256 (rust/crates/strsim-0.7.0.tar.gz) = bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550 +SIZE (rust/crates/strsim-0.7.0.tar.gz) = 8435 +SHA256 (rust/crates/syn-0.15.27.tar.gz) = 525bd55255f03c816e5d7f615587bd13030c7103354fadb104993dcee6a788ec +SIZE (rust/crates/syn-0.15.27.tar.gz) = 145339 +SHA256 (rust/crates/synstructure-0.10.1.tar.gz) = 73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015 +SIZE (rust/crates/synstructure-0.10.1.tar.gz) = 17836 +SHA256 (rust/crates/syntect-2.1.0.tar.gz) = dc8a6f0db88d4afc340522c20d260411e746b2225b257c6b238a75de9d7cec78 +SIZE (rust/crates/syntect-2.1.0.tar.gz) = 665726 +SHA256 (rust/crates/termion-1.5.1.tar.gz) = 689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096 +SIZE (rust/crates/termion-1.5.1.tar.gz) = 20659 +SHA256 (rust/crates/textwrap-0.10.0.tar.gz) = 307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6 +SIZE (rust/crates/textwrap-0.10.0.tar.gz) = 15986 +SHA256 (rust/crates/thread-id-3.3.0.tar.gz) = c7fbf4c9d56b320106cd64fd024dadfa0be7cb4706725fc44a7d7ce952d820c1 +SIZE (rust/crates/thread-id-3.3.0.tar.gz) = 7514 +SHA256 (rust/crates/time-0.1.42.tar.gz) = db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f +SIZE (rust/crates/time-0.1.42.tar.gz) = 30005 +SHA256 (rust/crates/tokio-0.1.16.tar.gz) = fcaabb3cec70485d0df6e9454fe514393ad1c4070dee8915f11041e95630b230 +SIZE (rust/crates/tokio-0.1.16.tar.gz) = 83305 +SHA256 (rust/crates/tokio-codec-0.1.1.tar.gz) = 5c501eceaf96f0e1793cf26beb63da3d11c738c4a943fdf3746d81d64684c39f +SIZE (rust/crates/tokio-codec-0.1.1.tar.gz) = 7617 +SHA256 (rust/crates/tokio-current-thread-0.1.5.tar.gz) = c756b04680eea21902a46fca4e9f410a2332c04995af590e07ff262e2193a9a3 +SIZE (rust/crates/tokio-current-thread-0.1.5.tar.gz) = 19371 +SHA256 (rust/crates/tokio-executor-0.1.6.tar.gz) = 30c6dbf2d1ad1de300b393910e8a3aa272b724a400b6531da03eed99e329fbf0 +SIZE (rust/crates/tokio-executor-0.1.6.tar.gz) = 10059 +SHA256 (rust/crates/tokio-fs-0.1.6.tar.gz) = 3fe6dc22b08d6993916647d108a1a7d15b9cd29c4f4496c62b92c45b5041b7af +SIZE (rust/crates/tokio-fs-0.1.6.tar.gz) = 16102 +SHA256 (rust/crates/tokio-io-0.1.12.tar.gz) = 5090db468dad16e1a7a54c8c67280c5e4b544f3d3e018f0b913b400261f85926 +SIZE (rust/crates/tokio-io-0.1.12.tar.gz) = 33555 +SHA256 (rust/crates/tokio-process-0.2.3.tar.gz) = 88e1281e412013f1ff5787def044a9577a0bed059f451e835f1643201f8b777d +SIZE (rust/crates/tokio-process-0.2.3.tar.gz) = 19886 +SHA256 (rust/crates/tokio-reactor-0.1.9.tar.gz) = 6af16bfac7e112bea8b0442542161bfc41cbfa4466b580bdda7d18cb88b911ce +SIZE (rust/crates/tokio-reactor-0.1.9.tar.gz) = 20657 +SHA256 (rust/crates/tokio-signal-0.2.7.tar.gz) = dd6dc5276ea05ce379a16de90083ec80836440d5ef8a6a39545a3207373b8296 +SIZE (rust/crates/tokio-signal-0.2.7.tar.gz) = 15122 +SHA256 (rust/crates/tokio-sync-0.1.3.tar.gz) = 1bf2b9dac2a0509b5cfd1df5aa25eafacb616a42a491a13604d6bbeab4486363 +SIZE (rust/crates/tokio-sync-0.1.3.tar.gz) = 38786 +SHA256 (rust/crates/tokio-tcp-0.1.3.tar.gz) = 1d14b10654be682ac43efee27401d792507e30fd8d26389e1da3b185de2e4119 +SIZE (rust/crates/tokio-tcp-0.1.3.tar.gz) = 12629 +SHA256 (rust/crates/tokio-threadpool-0.1.12.tar.gz) = 742e511f6ce2298aeb86fc9ea0d8df81c2388c6ebae3dc8a7316e8c9df0df801 +SIZE (rust/crates/tokio-threadpool-0.1.12.tar.gz) = 49338 +SHA256 (rust/crates/tokio-timer-0.2.10.tar.gz) = 2910970404ba6fa78c5539126a9ae2045d62e3713041e447f695f41405a120c6 +SIZE (rust/crates/tokio-timer-0.2.10.tar.gz) = 37593 +SHA256 (rust/crates/tokio-udp-0.1.3.tar.gz) = 66268575b80f4a4a710ef83d087fdfeeabdce9b74c797535fbac18a2cb906e92 +SIZE (rust/crates/tokio-udp-0.1.3.tar.gz) = 10227 +SHA256 (rust/crates/tokio-uds-0.2.5.tar.gz) = 037ffc3ba0e12a0ab4aca92e5234e0dedeb48fddf6ccd260f1f150a36a9f2445 +SIZE (rust/crates/tokio-uds-0.2.5.tar.gz) = 11808 +SHA256 (rust/crates/traitobject-0.1.0.tar.gz) = efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079 +SIZE (rust/crates/traitobject-0.1.0.tar.gz) = 1957 +SHA256 (rust/crates/typemap-0.3.3.tar.gz) = 653be63c80a3296da5551e1bfd2cca35227e13cdd08c6668903ae2f4f77aa1f6 +SIZE (rust/crates/typemap-0.3.3.tar.gz) = 4148 +SHA256 (rust/crates/unicode-width-0.1.5.tar.gz) = 882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526 +SIZE (rust/crates/unicode-width-0.1.5.tar.gz) = 15761 +SHA256 (rust/crates/unicode-xid-0.1.0.tar.gz) = fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc +SIZE (rust/crates/unicode-xid-0.1.0.tar.gz) = 16000 +SHA256 (rust/crates/unsafe-any-0.4.2.tar.gz) = f30360d7979f5e9c6e6cea48af192ea8fab4afb3cf72597154b8f08935bc9c7f +SIZE (rust/crates/unsafe-any-0.4.2.tar.gz) = 1922 +SHA256 (rust/crates/vec_map-0.8.1.tar.gz) = 05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a +SIZE (rust/crates/vec_map-0.8.1.tar.gz) = 14959 +SHA256 (rust/crates/walkdir-2.2.7.tar.gz) = 9d9d7ed3431229a144296213105a390676cc49c9b6a72bd19f3176c98e129fa1 +SIZE (rust/crates/walkdir-2.2.7.tar.gz) = 23507 +SHA256 (rust/crates/winapi-0.2.8.tar.gz) = 167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a +SIZE (rust/crates/winapi-0.2.8.tar.gz) = 455145 +SHA256 (rust/crates/winapi-0.3.6.tar.gz) = 92c1eb33641e276cfa214a0522acad57be5c56b10cb348b3c5117db75f3ac4b0 +SIZE (rust/crates/winapi-0.3.6.tar.gz) = 1029391 +SHA256 (rust/crates/winapi-build-0.1.1.tar.gz) = 2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc +SIZE (rust/crates/winapi-build-0.1.1.tar.gz) = 669 +SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 +SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = 2918815 +SHA256 (rust/crates/winapi-util-0.1.2.tar.gz) = 7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9 +SIZE (rust/crates/winapi-util-0.1.2.tar.gz) = 7810 +SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f +SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 2947998 +SHA256 (rust/crates/ws2_32-sys-0.2.1.tar.gz) = d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e +SIZE (rust/crates/ws2_32-sys-0.2.1.tar.gz) = 4697 +SHA256 (rust/crates/xdg-2.2.0.tar.gz) = d089681aa106a86fade1b0128fb5daf07d5867a509ab036d99988dec80429a57 +SIZE (rust/crates/xdg-2.2.0.tar.gz) = 13387 +SHA256 (rust/crates/xml-rs-0.7.0.tar.gz) = 3c1cb601d29fe2c2ac60a2b2e5e293994d87a1f6fa9687a31a15270f909be9c2 +SIZE (rust/crates/xml-rs-0.7.0.tar.gz) = 50980 +SHA256 (rust/crates/yaml-rust-0.4.3.tar.gz) = 65923dd1784f44da1d2c3dbbc5e822045628c590ba72123e1c73d3c230c4434d +SIZE (rust/crates/yaml-rust-0.4.3.tar.gz) = 45768 +SHA256 (xi-frontend-xi-term-g20190328-08dd47e_GH0.tar.gz) = 1ac06676d4103d17cd88d0c2637f8b03eb6a7cea4ea7928f3234bd5bdfb0097c +SIZE (xi-frontend-xi-term-g20190328-08dd47e_GH0.tar.gz) = 208658 +SHA256 (xi-frontend-xrl-5788adfeca56ef869ed6f4064c87472593a0b334_GH0.tar.gz) = 8e7c6e31975cb05a1e61ccf0d3a08c5eb97b4b647a5df165a6c39c668882aa06 +SIZE (xi-frontend-xrl-5788adfeca56ef869ed6f4064c87472593a0b334_GH0.tar.gz) = 18242 Added: head/editors/xi-term/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/xi-term/pkg-descr Sun May 5 13:15:55 2019 (r500856) @@ -0,0 +1,14 @@ +Formely known as xi-tui, xi-term is a terminal frontend for the xi editor. + +The xi editor project is an attempt to build a high quality text editor, using +modern software engineering techniques. + +Goals include: +- Incredibly high performance. All editing operations should commit + and paint in under 16ms. The editor should never make you wait for + anything. +- Reliability. Crashing, hanging, or losing work should never happen. +- Developer friendliness. It should be easy to customize xi editor, + whether by adding plug-ins or hacking on the core. + +WWW: https://github.com/xi-frontend/xi-term From owner-svn-ports-all@freebsd.org Sun May 5 13:23:10 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AFAC6158B118; Sun, 5 May 2019 13:23:10 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 550B2932EE; Sun, 5 May 2019 13:23:10 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2AFAD20264; Sun, 5 May 2019 13:23:10 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x45DN9K3060309; Sun, 5 May 2019 13:23:09 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x45DN95x060308; Sun, 5 May 2019 13:23:09 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <201905051323.x45DN95x060308@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Sun, 5 May 2019 13:23:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500857 - head/graphics/electricsheep X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/graphics/electricsheep X-SVN-Commit-Revision: 500857 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 550B2932EE X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.99 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.99)[-0.989,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 05 May 2019 13:23:10 -0000 Author: pkubaj Date: Sun May 5 13:23:09 2019 New Revision: 500857 URL: https://svnweb.freebsd.org/changeset/ports/500857 Log: graphics/electricsheep: fix build with GCC-based architectures Add USES=compiler:c++11-lang to fix build on GCC architectures. Approved by: mentors (implicit approval) Modified: head/graphics/electricsheep/Makefile Modified: head/graphics/electricsheep/Makefile ============================================================================== --- head/graphics/electricsheep/Makefile Sun May 5 13:15:55 2019 (r500856) +++ head/graphics/electricsheep/Makefile Sun May 5 13:23:09 2019 (r500857) @@ -23,7 +23,7 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libtinyxml.so:textproc/tinyxml RUN_DEPENDS= flam3-animate:graphics/flam3 -USES= autoreconf dos2unix gl gnome libtool localbase:ldflags lua:51 pkgconfig gettext-runtime +USES= autoreconf compiler:c++11-lang dos2unix gl gnome libtool localbase:ldflags lua:51 pkgconfig gettext-runtime USE_GITHUB= yes GH_ACCOUNT= scottdraves GH_TAGNAME= 4949c31 From owner-svn-ports-all@freebsd.org Sun May 5 14:43:39 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F26A158CC54; Sun, 5 May 2019 14:43:39 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E50CA951B1; Sun, 5 May 2019 14:43:38 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BF80B20FB5; Sun, 5 May 2019 14:43:38 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x45EhcxQ001598; Sun, 5 May 2019 14:43:38 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x45Ehcec001596; Sun, 5 May 2019 14:43:38 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201905051443.x45Ehcec001596@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 5 May 2019 14:43:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500858 - head/devel/ncurses X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/ncurses X-SVN-Commit-Revision: 500858 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E50CA951B1 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.955,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 05 May 2019 14:43:39 -0000 Author: swills Date: Sun May 5 14:43:38 2019 New Revision: 500858 URL: https://svnweb.freebsd.org/changeset/ports/500858 Log: devel/ncurses: update to new snapshot Modified: head/devel/ncurses/Makefile (contents, props changed) head/devel/ncurses/distinfo (contents, props changed) Modified: head/devel/ncurses/Makefile ============================================================================== --- head/devel/ncurses/Makefile Sun May 5 13:23:09 2019 (r500857) +++ head/devel/ncurses/Makefile Sun May 5 14:43:38 2019 (r500858) @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_sparc64= cannot build: coredump: illegal instruction -SNAPSHOT= 20190427 +SNAPSHOT= 20190504 GNU_CONFIGURE= yes CONFIGURE_SCRIPT=../configure CONFIGURE_ARGS= --datadir=${PREFIX}/share/misc --disable-overwrite \ Modified: head/devel/ncurses/distinfo ============================================================================== --- head/devel/ncurses/distinfo Sun May 5 13:23:09 2019 (r500857) +++ head/devel/ncurses/distinfo Sun May 5 14:43:38 2019 (r500858) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556890998 -SHA256 (ncurses/ncurses-6.1-20190427.tgz) = fb4570b7f90dc2c2947e88c7ba1fdc6e970cebc18d109851b3b7de4be35a186a -SIZE (ncurses/ncurses-6.1-20190427.tgz) = 3432879 +TIMESTAMP = 1557059780 +SHA256 (ncurses/ncurses-6.1-20190504.tgz) = bba0873a48bb66a19e2309e6a1c4c5cb229f4cd7b80d07b68dfe9da4e6f4af05 +SIZE (ncurses/ncurses-6.1-20190504.tgz) = 3431842 From owner-svn-ports-all@freebsd.org Sun May 5 14:50:10 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90B76158D289; Sun, 5 May 2019 14:50:10 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 33EAF954E6; Sun, 5 May 2019 14:50:10 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0D88420FBB; Sun, 5 May 2019 14:50:10 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x45Eo9mJ002025; Sun, 5 May 2019 14:50:09 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x45Eo9Gp002023; Sun, 5 May 2019 14:50:09 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201905051450.x45Eo9Gp002023@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 5 May 2019 14:50:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500859 - head/textproc/docbook2mdoc X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/textproc/docbook2mdoc X-SVN-Commit-Revision: 500859 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 33EAF954E6 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.96)[-0.955,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 05 May 2019 14:50:10 -0000 Author: bapt Date: Sun May 5 14:50:09 2019 New Revision: 500859 URL: https://svnweb.freebsd.org/changeset/ports/500859 Log: Update to 1.1.0 Modified: head/textproc/docbook2mdoc/Makefile head/textproc/docbook2mdoc/distinfo Modified: head/textproc/docbook2mdoc/Makefile ============================================================================== --- head/textproc/docbook2mdoc/Makefile Sun May 5 14:43:38 2019 (r500858) +++ head/textproc/docbook2mdoc/Makefile Sun May 5 14:50:09 2019 (r500859) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= docbook2mdoc -PORTVERSION= 1.0.2 +PORTVERSION= 1.1.0 CATEGORIES= textproc MASTER_SITES= http://mdocml.bsd.lv/docbook2mdoc/snapshots/ Modified: head/textproc/docbook2mdoc/distinfo ============================================================================== --- head/textproc/docbook2mdoc/distinfo Sun May 5 14:43:38 2019 (r500858) +++ head/textproc/docbook2mdoc/distinfo Sun May 5 14:50:09 2019 (r500859) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556612919 -SHA256 (docbook2mdoc-1.0.2.tgz) = 355ccd40f7ea33a3933282a55dfb8a232da42f02026e4cbd46cf314fd7457091 -SIZE (docbook2mdoc-1.0.2.tgz) = 25850 +TIMESTAMP = 1557067789 +SHA256 (docbook2mdoc-1.1.0.tgz) = 9fc6411cf041ff10e76f19a50a142075a8df9d343f248e20d8fc98bf8e547c71 +SIZE (docbook2mdoc-1.1.0.tgz) = 26732 From owner-svn-ports-all@freebsd.org Sun May 5 14:56:08 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77573158D599; Sun, 5 May 2019 14:56:08 +0000 (UTC) (envelope-from jwb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1E7F4958BC; Sun, 5 May 2019 14:56:08 +0000 (UTC) (envelope-from jwb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EAC1921157; Sun, 5 May 2019 14:56:07 +0000 (UTC) (envelope-from jwb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x45Eu700007381; Sun, 5 May 2019 14:56:07 GMT (envelope-from jwb@FreeBSD.org) Received: (from jwb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x45Eu7Yd007378; Sun, 5 May 2019 14:56:07 GMT (envelope-from jwb@FreeBSD.org) Message-Id: <201905051456.x45Eu7Yd007378@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jwb set sender to jwb@FreeBSD.org using -f From: "Jason W. Bacon" Date: Sun, 5 May 2019 14:56:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500860 - in head/biology/minimap2: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jwb X-SVN-Commit-Paths: in head/biology/minimap2: . files X-SVN-Commit-Revision: 500860 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1E7F4958BC X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.957,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 05 May 2019 14:56:08 -0000 Author: jwb Date: Sun May 5 14:56:07 2019 New Revision: 500860 URL: https://svnweb.freebsd.org/changeset/ports/500860 Log: biology/minimap2: Upgrade to 2.17 Reported by: portscout Modified: head/biology/minimap2/Makefile head/biology/minimap2/distinfo (contents, props changed) head/biology/minimap2/files/patch-Makefile (contents, props changed) Modified: head/biology/minimap2/Makefile ============================================================================== --- head/biology/minimap2/Makefile Sun May 5 14:50:09 2019 (r500859) +++ head/biology/minimap2/Makefile Sun May 5 14:56:07 2019 (r500860) @@ -2,7 +2,7 @@ PORTNAME= minimap2 DISTVERSIONPREFIX= v -DISTVERSION= 2.16 +DISTVERSION= 2.17 CATEGORIES= biology MAINTAINER= jwb@FreeBSD.org Modified: head/biology/minimap2/distinfo ============================================================================== --- head/biology/minimap2/distinfo Sun May 5 14:50:09 2019 (r500859) +++ head/biology/minimap2/distinfo Sun May 5 14:56:07 2019 (r500860) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555901297 -SHA256 (lh3-minimap2-v2.16_GH0.tar.gz) = 9d4f1c9f1c2b29c2560b7ad53b2210dabd82161a0f88184f423534bd289433c3 -SIZE (lh3-minimap2-v2.16_GH0.tar.gz) = 221287 +TIMESTAMP = 1557067380 +SHA256 (lh3-minimap2-v2.17_GH0.tar.gz) = 0a3eaa3ef3d9f9e41f48199cc4aac0508366ac644fc3e8fe05e3463acd23d20b +SIZE (lh3-minimap2-v2.17_GH0.tar.gz) = 224006 Modified: head/biology/minimap2/files/patch-Makefile ============================================================================== --- head/biology/minimap2/files/patch-Makefile Sun May 5 14:50:09 2019 (r500859) +++ head/biology/minimap2/files/patch-Makefile Sun May 5 14:56:07 2019 (r500860) @@ -1,8 +1,10 @@ ---- Makefile.orig 2019-02-28 20:49:24 UTC +--- Makefile.orig 2019-05-05 03:49:17 UTC +++ Makefile -@@ -1,11 +1,19 @@ +@@ -1,11 +1,21 @@ -CFLAGS= -g -Wall -O2 -Wc++-compat #-Wextra -CPPFLAGS= -DHAVE_KALLOC ++# Patches using ?= and adding install target were rejected by developers ++# https://github.com/lh3/minimap2/issues/388 +CFLAGS?= -g -Wall -O2 +CFLAGS+= -Wc++-compat #-Wextra +CPPFLAGS+= -DHAVE_KALLOC @@ -22,7 +24,7 @@ ifeq ($(arm_neon),) # if arm_neon is not defined ifeq ($(sse2only),) # if sse2only is not defined OBJS+=ksw2_extz2_sse41.o ksw2_extd2_sse41.o ksw2_exts2_sse41.o ksw2_extz2_sse2.o ksw2_extd2_sse2.o ksw2_exts2_sse2.o ksw2_dispatch.o -@@ -84,6 +92,15 @@ ksw2_exts2_neon.o:ksw2_exts2_sse.c ksw2.h kalloc.h +@@ -84,6 +94,15 @@ ksw2_exts2_neon.o:ksw2_exts2_sse.c ksw2.h kalloc.h $(CC) -c $(CFLAGS) $(CPPFLAGS) -DKSW_SSE2_ONLY -D__SSE2__ $(INCLUDES) $< -o $@ # other non-file targets From owner-svn-ports-all@freebsd.org Sun May 5 14:57:52 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04997158D600; Sun, 5 May 2019 14:57:52 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9D8C6959AA; Sun, 5 May 2019 14:57:51 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6070821159; Sun, 5 May 2019 14:57:51 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x45EvpWV007572; Sun, 5 May 2019 14:57:51 GMT (envelope-from adridg@FreeBSD.org) Received: (from adridg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x45Evo5m007569; Sun, 5 May 2019 14:57:50 GMT (envelope-from adridg@FreeBSD.org) Message-Id: <201905051457.x45Evo5m007569@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adridg set sender to adridg@FreeBSD.org using -f From: Adriaan de Groot Date: Sun, 5 May 2019 14:57:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500861 - head/sysutils/kshutdown X-SVN-Group: ports-head X-SVN-Commit-Author: adridg X-SVN-Commit-Paths: head/sysutils/kshutdown X-SVN-Commit-Revision: 500861 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9D8C6959AA X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.957,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 05 May 2019 14:57:52 -0000 Author: adridg Date: Sun May 5 14:57:50 2019 New Revision: 500861 URL: https://svnweb.freebsd.org/changeset/ports/500861 Log: Update sysutils/kshutdown to 5.0 release - It's cross-desktop, so remove "for KDE" from comments - Update pkg-descr to match what upstream website now says (mostly) Release notes https://kshutdown.sourceforge.io/releases/5.0.html Modified: head/sysutils/kshutdown/Makefile head/sysutils/kshutdown/distinfo head/sysutils/kshutdown/pkg-descr Modified: head/sysutils/kshutdown/Makefile ============================================================================== --- head/sysutils/kshutdown/Makefile Sun May 5 14:56:07 2019 (r500860) +++ head/sysutils/kshutdown/Makefile Sun May 5 14:57:50 2019 (r500861) @@ -1,14 +1,13 @@ # $FreeBSD$ PORTNAME= kshutdown -DISTVERSION= 4.99-beta -PORTREVISION= 1 +DISTVERSION= 5.0 CATEGORIES= sysutils kde -MASTER_SITES= SF/${PORTNAME}/KShutdown/4.99%20Beta/ +MASTER_SITES= SF/${PORTNAME}/KShutdown/${DISTVERSION}/ DISTNAME= ${PORTNAME}-source-${DISTVERSION} MAINTAINER= kde@FreeBSD.org -COMMENT= Advanced shutdown utility for KDE +COMMENT= Advanced shutdown utility LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE Modified: head/sysutils/kshutdown/distinfo ============================================================================== --- head/sysutils/kshutdown/distinfo Sun May 5 14:56:07 2019 (r500860) +++ head/sysutils/kshutdown/distinfo Sun May 5 14:57:50 2019 (r500861) @@ -1,3 +1,3 @@ -TIMESTAMP = 1545827956 -SHA256 (kshutdown-source-4.99-beta.zip) = 8299774b6f00b517a0e6bbee92401bbcccc26de1654940170389a19aa28ac320 -SIZE (kshutdown-source-4.99-beta.zip) = 455309 +TIMESTAMP = 1557067737 +SHA256 (kshutdown-source-5.0.zip) = 5f66537c4c20433cf44741268f7ac5e7f42bbb3e4151f7f67984a42a9d8429df +SIZE (kshutdown-source-5.0.zip) = 454848 Modified: head/sysutils/kshutdown/pkg-descr ============================================================================== --- head/sysutils/kshutdown/pkg-descr Sun May 5 14:56:07 2019 (r500860) +++ head/sysutils/kshutdown/pkg-descr Sun May 5 14:57:50 2019 (r500861) @@ -1,15 +1,15 @@ -KShutDown is an advanced shutdown utility for KDE. +KShutDown is an advanced shutdown utility. Features: o Turn Off Computer (logout and halt the system) o Restart Computer (logout and reboot the system) o Lock Screen (lock the screen using a screen saver) o End Current Session (end the current KDE session and logout the user) - o Extras (additional, external user commands) - o Time and delay options - o Command line and DCOP support - o System tray icon and panel applet - o Visual and sound notifications - o KDE Kiosk support + o Detect user inactivity/application exit + o Command-line support + o Extras (custom actions) + o Simple, easy-to-use User Interface + o Works with many Desktop Environments + o More than /sbin/shutdown -h ;-) WWW: http://kshutdown.sourceforge.net/ From owner-svn-ports-all@freebsd.org Sun May 5 15:54:09 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5AF6158E81F; Sun, 5 May 2019 15:54:09 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 59F3C9709F; Sun, 5 May 2019 15:54:09 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 34DD021B4A; Sun, 5 May 2019 15:54:09 +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 x45Fs9WP038265; Sun, 5 May 2019 15:54:09 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x45Fs8BT038263; Sun, 5 May 2019 15:54:08 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201905051554.x45Fs8BT038263@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sun, 5 May 2019 15:54:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500862 - head/misc/osinfo-db X-SVN-Group: ports-head X-SVN-Commit-Author: novel X-SVN-Commit-Paths: head/misc/osinfo-db X-SVN-Commit-Revision: 500862 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 59F3C9709F X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.957,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 05 May 2019 15:54:10 -0000 Author: novel Date: Sun May 5 15:54:08 2019 New Revision: 500862 URL: https://svnweb.freebsd.org/changeset/ports/500862 Log: misc/osinfo-db: update to 20190504 Modified: head/misc/osinfo-db/Makefile head/misc/osinfo-db/distinfo head/misc/osinfo-db/pkg-plist Modified: head/misc/osinfo-db/Makefile ============================================================================== --- head/misc/osinfo-db/Makefile Sun May 5 14:57:50 2019 (r500861) +++ head/misc/osinfo-db/Makefile Sun May 5 15:54:08 2019 (r500862) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= osinfo-db -PORTVERSION= 20190319 +PORTVERSION= 20190504 CATEGORIES= misc MASTER_SITES= https://releases.pagure.org/libosinfo/ Modified: head/misc/osinfo-db/distinfo ============================================================================== --- head/misc/osinfo-db/distinfo Sun May 5 14:57:50 2019 (r500861) +++ head/misc/osinfo-db/distinfo Sun May 5 15:54:08 2019 (r500862) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554335161 -SHA256 (osinfo-db-20190319.tar.xz) = 9c01c671f47c8927858e88406d6b6bd448f47dbb077917ac5acc4a80c188f5b5 -SIZE (osinfo-db-20190319.tar.xz) = 85668 +TIMESTAMP = 1557057294 +SHA256 (osinfo-db-20190504.tar.xz) = bf445f39cfbb31ed5e83c78823cb17a7637b4ff7d72de5e3e6c38fba9e1133fa +SIZE (osinfo-db-20190504.tar.xz) = 86768 Modified: head/misc/osinfo-db/pkg-plist ============================================================================== --- head/misc/osinfo-db/pkg-plist Sun May 5 14:57:50 2019 (r500861) +++ head/misc/osinfo-db/pkg-plist Sun May 5 15:54:08 2019 (r500862) @@ -213,6 +213,7 @@ share/osinfo/os/dragonflybsd.org/dragonflybsd-5.2.1.xm share/osinfo/os/dragonflybsd.org/dragonflybsd-5.2.2.xml share/osinfo/os/dragonflybsd.org/dragonflybsd-5.4.0.xml share/osinfo/os/dragonflybsd.org/dragonflybsd-5.4.1.xml +share/osinfo/os/dragonflybsd.org/dragonflybsd-5.4.2.xml share/osinfo/os/endlessos.com/eos-3.3.xml share/osinfo/os/endlessos.com/eos-3.4.xml share/osinfo/os/fedoraproject.org/fedora-1.xml @@ -238,15 +239,18 @@ share/osinfo/os/fedoraproject.org/fedora-27.xml share/osinfo/os/fedoraproject.org/fedora-28.xml share/osinfo/os/fedoraproject.org/fedora-29.xml share/osinfo/os/fedoraproject.org/fedora-3.xml +share/osinfo/os/fedoraproject.org/fedora-30.xml share/osinfo/os/fedoraproject.org/fedora-4.xml share/osinfo/os/fedoraproject.org/fedora-5.xml share/osinfo/os/fedoraproject.org/fedora-6.xml share/osinfo/os/fedoraproject.org/fedora-7.xml share/osinfo/os/fedoraproject.org/fedora-8.xml share/osinfo/os/fedoraproject.org/fedora-9.xml +share/osinfo/os/fedoraproject.org/fedora-rawhide.xml share/osinfo/os/fedoraproject.org/fedora-unknown.xml share/osinfo/os/fedoraproject.org/silverblue-28.xml share/osinfo/os/fedoraproject.org/silverblue-29.xml +share/osinfo/os/fedoraproject.org/silverblue-30.xml share/osinfo/os/freebsd.org/freebsd-1.0.xml share/osinfo/os/freebsd.org/freebsd-10.0.xml share/osinfo/os/freebsd.org/freebsd-10.1.xml @@ -423,6 +427,7 @@ share/osinfo/os/openbsd.org/openbsd-6.0.xml share/osinfo/os/openbsd.org/openbsd-6.1.xml share/osinfo/os/openbsd.org/openbsd-6.2.xml share/osinfo/os/openbsd.org/openbsd-6.3.xml +share/osinfo/os/openbsd.org/openbsd-6.4.xml share/osinfo/os/opensuse.org/opensuse-10.2.xml share/osinfo/os/opensuse.org/opensuse-10.3.xml share/osinfo/os/opensuse.org/opensuse-11.0.xml @@ -436,6 +441,7 @@ share/osinfo/os/opensuse.org/opensuse-12.3.xml share/osinfo/os/opensuse.org/opensuse-13.1.xml share/osinfo/os/opensuse.org/opensuse-13.2.xml share/osinfo/os/opensuse.org/opensuse-15.0.xml +share/osinfo/os/opensuse.org/opensuse-15.1.xml share/osinfo/os/opensuse.org/opensuse-42.1.xml share/osinfo/os/opensuse.org/opensuse-42.2.xml share/osinfo/os/opensuse.org/opensuse-42.3.xml From owner-svn-ports-all@freebsd.org Sun May 5 17:23:12 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 53ABC1590245; Sun, 5 May 2019 17:23:12 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ED34B6A7A9; Sun, 5 May 2019 17:23:11 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C4BDC22A32; Sun, 5 May 2019 17:23:11 +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 x45HNBCn085569; Sun, 5 May 2019 17:23:11 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x45HNB6u085567; Sun, 5 May 2019 17:23:11 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <201905051723.x45HNB6u085567@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Sun, 5 May 2019 17:23:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500863 - head/www/firefox X-SVN-Group: ports-head X-SVN-Commit-Author: cmt X-SVN-Commit-Paths: head/www/firefox X-SVN-Commit-Revision: 500863 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: ED34B6A7A9 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.967,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 05 May 2019 17:23:12 -0000 Author: cmt Date: Sun May 5 17:23:11 2019 New Revision: 500863 URL: https://svnweb.freebsd.org/changeset/ports/500863 Log: update www/firefox to 66.0.4 (rc3) https://www.mozilla.org/en-US/firefox/66.0.4/releasenotes/ This includes the fix for "armagadd-on-2.0" (disabled add-ons due to an expired intermediate code signing certificate): https://blog.mozilla.org/addons/2019/05/04/update-regarding-add-ons-in-firefox/ https://support.mozilla.org/en-US/kb/add-ons-disabled-or-fail-to-install-firefox MFH: 2019Q2 (blanket: web browser) Modified: head/www/firefox/Makefile head/www/firefox/distinfo Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Sun May 5 15:54:08 2019 (r500862) +++ head/www/firefox/Makefile Sun May 5 17:23:11 2019 (r500863) @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 66.0.3 -PORTREVISION= 2 +DISTVERSION= 66.0.4 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build3/source DISTFILES= ${DISTNAME}.source${EXTRACT_SUFX} MAINTAINER= gecko@FreeBSD.org Modified: head/www/firefox/distinfo ============================================================================== --- head/www/firefox/distinfo Sun May 5 15:54:08 2019 (r500862) +++ head/www/firefox/distinfo Sun May 5 17:23:11 2019 (r500863) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554840099 -SHA256 (firefox-66.0.3.source.tar.xz) = 1fe4cfe4f4afce8d5532da8f36a48c333750c90a6ee67167309357edf514c22a -SIZE (firefox-66.0.3.source.tar.xz) = 281164936 +TIMESTAMP = 1557048971 +SHA256 (firefox-66.0.4.source.tar.xz) = 7ac6fae17e402276483fbfbb6b320d61e6695a28f1112ba2c987127f105dc25d +SIZE (firefox-66.0.4.source.tar.xz) = 283007704 From owner-svn-ports-all@freebsd.org Sun May 5 17:24:42 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15B9415902A5; Sun, 5 May 2019 17:24:42 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AEB6B6A8B4; Sun, 5 May 2019 17:24:41 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9CF0F22A34; Sun, 5 May 2019 17:24:41 +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 x45HOfFb085759; Sun, 5 May 2019 17:24:41 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x45HOfZ5085757; Sun, 5 May 2019 17:24:41 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <201905051724.x45HOfZ5085757@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Sun, 5 May 2019 17:24:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500864 - head/www/firefox-esr X-SVN-Group: ports-head X-SVN-Commit-Author: cmt X-SVN-Commit-Paths: head/www/firefox-esr X-SVN-Commit-Revision: 500864 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: AEB6B6A8B4 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.967,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 05 May 2019 17:24:42 -0000 Author: cmt Date: Sun May 5 17:24:40 2019 New Revision: 500864 URL: https://svnweb.freebsd.org/changeset/ports/500864 Log: update www/firefox-esr to 60.6.2 (rc2) https://www.mozilla.org/en-US/firefox/60.6.2/releasenotes/ This includes the fix for "armagadd-on-2.0" (disabled add-ons due to an expired intermediate code signing certificate): https://blog.mozilla.org/addons/2019/05/04/update-regarding-add-ons-in-firefox/ https://support.mozilla.org/en-US/kb/add-ons-disabled-or-fail-to-install-firefox MFH: 2019Q2 (blanket: web browser) Modified: head/www/firefox-esr/Makefile head/www/firefox-esr/distinfo Modified: head/www/firefox-esr/Makefile ============================================================================== --- head/www/firefox-esr/Makefile Sun May 5 17:23:11 2019 (r500863) +++ head/www/firefox-esr/Makefile Sun May 5 17:24:40 2019 (r500864) @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 60.6.1 -PORTREVISION= 3 +DISTVERSION= 60.6.2 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build1/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build2/source PKGNAMESUFFIX= -esr DISTFILES= ${DISTNAME}esr.source${EXTRACT_SUFX} Modified: head/www/firefox-esr/distinfo ============================================================================== --- head/www/firefox-esr/distinfo Sun May 5 17:23:11 2019 (r500863) +++ head/www/firefox-esr/distinfo Sun May 5 17:24:40 2019 (r500864) @@ -1,3 +1,3 @@ -TIMESTAMP = 1553230891 -SHA256 (firefox-60.6.1esr.source.tar.xz) = 94037fdceb83785ef6748de196eae562d9fa83ab7ec858b07ed13c1f540a04f5 -SIZE (firefox-60.6.1esr.source.tar.xz) = 269197532 +TIMESTAMP = 1557062017 +SHA256 (firefox-60.6.2esr.source.tar.xz) = cdb3d7b7648d9898e32d5fdb2eaac27d7cafa4eb0f88b39ccb1d30445ec77d3b +SIZE (firefox-60.6.2esr.source.tar.xz) = 271234924 From owner-svn-ports-all@freebsd.org Sun May 5 17:27:51 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C55821590316; Sun, 5 May 2019 17:27:51 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6A83C6A9D1; Sun, 5 May 2019 17:27:51 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3FF0222A37; Sun, 5 May 2019 17:27:51 +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 x45HRpHL086056; Sun, 5 May 2019 17:27:51 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x45HRo0g086055; Sun, 5 May 2019 17:27:50 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <201905051727.x45HRo0g086055@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Sun, 5 May 2019 17:27:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r500865 - branches/2019Q2/www/firefox X-SVN-Group: ports-branches X-SVN-Commit-Author: cmt X-SVN-Commit-Paths: branches/2019Q2/www/firefox X-SVN-Commit-Revision: 500865 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6A83C6A9D1 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.967,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 05 May 2019 17:27:52 -0000 Author: cmt Date: Sun May 5 17:27:50 2019 New Revision: 500865 URL: https://svnweb.freebsd.org/changeset/ports/500865 Log: MFH: r500863 update www/firefox to 66.0.4 (rc3) https://www.mozilla.org/en-US/firefox/66.0.4/releasenotes/ This includes the fix for "armagadd-on-2.0" (disabled add-ons due to an expired intermediate code signing certificate): https://blog.mozilla.org/addons/2019/05/04/update-regarding-add-ons-in-firefox/ https://support.mozilla.org/en-US/kb/add-ons-disabled-or-fail-to-install-firefox Approved by: portmgr (blanket: web browser) Modified: branches/2019Q2/www/firefox/Makefile branches/2019Q2/www/firefox/distinfo Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/www/firefox/Makefile ============================================================================== --- branches/2019Q2/www/firefox/Makefile Sun May 5 17:24:40 2019 (r500864) +++ branches/2019Q2/www/firefox/Makefile Sun May 5 17:27:50 2019 (r500865) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 66.0.3 +DISTVERSION= 66.0.4 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build3/source DISTFILES= ${DISTNAME}.source${EXTRACT_SUFX} MAINTAINER= gecko@FreeBSD.org Modified: branches/2019Q2/www/firefox/distinfo ============================================================================== --- branches/2019Q2/www/firefox/distinfo Sun May 5 17:24:40 2019 (r500864) +++ branches/2019Q2/www/firefox/distinfo Sun May 5 17:27:50 2019 (r500865) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554840099 -SHA256 (firefox-66.0.3.source.tar.xz) = 1fe4cfe4f4afce8d5532da8f36a48c333750c90a6ee67167309357edf514c22a -SIZE (firefox-66.0.3.source.tar.xz) = 281164936 +TIMESTAMP = 1557048971 +SHA256 (firefox-66.0.4.source.tar.xz) = 7ac6fae17e402276483fbfbb6b320d61e6695a28f1112ba2c987127f105dc25d +SIZE (firefox-66.0.4.source.tar.xz) = 283007704 From owner-svn-ports-all@freebsd.org Sun May 5 17:30:03 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 384471590373; Sun, 5 May 2019 17:30:03 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D467D6AABC; Sun, 5 May 2019 17:30:02 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AC78322A3D; Sun, 5 May 2019 17:30:02 +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 x45HU2di086334; Sun, 5 May 2019 17:30:02 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x45HU2jc086332; Sun, 5 May 2019 17:30:02 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <201905051730.x45HU2jc086332@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Sun, 5 May 2019 17:30:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r500866 - branches/2019Q2/www/firefox-esr X-SVN-Group: ports-branches X-SVN-Commit-Author: cmt X-SVN-Commit-Paths: branches/2019Q2/www/firefox-esr X-SVN-Commit-Revision: 500866 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D467D6AABC X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.967,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 05 May 2019 17:30:03 -0000 Author: cmt Date: Sun May 5 17:30:02 2019 New Revision: 500866 URL: https://svnweb.freebsd.org/changeset/ports/500866 Log: MFH: r500864 update www/firefox-esr to 60.6.2 (rc2) https://www.mozilla.org/en-US/firefox/60.6.2/releasenotes/ This includes the fix for "armagadd-on-2.0" (disabled add-ons due to an expired intermediate code signing certificate): https://blog.mozilla.org/addons/2019/05/04/update-regarding-add-ons-in-firefox/ https://support.mozilla.org/en-US/kb/add-ons-disabled-or-fail-to-install-firefox Approved by: portmgr (blanket: web browser) Modified: branches/2019Q2/www/firefox-esr/Makefile branches/2019Q2/www/firefox-esr/distinfo Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/www/firefox-esr/Makefile ============================================================================== --- branches/2019Q2/www/firefox-esr/Makefile Sun May 5 17:27:50 2019 (r500865) +++ branches/2019Q2/www/firefox-esr/Makefile Sun May 5 17:30:02 2019 (r500866) @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 60.6.1 -PORTREVISION= 1 +DISTVERSION= 60.6.2 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build1/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build2/source PKGNAMESUFFIX= -esr DISTFILES= ${DISTNAME}esr.source${EXTRACT_SUFX} Modified: branches/2019Q2/www/firefox-esr/distinfo ============================================================================== --- branches/2019Q2/www/firefox-esr/distinfo Sun May 5 17:27:50 2019 (r500865) +++ branches/2019Q2/www/firefox-esr/distinfo Sun May 5 17:30:02 2019 (r500866) @@ -1,3 +1,3 @@ -TIMESTAMP = 1553230891 -SHA256 (firefox-60.6.1esr.source.tar.xz) = 94037fdceb83785ef6748de196eae562d9fa83ab7ec858b07ed13c1f540a04f5 -SIZE (firefox-60.6.1esr.source.tar.xz) = 269197532 +TIMESTAMP = 1557062017 +SHA256 (firefox-60.6.2esr.source.tar.xz) = cdb3d7b7648d9898e32d5fdb2eaac27d7cafa4eb0f88b39ccb1d30445ec77d3b +SIZE (firefox-60.6.2esr.source.tar.xz) = 271234924 From owner-svn-ports-all@freebsd.org Sun May 5 17:32:44 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 498E31590511; Sun, 5 May 2019 17:32:44 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E42F26AE12; Sun, 5 May 2019 17:32:43 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A141122BED; Sun, 5 May 2019 17:32:43 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x45HWh2d091079; Sun, 5 May 2019 17:32:43 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x45HWhYH091077; Sun, 5 May 2019 17:32:43 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201905051732.x45HWhYH091077@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 5 May 2019 17:32:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500867 - head/devel/ghq X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/devel/ghq X-SVN-Commit-Revision: 500867 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E42F26AE12 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.968,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 05 May 2019 17:32:44 -0000 Author: tobik Date: Sun May 5 17:32:42 2019 New Revision: 500867 URL: https://svnweb.freebsd.org/changeset/ports/500867 Log: devel/ghq: Update to 0.11.1 Changes: https://github.com/motemen/ghq/blob/v0.11.1/CHANGELOG.md#v0111-2019-05-05 Modified: head/devel/ghq/Makefile head/devel/ghq/distinfo Modified: head/devel/ghq/Makefile ============================================================================== --- head/devel/ghq/Makefile Sun May 5 17:30:02 2019 (r500866) +++ head/devel/ghq/Makefile Sun May 5 17:32:42 2019 (r500867) @@ -2,7 +2,7 @@ PORTNAME= ghq DISTVERSIONPREFIX= v -DISTVERSION= 0.11.0 +DISTVERSION= 0.11.1 CATEGORIES= devel MAINTAINER= tobik@FreeBSD.org @@ -18,6 +18,7 @@ GH_ACCOUNT= motemen GH_TUPLE= daviddengcn:go-colortext:186a3d44e920:go_colortext/vendor/github.com/daviddengcn/go-colortext \ golang:net:9ce7a6920f09:net/vendor/golang.org/x/net \ golang:sync:112230192c58:sync/vendor/golang.org/x/sync \ + golang:xerrors:1f06c39b4373:xerrors/vendor/golang.org/x/xerrors \ motemen:go-colorine:45d19169413a:go_colorine/vendor/github.com/motemen/go-colorine \ urfave:cli:v1.20.0:cli/vendor/github.com/urfave/cli \ blang:semver:v3.5.1:semver/vendor/github.com/blang/semver Modified: head/devel/ghq/distinfo ============================================================================== --- head/devel/ghq/distinfo Sun May 5 17:30:02 2019 (r500866) +++ head/devel/ghq/distinfo Sun May 5 17:32:42 2019 (r500867) @@ -1,12 +1,14 @@ -TIMESTAMP = 1556800202 -SHA256 (motemen-ghq-v0.11.0_GH0.tar.gz) = 3f3c8cd3b6e8a8417d0ef327eedabc42e1ed14d73d31aa9c7cd19323e629db5e -SIZE (motemen-ghq-v0.11.0_GH0.tar.gz) = 24557 +TIMESTAMP = 1557070988 +SHA256 (motemen-ghq-v0.11.1_GH0.tar.gz) = e6b4c0bd757b4adde04b287e2e6816e90c1a0152923334f3d61a6619d333240d +SIZE (motemen-ghq-v0.11.1_GH0.tar.gz) = 27167 SHA256 (daviddengcn-go-colortext-186a3d44e920_GH0.tar.gz) = 7f7d7eb82df56329938c44a32ca9c7e866a5816c3bf0a348ab657200fd407d47 SIZE (daviddengcn-go-colortext-186a3d44e920_GH0.tar.gz) = 4534 SHA256 (golang-net-9ce7a6920f09_GH0.tar.gz) = 473a5eed183f65723358eabf8e4f692dc6067f67b0061daa8d83a34e6fb9f728 SIZE (golang-net-9ce7a6920f09_GH0.tar.gz) = 1098880 SHA256 (golang-sync-112230192c58_GH0.tar.gz) = 6d98880ea18369550cb12d7011df8e4b21c5b7588268a412b863b5c9d2fa0313 SIZE (golang-sync-112230192c58_GH0.tar.gz) = 16832 +SHA256 (golang-xerrors-1f06c39b4373_GH0.tar.gz) = 09b703ea0bbfe5a6d190ced76676635bbcec4fddca41b471d965ff5356fec1a7 +SIZE (golang-xerrors-1f06c39b4373_GH0.tar.gz) = 12572 SHA256 (motemen-go-colorine-45d19169413a_GH0.tar.gz) = 88d37bae10fca6de298c55e3b68e0fae14a0e6225783179e37fb3cbe6342ab6e SIZE (motemen-go-colorine-45d19169413a_GH0.tar.gz) = 88149 SHA256 (urfave-cli-v1.20.0_GH0.tar.gz) = c5ba59f5742c99618b5ba34211699287cd3e80c41488bb267035ce0163e3bade From owner-svn-ports-all@freebsd.org Sun May 5 18:00:14 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4DC081590D4C; Sun, 5 May 2019 18:00:14 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E68876B8DC; Sun, 5 May 2019 18:00:13 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C401122F32; Sun, 5 May 2019 18:00:13 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x45I0DmV002456; Sun, 5 May 2019 18:00:13 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x45I0DRf002455; Sun, 5 May 2019 18:00:13 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <201905051800.x45I0DRf002455@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Sun, 5 May 2019 18:00:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500868 - head/x11/pcdm X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/x11/pcdm X-SVN-Commit-Revision: 500868 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E68876B8DC X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.967,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 05 May 2019 18:00:14 -0000 Author: pkubaj Date: Sun May 5 18:00:13 2019 New Revision: 500868 URL: https://svnweb.freebsd.org/changeset/ports/500868 Log: x11/pcdm: fix build with GCC-based architectures This port needs USES=compiler:c++11-lang to build on GCC architectures. Additionally (by fernape): * Reorder USE in the Makefile * Add widgets as a USE_QT member * Add USE_GL and USE_XORG (suggested by the framework) * Fix wrong %%ETCDIR%% substitution in pkg-plist PR: 237117 Approved by: linimon (mentor) Modified: head/x11/pcdm/Makefile head/x11/pcdm/pkg-plist Modified: head/x11/pcdm/Makefile ============================================================================== --- head/x11/pcdm/Makefile Sun May 5 17:32:42 2019 (r500867) +++ head/x11/pcdm/Makefile Sun May 5 18:00:13 2019 (r500868) @@ -15,15 +15,17 @@ RUN_DEPENDS= xorg-minimal>=0:x11/xorg-minimal \ setxkbmap:x11/setxkbmap \ ${LOCALBASE}/bin/qsudo:sysutils/qsudo +USES= compiler:c++11-lang gl qmake qt:5 +USE_QT= core gui network svg multimedia imageformats \ + buildtools_build x11extras widgets concurrent linguisttools_build +USE_GL= gl +USE_XORG= x11 +USE_OPENRC_SUBR=pcdm + WRKSRC_SUBDIR= src-qt5 MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX} CONFLICTS= pcbsd-utils-qt* - -USES= qmake qt:5 -USE_QT= core gui network svg multimedia imageformats \ - buildtools_build x11extras concurrent linguisttools_build -USE_OPENRC_SUBR=pcdm USE_GITHUB= yes GH_ACCOUNT= trueos Modified: head/x11/pcdm/pkg-plist ============================================================================== --- head/x11/pcdm/pkg-plist Sun May 5 17:32:42 2019 (r500867) +++ head/x11/pcdm/pkg-plist Sun May 5 18:00:13 2019 (r500868) @@ -1,7 +1,7 @@ bin/PCDM-session bin/pc-dmconf bin/start-pcdm-pico -%%ETCDIR%%.conf.dist +etc/pcdm.conf.dist etc/rc.d/pcdm etc/sudoers.d/pico-sudoers sbin/PCDMd From owner-svn-ports-all@freebsd.org Sun May 5 18:01:52 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 098441590F00; Sun, 5 May 2019 18:01:52 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A1B866BBDC; Sun, 5 May 2019 18:01:51 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 802A1230B0; Sun, 5 May 2019 18:01:51 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x45I1pJ6007157; Sun, 5 May 2019 18:01:51 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x45I1pxR007156; Sun, 5 May 2019 18:01:51 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <201905051801.x45I1pxR007156@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Sun, 5 May 2019 18:01:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500869 - head/x11-toolkits/wxgtk28 X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/x11-toolkits/wxgtk28 X-SVN-Commit-Revision: 500869 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A1B866BBDC X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.967,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 05 May 2019 18:01:52 -0000 Author: pkubaj Date: Sun May 5 18:01:51 2019 New Revision: 500869 URL: https://svnweb.freebsd.org/changeset/ports/500869 Log: x11-toolkits/wxgtk28: fix build of dependent ports on GCC architectures Add USES=compiler:c++11-lang to fix compilation of games/scummvm-tools. Also add, USES=gl localbase. PR: 237225 Approved by: linimon (mentor) Modified: head/x11-toolkits/wxgtk28/Makefile Modified: head/x11-toolkits/wxgtk28/Makefile ============================================================================== --- head/x11-toolkits/wxgtk28/Makefile Sun May 5 18:00:13 2019 (r500868) +++ head/x11-toolkits/wxgtk28/Makefile Sun May 5 18:01:51 2019 (r500869) @@ -16,7 +16,8 @@ LIB_DEPENDS+= libpng.so:graphics/png\ libtiff.so:graphics/tiff\ libexpat.so:textproc/expat2 -USES= compiler gmake iconv jpeg pkgconfig tar:bzip2 +USES= compiler:c++11-lang gl gmake iconv jpeg localbase pkgconfig \ + tar:bzip2 USE_CXXSTD= gnu++98 USE_XORG= x11 sm xxf86vm xinerama USE_GL= glu @@ -34,8 +35,6 @@ CONFIGURE_ARGS= --with-libpng=sys\ --disable-backtrace\ --enable-graphics_ctx CONFIGURE_ENV= X11BASE="${LOCALBASE}" -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib PLIST= ${.CURDIR}/pkg-plist WXGTK_FLAVOR?= gtk2 From owner-svn-ports-all@freebsd.org Sun May 5 18:28:36 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 948F515917E0; Sun, 5 May 2019 18:28:36 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3895B6C5E3; Sun, 5 May 2019 18:28:36 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 092CA23429; Sun, 5 May 2019 18:28:36 +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 x45ISZ1E018334; Sun, 5 May 2019 18:28:35 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x45ISZVm018333; Sun, 5 May 2019 18:28:35 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201905051828.x45ISZVm018333@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sun, 5 May 2019 18:28:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500870 - head/editors/texstudio X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/editors/texstudio X-SVN-Commit-Revision: 500870 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3895B6C5E3 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.955,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 05 May 2019 18:28:36 -0000 Author: linimon Date: Sun May 5 18:28:35 2019 New Revision: 500870 URL: https://svnweb.freebsd.org/changeset/ports/500870 Log: This port now builds on aarch64. Approved by: portmgr (tier-2 blanket) Modified: head/editors/texstudio/Makefile Modified: head/editors/texstudio/Makefile ============================================================================== --- head/editors/texstudio/Makefile Sun May 5 18:01:51 2019 (r500869) +++ head/editors/texstudio/Makefile Sun May 5 18:28:35 2019 (r500870) @@ -10,7 +10,6 @@ COMMENT= Integrated writing environment for LaTeX docu LICENSE= GPLv2 -BROKEN_aarch64= fails to compile: error: no member named mc_eip in __mcontext BROKEN_armv6= fails to compile: error: no member named mc_eip in __mcontext LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell \ From owner-svn-ports-all@freebsd.org Sun May 5 20:04:53 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 221151593BC1; Sun, 5 May 2019 20:04:53 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B8D5E6F44F; Sun, 5 May 2019 20:04:52 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7BA3124527; Sun, 5 May 2019 20:04:52 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x45K4qjU070043; Sun, 5 May 2019 20:04:52 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x45K4qOU070041; Sun, 5 May 2019 20:04:52 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201905052004.x45K4qOU070041@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 5 May 2019 20:04:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500871 - head/devel/ghq X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/devel/ghq X-SVN-Commit-Revision: 500871 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B8D5E6F44F X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 05 May 2019 20:04:53 -0000 Author: tobik Date: Sun May 5 20:04:51 2019 New Revision: 500871 URL: https://svnweb.freebsd.org/changeset/ports/500871 Log: devel/ghq: Update to 0.11.2 Changes: https://github.com/motemen/ghq/blob/v0.11.2/CHANGELOG.md#v0112-2019-05-06 Modified: head/devel/ghq/Makefile head/devel/ghq/distinfo Modified: head/devel/ghq/Makefile ============================================================================== --- head/devel/ghq/Makefile Sun May 5 18:28:35 2019 (r500870) +++ head/devel/ghq/Makefile Sun May 5 20:04:51 2019 (r500871) @@ -2,7 +2,7 @@ PORTNAME= ghq DISTVERSIONPREFIX= v -DISTVERSION= 0.11.1 +DISTVERSION= 0.11.2 CATEGORIES= devel MAINTAINER= tobik@FreeBSD.org @@ -16,7 +16,7 @@ GO_PKGNAME= github.com/motemen/ghq USE_GITHUB= yes GH_ACCOUNT= motemen GH_TUPLE= daviddengcn:go-colortext:186a3d44e920:go_colortext/vendor/github.com/daviddengcn/go-colortext \ - golang:net:9ce7a6920f09:net/vendor/golang.org/x/net \ + golang:net:f4e77d36d62c:golang_net/vendor/golang.org/x/net \ golang:sync:112230192c58:sync/vendor/golang.org/x/sync \ golang:xerrors:1f06c39b4373:xerrors/vendor/golang.org/x/xerrors \ motemen:go-colorine:45d19169413a:go_colorine/vendor/github.com/motemen/go-colorine \ Modified: head/devel/ghq/distinfo ============================================================================== --- head/devel/ghq/distinfo Sun May 5 18:28:35 2019 (r500870) +++ head/devel/ghq/distinfo Sun May 5 20:04:51 2019 (r500871) @@ -1,10 +1,10 @@ -TIMESTAMP = 1557070988 -SHA256 (motemen-ghq-v0.11.1_GH0.tar.gz) = e6b4c0bd757b4adde04b287e2e6816e90c1a0152923334f3d61a6619d333240d -SIZE (motemen-ghq-v0.11.1_GH0.tar.gz) = 27167 +TIMESTAMP = 1557086516 +SHA256 (motemen-ghq-v0.11.2_GH0.tar.gz) = 4c06b2a5820d9add429186f5e06824d46e767b250c0ad4804e6889f34cf9e260 +SIZE (motemen-ghq-v0.11.2_GH0.tar.gz) = 27714 SHA256 (daviddengcn-go-colortext-186a3d44e920_GH0.tar.gz) = 7f7d7eb82df56329938c44a32ca9c7e866a5816c3bf0a348ab657200fd407d47 SIZE (daviddengcn-go-colortext-186a3d44e920_GH0.tar.gz) = 4534 -SHA256 (golang-net-9ce7a6920f09_GH0.tar.gz) = 473a5eed183f65723358eabf8e4f692dc6067f67b0061daa8d83a34e6fb9f728 -SIZE (golang-net-9ce7a6920f09_GH0.tar.gz) = 1098880 +SHA256 (golang-net-f4e77d36d62c_GH0.tar.gz) = 0c60b192575e149c8f29a3ed63ac7ba3c8525d0f700f0843cadc345b31fbab80 +SIZE (golang-net-f4e77d36d62c_GH0.tar.gz) = 1100359 SHA256 (golang-sync-112230192c58_GH0.tar.gz) = 6d98880ea18369550cb12d7011df8e4b21c5b7588268a412b863b5c9d2fa0313 SIZE (golang-sync-112230192c58_GH0.tar.gz) = 16832 SHA256 (golang-xerrors-1f06c39b4373_GH0.tar.gz) = 09b703ea0bbfe5a6d190ced76676635bbcec4fddca41b471d965ff5356fec1a7 From owner-svn-ports-all@freebsd.org Sun May 5 20:18:59 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 505841594224; Sun, 5 May 2019 20:18:59 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E9E526FDD8; Sun, 5 May 2019 20:18: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C35CA246D4; Sun, 5 May 2019 20:18: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 x45KIw98075951; Sun, 5 May 2019 20:18:58 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x45KIwJn075950; Sun, 5 May 2019 20:18:58 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201905052018.x45KIwJn075950@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sun, 5 May 2019 20:18:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500872 - head/audio/lv2lint X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/audio/lv2lint X-SVN-Commit-Revision: 500872 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E9E526FDD8 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 05 May 2019 20:18:59 -0000 Author: linimon Date: Sun May 5 20:18:58 2019 New Revision: 500872 URL: https://svnweb.freebsd.org/changeset/ports/500872 Log: Add compiler:c++11-lang to ensure building on GCC-based architectures. Approved by: portmgr (tier-2 blanket) Modified: head/audio/lv2lint/Makefile Modified: head/audio/lv2lint/Makefile ============================================================================== --- head/audio/lv2lint/Makefile Sun May 5 20:04:51 2019 (r500871) +++ head/audio/lv2lint/Makefile Sun May 5 20:18:58 2019 (r500872) @@ -17,7 +17,7 @@ LIB_DEPENDS= liblilv-0.so:audio/lilv RUN_DEPENDS= curl>0:ftp/curl \ libelf>0:devel/libelf -USES= meson pkgconfig +USES= compiler:c++11-lang meson pkgconfig USE_GITHUB= yes GH_ACCOUNT= OpenMusicKontrollers GH_TAGNAME= 3c24394 From owner-svn-ports-all@freebsd.org Sun May 5 20:27:40 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C4F1C1594533; Sun, 5 May 2019 20:27:40 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 69424702D3; Sun, 5 May 2019 20:27:40 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 36A952488D; Sun, 5 May 2019 20:27:40 +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 x45KReN4081345; Sun, 5 May 2019 20:27:40 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x45KReAR081344; Sun, 5 May 2019 20:27:40 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201905052027.x45KReAR081344@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 5 May 2019 20:27:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500873 - head/devel/atlassian-plugin-sdk X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/devel/atlassian-plugin-sdk X-SVN-Commit-Revision: 500873 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 69424702D3 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 05 May 2019 20:27:40 -0000 Author: antoine Date: Sun May 5 20:27:39 2019 New Revision: 500873 URL: https://svnweb.freebsd.org/changeset/ports/500873 Log: Mark BROKEN: unfetchable Reported by: pkg-fallout MFH: 2019Q2 Modified: head/devel/atlassian-plugin-sdk/Makefile Modified: head/devel/atlassian-plugin-sdk/Makefile ============================================================================== --- head/devel/atlassian-plugin-sdk/Makefile Sun May 5 20:18:58 2019 (r500872) +++ head/devel/atlassian-plugin-sdk/Makefile Sun May 5 20:27:39 2019 (r500873) @@ -9,6 +9,8 @@ MASTER_SITES= https://maven.atlassian.com/content/repo MAINTAINER= mi@aldan.algebra.com COMMENT= Atlassian Plugin SDK +BROKEN= unfetchable + RUN_DEPENDS= mvn:devel/maven-wrapper USE_JAVA= yes From owner-svn-ports-all@freebsd.org Sun May 5 20:28:04 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E297B159456C; Sun, 5 May 2019 20:28:03 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 86F4B703CB; Sun, 5 May 2019 20:28:03 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7D26F24890; Sun, 5 May 2019 20:28: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 x45KS3Qv081495; Sun, 5 May 2019 20:28:03 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x45KS3hO081494; Sun, 5 May 2019 20:28:03 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201905052028.x45KS3hO081494@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 5 May 2019 20:28:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r500874 - branches/2019Q2/devel/atlassian-plugin-sdk X-SVN-Group: ports-branches X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: branches/2019Q2/devel/atlassian-plugin-sdk X-SVN-Commit-Revision: 500874 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 86F4B703CB X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 05 May 2019 20:28:04 -0000 Author: antoine Date: Sun May 5 20:28:03 2019 New Revision: 500874 URL: https://svnweb.freebsd.org/changeset/ports/500874 Log: MFH: r500873 Mark BROKEN: unfetchable Reported by: pkg-fallout Modified: branches/2019Q2/devel/atlassian-plugin-sdk/Makefile Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/devel/atlassian-plugin-sdk/Makefile ============================================================================== --- branches/2019Q2/devel/atlassian-plugin-sdk/Makefile Sun May 5 20:27:39 2019 (r500873) +++ branches/2019Q2/devel/atlassian-plugin-sdk/Makefile Sun May 5 20:28:03 2019 (r500874) @@ -9,6 +9,8 @@ MASTER_SITES= https://maven.atlassian.com/content/repo MAINTAINER= mi@aldan.algebra.com COMMENT= Atlassian Plugin SDK +BROKEN= unfetchable + RUN_DEPENDS= mvn:devel/maven-wrapper USE_JAVA= yes From owner-svn-ports-all@freebsd.org Sun May 5 20:38:00 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0862F15949A7; Sun, 5 May 2019 20:38:00 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C6BE8708B2; Sun, 5 May 2019 20:37:59 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A40AF24A32; Sun, 5 May 2019 20:37:59 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x45Kbx96086613; Sun, 5 May 2019 20:37:59 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x45KbxEg086612; Sun, 5 May 2019 20:37:59 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905052037.x45KbxEg086612@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 5 May 2019 20:37:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500875 - head/misc/dartsim X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/misc/dartsim X-SVN-Commit-Revision: 500875 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C6BE8708B2 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 05 May 2019 20:38:00 -0000 Author: yuri Date: Sun May 5 20:37:59 2019 New Revision: 500875 URL: https://svnweb.freebsd.org/changeset/ports/500875 Log: misc/dartsim: Broken on i386 Reported by: fallout Modified: head/misc/dartsim/Makefile Modified: head/misc/dartsim/Makefile ============================================================================== --- head/misc/dartsim/Makefile Sun May 5 20:28:03 2019 (r500874) +++ head/misc/dartsim/Makefile Sun May 5 20:37:59 2019 (r500875) @@ -12,6 +12,8 @@ COMMENT= Dynamic Animation and Robotics Toolkit LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_i386= clang failure: https://bugs.llvm.org/show_bug.cgi?id=41757 + BUILD_DEPENDS= pagmo2>0:science/pagmo2 LIB_DEPENDS= libassimp.so:multimedia/assimp \ libBulletDynamics.so:devel/bullet \ From owner-svn-ports-all@freebsd.org Sun May 5 23:45:27 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9673A1598256; Sun, 5 May 2019 23:45:27 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0EC3475690; Sun, 5 May 2019 23:45:27 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D766A2698D; Sun, 5 May 2019 23:45: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 x45NjQKl085503; Sun, 5 May 2019 23:45:26 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x45NjQ9C085501; Sun, 5 May 2019 23:45:26 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201905052345.x45NjQ9C085501@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 5 May 2019 23:45:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500876 - head/devel/p5-Devel-PPPort X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/devel/p5-Devel-PPPort X-SVN-Commit-Revision: 500876 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0EC3475690 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.970,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 05 May 2019 23:45:27 -0000 Author: wen Date: Sun May 5 23:45:26 2019 New Revision: 500876 URL: https://svnweb.freebsd.org/changeset/ports/500876 Log: - Update to 3.51 Modified: head/devel/p5-Devel-PPPort/Makefile head/devel/p5-Devel-PPPort/distinfo Modified: head/devel/p5-Devel-PPPort/Makefile ============================================================================== --- head/devel/p5-Devel-PPPort/Makefile Sun May 5 20:37:59 2019 (r500875) +++ head/devel/p5-Devel-PPPort/Makefile Sun May 5 23:45:26 2019 (r500876) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Devel-PPPort -PORTVERSION= 3.47 +PORTVERSION= 3.51 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Devel-PPPort/distinfo ============================================================================== --- head/devel/p5-Devel-PPPort/distinfo Sun May 5 20:37:59 2019 (r500875) +++ head/devel/p5-Devel-PPPort/distinfo Sun May 5 23:45:26 2019 (r500876) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556558962 -SHA256 (Devel-PPPort-3.47.tar.gz) = 2bd293a83a402b17c35b26460e94729f486bc71701e3358b1aaa5cfc1549a802 -SIZE (Devel-PPPort-3.47.tar.gz) = 241476 +TIMESTAMP = 1557099605 +SHA256 (Devel-PPPort-3.51.tar.gz) = 4502fb60827286663a931f26f497be0ac2a9f36cfaa73d7632c7525a9dfb53bc +SIZE (Devel-PPPort-3.51.tar.gz) = 180107 From owner-svn-ports-all@freebsd.org Mon May 6 00:26:00 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C6851598D7D; Mon, 6 May 2019 00:26:00 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 355317649D; Mon, 6 May 2019 00:26:00 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1E24F2703C; Mon, 6 May 2019 00:26:00 +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 x460PxB4006519; Mon, 6 May 2019 00:25:59 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x460PxBl006518; Mon, 6 May 2019 00:25:59 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201905060025.x460PxBl006518@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 6 May 2019 00:25:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500877 - head/lang/p5-signatures X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/lang/p5-signatures X-SVN-Commit-Revision: 500877 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 355317649D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.970,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 00:26:00 -0000 Author: wen Date: Mon May 6 00:25:59 2019 New Revision: 500877 URL: https://svnweb.freebsd.org/changeset/ports/500877 Log: - Update to 0.14 Modified: head/lang/p5-signatures/Makefile head/lang/p5-signatures/distinfo Modified: head/lang/p5-signatures/Makefile ============================================================================== --- head/lang/p5-signatures/Makefile Sun May 5 23:45:26 2019 (r500876) +++ head/lang/p5-signatures/Makefile Mon May 6 00:25:59 2019 (r500877) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= signatures -PORTVERSION= 0.13 +PORTVERSION= 0.14 CATEGORIES= lang perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ETHER Modified: head/lang/p5-signatures/distinfo ============================================================================== --- head/lang/p5-signatures/distinfo Sun May 5 23:45:26 2019 (r500876) +++ head/lang/p5-signatures/distinfo Mon May 6 00:25:59 2019 (r500877) @@ -1,2 +1,3 @@ -SHA256 (signatures-0.13.tar.gz) = 951b7c87e09e5cc56e9be2c108df2c69399512edb1b85d3ab40027f361bde826 -SIZE (signatures-0.13.tar.gz) = 78058 +TIMESTAMP = 1557099939 +SHA256 (signatures-0.14.tar.gz) = aa728c7f6b7152ee4c6067675a7ad06234285a43c28fc6dc9493e26170d45a64 +SIZE (signatures-0.14.tar.gz) = 87373 From owner-svn-ports-all@freebsd.org Mon May 6 01:56:35 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C02A159A6A7; Mon, 6 May 2019 01:56:35 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F1AB680604; Mon, 6 May 2019 01:56:34 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C7BCF27F36; Mon, 6 May 2019 01:56:34 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x461uYfF053730; Mon, 6 May 2019 01:56:34 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x461uYkV053728; Mon, 6 May 2019 01:56:34 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905060156.x461uYkV053728@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 6 May 2019 01:56:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500878 - head/audio/gsequencer X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/audio/gsequencer X-SVN-Commit-Revision: 500878 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: F1AB680604 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.970,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 01:56:35 -0000 Author: yuri Date: Mon May 6 01:56:34 2019 New Revision: 500878 URL: https://svnweb.freebsd.org/changeset/ports/500878 Log: audio/gsequencer: Update 2.1.69 -> 2.1.70 Reported by: portscout Modified: head/audio/gsequencer/Makefile head/audio/gsequencer/distinfo Modified: head/audio/gsequencer/Makefile ============================================================================== --- head/audio/gsequencer/Makefile Mon May 6 00:25:59 2019 (r500877) +++ head/audio/gsequencer/Makefile Mon May 6 01:56:34 2019 (r500878) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gsequencer -DISTVERSION= 2.1.69 +DISTVERSION= 2.1.70 CATEGORIES= audio MASTER_SITES= SAVANNAH/gsequencer/2.1.x Modified: head/audio/gsequencer/distinfo ============================================================================== --- head/audio/gsequencer/distinfo Mon May 6 00:25:59 2019 (r500877) +++ head/audio/gsequencer/distinfo Mon May 6 01:56:34 2019 (r500878) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555485766 -SHA256 (gsequencer-2.1.69.tar.gz) = 45d3264eeef1e8b13f0e2ba530adadb3ec3cc80389c18194e9868e516afc72f8 -SIZE (gsequencer-2.1.69.tar.gz) = 5106969 +TIMESTAMP = 1557107205 +SHA256 (gsequencer-2.1.70.tar.gz) = d167bdf245be8fa14549d999193bd088cfc01234fa228a30cd5906c45359a13c +SIZE (gsequencer-2.1.70.tar.gz) = 5103227 From owner-svn-ports-all@freebsd.org Mon May 6 02:00:45 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3FFBE159A78D; Mon, 6 May 2019 02:00:45 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D8E158076A; Mon, 6 May 2019 02:00:44 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 922A027F47; Mon, 6 May 2019 02:00:44 +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 x4620ia0054089; Mon, 6 May 2019 02:00:44 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4620iKe054087; Mon, 6 May 2019 02:00:44 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201905060200.x4620iKe054087@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Mon, 6 May 2019 02:00:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500879 - head/devel/py-botocore X-SVN-Group: ports-head X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: head/devel/py-botocore X-SVN-Commit-Revision: 500879 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D8E158076A X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 02:00:45 -0000 Author: koobs Date: Mon May 6 02:00:43 2019 New Revision: 500879 URL: https://svnweb.freebsd.org/changeset/ports/500879 Log: devel/py-botocore: Update to 1.12.142 - Update RUN_DEPENDS to match setup.py versions, document max versions - Add TEST_DEPENDS and test target Changelog: https://github.com/boto/botocore/blob/1.12.142/CHANGELOG.rst Reviewed by: bhughes Approved by: bhughes (maintainer) Differential Revision: D20161 Modified: head/devel/py-botocore/Makefile head/devel/py-botocore/distinfo Modified: head/devel/py-botocore/Makefile ============================================================================== --- head/devel/py-botocore/Makefile Mon May 6 01:56:34 2019 (r500878) +++ head/devel/py-botocore/Makefile Mon May 6 02:00:43 2019 (r500879) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= botocore -PORTVERSION= 1.12.134 +PORTVERSION= 1.12.142 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,13 +13,25 @@ COMMENT= Low-level, core functionality of boto 3 LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:devel/py-dateutil@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}jmespath>=0.7.1:devel/py-jmespath@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}docutils>=0.10:textproc/py-docutils@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}urllib3>=1.20:net/py-urllib3@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:devel/py-dateutil@${PY_FLAVOR} # <3.0.0 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}jmespath>=0.7.1:devel/py-jmespath@${PY_FLAVOR} # <1.0.0 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}urllib3>=1.20:net/py-urllib3@${PY_FLAVOR} # <1.25 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}docutils>=0.10:textproc/py-docutils@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}jsonschema>0:devel/py-jsonschema@${PY_FLAVOR} + USES= python USE_PYTHON= autoplist distutils + NO_ARCH= yes + +# setup.py test runs integration tests which fail +# https://github.com/boto/s3transfer/issues/41 +# Note: this is an AWS python package wide issue +do-test: + @cd ${WRKSRC} && ${PYTHON_CMD} -m nose -v tests/unit tests/functional .include Modified: head/devel/py-botocore/distinfo ============================================================================== --- head/devel/py-botocore/distinfo Mon May 6 01:56:34 2019 (r500878) +++ head/devel/py-botocore/distinfo Mon May 6 02:00:43 2019 (r500879) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555709140 -SHA256 (botocore-1.12.134.tar.gz) = 5c4d9ea1b0fbb1dc98b6a06ed8780096fca981a1c3599bf8f03f338e6aa389ae -SIZE (botocore-1.12.134.tar.gz) = 5517351 +TIMESTAMP = 1557032774 +SHA256 (botocore-1.12.142.tar.gz) = 78b9413286c8fbcf094911584f63a81356b4539befec7be76887c6dcd66ace83 +SIZE (botocore-1.12.142.tar.gz) = 5539756 From owner-svn-ports-all@freebsd.org Mon May 6 02:10:35 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE979159ACD9; Mon, 6 May 2019 02:10:35 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 62D2580FFB; Mon, 6 May 2019 02:10:35 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3AB89125; Mon, 6 May 2019 02:10:35 +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 x462AZQf059522; Mon, 6 May 2019 02:10:35 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x462AYsJ059521; Mon, 6 May 2019 02:10:34 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201905060210.x462AYsJ059521@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Mon, 6 May 2019 02:10:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500880 - head/www/py-boto3 X-SVN-Group: ports-head X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: head/www/py-boto3 X-SVN-Commit-Revision: 500880 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 62D2580FFB X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.94)[-0.945,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 02:10:36 -0000 Author: koobs Date: Mon May 6 02:10:34 2019 New Revision: 500880 URL: https://svnweb.freebsd.org/changeset/ports/500880 Log: www/py-boto3: Update to 1.9.142 Changelog: https://github.com/boto/boto3/blob/1.9.142/CHANGELOG.rst Modified: head/www/py-boto3/Makefile head/www/py-boto3/distinfo Modified: head/www/py-boto3/Makefile ============================================================================== --- head/www/py-boto3/Makefile Mon May 6 02:00:43 2019 (r500879) +++ head/www/py-boto3/Makefile Mon May 6 02:10:34 2019 (r500880) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= boto3 -PORTVERSION= 1.9.106 +PORTVERSION= 1.9.142 CATEGORIES= www python devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +11,12 @@ MAINTAINER= koobs@FreeBSD.org COMMENT= AWS SDK for Python LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.12.106:devel/py-botocore@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}jmespath>=0.7.1:devel/py-jmespath@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}s3transfer>=0.2.0:net/py-s3transfer@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.12.142:devel/py-botocore@${PY_FLAVOR} # <1.13.0 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}jmespath>=0.7.1:devel/py-jmespath@${PY_FLAVOR} # <1.0.0 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}s3transfer>=0.2.0:net/py-s3transfer@${PY_FLAVOR} # <0.3.0 + TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} Modified: head/www/py-boto3/distinfo ============================================================================== --- head/www/py-boto3/distinfo Mon May 6 02:00:43 2019 (r500879) +++ head/www/py-boto3/distinfo Mon May 6 02:10:34 2019 (r500880) @@ -1,3 +1,3 @@ -TIMESTAMP = 1551682959 -SHA256 (boto3-1.9.106.tar.gz) = 30badbe5dab638e764e23125479e848c446a9669ef0612b8d8d305738bc442d3 -SIZE (boto3-1.9.106.tar.gz) = 93207 +TIMESTAMP = 1557032309 +SHA256 (boto3-1.9.142.tar.gz) = b2327f4dc2ca0e45da59b2f4a0085a3c356a0423ba0fa4f3fad4f7919c6be2f7 +SIZE (boto3-1.9.142.tar.gz) = 94922 From owner-svn-ports-all@freebsd.org Mon May 6 03:13:23 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C36EB159BF32; Mon, 6 May 2019 03:13:23 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6907D82FDD; Mon, 6 May 2019 03:13:23 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 440DFD59; Mon, 6 May 2019 03:13:23 +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 x463DN0Q097134; Mon, 6 May 2019 03:13:23 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x463DMgr097109; Mon, 6 May 2019 03:13:22 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201905060313.x463DMgr097109@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 6 May 2019 03:13:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500881 - in head/emulators: . pcem pcem/files X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: in head/emulators: . pcem pcem/files X-SVN-Commit-Revision: 500881 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6907D82FDD X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.946,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 03:13:24 -0000 Author: pi Date: Mon May 6 03:13:22 2019 New Revision: 500881 URL: https://svnweb.freebsd.org/changeset/ports/500881 Log: New port: emulators/pcem: PC-Compatible low-level emulator striving for accuracy A very accurate (and not very fast) PC and PC-compatible emulator. Support currently ranges from the original IBM PC to Socket 7 motherboards. It also supports a wide range of peripherals, including Voodoo Graphics! WWW: https://www.pcem-emulator.co.uk PR: 237376 Submitted by: Salvador Pardinas Reviewed by: tobik Added: head/emulators/pcem/ head/emulators/pcem/Makefile (contents, props changed) head/emulators/pcem/distinfo (contents, props changed) head/emulators/pcem/files/ head/emulators/pcem/files/patch-configure.ac (contents, props changed) head/emulators/pcem/pkg-descr (contents, props changed) Modified: head/emulators/Makefile Modified: head/emulators/Makefile ============================================================================== --- head/emulators/Makefile Mon May 6 02:10:34 2019 (r500880) +++ head/emulators/Makefile Mon May 6 03:13:22 2019 (r500881) @@ -101,6 +101,7 @@ SUBDIR += openmsx SUBDIR += p5-Acme-6502 SUBDIR += parallels-tools + SUBDIR += pcem SUBDIR += pcemu SUBDIR += pcsxr SUBDIR += pearpc Added: head/emulators/pcem/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/pcem/Makefile Mon May 6 03:13:22 2019 (r500881) @@ -0,0 +1,36 @@ +# $FreeBSD$ + +PORTNAME= pcem +DISTVERSION= 14 +CATEGORIES= emulators +MASTER_SITES= https://bitbucket.org/pcem_emulator/pcem/get/ +DISTNAME= faf5d6423060 + +MAINTAINER= darkfm@vera.com.uy +COMMENT= PC/PC-Compatible low-level emulator striving for accuracy + +LICENSE= GPLv2 + +LIB_DEPENDS= libGL.so:graphics/mesa-libs \ + libopenal.so:audio/openal-soft \ + libwx_gtk3u_core-3.0.so:x11-toolkits/wxgtk30 \ + libSDL2.so:devel/sdl20 + +USES= autoreconf compiler gmake openal:soft pkgconfig sdl zip +USE_WX= 3.0 +USE_SDL= sdl2 + +WRKSRC= ${WRKDIR}/pcem_emulator-pcem-faf5d6423060/ +PATCHDIR=files +PLIST_FILES= bin/pcem +CONFIGURE_ARGS= --enable-release-build --with-wx-config=wxgtk3u-3.0-config +GNU_CONFIGURE= yes +ONLY_FOR_ARCHS= amd64 + +.include + +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1300000 +LDFLAGS+= -fuse-ld=bfd +.endif + +.include Added: head/emulators/pcem/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/pcem/distinfo Mon May 6 03:13:22 2019 (r500881) @@ -0,0 +1,3 @@ +TIMESTAMP = 1555640654 +SHA256 (faf5d6423060.zip) = c184c1e279b2d77d89bdc02ed6a87d0f79b98863dcef2feca1fff74554e2f19b +SIZE (faf5d6423060.zip) = 1792228 Added: head/emulators/pcem/files/patch-configure.ac ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/pcem/files/patch-configure.ac Mon May 6 03:13:22 2019 (r500881) @@ -0,0 +1,32 @@ +--- configure.ac.orig 2019-04-17 19:37:48 UTC ++++ configure.ac +@@ -64,6 +64,10 @@ case "${host_cpu}" in + CPU=x86_64 + AC_MSG_RESULT(${host_cpu}) + ;; ++ amd64) ++ CPU=x86_64 ++ AC_MSG_RESULT(${host_cpu}) ++ ;; + *) + AC_MSG_ERROR([Unsupported CPU.]) + ;; +@@ -149,6 +153,18 @@ case "$host" in + [echo "You need to install the OpenAL library." + exit -1]) + build_linux="yes" ++ ;; ++ *-*-freebsd*) ++ CFLAGS="$CFLAGS -I/usr/local/include" ++ CXXFLAGS="$CXXFLAGS -I/usr/local/include" ++ LDFLAGS="$LDFLAGS -L/usr/local/lib" ++ AC_CHECK_LIB([GL], [glGetError], [], \ ++ [echo "You need to install the OpenGL library." ++ exit -1]) ++ AC_CHECK_LIB([openal], [alGetError], [], \ ++ [echo "You need to install the OpenAL library." ++ exit -1]) ++ build_other="yes" + ;; + *) + AC_CHECK_LIB([GL], [glGetError], [], \ Added: head/emulators/pcem/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/pcem/pkg-descr Mon May 6 03:13:22 2019 (r500881) @@ -0,0 +1,5 @@ +A very accurate (and not very fast) PC and PC-compatible emulator. +Support currently ranges from the original IBM PC to Socket 7 motherboards. +It also supports a wide range of peripherals, including Voodoo Graphics! + +WWW: https://www.pcem-emulator.co.uk From owner-svn-ports-all@freebsd.org Mon May 6 03:14:10 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10387159BFBA; Mon, 6 May 2019 03:14:10 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A971C831D1; Mon, 6 May 2019 03:14:09 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8597DD5C; Mon, 6 May 2019 03:14:09 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x463E96A097386; Mon, 6 May 2019 03:14:09 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x463E8U5097381; Mon, 6 May 2019 03:14:08 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905060314.x463E8U5097381@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 6 May 2019 03:14:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500882 - in head/comms: . xdemorse xdemorse/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/comms: . xdemorse xdemorse/files X-SVN-Commit-Revision: 500882 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A971C831D1 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.946,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 03:14:10 -0000 Author: yuri Date: Mon May 6 03:14:08 2019 New Revision: 500882 URL: https://svnweb.freebsd.org/changeset/ports/500882 Log: New port: comms/xdemorse: X/GTK+-3 application for decoding Morse code signals into text Added: head/comms/xdemorse/ head/comms/xdemorse/Makefile (contents, props changed) head/comms/xdemorse/distinfo (contents, props changed) head/comms/xdemorse/files/ head/comms/xdemorse/files/patch-Makefile.in (contents, props changed) head/comms/xdemorse/pkg-descr (contents, props changed) Modified: head/comms/Makefile Modified: head/comms/Makefile ============================================================================== --- head/comms/Makefile Mon May 6 03:13:22 2019 (r500881) +++ head/comms/Makefile Mon May 6 03:14:08 2019 (r500882) @@ -205,6 +205,7 @@ SUBDIR += wy60 SUBDIR += xastir SUBDIR += xcwcp + SUBDIR += xdemorse SUBDIR += xdx SUBDIR += xlog SUBDIR += xmorse Added: head/comms/xdemorse/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/xdemorse/Makefile Mon May 6 03:14:08 2019 (r500882) @@ -0,0 +1,31 @@ +# $FreeBSD$ + +PORTNAME= xdemorse +DISTVERSION= 3.6.2 +CATEGORIES= comms +MASTER_SITES= https://www.qsl.net/5/5b4az/pkg/morse/xdemorse/ + +MAINTAINER= yuri@FreeBSD.org +COMMENT= X/GTK+-3 application for decoding Morse code signals into text + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libasound.so:audio/alsa-lib + +USES= gettext-tools gmake gnome localbase:ldflags pkgconfig tar:bz2 +GNU_CONFIGURE= yes +USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 + +LDFLAGS+= -lgmodule-2.0 + +PLIST_FILES= bin/${PORTNAME} \ + man/man1/${PORTNAME}.1.gz \ + share/applications/${PORTNAME}.desktop \ + share/pixmaps/${PORTNAME}.png + +OPTIONS_DEFINE= DOCS + +PORTDOCS= * + +.include Added: head/comms/xdemorse/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/xdemorse/distinfo Mon May 6 03:14:08 2019 (r500882) @@ -0,0 +1,3 @@ +TIMESTAMP = 1557108773 +SHA256 (xdemorse-3.6.2.tar.bz2) = 8abecc219fd8293963766457e0fa952f7be715f7c8837bdcaa45a890829aebd4 +SIZE (xdemorse-3.6.2.tar.bz2) = 257003 Added: head/comms/xdemorse/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/xdemorse/files/patch-Makefile.in Mon May 6 03:14:08 2019 (r500882) @@ -0,0 +1,38 @@ +--- Makefile.in.orig 2019-05-06 02:59:19 UTC ++++ Makefile.in +@@ -900,22 +900,22 @@ uninstall-am: + install-data-local: + @$(NORMAL_INSTALL) + if test -d files/; then \ +- cp files/$(PACKAGE).desktop $(DESTDIR)/usr/share/applications/; \ +- cp files/$(PACKAGE).png $(DESTDIR)/usr/share/pixmaps/; \ ++ cp files/$(PACKAGE).desktop $(DESTDIR)$(prefix)/share/applications/; \ ++ cp files/$(PACKAGE).png $(DESTDIR)$(prefix)/share/pixmaps/; \ + fi; \ +- if !(test -d $(DESTDIR)/usr/share/doc/$(PACKAGE)); then \ +- mkdir $(DESTDIR)/usr/share/doc/$(PACKAGE)/; \ ++ if !(test -d $(DESTDIR)$(prefix)/share/doc/$(PACKAGE)); then \ ++ mkdir $(DESTDIR)$(prefix)/share/doc/$(PACKAGE)/; \ + fi; \ + if test -d doc/; then \ +- cp -r doc/* $(DESTDIR)/usr/share/doc/$(PACKAGE)/; \ +- cp -r doc/$(PACKAGE).1.gz $(DESTDIR)/usr/share/man/man1/; \ +- fi; \ +- if !(test -d /home/`logname`/.$(PACKAGE)); then \ +- cp -r .$(PACKAGE) /home/`logname`/; \ +- else \ +- cp .$(PACKAGE)/$(PACKAGE).glade /home/`logname`/.$(PACKAGE); \ +- fi; \ +- chown -R `logname`:`logname` /home/`logname`/.$(PACKAGE); ++ cp -r doc/* $(DESTDIR)$(prefix)/share/doc/$(PACKAGE)/; \ ++ cp -r doc/$(PACKAGE).1.gz $(DESTDIR)$(prefix)/man/man1/; \ ++ fi; ++ #if !(test -d /home/`logname`/.$(PACKAGE)); then \ ++ # cp -r .$(PACKAGE) /home/`logname`/; \ ++ #else \ ++ # cp .$(PACKAGE)/$(PACKAGE).glade /home/`logname`/.$(PACKAGE); \ ++ #fi; \ ++ #chown -R `logname`:`logname` /home/`logname`/.$(PACKAGE); + + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. Added: head/comms/xdemorse/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/xdemorse/pkg-descr Mon May 6 03:14:08 2019 (r500882) @@ -0,0 +1,9 @@ +xdemorse is a X/GTK+-3 application for decoding Morse code signals into text. +xdemorse detects the "dihs" and "dahs" that make a Morse code character via the +computer's sound card, which can be connected to a radio receiver tuned to a CW +Morse code transmission or to a tone generator. The input signal is processed by +a Goertzel tone detector algorithm which produces "mark" or "space" (signal/no +signal) outputs and the resulting stream of Morse code "elements" is decoded +into an ASCII character for printing to the Text viewer. + +WWW: https://www.qsl.net/5b4az/pkg/morse/xdemorse/xdemorse.html From owner-svn-ports-all@freebsd.org Mon May 6 03:56:51 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6770C159CE41; Mon, 6 May 2019 03:56:51 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0DECF8477F; Mon, 6 May 2019 03:56:51 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E72EA143D; Mon, 6 May 2019 03:56:50 +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 x463uoti018810; Mon, 6 May 2019 03:56:50 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x463uo6U018808; Mon, 6 May 2019 03:56:50 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201905060356.x463uo6U018808@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Mon, 6 May 2019 03:56:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500883 - head/net-im/py-slackclient X-SVN-Group: ports-head X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: head/net-im/py-slackclient X-SVN-Commit-Revision: 500883 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0DECF8477F X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.964,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 03:56:51 -0000 Author: koobs Date: Mon May 6 03:56:50 2019 New Revision: 500883 URL: https://svnweb.freebsd.org/changeset/ports/500883 Log: net-im/py-slackclient: Update to 2.0.1 Changelog: https://github.com/slackapi/python-slackclient/blob/2.0.1/docs-src/changelog.rst Modified: head/net-im/py-slackclient/Makefile head/net-im/py-slackclient/distinfo head/net-im/py-slackclient/pkg-descr Modified: head/net-im/py-slackclient/Makefile ============================================================================== --- head/net-im/py-slackclient/Makefile Mon May 6 03:14:08 2019 (r500882) +++ head/net-im/py-slackclient/Makefile Mon May 6 03:56:50 2019 (r500883) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= slackclient -PORTVERSION= 1.3.1 +PORTVERSION= 2.0.1 CATEGORIES= net-im python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,14 +12,12 @@ COMMENT= Slack API clients for Web API and RTM API LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}websocket-client>=0.35:www/py-websocket-client@${PY_FLAVOR} # <0.55.0 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}requests>=2.11:www/py-requests@${PY_FLAVOR} # <3.0a0 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}six>=1.10:devel/py-six@${PY_FLAVOR} # <2.0a0 -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-mock>0:devel/py-pytest-mock@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}responses>0:devel/py-responses@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>3.5.2:www/py-aiohttp@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}aiodns>1.0:dns/py-aiodns@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python +USES= python:3.6+ USE_GITHUB= yes USE_PYTHON= autoplist distutils @@ -31,6 +29,6 @@ GH_PROJECT= python-${PORTNAME} NO_ARCH= yes do-test: - @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v + @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs .include Modified: head/net-im/py-slackclient/distinfo ============================================================================== --- head/net-im/py-slackclient/distinfo Mon May 6 03:14:08 2019 (r500882) +++ head/net-im/py-slackclient/distinfo Mon May 6 03:56:50 2019 (r500883) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555766076 -SHA256 (slackapi-python-slackclient-1.3.1_GH0.tar.gz) = d493c292ff594f6c4057663a292c5cd57bae254f656c4a2fb508ed202e225725 -SIZE (slackapi-python-slackclient-1.3.1_GH0.tar.gz) = 298616 +TIMESTAMP = 1557112535 +SHA256 (slackapi-python-slackclient-2.0.1_GH0.tar.gz) = e387881e22c2fade31e6274ac9f45378a873e061c13eb822c6f2bcb3f21adaeb +SIZE (slackapi-python-slackclient-2.0.1_GH0.tar.gz) = 318677 Modified: head/net-im/py-slackclient/pkg-descr ============================================================================== --- head/net-im/py-slackclient/pkg-descr Mon May 6 03:14:08 2019 (r500882) +++ head/net-im/py-slackclient/pkg-descr Mon May 6 03:56:50 2019 (r500883) @@ -1,4 +1,4 @@ A basic client for Slack.com, which can optionally connect to the Slack Real Time Messaging (RTM) API. -WWW: https://github.com/slackhq/python-slackclient +WWW: https://github.com/slackapi/python-slackclient From owner-svn-ports-all@freebsd.org Mon May 6 03:59:39 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3765F159CF19; Mon, 6 May 2019 03:59:39 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AA2DC848FB; Mon, 6 May 2019 03:59:38 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 84F89143F; Mon, 6 May 2019 03:59:38 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x463xcqv019049; Mon, 6 May 2019 03:59:38 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x463xchj019047; Mon, 6 May 2019 03:59:38 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905060359.x463xchj019047@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 6 May 2019 03:59:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500884 - head/databases/usql X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/databases/usql X-SVN-Commit-Revision: 500884 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: AA2DC848FB X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 03:59:39 -0000 Author: yuri Date: Mon May 6 03:59:37 2019 New Revision: 500884 URL: https://svnweb.freebsd.org/changeset/ports/500884 Log: databases/usql: Update 0.7.1-20 -> 0.7.4 Modified: head/databases/usql/Makefile head/databases/usql/distinfo Modified: head/databases/usql/Makefile ============================================================================== --- head/databases/usql/Makefile Mon May 6 03:56:50 2019 (r500883) +++ head/databases/usql/Makefile Mon May 6 03:59:37 2019 (r500884) @@ -2,8 +2,7 @@ PORTNAME= usql DISTVERSIONPREFIX= v -DISTVERSION= 0.7.1-20 -DISTVERSIONSUFFIX= -g114dc37 +DISTVERSION= 0.7.4 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org Modified: head/databases/usql/distinfo ============================================================================== --- head/databases/usql/distinfo Mon May 6 03:56:50 2019 (r500883) +++ head/databases/usql/distinfo Mon May 6 03:59:37 2019 (r500884) @@ -1,6 +1,6 @@ -TIMESTAMP = 1549767233 -SHA256 (xo-usql-v0.7.1-20-g114dc37_GH0.tar.gz) = a0d6e298e5cff739f448a0ae5156d1930728d29f016f22e3c732f1809e0a1162 -SIZE (xo-usql-v0.7.1-20-g114dc37_GH0.tar.gz) = 94981 +TIMESTAMP = 1557114751 +SHA256 (xo-usql-v0.7.4_GH0.tar.gz) = fbb1c48c49ce20c30042c9c5498d021ac8980b796287f2cbd5277178f7f8b683 +SIZE (xo-usql-v0.7.4_GH0.tar.gz) = 100262 SHA256 (xo-dburl-98997a0_GH0.tar.gz) = a2e3303b1e9d2b023c5759ed77a1354324eb69778e893389ff907a8ac0942959 SIZE (xo-dburl-98997a0_GH0.tar.gz) = 15312 SHA256 (xo-terminfo-1a4775e_GH0.tar.gz) = f430e7606d913e36245f84c7f7c87b8c5af23d4975f0560f651c99cd481a893e From owner-svn-ports-all@freebsd.org Mon May 6 04:04:07 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98726159D0F4; Mon, 6 May 2019 04:04:07 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3BFA084CCA; Mon, 6 May 2019 04:04:07 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3077915E0; Mon, 6 May 2019 04:04:07 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x46447Vi024416; Mon, 6 May 2019 04:04:07 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x46446t8024414; Mon, 6 May 2019 04:04:06 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905060404.x46446t8024414@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 6 May 2019 04:04:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500885 - in head/audio/sherlock-lv2: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/audio/sherlock-lv2: . files X-SVN-Commit-Revision: 500885 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3BFA084CCA X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 04:04:07 -0000 Author: yuri Date: Mon May 6 04:04:06 2019 New Revision: 500885 URL: https://svnweb.freebsd.org/changeset/ports/500885 Log: audio/sherlock-lv2: Update 0.14.0 -> 0.18.0 Deleted: head/audio/sherlock-lv2/files/ Modified: head/audio/sherlock-lv2/Makefile head/audio/sherlock-lv2/distinfo Modified: head/audio/sherlock-lv2/Makefile ============================================================================== --- head/audio/sherlock-lv2/Makefile Mon May 6 03:59:37 2019 (r500884) +++ head/audio/sherlock-lv2/Makefile Mon May 6 04:04:06 2019 (r500885) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= sherlock -PORTVERSION= 0.14.0 -PORTREVISION= 1 +DISTVERSION= 0.18.0 CATEGORIES= audio PKGNAMESUFFIX= -lv2 @@ -18,7 +17,7 @@ LIB_DEPENDS= libserd-0.so:devel/serd \ libsord-0.so:devel/sord \ libsratom-0.so:audio/sratom -USES= cmake compiler:c11 pkgconfig +USES= compiler:c11 gl meson pkgconfig USE_GITHUB= yes GH_ACCOUNT= OpenMusicKontrollers GH_PROJECT= sherlock.lv2 Modified: head/audio/sherlock-lv2/distinfo ============================================================================== --- head/audio/sherlock-lv2/distinfo Mon May 6 03:59:37 2019 (r500884) +++ head/audio/sherlock-lv2/distinfo Mon May 6 04:04:06 2019 (r500885) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501832143 -SHA256 (OpenMusicKontrollers-sherlock.lv2-0.14.0_GH0.tar.gz) = 7130906e2fcb6f7c678b782e2c94ee52c85ecb98377bb438e479d818534d64a3 -SIZE (OpenMusicKontrollers-sherlock.lv2-0.14.0_GH0.tar.gz) = 1756933 +TIMESTAMP = 1557115286 +SHA256 (OpenMusicKontrollers-sherlock.lv2-0.18.0_GH0.tar.gz) = 10abc0ba5aa0b5eef74229ea91d66d86463e18a8ccdbb3f5ee4f273c114ab2c1 +SIZE (OpenMusicKontrollers-sherlock.lv2-0.18.0_GH0.tar.gz) = 2520852 From owner-svn-ports-all@freebsd.org Mon May 6 04:13:50 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39017159D351; Mon, 6 May 2019 04:13:50 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C9CA685555; Mon, 6 May 2019 04:13:49 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A25EE1796; Mon, 6 May 2019 04:13:49 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x464DnSO029543; Mon, 6 May 2019 04:13:49 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x464Dnip029540; Mon, 6 May 2019 04:13:49 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905060413.x464Dnip029540@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 6 May 2019 04:13:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500886 - in head/audio/moony-lv2: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/audio/moony-lv2: . files X-SVN-Commit-Revision: 500886 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C9CA685555 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.95)[-0.948,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 04:13:50 -0000 Author: yuri Date: Mon May 6 04:13:48 2019 New Revision: 500886 URL: https://svnweb.freebsd.org/changeset/ports/500886 Log: audio/moony-lv2: Update 0.22.0 -> 0.26.0 Deleted: head/audio/moony-lv2/files/ Modified: head/audio/moony-lv2/Makefile head/audio/moony-lv2/distinfo head/audio/moony-lv2/pkg-plist Modified: head/audio/moony-lv2/Makefile ============================================================================== --- head/audio/moony-lv2/Makefile Mon May 6 04:04:06 2019 (r500885) +++ head/audio/moony-lv2/Makefile Mon May 6 04:13:48 2019 (r500886) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= moony -PORTVERSION= 0.22.0 -PORTREVISION= 1 +DISTVERSION= 0.26.0 CATEGORIES= audio MASTER_SITES= https://gitlab.com/OpenMusicKontrollers/moony.lv2/repository/archive.tar.gz?ref=${PORTVERSION}&dummy=/ PKGNAMESUFFIX= -lv2 @@ -16,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= lv2>0:audio/lv2 -USES= cmake compiler:c++11-lang gl pkgconfig +USES= compiler:c++11-lang gl meson pkgconfig USE_XORG= x11 xext USE_GL= gl glu Modified: head/audio/moony-lv2/distinfo ============================================================================== --- head/audio/moony-lv2/distinfo Mon May 6 04:04:06 2019 (r500885) +++ head/audio/moony-lv2/distinfo Mon May 6 04:13:48 2019 (r500886) @@ -1,3 +1,3 @@ -TIMESTAMP = 1502213227 -SHA256 (moony-0.22.0.tar.gz) = b6c765b05eed0a3a5f5361be5e8debeef44b7d1077a3d7c8b3095804066ad6c6 -SIZE (moony-0.22.0.tar.gz) = 2257133 +TIMESTAMP = 1557115489 +SHA256 (moony-0.26.0.tar.gz) = d53b9905eb57d8c1c05e53a0565e20172868037a6ab6e39b2014dcaf0719e7e4 +SIZE (moony-0.26.0.tar.gz) = 2580838 Modified: head/audio/moony-lv2/pkg-plist ============================================================================== --- head/audio/moony-lv2/pkg-plist Mon May 6 04:04:06 2019 (r500885) +++ head/audio/moony-lv2/pkg-plist Mon May 6 04:13:48 2019 (r500886) @@ -9,6 +9,7 @@ lib/lv2/moony.lv2/house.png lib/lv2/moony.lv2/layers.png lib/lv2/moony.lv2/lexer.lua lib/lv2/moony.lv2/manifest.ttl +lib/lv2/moony.lv2/manual.html lib/lv2/moony.lv2/menu.png lib/lv2/moony.lv2/moony.lua lib/lv2/moony.lv2/moony.so From owner-svn-ports-all@freebsd.org Mon May 6 04:15:28 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78858159D406; Mon, 6 May 2019 04:15:28 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1B479856F5; Mon, 6 May 2019 04:15:28 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0838F1799; Mon, 6 May 2019 04:15:28 +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 x464FRRP029857; Mon, 6 May 2019 04:15:27 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x464FRuG029852; Mon, 6 May 2019 04:15:27 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201905060415.x464FRuG029852@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Mon, 6 May 2019 04:15:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500887 - in head/security/py-libnacl: . files X-SVN-Group: ports-head X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: in head/security/py-libnacl: . files X-SVN-Commit-Revision: 500887 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1B479856F5 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.948,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 04:15:28 -0000 Author: koobs Date: Mon May 6 04:15:27 2019 New Revision: 500887 URL: https://svnweb.freebsd.org/changeset/ports/500887 Log: security/py-libnacl: Update to 1.6.1 - Remove setup.py patch, use direct unittest invocation instead Changelog: https://libnacl.readthedocs.io/en/latest/topics/releases/index.html Deleted: head/security/py-libnacl/files/ Modified: head/security/py-libnacl/Makefile head/security/py-libnacl/distinfo Modified: head/security/py-libnacl/Makefile ============================================================================== --- head/security/py-libnacl/Makefile Mon May 6 04:13:48 2019 (r500886) +++ head/security/py-libnacl/Makefile Mon May 6 04:15:27 2019 (r500887) @@ -2,14 +2,13 @@ # $FreeBSD$ PORTNAME= libnacl -PORTVERSION= 1.5.2 -PORTREVISION= 1 +PORTVERSION= 1.6.1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org -COMMENT= Python bindings for libsodium/tweetnacl based on ctypes +COMMENT= Python bindings for libsodium based on ctypes LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE @@ -22,7 +21,6 @@ USE_PYTHON= autoplist distutils NO_ARCH= yes do-test: - ${TOUCH} ${WRKSRC}/tests/__init__.py - @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test + @cd ${WRKSRC} && ${PYTHON_CMD} -m unittest discover --start-directory tests -v .include Modified: head/security/py-libnacl/distinfo ============================================================================== --- head/security/py-libnacl/distinfo Mon May 6 04:13:48 2019 (r500886) +++ head/security/py-libnacl/distinfo Mon May 6 04:15:27 2019 (r500887) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505406754 -SHA256 (libnacl-1.5.2.tar.gz) = c58390b0d191db948fc9ab681f07fdfce2a573cd012356bada47d56795d00ee2 -SIZE (libnacl-1.5.2.tar.gz) = 49573 +TIMESTAMP = 1557115419 +SHA256 (libnacl-1.6.1.tar.gz) = 9bac3d8867678c457d0c018f028052996ab567a6b4964e82a17072ed2cb2675b +SIZE (libnacl-1.6.1.tar.gz) = 65443 From owner-svn-ports-all@freebsd.org Mon May 6 04:32:15 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D8C1159D96F; Mon, 6 May 2019 04:32:15 +0000 (UTC) (envelope-from ultima@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2464786443; Mon, 6 May 2019 04:32:15 +0000 (UTC) (envelope-from ultima@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 01E161AC9; Mon, 6 May 2019 04:32:15 +0000 (UTC) (envelope-from ultima@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x464WEM5040339; Mon, 6 May 2019 04:32:14 GMT (envelope-from ultima@FreeBSD.org) Received: (from ultima@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x464WEol040334; Mon, 6 May 2019 04:32:14 GMT (envelope-from ultima@FreeBSD.org) Message-Id: <201905060432.x464WEol040334@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ultima set sender to ultima@FreeBSD.org using -f From: Richard Gallamore Date: Mon, 6 May 2019 04:32:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500888 - head/textproc/py-parso X-SVN-Group: ports-head X-SVN-Commit-Author: ultima X-SVN-Commit-Paths: head/textproc/py-parso X-SVN-Commit-Revision: 500888 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2464786443 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.955,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 04:32:15 -0000 Author: ultima Date: Mon May 6 04:32:14 2019 New Revision: 500888 URL: https://svnweb.freebsd.org/changeset/ports/500888 Log: Updated to 0.4.0 Changes: https://github.com/davidhalter/parso/blob/master/CHANGELOG.rst Modified: head/textproc/py-parso/Makefile head/textproc/py-parso/distinfo Modified: head/textproc/py-parso/Makefile ============================================================================== --- head/textproc/py-parso/Makefile Mon May 6 04:15:27 2019 (r500887) +++ head/textproc/py-parso/Makefile Mon May 6 04:32:14 2019 (r500888) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= parso -DISTVERSION= 0.3.4 +DISTVERSION= 0.4.0 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/textproc/py-parso/distinfo ============================================================================== --- head/textproc/py-parso/distinfo Mon May 6 04:15:27 2019 (r500887) +++ head/textproc/py-parso/distinfo Mon May 6 04:32:14 2019 (r500888) @@ -1,3 +1,3 @@ -TIMESTAMP = 1550098926 -SHA256 (parso-0.3.4.tar.gz) = 68406ebd7eafe17f8e40e15a84b56848eccbf27d7c1feb89e93d8fca395706db -SIZE (parso-0.3.4.tar.gz) = 387845 +TIMESTAMP = 1557086497 +SHA256 (parso-0.4.0.tar.gz) = 2e9574cb12e7112a87253e14e2c380ce312060269d04bd018478a3c92ea9a376 +SIZE (parso-0.4.0.tar.gz) = 388796 From owner-svn-ports-all@freebsd.org Mon May 6 04:33:43 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E3F0B159D9B5; Mon, 6 May 2019 04:33:42 +0000 (UTC) (envelope-from ultima@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8743C865AB; Mon, 6 May 2019 04:33:42 +0000 (UTC) (envelope-from ultima@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 451F91ADD; Mon, 6 May 2019 04:33:42 +0000 (UTC) (envelope-from ultima@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x464Xg1g040539; Mon, 6 May 2019 04:33:42 GMT (envelope-from ultima@FreeBSD.org) Received: (from ultima@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x464XfF6040537; Mon, 6 May 2019 04:33:41 GMT (envelope-from ultima@FreeBSD.org) Message-Id: <201905060433.x464XfF6040537@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ultima set sender to ultima@FreeBSD.org using -f From: Richard Gallamore Date: Mon, 6 May 2019 04:33:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500889 - head/www/py-wsgidav X-SVN-Group: ports-head X-SVN-Commit-Author: ultima X-SVN-Commit-Paths: head/www/py-wsgidav X-SVN-Commit-Revision: 500889 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8743C865AB X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.957,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 04:33:43 -0000 Author: ultima Date: Mon May 6 04:33:41 2019 New Revision: 500889 URL: https://svnweb.freebsd.org/changeset/ports/500889 Log: * Updated to 3.0.0 Changes: https://github.com/mar10/wsgidav/blob/master/CHANGELOG.md Modified: head/www/py-wsgidav/Makefile head/www/py-wsgidav/distinfo Modified: head/www/py-wsgidav/Makefile ============================================================================== --- head/www/py-wsgidav/Makefile Mon May 6 04:32:14 2019 (r500888) +++ head/www/py-wsgidav/Makefile Mon May 6 04:33:41 2019 (r500889) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= WsgiDAV -DISTVERSION= 2.4.1 +DISTVERSION= 3.0.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,15 +13,18 @@ LICENSE= MIT BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}defusedxml>=0.5:devel/py-defusedxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jsmin>=2.2:devel/py-jsmin@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=1.12:devel/py-six@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.10:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=3.2:devel/py-yaml@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}defusedxml>=0.5:devel/py-defusedxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jsmin>=2.2:devel/py-jsmin@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=1.12:devel/py-six@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.10:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=3.2:devel/py-yaml@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cheroot>=6.0:www/py-cheroot@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}flake8>=3.5:devel/py-flake8@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}flake8-quotes>=1.0:devel/py-flake8-quotes@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=2.7:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=1.8:devel/py-pytest-cov@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-html>=1.8:devel/py-pytest-html@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tox>=2.0:devel/py-tox@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}WebTest>=2.0:www/py-WebTest@${PY_FLAVOR} Modified: head/www/py-wsgidav/distinfo ============================================================================== --- head/www/py-wsgidav/distinfo Mon May 6 04:32:14 2019 (r500888) +++ head/www/py-wsgidav/distinfo Mon May 6 04:33:41 2019 (r500889) @@ -1,3 +1,3 @@ -TIMESTAMP = 1551944665 -SHA256 (WsgiDAV-2.4.1.tar.gz) = d95014d71f595ae08062cb8608742adb4c1d7aece029e22ebe7de010359cb8f5 -SIZE (WsgiDAV-2.4.1.tar.gz) = 118808 +TIMESTAMP = 1553307411 +SHA256 (WsgiDAV-3.0.0.tar.gz) = 20fb5d90ae92558b9dd15bd9314b6656c52102d6f0ee2b0b3cd649e14b55f6c8 +SIZE (WsgiDAV-3.0.0.tar.gz) = 148947 From owner-svn-ports-all@freebsd.org Mon May 6 04:35:37 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06ACF159DA10; Mon, 6 May 2019 04:35:37 +0000 (UTC) (envelope-from ultima@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A1DB1866C0; Mon, 6 May 2019 04:35:36 +0000 (UTC) (envelope-from ultima@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7CBE21ADF; Mon, 6 May 2019 04:35:36 +0000 (UTC) (envelope-from ultima@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x464ZaQW040749; Mon, 6 May 2019 04:35:36 GMT (envelope-from ultima@FreeBSD.org) Received: (from ultima@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x464ZaAc040747; Mon, 6 May 2019 04:35:36 GMT (envelope-from ultima@FreeBSD.org) Message-Id: <201905060435.x464ZaAc040747@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ultima set sender to ultima@FreeBSD.org using -f From: Richard Gallamore Date: Mon, 6 May 2019 04:35:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500890 - head/www/py-django-post_office X-SVN-Group: ports-head X-SVN-Commit-Author: ultima X-SVN-Commit-Paths: head/www/py-django-post_office X-SVN-Commit-Revision: 500890 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A1DB1866C0 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.95)[-0.955,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 04:35:37 -0000 Author: ultima Date: Mon May 6 04:35:35 2019 New Revision: 500890 URL: https://svnweb.freebsd.org/changeset/ports/500890 Log: Updated to 3.2.0 Changes: https://github.com/ui/django-post_office/blob/master/CHANGELOG.md Modified: head/www/py-django-post_office/Makefile head/www/py-django-post_office/distinfo Modified: head/www/py-django-post_office/Makefile ============================================================================== --- head/www/py-django-post_office/Makefile Mon May 6 04:33:41 2019 (r500889) +++ head/www/py-django-post_office/Makefile Mon May 6 04:35:35 2019 (r500890) @@ -3,7 +3,7 @@ PORTNAME= django-post_office DISTVERSIONPREFIX= v -DISTVERSION= 3.1.0 +DISTVERSION= 3.2.0 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,6 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django-jsonfield>= USES= python USE_PYTHON= autoplist distutils +USE_LOCALE= en_US.UTF-8 USE_GITHUB= yes GH_ACCOUNT= ui Modified: head/www/py-django-post_office/distinfo ============================================================================== --- head/www/py-django-post_office/distinfo Mon May 6 04:33:41 2019 (r500889) +++ head/www/py-django-post_office/distinfo Mon May 6 04:35:35 2019 (r500890) @@ -1,3 +1,3 @@ -TIMESTAMP = 1533492792 -SHA256 (ui-django-post_office-v3.1.0_GH0.tar.gz) = b9650576e4dbf7af164a75031967af15e8e14a189052d8b44c1b3c03d9e9814b -SIZE (ui-django-post_office-v3.1.0_GH0.tar.gz) = 43832 +TIMESTAMP = 1557089028 +SHA256 (ui-django-post_office-v3.2.0_GH0.tar.gz) = ac8a9dfe2090de0bf6450d50060134cc8a671030aedbbdacf123e7ae39be5923 +SIZE (ui-django-post_office-v3.2.0_GH0.tar.gz) = 49986 From owner-svn-ports-all@freebsd.org Mon May 6 04:37:22 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB30F159DA59; Mon, 6 May 2019 04:37:21 +0000 (UTC) (envelope-from ultima@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8F5AE867C8; Mon, 6 May 2019 04:37:21 +0000 (UTC) (envelope-from ultima@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7E1D91AE2; Mon, 6 May 2019 04:37:21 +0000 (UTC) (envelope-from ultima@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x464bL0F040947; Mon, 6 May 2019 04:37:21 GMT (envelope-from ultima@FreeBSD.org) Received: (from ultima@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x464bLFO040946; Mon, 6 May 2019 04:37:21 GMT (envelope-from ultima@FreeBSD.org) Message-Id: <201905060437.x464bLFO040946@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ultima set sender to ultima@FreeBSD.org using -f From: Richard Gallamore Date: Mon, 6 May 2019 04:37:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500891 - head/www/py-django-statici18n X-SVN-Group: ports-head X-SVN-Commit-Author: ultima X-SVN-Commit-Paths: head/www/py-django-statici18n X-SVN-Commit-Revision: 500891 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8F5AE867C8 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.955,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 04:37:22 -0000 Author: ultima Date: Mon May 6 04:37:20 2019 New Revision: 500891 URL: https://svnweb.freebsd.org/changeset/ports/500891 Log: Updated to 1.8.3 Added line to make portlint =D Changes: https://django-statici18n.readthedocs.io/en/latest/changelog.html Modified: head/www/py-django-statici18n/Makefile head/www/py-django-statici18n/distinfo Modified: head/www/py-django-statici18n/Makefile ============================================================================== --- head/www/py-django-statici18n/Makefile Mon May 6 04:35:35 2019 (r500890) +++ head/www/py-django-statici18n/Makefile Mon May 6 04:37:20 2019 (r500891) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django-statici18n -PORTVERSION= 1.8.2 +PORTVERSION= 1.8.3 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,6 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=0:www/p USES= python USE_PYTHON= autoplist distutils + NO_ARCH= yes .include Modified: head/www/py-django-statici18n/distinfo ============================================================================== --- head/www/py-django-statici18n/distinfo Mon May 6 04:35:35 2019 (r500890) +++ head/www/py-django-statici18n/distinfo Mon May 6 04:37:20 2019 (r500891) @@ -1,3 +1,3 @@ -TIMESTAMP = 1531453171 -SHA256 (django-statici18n-1.8.2.tar.gz) = ba9eeb3c4517027922645999359f8335fbb9fea04c457123cfbd6b4a36cbeda4 -SIZE (django-statici18n-1.8.2.tar.gz) = 7724 +TIMESTAMP = 1557086560 +SHA256 (django-statici18n-1.8.3.tar.gz) = b92aead4837772fa9eb4dc711f37f70e40e82f6fbb51d3e461eee5afbab5f735 +SIZE (django-statici18n-1.8.3.tar.gz) = 7785 From owner-svn-ports-all@freebsd.org Mon May 6 04:42:05 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 62B22159E021; Mon, 6 May 2019 04:42:05 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0647E86D11; Mon, 6 May 2019 04:42:05 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BB3E91C7D; Mon, 6 May 2019 04:42:04 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x464g40L046076; Mon, 6 May 2019 04:42:04 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x464g4bP046073; Mon, 6 May 2019 04:42:04 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905060442.x464g4bP046073@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 6 May 2019 04:42:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500892 - head/net-p2p/qbittorrent X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/net-p2p/qbittorrent X-SVN-Commit-Revision: 500892 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0647E86D11 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.955,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 04:42:05 -0000 Author: yuri Date: Mon May 6 04:42:03 2019 New Revision: 500892 URL: https://svnweb.freebsd.org/changeset/ports/500892 Log: net-p2p/qbittorrent: Update 4.1.5 -> 4.1.6 Modified: head/net-p2p/qbittorrent/Makefile head/net-p2p/qbittorrent/distinfo head/net-p2p/qbittorrent/pkg-plist Modified: head/net-p2p/qbittorrent/Makefile ============================================================================== --- head/net-p2p/qbittorrent/Makefile Mon May 6 04:37:20 2019 (r500891) +++ head/net-p2p/qbittorrent/Makefile Mon May 6 04:42:03 2019 (r500892) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= qbittorrent -DISTVERSION= 4.1.5 -PORTREVISION= 5 +DISTVERSION= 4.1.6 CATEGORIES= net-p2p ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} Modified: head/net-p2p/qbittorrent/distinfo ============================================================================== --- head/net-p2p/qbittorrent/distinfo Mon May 6 04:37:20 2019 (r500891) +++ head/net-p2p/qbittorrent/distinfo Mon May 6 04:42:03 2019 (r500892) @@ -1,3 +1,3 @@ -TIMESTAMP = 1546932492 -SHA256 (qbittorrent-4.1.5.tar.xz) = 866e07c7886dea62cf0d7dc9a68d9aee1931cd18483b418298b2b072c9afd62a -SIZE (qbittorrent-4.1.5.tar.xz) = 4405688 +TIMESTAMP = 1557116063 +SHA256 (qbittorrent-4.1.6.tar.xz) = 25c629381454814c9d897693162482de8a049de8745680922b012d46377756a8 +SIZE (qbittorrent-4.1.6.tar.xz) = 4459896 Modified: head/net-p2p/qbittorrent/pkg-plist ============================================================================== --- head/net-p2p/qbittorrent/pkg-plist Mon May 6 04:37:20 2019 (r500891) +++ head/net-p2p/qbittorrent/pkg-plist Mon May 6 04:42:03 2019 (r500892) @@ -1,7 +1,6 @@ bin/qbittorrent man/man1/qbittorrent.1.gz -share/appdata/qbittorrent.appdata.xml -share/applications/qbittorrent.desktop +share/applications/org.qbittorrent.qBittorrent.desktop share/icons/hicolor/128x128/apps/qbittorrent.png share/icons/hicolor/128x128/status/qbittorrent-tray.png share/icons/hicolor/16x16/apps/qbittorrent.png @@ -27,4 +26,5 @@ share/icons/hicolor/96x96/status/qbittorrent-tray.png share/icons/hicolor/scalable/status/qbittorrent-tray-dark.svg share/icons/hicolor/scalable/status/qbittorrent-tray-light.svg share/icons/hicolor/scalable/status/qbittorrent-tray.svg +share/metainfo/org.qbittorrent.qBittorrent.appdata.xml share/pixmaps/qbittorrent.png From owner-svn-ports-all@freebsd.org Mon May 6 05:05:25 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1077E159E3B7; Mon, 6 May 2019 05:05:25 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9BD0987B2E; Mon, 6 May 2019 05:05:24 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7D5191FDB; Mon, 6 May 2019 05:05:24 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4655Oem056881; Mon, 6 May 2019 05:05:24 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4655Nm9056877; Mon, 6 May 2019 05:05:23 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905060505.x4655Nm9056877@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 6 May 2019 05:05:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500893 - in head/audio: . py-webrtcvad X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/audio: . py-webrtcvad X-SVN-Commit-Revision: 500893 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9BD0987B2E X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.962,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 05:05:25 -0000 Author: yuri Date: Mon May 6 05:05:23 2019 New Revision: 500893 URL: https://svnweb.freebsd.org/changeset/ports/500893 Log: New port: audio/py-webrtcvad: Interface to the Google WebRTC Voice Activity Detector (VAD) Added: head/audio/py-webrtcvad/ head/audio/py-webrtcvad/Makefile (contents, props changed) head/audio/py-webrtcvad/distinfo (contents, props changed) head/audio/py-webrtcvad/pkg-descr (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Mon May 6 04:42:03 2019 (r500892) +++ head/audio/Makefile Mon May 6 05:05:23 2019 (r500893) @@ -696,6 +696,7 @@ SUBDIR += py-tagpy SUBDIR += py-vorbis SUBDIR += py-wavio + SUBDIR += py-webrtcvad SUBDIR += py-xmms2 SUBDIR += pytone SUBDIR += qjackctl Added: head/audio/py-webrtcvad/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/py-webrtcvad/Makefile Mon May 6 05:05:23 2019 (r500893) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= webrtcvad +DISTVERSION= 2.0.10 +CATEGORIES= audio python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Interface to the Google WebRTC Voice Activity Detector (VAD) + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/audio/py-webrtcvad/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/py-webrtcvad/distinfo Mon May 6 05:05:23 2019 (r500893) @@ -0,0 +1,3 @@ +TIMESTAMP = 1557118841 +SHA256 (webrtcvad-2.0.10.tar.gz) = f1bed2fb25b63fb7b1a55d64090c993c9c9167b28485ae0bcdd81cf6ede96aea +SIZE (webrtcvad-2.0.10.tar.gz) = 66156 Added: head/audio/py-webrtcvad/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/py-webrtcvad/pkg-descr Mon May 6 05:05:23 2019 (r500893) @@ -0,0 +1,7 @@ +A python interface to the WebRTC Voice Activity Detector (VAD). +A VAD classifies a piece of audio data as being voiced or unvoiced. It can be +useful for telephony and speech recognition. +The VAD that Google developed for the WebRTC project is reportedly one of the +best available, being fast, modern and free. + +WWW: https://github.com/wiseman/py-webrtcvad From owner-svn-ports-all@freebsd.org Mon May 6 05:19:51 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20625159E695; Mon, 6 May 2019 05:19:51 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B4A3088035; Mon, 6 May 2019 05:19:50 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5AE5E217D; Mon, 6 May 2019 05:19:50 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x465Jor2062440; Mon, 6 May 2019 05:19:50 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x465JnLP062436; Mon, 6 May 2019 05:19:49 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905060519.x465JnLP062436@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 6 May 2019 05:19:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500894 - in head/multimedia: . py-ffmpeg-python X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/multimedia: . py-ffmpeg-python X-SVN-Commit-Revision: 500894 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B4A3088035 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.958,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 05:19:51 -0000 Author: yuri Date: Mon May 6 05:19:49 2019 New Revision: 500894 URL: https://svnweb.freebsd.org/changeset/ports/500894 Log: New port: multimedia/py-ffmpeg-python: Python bindings for FFmpeg - with complex filtering support Added: head/multimedia/py-ffmpeg-python/ head/multimedia/py-ffmpeg-python/Makefile (contents, props changed) head/multimedia/py-ffmpeg-python/distinfo (contents, props changed) head/multimedia/py-ffmpeg-python/pkg-descr (contents, props changed) Modified: head/multimedia/Makefile Modified: head/multimedia/Makefile ============================================================================== --- head/multimedia/Makefile Mon May 6 05:05:23 2019 (r500893) +++ head/multimedia/Makefile Mon May 6 05:19:49 2019 (r500894) @@ -330,6 +330,7 @@ SUBDIR += py-av SUBDIR += py-cec SUBDIR += py-enzyme + SUBDIR += py-ffmpeg-python SUBDIR += py-flvlib SUBDIR += py-gstreamer SUBDIR += py-gstreamer1 Added: head/multimedia/py-ffmpeg-python/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/py-ffmpeg-python/Makefile Mon May 6 05:19:49 2019 (r500894) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= ffmpeg-python +DISTVERSION= 0.1.17 +CATEGORIES= multimedia python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Python bindings for FFmpeg - with complex filtering support + +LICENSE= APACHE20 + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} \ + ffmpeg:multimedia/ffmpeg + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include Added: head/multimedia/py-ffmpeg-python/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/py-ffmpeg-python/distinfo Mon May 6 05:19:49 2019 (r500894) @@ -0,0 +1,3 @@ +TIMESTAMP = 1557119362 +SHA256 (ffmpeg-python-0.1.17.tar.gz) = 2f621af3b2e76ed7bf481cc076429802f206c437eb109274dc8b06476bc6c063 +SIZE (ffmpeg-python-0.1.17.tar.gz) = 19699 Added: head/multimedia/py-ffmpeg-python/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/py-ffmpeg-python/pkg-descr Mon May 6 05:19:49 2019 (r500894) @@ -0,0 +1,4 @@ +ffmpeg-python works well for simple as well as complex signal graphs, this +differentiates it from other python ffmpeg wrappers. + +WWW: https://github.com/kkroening/ffmpeg-python From owner-svn-ports-all@freebsd.org Mon May 6 05:40:29 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 517B9159EAA9; Mon, 6 May 2019 05:40:29 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ED3F5886BB; Mon, 6 May 2019 05:40:28 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BDA2724DA; Mon, 6 May 2019 05:40:28 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x465eSoO072864; Mon, 6 May 2019 05:40:28 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x465eSSB072862; Mon, 6 May 2019 05:40:28 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201905060540.x465eSSB072862@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Mon, 6 May 2019 05:40:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500895 - head/ports-mgmt/portfmt X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/ports-mgmt/portfmt X-SVN-Commit-Revision: 500895 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: ED3F5886BB X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.956,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 05:40:29 -0000 Author: tobik Date: Mon May 6 05:40:28 2019 New Revision: 500895 URL: https://svnweb.freebsd.org/changeset/ports/500895 Log: ports-mgmt/portfmt: Update to latest commit Changes: https://github.com/t6/portfmt/compare/c667ef4bc6b5bd51b979930c1490b82d8e8f2a11...9927af0960c1fbff4eb105df042b1a9eb45086a4 Modified: head/ports-mgmt/portfmt/Makefile head/ports-mgmt/portfmt/distinfo Modified: head/ports-mgmt/portfmt/Makefile ============================================================================== --- head/ports-mgmt/portfmt/Makefile Mon May 6 05:19:49 2019 (r500894) +++ head/ports-mgmt/portfmt/Makefile Mon May 6 05:40:28 2019 (r500895) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= portfmt -PORTVERSION= g20190503 +PORTVERSION= g20190506 CATEGORIES= ports-mgmt MAINTAINER= tobik@FreeBSD.org @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= t6 -GH_TAGNAME= c667ef4bc6b5bd51b979930c1490b82d8e8f2a11 +GH_TAGNAME= 9927af0960c1fbff4eb105df042b1a9eb45086a4 HAS_CONFIGURE= yes CONFIGURE_ARGS= LDFLAGS="${LDFLAGS}" \ Modified: head/ports-mgmt/portfmt/distinfo ============================================================================== --- head/ports-mgmt/portfmt/distinfo Mon May 6 05:19:49 2019 (r500894) +++ head/ports-mgmt/portfmt/distinfo Mon May 6 05:40:28 2019 (r500895) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556876045 -SHA256 (t6-portfmt-g20190503-c667ef4bc6b5bd51b979930c1490b82d8e8f2a11_GH0.tar.gz) = 04772bd1680e505aa502394d60cdc6eb963b0daf3512220d500473aa10650d31 -SIZE (t6-portfmt-g20190503-c667ef4bc6b5bd51b979930c1490b82d8e8f2a11_GH0.tar.gz) = 46408 +TIMESTAMP = 1557121061 +SHA256 (t6-portfmt-g20190506-9927af0960c1fbff4eb105df042b1a9eb45086a4_GH0.tar.gz) = e2fae90df12f895fd3cd413c8d6da4982ada47d84442e57c23f2090e53945bd0 +SIZE (t6-portfmt-g20190506-9927af0960c1fbff4eb105df042b1a9eb45086a4_GH0.tar.gz) = 48417 From owner-svn-ports-all@freebsd.org Mon May 6 05:44:31 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC801159EC49; Mon, 6 May 2019 05:44:31 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7000988A50; Mon, 6 May 2019 05:44:31 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 52C1C2675; Mon, 6 May 2019 05:44:31 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x465iVn1077912; Mon, 6 May 2019 05:44:31 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x465iUN9077909; Mon, 6 May 2019 05:44:30 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201905060544.x465iUN9077909@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Mon, 6 May 2019 05:44:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500896 - head/sysutils/bfs X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/sysutils/bfs X-SVN-Commit-Revision: 500896 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7000988A50 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.96)[-0.956,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 05:44:32 -0000 Author: tobik Date: Mon May 6 05:44:30 2019 New Revision: 500896 URL: https://svnweb.freebsd.org/changeset/ports/500896 Log: sysutils/bfs: Update to 1.4.1 Changes: https://github.com/tavianator/bfs/blob/1.4.1/RELEASES.md#141 Modified: head/sysutils/bfs/Makefile head/sysutils/bfs/distinfo Modified: head/sysutils/bfs/Makefile ============================================================================== --- head/sysutils/bfs/Makefile Mon May 6 05:40:28 2019 (r500895) +++ head/sysutils/bfs/Makefile Mon May 6 05:44:30 2019 (r500896) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bfs -DISTVERSION= 1.4 +DISTVERSION= 1.4.1 CATEGORIES= sysutils MAINTAINER= tobik@FreeBSD.org Modified: head/sysutils/bfs/distinfo ============================================================================== --- head/sysutils/bfs/distinfo Mon May 6 05:40:28 2019 (r500895) +++ head/sysutils/bfs/distinfo Mon May 6 05:44:30 2019 (r500896) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555390437 -SHA256 (tavianator-bfs-1.4_GH0.tar.gz) = 87ca4bffc9e8160438cb382bb0d0ef11bbaabec2a6bfd3135c8220e1077b6beb -SIZE (tavianator-bfs-1.4_GH0.tar.gz) = 103278 +TIMESTAMP = 1557121311 +SHA256 (tavianator-bfs-1.4.1_GH0.tar.gz) = d3ba0aa70e04e8768a83e40eaf3d61b57bbedff562d2d27825776caee9ebce2d +SIZE (tavianator-bfs-1.4.1_GH0.tar.gz) = 105029 From owner-svn-ports-all@freebsd.org Mon May 6 05:46:03 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39CE2159ECB2; Mon, 6 May 2019 05:46:03 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D402588B34; Mon, 6 May 2019 05:46:02 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A80B12677; Mon, 6 May 2019 05:46:02 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x465k2AY078146; Mon, 6 May 2019 05:46:02 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x465k2oS078143; Mon, 6 May 2019 05:46:02 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905060546.x465k2oS078143@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 6 May 2019 05:46:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500897 - in head/misc/ompl: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/misc/ompl: . files X-SVN-Commit-Revision: 500897 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D402588B34 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.958,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 05:46:03 -0000 Author: yuri Date: Mon May 6 05:46:01 2019 New Revision: 500897 URL: https://svnweb.freebsd.org/changeset/ports/500897 Log: misc/ompl: Update 1.4.1 -> 1.4.2 Modified: head/misc/ompl/Makefile head/misc/ompl/distinfo head/misc/ompl/files/patch-CMakeLists.txt head/misc/ompl/pkg-plist Modified: head/misc/ompl/Makefile ============================================================================== --- head/misc/ompl/Makefile Mon May 6 05:44:30 2019 (r500896) +++ head/misc/ompl/Makefile Mon May 6 05:46:01 2019 (r500897) @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= ompl -DISTVERSION= 1.4.1 +DISTVERSION= 1.4.2 DISTVERSIONSUFFIX= -Source -PORTREVISION= 4 CATEGORIES= misc comms MASTER_SITES= http://cdn.bitbucket.org/${PORTNAME}/${PORTNAME}/downloads/ @@ -35,7 +34,6 @@ OPENDE_DESC= Use Open Dynamics Engine for kinodynamic OPENDE_LIB_DEPENDS= libode.so:devel/ode SPOT_DESC= Use 'Spot' for creating finite automata from LTL formulae -SPOT_BROKEN= https://bitbucket.org/ompl/ompl/issues/442 SPOT_USES= compiler:c++14-lang SPOT_LIB_DEPENDS= libspot.so:math/spot Modified: head/misc/ompl/distinfo ============================================================================== --- head/misc/ompl/distinfo Mon May 6 05:44:30 2019 (r500896) +++ head/misc/ompl/distinfo Mon May 6 05:46:01 2019 (r500897) @@ -1,3 +1,3 @@ -TIMESTAMP = 1544249088 -SHA256 (ompl-1.4.1-Source.zip) = 6e9df23b62959102b659704b3fd71bf4d5965267d57d8ef0f6109b9605ccad6e -SIZE (ompl-1.4.1-Source.zip) = 23591643 +TIMESTAMP = 1557120365 +SHA256 (ompl-1.4.2-Source.zip) = 25ea88a89981a15896214d0896aa31e034dcd7368b29826679ab766ff5d10ef1 +SIZE (ompl-1.4.2-Source.zip) = 23592084 Modified: head/misc/ompl/files/patch-CMakeLists.txt ============================================================================== --- head/misc/ompl/files/patch-CMakeLists.txt Mon May 6 05:44:30 2019 (r500896) +++ head/misc/ompl/files/patch-CMakeLists.txt Mon May 6 05:46:01 2019 (r500897) @@ -6,26 +6,17 @@ PURPOSE "Used for python bindings.") -find_package(Python QUIET) -find_boost_python() -+#find_package(Python QUIET) -+#find_boost_python() ++find_package(Python QUIET) ++find_boost_python() if(PYTHON_FOUND) set_package_properties(pypy PROPERTIES -@@ -151,7 +151,7 @@ endif() - set_package_properties(spot PROPERTIES - URL "http://spot.lrde.epita.fr" - PURPOSE "Used for constructing finite automata from LTL formulae.") --find_package(spot) -+#find_package(spot) - if (SPOT_FOUND) - set(OMPL_HAVE_SPOT 1) - include_directories("${SPOT_INCLUDE_DIRS}") @@ -171,12 +171,12 @@ if(PYTHON_FOUND AND NOT Boost_VERSION VE endif() # R is needed for running Planner Arena locally -find_program(R_EXEC R) -+#find_program(R_EXEC R) ++find_program(R_EXEC R) add_subdirectory(py-bindings) add_subdirectory(src) Modified: head/misc/ompl/pkg-plist ============================================================================== --- head/misc/ompl/pkg-plist Mon May 6 05:44:30 2019 (r500896) +++ head/misc/ompl/pkg-plist Mon May 6 05:46:01 2019 (r500897) @@ -217,9 +217,10 @@ include/ompl/util/Hash.h include/ompl/util/PPM.h include/ompl/util/ProlateHyperspheroid.h include/ompl/util/RandomNumbers.h +include/ompl/util/String.h include/ompl/util/Time.h lib/libompl.so -lib/libompl.so.1.4.1 +lib/libompl.so.1.4.2 lib/libompl.so.15 libdata/pkgconfig/ompl.pc man/man1/ompl_benchmark_statistics.1.gz From owner-svn-ports-all@freebsd.org Mon May 6 05:53:57 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D27415A09B1; Mon, 6 May 2019 05:53:57 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A3FAA894F8; Mon, 6 May 2019 05:53:56 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 749042817; Mon, 6 May 2019 05:53:56 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x465ru2U083374; Mon, 6 May 2019 05:53:56 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x465rtpo083372; Mon, 6 May 2019 05:53:55 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201905060553.x465rtpo083372@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 6 May 2019 05:53:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500898 - head/sysutils/sleuthkit X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/sysutils/sleuthkit X-SVN-Commit-Revision: 500898 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A3FAA894F8 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.956,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 05:53:57 -0000 Author: antoine Date: Mon May 6 05:53:55 2019 New Revision: 500898 URL: https://svnweb.freebsd.org/changeset/ports/500898 Log: Update to 4.6.6 Modified: head/sysutils/sleuthkit/Makefile head/sysutils/sleuthkit/distinfo head/sysutils/sleuthkit/pkg-plist Modified: head/sysutils/sleuthkit/Makefile ============================================================================== --- head/sysutils/sleuthkit/Makefile Mon May 6 05:46:01 2019 (r500897) +++ head/sysutils/sleuthkit/Makefile Mon May 6 05:53:55 2019 (r500898) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sleuthkit -PORTVERSION= 4.6.5 +PORTVERSION= 4.6.6 CATEGORIES= sysutils security MASTER_SITES= https://github.com/sleuthkit/sleuthkit/releases/download/sleuthkit-${PORTVERSION}/ Modified: head/sysutils/sleuthkit/distinfo ============================================================================== --- head/sysutils/sleuthkit/distinfo Mon May 6 05:46:01 2019 (r500897) +++ head/sysutils/sleuthkit/distinfo Mon May 6 05:53:55 2019 (r500898) @@ -1,3 +1,3 @@ -TIMESTAMP = 1547674670 -SHA256 (sleuthkit-4.6.5.tar.gz) = 674da80818ed667b2dcc70e58ca329b90bda791dc32d2eaabf2efcf6f07f05c4 -SIZE (sleuthkit-4.6.5.tar.gz) = 8658866 +TIMESTAMP = 1556316781 +SHA256 (sleuthkit-4.6.6.tar.gz) = cfc9cd1e777ec2d13f0422cba4583d0279315e406e2e37cbb153b3d07faf11c6 +SIZE (sleuthkit-4.6.6.tar.gz) = 8668433 Modified: head/sysutils/sleuthkit/pkg-plist ============================================================================== --- head/sysutils/sleuthkit/pkg-plist Mon May 6 05:46:01 2019 (r500897) +++ head/sysutils/sleuthkit/pkg-plist Mon May 6 05:53:55 2019 (r500898) @@ -56,7 +56,7 @@ include/tsk/vs/tsk_vs.h lib/libtsk.a lib/libtsk.so lib/libtsk.so.13 -lib/libtsk.so.13.4.6 +lib/libtsk.so.13.4.7 man/man1/blkcalc.1.gz man/man1/blkcat.1.gz man/man1/blkls.1.gz From owner-svn-ports-all@freebsd.org Mon May 6 05:55:16 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A13315A0C5A; Mon, 6 May 2019 05:55:16 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 06DB489603; Mon, 6 May 2019 05:55:16 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D69192819; Mon, 6 May 2019 05:55: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 x465tF2c083615; Mon, 6 May 2019 05:55:15 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x465tFoj083610; Mon, 6 May 2019 05:55:15 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201905060555.x465tFoj083610@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 6 May 2019 05:55:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500899 - in head/security: py-yara yara X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head/security: py-yara yara X-SVN-Commit-Revision: 500899 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 06DB489603 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.956,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 05:55:16 -0000 Author: antoine Date: Mon May 6 05:55:14 2019 New Revision: 500899 URL: https://svnweb.freebsd.org/changeset/ports/500899 Log: Update yara and py-yara to 3.10.0 Modified: head/security/py-yara/Makefile head/security/py-yara/distinfo head/security/yara/Makefile head/security/yara/distinfo Modified: head/security/py-yara/Makefile ============================================================================== --- head/security/py-yara/Makefile Mon May 6 05:53:55 2019 (r500898) +++ head/security/py-yara/Makefile Mon May 6 05:55:14 2019 (r500899) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= yara -PORTVERSION= 3.9.0 +PORTVERSION= 3.10.0 DISTVERSIONPREFIX= v CATEGORIES= security python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/security/py-yara/distinfo ============================================================================== --- head/security/py-yara/distinfo Mon May 6 05:53:55 2019 (r500898) +++ head/security/py-yara/distinfo Mon May 6 05:55:14 2019 (r500899) @@ -1,3 +1,3 @@ -TIMESTAMP = 1550914627 -SHA256 (VirusTotal-yara-python-v3.9.0_GH0.tar.gz) = 5f6f599aa0216966d47c2faaefd1418a42fcab0462c07298c3fa4a82805dd8f5 -SIZE (VirusTotal-yara-python-v3.9.0_GH0.tar.gz) = 31624 +TIMESTAMP = 1556806088 +SHA256 (VirusTotal-yara-python-v3.10.0_GH0.tar.gz) = 14ae284b3963eaaea280895647cce9860e3c97d747edb5b9269c78710ee21c2b +SIZE (VirusTotal-yara-python-v3.10.0_GH0.tar.gz) = 31732 Modified: head/security/yara/Makefile ============================================================================== --- head/security/yara/Makefile Mon May 6 05:53:55 2019 (r500898) +++ head/security/yara/Makefile Mon May 6 05:55:14 2019 (r500899) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= yara -PORTVERSION= 3.9.0 +PORTVERSION= 3.10.0 DISTVERSIONPREFIX= v CATEGORIES= security Modified: head/security/yara/distinfo ============================================================================== --- head/security/yara/distinfo Mon May 6 05:53:55 2019 (r500898) +++ head/security/yara/distinfo Mon May 6 05:55:14 2019 (r500899) @@ -1,3 +1,3 @@ -TIMESTAMP = 1550914197 -SHA256 (VirusTotal-yara-v3.9.0_GH0.tar.gz) = ebe7fab0abadb90449a62afbd24e196e18b177efe71ffd8bf22df95c5386f64d -SIZE (VirusTotal-yara-v3.9.0_GH0.tar.gz) = 749159 +TIMESTAMP = 1556805955 +SHA256 (VirusTotal-yara-v3.10.0_GH0.tar.gz) = 3281d43d6b49a4ca8d3a5d2521e06a0b72863702022f981b051856c2b83449c2 +SIZE (VirusTotal-yara-v3.10.0_GH0.tar.gz) = 753883 From owner-svn-ports-all@freebsd.org Mon May 6 08:40:46 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EDBD415827B9; Mon, 6 May 2019 08:40:45 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 915948DA5C; Mon, 6 May 2019 08:40:45 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6FA8F4635; Mon, 6 May 2019 08:40:45 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x468ejJf067004; Mon, 6 May 2019 08:40:45 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x468ej0F067003; Mon, 6 May 2019 08:40:45 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <201905060840.x468ej0F067003@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Mon, 6 May 2019 08:40:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500900 - head/editors/wxhexeditor X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/editors/wxhexeditor X-SVN-Commit-Revision: 500900 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 915948DA5C X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.952,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 08:40:46 -0000 Author: pkubaj Date: Mon May 6 08:40:45 2019 New Revision: 500900 URL: https://svnweb.freebsd.org/changeset/ports/500900 Log: editors/wxhexeditor: fix build with GCC-based architectures Add USES=compiler:c++11-lang to fix: /usr/local/include/wx-3.0/wx/strvararg.h:350: error: ISO C++ forbids declaration of 'is_enum' with no typeIn file included from /usr/local/include/wx-3.0/wx/string.h:46, Approved by: mentors (implicit approval) Modified: head/editors/wxhexeditor/Makefile Modified: head/editors/wxhexeditor/Makefile ============================================================================== --- head/editors/wxhexeditor/Makefile Mon May 6 05:55:14 2019 (r500899) +++ head/editors/wxhexeditor/Makefile Mon May 6 08:40:45 2019 (r500900) @@ -16,7 +16,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libudis86.so:devel/udis86 \ libmhash.so:security/mhash -USES= gettext-tools gmake tar:xz +USES= compiler:c++11-lang gettext-tools gmake tar:xz USE_WX= 3.0+ MAKE_ARGS= WXCONFIG="${WX_CONFIG}" From owner-svn-ports-all@freebsd.org Mon May 6 08:47:09 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3807E1582ABB; Mon, 6 May 2019 08:47:09 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CA9B88DF6E; Mon, 6 May 2019 08:47:08 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A7A4547C2; Mon, 6 May 2019 08:47:08 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x468l8NM072402; Mon, 6 May 2019 08:47:08 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x468l8TE072401; Mon, 6 May 2019 08:47:08 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201905060847.x468l8TE072401@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Mon, 6 May 2019 08:47:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500901 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 500901 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: CA9B88DF6E X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.952,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 08:47:09 -0000 Author: joneum Date: Mon May 6 08:47:08 2019 New Revision: 500901 URL: https://svnweb.freebsd.org/changeset/ports/500901 Log: Add entry for www/gitea PR: 237734 Sponsored by: Netzkommune GmbH Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon May 6 08:40:45 2019 (r500900) +++ head/security/vuxml/vuln.xml Mon May 6 08:47:08 2019 (r500901) @@ -58,6 +58,32 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + gitea -- multiple vulnerabilities + + + gitea + 1.8.0 + + + + +

Gitea Team reports:

+
+

This release contains two new security fixes which cannot be backported + to the 1.7.0 branch, so it is recommended to update to this version.

+
+ +
+ + https://blog.gitea.io/2019/04/gitea-1.8.0-is-released/ + + + 2019-04-21 + 2019-05-06 + +
+ comms/hylafax -- Malformed fax sender remote code execution in JPEG support From owner-svn-ports-all@freebsd.org Mon May 6 08:51:37 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9AA571582D58; Mon, 6 May 2019 08:51:37 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3C9978E3D3; Mon, 6 May 2019 08:51:37 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 18F204926; Mon, 6 May 2019 08:51:37 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x468pad4074375; Mon, 6 May 2019 08:51:36 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x468pZZ3074366; Mon, 6 May 2019 08:51:35 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201905060851.x468pZZ3074366@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Mon, 6 May 2019 08:51:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500902 - in head: . www/gitea www/gitea/files X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: in head: . www/gitea www/gitea/files X-SVN-Commit-Revision: 500902 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3C9978E3D3 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.956,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 08:51:37 -0000 Author: joneum Date: Mon May 6 08:51:35 2019 New Revision: 500902 URL: https://svnweb.freebsd.org/changeset/ports/500902 Log: www/gitea: Update to 1.8.0 Changelog: https://blog.gitea.io/2019/04/gitea-1.8.0-is-released/ - Add UPDATING PR: 237734 Submitted by: stb@lassitu.de (maintainer) MFH: 2019Q2 Security: a1de4ae9-6fda-11e9-9ba0-4c72b94353b5 Sponsored by: Netzkommune GmbH Added: head/www/gitea/pkg-message (contents, props changed) Modified: head/UPDATING head/www/gitea/Makefile head/www/gitea/distinfo head/www/gitea/files/app.ini.sample.in head/www/gitea/pkg-plist Modified: head/UPDATING ============================================================================== --- head/UPDATING Mon May 6 08:47:08 2019 (r500901) +++ head/UPDATING Mon May 6 08:51:35 2019 (r500902) @@ -5,6 +5,16 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20190506: + AFFECTS: users of www/gitea + AUTHOR: stb@lassitu.de + + Gitea requires the addition of another secret to the config file in order to + start up. Either manually add JWT_SECRET to the + ${PREFIX}/etc/gitea/conf/app.ini config file (see app.ini.sample), or allow + Gitea to make the change for you by making the config file writable to the + git user. + 20190424: AFFECTS: users of www/node AUTHOR: bhughes@FreeBSD.org Modified: head/www/gitea/Makefile ============================================================================== --- head/www/gitea/Makefile Mon May 6 08:47:08 2019 (r500901) +++ head/www/gitea/Makefile Mon May 6 08:51:35 2019 (r500902) @@ -4,6 +4,7 @@ PORTNAME= gitea DISTVERSIONPREFIX= v DISTVERSION= 1.7.6 +DISTVERSION= 1.8.0 CATEGORIES= www MAINTAINER= stb@lassitu.de Modified: head/www/gitea/distinfo ============================================================================== --- head/www/gitea/distinfo Mon May 6 08:47:08 2019 (r500901) +++ head/www/gitea/distinfo Mon May 6 08:51:35 2019 (r500902) @@ -1,3 +1,6 @@ TIMESTAMP = 1555482864 SHA256 (go-gitea-gitea-v1.7.6_GH0.tar.gz) = 4cc07ead2a842324a5bb76b78055cf1b93876a03845c3b38ffa5cbc0e1bac6f4 SIZE (go-gitea-gitea-v1.7.6_GH0.tar.gz) = 20868421 +TIMESTAMP = 1556897794 +SHA256 (go-gitea-gitea-v1.8.0_GH0.tar.gz) = cc9e7f3d01400391455f2ae5fdd78f0e16360158cf02e45f034a94d3fb0fa8fb +SIZE (go-gitea-gitea-v1.8.0_GH0.tar.gz) = 24268907 Modified: head/www/gitea/files/app.ini.sample.in ============================================================================== --- head/www/gitea/files/app.ini.sample.in Mon May 6 08:47:08 2019 (r500901) +++ head/www/gitea/files/app.ini.sample.in Mon May 6 08:51:35 2019 (r500902) @@ -6,11 +6,16 @@ # contains the settings incorporated into the gitea binary. # # This sample configuration runs Gitea with a local database. Before -# running this configuration, make sure to change the SECRET_KEY and the -# INTERNAL_TOKEN at the end of this file. SECRET_KEY is a password of your -# choosing, INTERNAL_TOKEN is a 64-byte random number in BASE64 encoding. +# running this configuration, make sure to change the INTERNAL_TOKEN, +# JWT_SECRET, and SECRET_KEY variables. SECRET_KEY is a password of your +# choosing, INTERNAL_TOKEN is a 64-byte random number in BASE64 encoding, +# JWT_SECRET is a 32-byte random number in BASE64 encoding. +# # Your can generate the token using for example: -# openssl rand -base64 64 +# openssl rand -base64 64 +# +# You can let Gitea add these to the config for you; you need to make +# app.ini writeable by the git user. # # There are no pre-configured users; the first user to register becomes an # admin. In this sample configuration, the HTTP server only listens on @@ -43,6 +48,9 @@ LEVEL = Info [mailer] ENABLED = false +[oauth2] +JWT_SECRET = D56bmu6xCtEKs9vKKgMKnsa4X9FDwo64HVyaS4fQ4mY + [picture] AVATAR_UPLOAD_PATH = /var/db/gitea/data/avatars DISABLE_GRAVATAR = false @@ -83,4 +91,3 @@ ENABLE_NOTIFY_MAIL = false DISABLE_REGISTRATION = false ENABLE_CAPTCHA = true REQUIRE_SIGNIN_VIEW = false - Added: head/www/gitea/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/gitea/pkg-message Mon May 6 08:51:35 2019 (r500902) @@ -0,0 +1,5 @@ +When upgrading to Gitea 1.8, Gitea requires the addition of another secret +to the config file in order to start up. Either manually add JWT_SECRET to +the ${PREFIX}/etc/gitea/conf/app.ini config file (see app.ini.sample), or +allow Gitea to make the change for you by making the config file writable to +the git user. Modified: head/www/gitea/pkg-plist ============================================================================== --- head/www/gitea/pkg-plist Mon May 6 08:47:08 2019 (r500901) +++ head/www/gitea/pkg-plist Mon May 6 08:51:35 2019 (r500902) @@ -576,6 +576,7 @@ sbin/gitea %%DATADIR%%/options/locale/locale_sv-SE.ini %%DATADIR%%/options/locale/locale_tr-TR.ini %%DATADIR%%/options/locale/locale_uk-UA.ini +%%DATADIR%%/options/locale/locale_vi-VN.ini %%DATADIR%%/options/locale/locale_zh-CN.ini %%DATADIR%%/options/locale/locale_zh-HK.ini %%DATADIR%%/options/locale/locale_zh-TW.ini @@ -585,6 +586,7 @@ sbin/gitea %%DATADIR%%/public/img/404.png %%DATADIR%%/public/img/500.png %%DATADIR%%/public/img/auth/bitbucket.png +%%DATADIR%%/public/img/auth/discord.png %%DATADIR%%/public/img/auth/dropbox.png %%DATADIR%%/public/img/auth/facebook.png %%DATADIR%%/public/img/auth/github.png @@ -637,6 +639,18 @@ sbin/gitea %%DATADIR%%/public/vendor/assets/font-awesome/fonts/fontawesome-webfont.ttf %%DATADIR%%/public/vendor/assets/font-awesome/fonts/fontawesome-webfont.woff %%DATADIR%%/public/vendor/assets/font-awesome/fonts/fontawesome-webfont.woff2 +%%DATADIR%%/public/vendor/assets/lato-fonts/lato-bold.eot +%%DATADIR%%/public/vendor/assets/lato-fonts/lato-bold.woff +%%DATADIR%%/public/vendor/assets/lato-fonts/lato-bold.woff2 +%%DATADIR%%/public/vendor/assets/lato-fonts/lato-bolditalic.eot +%%DATADIR%%/public/vendor/assets/lato-fonts/lato-bolditalic.woff +%%DATADIR%%/public/vendor/assets/lato-fonts/lato-bolditalic.woff2 +%%DATADIR%%/public/vendor/assets/lato-fonts/lato-italic.eot +%%DATADIR%%/public/vendor/assets/lato-fonts/lato-italic.woff +%%DATADIR%%/public/vendor/assets/lato-fonts/lato-italic.woff2 +%%DATADIR%%/public/vendor/assets/lato-fonts/lato-regular.eot +%%DATADIR%%/public/vendor/assets/lato-fonts/lato-regular.woff +%%DATADIR%%/public/vendor/assets/lato-fonts/lato-regular.woff2 %%DATADIR%%/public/vendor/assets/lato-fonts/lato-v14-latin-700.eot %%DATADIR%%/public/vendor/assets/lato-fonts/lato-v14-latin-700.svg %%DATADIR%%/public/vendor/assets/lato-fonts/lato-v14-latin-700.ttf @@ -1855,7 +1869,6 @@ sbin/gitea %%DATADIR%%/public/vendor/plugins/emojify/images/zap.png %%DATADIR%%/public/vendor/plugins/emojify/images/zero.png %%DATADIR%%/public/vendor/plugins/emojify/images/zzz.png -%%DATADIR%%/public/vendor/plugins/es6-promise/es6-promise.auto.min.js %%DATADIR%%/public/vendor/plugins/gitgraph/LICENSE %%DATADIR%%/public/vendor/plugins/gitgraph/gitgraph.css %%DATADIR%%/public/vendor/plugins/gitgraph/gitgraph.js @@ -1967,6 +1980,7 @@ sbin/gitea %%DATADIR%%/public/vendor/plugins/pdfjs/web/viewer.css %%DATADIR%%/public/vendor/plugins/pdfjs/web/viewer.html %%DATADIR%%/public/vendor/plugins/pdfjs/web/viewer.js +%%DATADIR%%/public/vendor/plugins/promise-polyfill/polyfill.min.js %%DATADIR%%/public/vendor/plugins/semantic/LICENSE %%DATADIR%%/public/vendor/plugins/semantic/semantic.min.css %%DATADIR%%/public/vendor/plugins/semantic/semantic.min.js @@ -2079,7 +2093,6 @@ sbin/gitea %%DATADIR%%/templates/pwa/manifest_json.tmpl %%DATADIR%%/templates/pwa/serviceworker_js.tmpl %%DATADIR%%/templates/repo/activity.tmpl -%%DATADIR%%/templates/repo/bare.tmpl %%DATADIR%%/templates/repo/branch/list.tmpl %%DATADIR%%/templates/repo/branch_dropdown.tmpl %%DATADIR%%/templates/repo/commit_status.tmpl @@ -2100,6 +2113,7 @@ sbin/gitea %%DATADIR%%/templates/repo/editor/diff_preview.tmpl %%DATADIR%%/templates/repo/editor/edit.tmpl %%DATADIR%%/templates/repo/editor/upload.tmpl +%%DATADIR%%/templates/repo/empty.tmpl %%DATADIR%%/templates/repo/forks.tmpl %%DATADIR%%/templates/repo/graph.tmpl %%DATADIR%%/templates/repo/header.tmpl @@ -2171,6 +2185,8 @@ sbin/gitea %%DATADIR%%/templates/user/auth/change_passwd_inner.tmpl %%DATADIR%%/templates/user/auth/finalize_openid.tmpl %%DATADIR%%/templates/user/auth/forgot_passwd.tmpl +%%DATADIR%%/templates/user/auth/grant.tmpl +%%DATADIR%%/templates/user/auth/grant_error.tmpl %%DATADIR%%/templates/user/auth/link_account.tmpl %%DATADIR%%/templates/user/auth/prohibit_login.tmpl %%DATADIR%%/templates/user/auth/reset_passwd.tmpl @@ -2198,6 +2214,8 @@ sbin/gitea %%DATADIR%%/templates/user/profile.tmpl %%DATADIR%%/templates/user/settings/account.tmpl %%DATADIR%%/templates/user/settings/applications.tmpl +%%DATADIR%%/templates/user/settings/applications_oauth2.tmpl +%%DATADIR%%/templates/user/settings/applications_oauth2_edit.tmpl %%DATADIR%%/templates/user/settings/keys.tmpl %%DATADIR%%/templates/user/settings/keys_gpg.tmpl %%DATADIR%%/templates/user/settings/keys_ssh.tmpl From owner-svn-ports-all@freebsd.org Mon May 6 09:01:32 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD9A4158346E; Mon, 6 May 2019 09:01:31 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6DCAF8E9DB; Mon, 6 May 2019 09:01:31 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 401CA49BD; Mon, 6 May 2019 09:01:31 +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 x4691Vad080468; Mon, 6 May 2019 09:01:31 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4691Udk080464; Mon, 6 May 2019 09:01:30 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201905060901.x4691Udk080464@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 6 May 2019 09:01:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500903 - head/textproc/randlm X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/textproc/randlm X-SVN-Commit-Revision: 500903 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6DCAF8E9DB X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.952,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 09:01:32 -0000 Author: amdmi3 Date: Mon May 6 09:01:30 2019 New Revision: 500903 URL: https://svnweb.freebsd.org/changeset/ports/500903 Log: - Switch to USES=localbase - Pet portlint - Update WWW Approved by: portmgr blanket Modified: head/textproc/randlm/Makefile head/textproc/randlm/pkg-descr Modified: head/textproc/randlm/Makefile ============================================================================== --- head/textproc/randlm/Makefile Mon May 6 08:51:35 2019 (r500902) +++ head/textproc/randlm/Makefile Mon May 6 09:01:30 2019 (r500903) @@ -8,8 +8,11 @@ CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME} MAINTAINER= demon@FreeBSD.org -COMMENT= A toolkit for building randomized language models +COMMENT= Toolkit for building randomized language models +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= ${LOCALBASE}/include/google/sparse_hash_map:devel/sparsehash LIB_DEPENDS= libboost_thread.so:devel/boost-libs RUN_DEPENDS= ${LOCALBASE}/include/google/sparse_hash_map:devel/sparsehash @@ -18,14 +21,12 @@ BROKEN_aarch64= fails to compile: invalid output cons BROKEN_armv6= fails to compile: invalid output constraint =a in assembler BROKEN_powerpc64= fails to compile: 'itr' does not name a type +USES= autoreconf libtool localbase:ldflags compiler:c++11-lang USE_CXXSTD= gnu++98 USE_PERL5= run USE_LDCONFIG= yes -USES= autoreconf libtool compiler:c++11-lang GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE=yes -CXXFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip post-patch: Modified: head/textproc/randlm/pkg-descr ============================================================================== --- head/textproc/randlm/pkg-descr Mon May 6 08:51:35 2019 (r500902) +++ head/textproc/randlm/pkg-descr Mon May 6 09:01:30 2019 (r500903) @@ -1,3 +1,3 @@ A toolkit for bulding randomized language models. -WWW: http://randlm.sourceforge.net/ +WWW: https://sourceforge.net/projects/randlm/ From owner-svn-ports-all@freebsd.org Mon May 6 09:09:40 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CFDA9158353C; Mon, 6 May 2019 09:09:39 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5D45C8EDDD; Mon, 6 May 2019 09:09:39 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BCBC54B13; Mon, 6 May 2019 09:09:37 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4699bQ1083420; Mon, 6 May 2019 09:09:37 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4699awi083416; Mon, 6 May 2019 09:09:36 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201905060909.x4699awi083416@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Mon, 6 May 2019 09:09:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r500904 - in branches/2019Q2/www/gitea: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: in branches/2019Q2/www/gitea: . files X-SVN-Commit-Revision: 500904 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5D45C8EDDD X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.956,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 09:09:40 -0000 Author: joneum Date: Mon May 6 09:09:36 2019 New Revision: 500904 URL: https://svnweb.freebsd.org/changeset/ports/500904 Log: Update to 1.8.0 Changelog: https://blog.gitea.io/2019/04/gitea-1.8.0-is-released/ PR: 237734 Submitted by: stb@lassitu.de (maintainer) Approved by: ports-secteam (joneum) Security: a1de4ae9-6fda-11e9-9ba0-4c72b94353b5 Sponsored by: Netzkommune GmbH Added: branches/2019Q2/www/gitea/pkg-message (contents, props changed) Modified: branches/2019Q2/www/gitea/Makefile branches/2019Q2/www/gitea/distinfo branches/2019Q2/www/gitea/files/app.ini.sample.in branches/2019Q2/www/gitea/pkg-plist Modified: branches/2019Q2/www/gitea/Makefile ============================================================================== --- branches/2019Q2/www/gitea/Makefile Mon May 6 09:01:30 2019 (r500903) +++ branches/2019Q2/www/gitea/Makefile Mon May 6 09:09:36 2019 (r500904) @@ -4,6 +4,7 @@ PORTNAME= gitea DISTVERSIONPREFIX= v DISTVERSION= 1.7.6 +DISTVERSION= 1.8.0 CATEGORIES= www MAINTAINER= stb@lassitu.de Modified: branches/2019Q2/www/gitea/distinfo ============================================================================== --- branches/2019Q2/www/gitea/distinfo Mon May 6 09:01:30 2019 (r500903) +++ branches/2019Q2/www/gitea/distinfo Mon May 6 09:09:36 2019 (r500904) @@ -1,3 +1,6 @@ TIMESTAMP = 1555482864 SHA256 (go-gitea-gitea-v1.7.6_GH0.tar.gz) = 4cc07ead2a842324a5bb76b78055cf1b93876a03845c3b38ffa5cbc0e1bac6f4 SIZE (go-gitea-gitea-v1.7.6_GH0.tar.gz) = 20868421 +TIMESTAMP = 1556897794 +SHA256 (go-gitea-gitea-v1.8.0_GH0.tar.gz) = cc9e7f3d01400391455f2ae5fdd78f0e16360158cf02e45f034a94d3fb0fa8fb +SIZE (go-gitea-gitea-v1.8.0_GH0.tar.gz) = 24268907 Modified: branches/2019Q2/www/gitea/files/app.ini.sample.in ============================================================================== --- branches/2019Q2/www/gitea/files/app.ini.sample.in Mon May 6 09:01:30 2019 (r500903) +++ branches/2019Q2/www/gitea/files/app.ini.sample.in Mon May 6 09:09:36 2019 (r500904) @@ -6,11 +6,16 @@ # contains the settings incorporated into the gitea binary. # # This sample configuration runs Gitea with a local database. Before -# running this configuration, make sure to change the SECRET_KEY and the -# INTERNAL_TOKEN at the end of this file. SECRET_KEY is a password of your -# choosing, INTERNAL_TOKEN is a 64-byte random number in BASE64 encoding. +# running this configuration, make sure to change the INTERNAL_TOKEN, +# JWT_SECRET, and SECRET_KEY variables. SECRET_KEY is a password of your +# choosing, INTERNAL_TOKEN is a 64-byte random number in BASE64 encoding, +# JWT_SECRET is a 32-byte random number in BASE64 encoding. +# # Your can generate the token using for example: -# openssl rand -base64 64 +# openssl rand -base64 64 +# +# You can let Gitea add these to the config for you; you need to make +# app.ini writeable by the git user. # # There are no pre-configured users; the first user to register becomes an # admin. In this sample configuration, the HTTP server only listens on @@ -43,6 +48,9 @@ LEVEL = Info [mailer] ENABLED = false +[oauth2] +JWT_SECRET = D56bmu6xCtEKs9vKKgMKnsa4X9FDwo64HVyaS4fQ4mY + [picture] AVATAR_UPLOAD_PATH = /var/db/gitea/data/avatars DISABLE_GRAVATAR = false @@ -83,4 +91,3 @@ ENABLE_NOTIFY_MAIL = false DISABLE_REGISTRATION = false ENABLE_CAPTCHA = true REQUIRE_SIGNIN_VIEW = false - Added: branches/2019Q2/www/gitea/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2019Q2/www/gitea/pkg-message Mon May 6 09:09:36 2019 (r500904) @@ -0,0 +1,5 @@ +When upgrading to Gitea 1.8, Gitea requires the addition of another secret +to the config file in order to start up. Either manually add JWT_SECRET to +the ${PREFIX}/etc/gitea/conf/app.ini config file (see app.ini.sample), or +allow Gitea to make the change for you by making the config file writable to +the git user. Modified: branches/2019Q2/www/gitea/pkg-plist ============================================================================== --- branches/2019Q2/www/gitea/pkg-plist Mon May 6 09:01:30 2019 (r500903) +++ branches/2019Q2/www/gitea/pkg-plist Mon May 6 09:09:36 2019 (r500904) @@ -576,6 +576,7 @@ sbin/gitea %%DATADIR%%/options/locale/locale_sv-SE.ini %%DATADIR%%/options/locale/locale_tr-TR.ini %%DATADIR%%/options/locale/locale_uk-UA.ini +%%DATADIR%%/options/locale/locale_vi-VN.ini %%DATADIR%%/options/locale/locale_zh-CN.ini %%DATADIR%%/options/locale/locale_zh-HK.ini %%DATADIR%%/options/locale/locale_zh-TW.ini @@ -585,6 +586,7 @@ sbin/gitea %%DATADIR%%/public/img/404.png %%DATADIR%%/public/img/500.png %%DATADIR%%/public/img/auth/bitbucket.png +%%DATADIR%%/public/img/auth/discord.png %%DATADIR%%/public/img/auth/dropbox.png %%DATADIR%%/public/img/auth/facebook.png %%DATADIR%%/public/img/auth/github.png @@ -637,6 +639,18 @@ sbin/gitea %%DATADIR%%/public/vendor/assets/font-awesome/fonts/fontawesome-webfont.ttf %%DATADIR%%/public/vendor/assets/font-awesome/fonts/fontawesome-webfont.woff %%DATADIR%%/public/vendor/assets/font-awesome/fonts/fontawesome-webfont.woff2 +%%DATADIR%%/public/vendor/assets/lato-fonts/lato-bold.eot +%%DATADIR%%/public/vendor/assets/lato-fonts/lato-bold.woff +%%DATADIR%%/public/vendor/assets/lato-fonts/lato-bold.woff2 +%%DATADIR%%/public/vendor/assets/lato-fonts/lato-bolditalic.eot +%%DATADIR%%/public/vendor/assets/lato-fonts/lato-bolditalic.woff +%%DATADIR%%/public/vendor/assets/lato-fonts/lato-bolditalic.woff2 +%%DATADIR%%/public/vendor/assets/lato-fonts/lato-italic.eot +%%DATADIR%%/public/vendor/assets/lato-fonts/lato-italic.woff +%%DATADIR%%/public/vendor/assets/lato-fonts/lato-italic.woff2 +%%DATADIR%%/public/vendor/assets/lato-fonts/lato-regular.eot +%%DATADIR%%/public/vendor/assets/lato-fonts/lato-regular.woff +%%DATADIR%%/public/vendor/assets/lato-fonts/lato-regular.woff2 %%DATADIR%%/public/vendor/assets/lato-fonts/lato-v14-latin-700.eot %%DATADIR%%/public/vendor/assets/lato-fonts/lato-v14-latin-700.svg %%DATADIR%%/public/vendor/assets/lato-fonts/lato-v14-latin-700.ttf @@ -1855,7 +1869,6 @@ sbin/gitea %%DATADIR%%/public/vendor/plugins/emojify/images/zap.png %%DATADIR%%/public/vendor/plugins/emojify/images/zero.png %%DATADIR%%/public/vendor/plugins/emojify/images/zzz.png -%%DATADIR%%/public/vendor/plugins/es6-promise/es6-promise.auto.min.js %%DATADIR%%/public/vendor/plugins/gitgraph/LICENSE %%DATADIR%%/public/vendor/plugins/gitgraph/gitgraph.css %%DATADIR%%/public/vendor/plugins/gitgraph/gitgraph.js @@ -1967,6 +1980,7 @@ sbin/gitea %%DATADIR%%/public/vendor/plugins/pdfjs/web/viewer.css %%DATADIR%%/public/vendor/plugins/pdfjs/web/viewer.html %%DATADIR%%/public/vendor/plugins/pdfjs/web/viewer.js +%%DATADIR%%/public/vendor/plugins/promise-polyfill/polyfill.min.js %%DATADIR%%/public/vendor/plugins/semantic/LICENSE %%DATADIR%%/public/vendor/plugins/semantic/semantic.min.css %%DATADIR%%/public/vendor/plugins/semantic/semantic.min.js @@ -2079,7 +2093,6 @@ sbin/gitea %%DATADIR%%/templates/pwa/manifest_json.tmpl %%DATADIR%%/templates/pwa/serviceworker_js.tmpl %%DATADIR%%/templates/repo/activity.tmpl -%%DATADIR%%/templates/repo/bare.tmpl %%DATADIR%%/templates/repo/branch/list.tmpl %%DATADIR%%/templates/repo/branch_dropdown.tmpl %%DATADIR%%/templates/repo/commit_status.tmpl @@ -2100,6 +2113,7 @@ sbin/gitea %%DATADIR%%/templates/repo/editor/diff_preview.tmpl %%DATADIR%%/templates/repo/editor/edit.tmpl %%DATADIR%%/templates/repo/editor/upload.tmpl +%%DATADIR%%/templates/repo/empty.tmpl %%DATADIR%%/templates/repo/forks.tmpl %%DATADIR%%/templates/repo/graph.tmpl %%DATADIR%%/templates/repo/header.tmpl @@ -2171,6 +2185,8 @@ sbin/gitea %%DATADIR%%/templates/user/auth/change_passwd_inner.tmpl %%DATADIR%%/templates/user/auth/finalize_openid.tmpl %%DATADIR%%/templates/user/auth/forgot_passwd.tmpl +%%DATADIR%%/templates/user/auth/grant.tmpl +%%DATADIR%%/templates/user/auth/grant_error.tmpl %%DATADIR%%/templates/user/auth/link_account.tmpl %%DATADIR%%/templates/user/auth/prohibit_login.tmpl %%DATADIR%%/templates/user/auth/reset_passwd.tmpl @@ -2198,6 +2214,8 @@ sbin/gitea %%DATADIR%%/templates/user/profile.tmpl %%DATADIR%%/templates/user/settings/account.tmpl %%DATADIR%%/templates/user/settings/applications.tmpl +%%DATADIR%%/templates/user/settings/applications_oauth2.tmpl +%%DATADIR%%/templates/user/settings/applications_oauth2_edit.tmpl %%DATADIR%%/templates/user/settings/keys.tmpl %%DATADIR%%/templates/user/settings/keys_gpg.tmpl %%DATADIR%%/templates/user/settings/keys_ssh.tmpl From owner-svn-ports-all@freebsd.org Mon May 6 09:31:30 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D7C31584171; Mon, 6 May 2019 09:31:30 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0C58D8FC25; Mon, 6 May 2019 09:31: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DECE84EB4; Mon, 6 May 2019 09:31:29 +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 x469VTjR097021; Mon, 6 May 2019 09:31:29 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x469VT5a097020; Mon, 6 May 2019 09:31:29 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201905060931.x469VT5a097020@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 6 May 2019 09:31:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500905 - head/deskutils/deforaos-todo X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/deskutils/deforaos-todo X-SVN-Commit-Revision: 500905 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0C58D8FC25 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.968,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 09:31:30 -0000 Author: amdmi3 Date: Mon May 6 09:31:29 2019 New Revision: 500905 URL: https://svnweb.freebsd.org/changeset/ports/500905 Log: - Fix LICENSE - Add LICENSE_FILE - Add USES=gnome - Update WWW Approved by: portmgr blanket Modified: head/deskutils/deforaos-todo/Makefile head/deskutils/deforaos-todo/pkg-descr Modified: head/deskutils/deforaos-todo/Makefile ============================================================================== --- head/deskutils/deforaos-todo/Makefile Mon May 6 09:09:36 2019 (r500904) +++ head/deskutils/deforaos-todo/Makefile Mon May 6 09:31:29 2019 (r500905) @@ -11,13 +11,14 @@ DISTNAME= Todo-${PORTVERSION} MAINTAINER= olivier@FreeBSD.org COMMENT= DeforaOS desktop todo list -LICENSE= GPLv3 +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libSystem.so:devel/deforaos-libsystem \ libDesktop.so:x11/deforaos-libdesktop BUILD_DEPENDS= ${LOCALBASE}/include/Desktop/Mailer/plugin.h:mail/deforaos-mailer -USES= desktop-file-utils pkgconfig +USES= desktop-file-utils gnome pkgconfig USE_GNOME= gtk20 INSTALLS_ICONS= yes MAKE_ARGS+= PREFIX=${PREFIX} Modified: head/deskutils/deforaos-todo/pkg-descr ============================================================================== --- head/deskutils/deforaos-todo/pkg-descr Mon May 6 09:09:36 2019 (r500904) +++ head/deskutils/deforaos-todo/pkg-descr Mon May 6 09:31:29 2019 (r500905) @@ -1,3 +1,3 @@ DeforaOS desktop todo list -WWW: http://www.defora.org/ +WWW: https://www.defora.org/ From owner-svn-ports-all@freebsd.org Mon May 6 09:38:20 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 71F101584298; Mon, 6 May 2019 09:38:20 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 18A128FE8B; Mon, 6 May 2019 09:38:20 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0961A5009; Mon, 6 May 2019 09:38:20 +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 x469cJqb099092; Mon, 6 May 2019 09:38:19 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x469cJk0099090; Mon, 6 May 2019 09:38:19 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201905060938.x469cJk0099090@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Mon, 6 May 2019 09:38:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500906 - head/print/py-reportlab X-SVN-Group: ports-head X-SVN-Commit-Author: bofh X-SVN-Commit-Paths: head/print/py-reportlab X-SVN-Commit-Revision: 500906 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 18A128FE8B X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.968,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 09:38:20 -0000 Author: bofh Date: Mon May 6 09:38:19 2019 New Revision: 500906 URL: https://svnweb.freebsd.org/changeset/ports/500906 Log: print/py-reportlab: Update version 3.5.20=>3.5.21 Modified: head/print/py-reportlab/Makefile head/print/py-reportlab/distinfo Modified: head/print/py-reportlab/Makefile ============================================================================== --- head/print/py-reportlab/Makefile Mon May 6 09:31:29 2019 (r500905) +++ head/print/py-reportlab/Makefile Mon May 6 09:38:19 2019 (r500906) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= reportlab -PORTVERSION= 3.5.20 +PORTVERSION= 3.5.21 CATEGORIES= print python MASTER_SITES= CHEESESHOP \ https://www.reportlab.com/ftp/ Modified: head/print/py-reportlab/distinfo ============================================================================== --- head/print/py-reportlab/distinfo Mon May 6 09:31:29 2019 (r500905) +++ head/print/py-reportlab/distinfo Mon May 6 09:38:19 2019 (r500906) @@ -1,5 +1,5 @@ -TIMESTAMP = 1556311979 -SHA256 (reportlab-3.5.20.tar.gz) = 7b248d2d9d4ab6d4cad91eb2b153b2c4c7b3fced89cb5a5b5bfbc7d09593871a -SIZE (reportlab-3.5.20.tar.gz) = 2854815 +TIMESTAMP = 1556978419 +SHA256 (reportlab-3.5.21.tar.gz) = 08e6e63a4502d3a00062ba9ff9669f95577fbdb1a5f8c6cdb1230c5ee295273a +SIZE (reportlab-3.5.21.tar.gz) = 2854950 SHA256 (pfbfer-20180109.zip) = 851b431550e866b217317d09dd33b5535ae081200975ad4dd25e80be2af10fec SIZE (pfbfer-20180109.zip) = 737561 From owner-svn-ports-all@freebsd.org Mon May 6 09:46:57 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 662B9158459E; Mon, 6 May 2019 09:46:57 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 085E2683F5; Mon, 6 May 2019 09:46:57 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D24C051BF; Mon, 6 May 2019 09:46: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 x469kuan004467; Mon, 6 May 2019 09:46:56 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x469ku2b004465; Mon, 6 May 2019 09:46:56 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201905060946.x469ku2b004465@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Mon, 6 May 2019 09:46:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500907 - head/math/p5-Statistics-Descriptive-Discrete X-SVN-Group: ports-head X-SVN-Commit-Author: bofh X-SVN-Commit-Paths: head/math/p5-Statistics-Descriptive-Discrete X-SVN-Commit-Revision: 500907 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 085E2683F5 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.968,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 09:46:57 -0000 Author: bofh Date: Mon May 6 09:46:56 2019 New Revision: 500907 URL: https://svnweb.freebsd.org/changeset/ports/500907 Log: math/p5-Statistics-Descriptive-Discrete: Update version 0.11=>0.12 Modified: head/math/p5-Statistics-Descriptive-Discrete/Makefile head/math/p5-Statistics-Descriptive-Discrete/distinfo Modified: head/math/p5-Statistics-Descriptive-Discrete/Makefile ============================================================================== --- head/math/p5-Statistics-Descriptive-Discrete/Makefile Mon May 6 09:38:19 2019 (r500906) +++ head/math/p5-Statistics-Descriptive-Discrete/Makefile Mon May 6 09:46:56 2019 (r500907) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Statistics-Descriptive-Discrete -PORTVERSION= 0.11 +PORTVERSION= 0.12 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/math/p5-Statistics-Descriptive-Discrete/distinfo ============================================================================== --- head/math/p5-Statistics-Descriptive-Discrete/distinfo Mon May 6 09:38:19 2019 (r500906) +++ head/math/p5-Statistics-Descriptive-Discrete/distinfo Mon May 6 09:46:56 2019 (r500907) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556558698 -SHA256 (Statistics-Descriptive-Discrete-0.11.tar.gz) = ca91286ba22d24c8b9875a02fed5c8bfb56903827b7b9f6b62d9b4d260598714 -SIZE (Statistics-Descriptive-Discrete-0.11.tar.gz) = 24591 +TIMESTAMP = 1557135395 +SHA256 (Statistics-Descriptive-Discrete-0.12.tar.gz) = 6eebf313fd6de14be2374c80199a6b712b92b5e516dfe248488fd328fb229db8 +SIZE (Statistics-Descriptive-Discrete-0.12.tar.gz) = 25644 From owner-svn-ports-all@freebsd.org Mon May 6 09:59:51 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E61A215848A0; Mon, 6 May 2019 09:59:50 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8288B69D48; Mon, 6 May 2019 09:59:50 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5F5ED5366; Mon, 6 May 2019 09:59:50 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x469xoSR010189; Mon, 6 May 2019 09:59:50 GMT (envelope-from dumbbell@FreeBSD.org) Received: (from dumbbell@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x469xodM010188; Mon, 6 May 2019 09:59:50 GMT (envelope-from dumbbell@FreeBSD.org) Message-Id: <201905060959.x469xodM010188@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dumbbell set sender to dumbbell@FreeBSD.org using -f From: =?UTF-8?Q?Jean-S=c3=a9bastien_P=c3=a9dron?= Date: Mon, 6 May 2019 09:59:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500908 - head/net/cf X-SVN-Group: ports-head X-SVN-Commit-Author: dumbbell X-SVN-Commit-Paths: head/net/cf X-SVN-Commit-Revision: 500908 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8288B69D48 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.968,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 09:59:51 -0000 Author: dumbbell Date: Mon May 6 09:59:49 2019 New Revision: 500908 URL: https://svnweb.freebsd.org/changeset/ports/500908 Log: net/cf: Update to 6.44.0 Release notes: * https://github.com/cloudfoundry/cli/releases/tag/v6.44.0 Sponsored by: Pivotal Software, Inc. Modified: head/net/cf/Makefile head/net/cf/distinfo Modified: head/net/cf/Makefile ============================================================================== --- head/net/cf/Makefile Mon May 6 09:46:56 2019 (r500907) +++ head/net/cf/Makefile Mon May 6 09:59:49 2019 (r500908) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cf -PORTVERSION= 6.43.0 +PORTVERSION= 6.44.0 DISTVERSIONPREFIX= v CATEGORIES= net Modified: head/net/cf/distinfo ============================================================================== --- head/net/cf/distinfo Mon May 6 09:46:56 2019 (r500907) +++ head/net/cf/distinfo Mon May 6 09:59:49 2019 (r500908) @@ -1,3 +1,3 @@ -TIMESTAMP = 1550926232 -SHA256 (cloudfoundry-cli-v6.43.0_GH0.tar.gz) = ebeb93c573944fb857f1967b23be5b66daa3fd8ed86ebc5cb94c676e0b2a587a -SIZE (cloudfoundry-cli-v6.43.0_GH0.tar.gz) = 9356141 +TIMESTAMP = 1557136659 +SHA256 (cloudfoundry-cli-v6.44.0_GH0.tar.gz) = 8dfa7647e30ac21ed3ea3a9b9c8cd1c0324d96bcd3ed8d16fd8a7ba9ed74e2c5 +SIZE (cloudfoundry-cli-v6.44.0_GH0.tar.gz) = 9476976 From owner-svn-ports-all@freebsd.org Mon May 6 10:01:51 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B57771584A73; Mon, 6 May 2019 10:01:51 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 55CCF6A062; Mon, 6 May 2019 10:01:51 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 32C2A54CE; Mon, 6 May 2019 10:01:51 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x46A1oF3012682; Mon, 6 May 2019 10:01:50 GMT (envelope-from dumbbell@FreeBSD.org) Received: (from dumbbell@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x46A1o9R012681; Mon, 6 May 2019 10:01:50 GMT (envelope-from dumbbell@FreeBSD.org) Message-Id: <201905061001.x46A1o9R012681@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dumbbell set sender to dumbbell@FreeBSD.org using -f From: =?UTF-8?Q?Jean-S=c3=a9bastien_P=c3=a9dron?= Date: Mon, 6 May 2019 10:01:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500909 - head/net/concourse-fly X-SVN-Group: ports-head X-SVN-Commit-Author: dumbbell X-SVN-Commit-Paths: head/net/concourse-fly X-SVN-Commit-Revision: 500909 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 55CCF6A062 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.968,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 10:01:51 -0000 Author: dumbbell Date: Mon May 6 10:01:50 2019 New Revision: 500909 URL: https://svnweb.freebsd.org/changeset/ports/500909 Log: net/concourse-fly: Fix version returned by `fly --version` The "path" to the version variable changed in Concourse 5.x. Before this patch, it would thus return "0.0.0-dev". Sponsored by: Pivotal Software, Inc. Modified: head/net/concourse-fly/Makefile Modified: head/net/concourse-fly/Makefile ============================================================================== --- head/net/concourse-fly/Makefile Mon May 6 09:59:49 2019 (r500908) +++ head/net/concourse-fly/Makefile Mon May 6 10:01:50 2019 (r500909) @@ -13,7 +13,7 @@ LICENSE= APACHE20 GO_PKGNAME= github.com/concourse/fly GO_BUILDFLAGS+= -mod=vendor \ - -ldflags="-X github.com/concourse/fly/version.Version=${PORTVERSION}" + -ldflags="-X github.com/concourse/concourse.Version=${PORTVERSION}" USES= go tar:xz From owner-svn-ports-all@freebsd.org Mon May 6 10:03:13 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55B171584AD3; Mon, 6 May 2019 10:03:13 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E897E6A1FB; Mon, 6 May 2019 10:03:12 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C26AE5505; Mon, 6 May 2019 10:03:12 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x46A3Ctk015103; Mon, 6 May 2019 10:03:12 GMT (envelope-from dumbbell@FreeBSD.org) Received: (from dumbbell@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x46A3CH6015101; Mon, 6 May 2019 10:03:12 GMT (envelope-from dumbbell@FreeBSD.org) Message-Id: <201905061003.x46A3CH6015101@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dumbbell set sender to dumbbell@FreeBSD.org using -f From: =?UTF-8?Q?Jean-S=c3=a9bastien_P=c3=a9dron?= Date: Mon, 6 May 2019 10:03:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500910 - head/net/bosh-bootloader X-SVN-Group: ports-head X-SVN-Commit-Author: dumbbell X-SVN-Commit-Paths: head/net/bosh-bootloader X-SVN-Commit-Revision: 500910 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E897E6A1FB X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.968,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 10:03:13 -0000 Author: dumbbell Date: Mon May 6 10:03:12 2019 New Revision: 500910 URL: https://svnweb.freebsd.org/changeset/ports/500910 Log: net/bosh-bootloader: Update to 7.6.0 Release notes: * https://github.com/cloudfoundry/bosh-bootloader/releases/tag/v7.6.0 Sponsored by: Pivotal Software, Inc. Modified: head/net/bosh-bootloader/Makefile head/net/bosh-bootloader/distinfo Modified: head/net/bosh-bootloader/Makefile ============================================================================== --- head/net/bosh-bootloader/Makefile Mon May 6 10:01:50 2019 (r500909) +++ head/net/bosh-bootloader/Makefile Mon May 6 10:03:12 2019 (r500910) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bosh-bootloader -PORTVERSION= 7.4.0 +PORTVERSION= 7.6.0 CATEGORIES= net sysutils MAINTAINER= dumbbell@FreeBSD.org Modified: head/net/bosh-bootloader/distinfo ============================================================================== --- head/net/bosh-bootloader/distinfo Mon May 6 10:01:50 2019 (r500909) +++ head/net/bosh-bootloader/distinfo Mon May 6 10:03:12 2019 (r500910) @@ -1,3 +1,3 @@ -TIMESTAMP = 1552052710 -SHA256 (cloudfoundry-bosh-bootloader-7.4.0-v7.4.0_GH0.tar.gz) = 8bd385684f3453e677b0ec62844ce9bbb31645e809623beb96b011ac74118ab1 -SIZE (cloudfoundry-bosh-bootloader-7.4.0-v7.4.0_GH0.tar.gz) = 9224880 +TIMESTAMP = 1557134989 +SHA256 (cloudfoundry-bosh-bootloader-7.6.0-v7.6.0_GH0.tar.gz) = d82e6f02c176933228026225718b2142dba6d076e005665faf3880a82cbb4f8d +SIZE (cloudfoundry-bosh-bootloader-7.6.0-v7.6.0_GH0.tar.gz) = 9225507 From owner-svn-ports-all@freebsd.org Mon May 6 10:04:57 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6AF4D1584B1D; Mon, 6 May 2019 10:04:57 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0AAA66A309; Mon, 6 May 2019 10:04:57 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D59F05507; Mon, 6 May 2019 10:04:56 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x46A4uGj015283; Mon, 6 May 2019 10:04:56 GMT (envelope-from dumbbell@FreeBSD.org) Received: (from dumbbell@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x46A4u8M015281; Mon, 6 May 2019 10:04:56 GMT (envelope-from dumbbell@FreeBSD.org) Message-Id: <201905061004.x46A4u8M015281@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dumbbell set sender to dumbbell@FreeBSD.org using -f From: =?UTF-8?Q?Jean-S=c3=a9bastien_P=c3=a9dron?= Date: Mon, 6 May 2019 10:04:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500911 - head/net/bosh-cli X-SVN-Group: ports-head X-SVN-Commit-Author: dumbbell X-SVN-Commit-Paths: head/net/bosh-cli X-SVN-Commit-Revision: 500911 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0AAA66A309 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.968,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 10:04:57 -0000 Author: dumbbell Date: Mon May 6 10:04:56 2019 New Revision: 500911 URL: https://svnweb.freebsd.org/changeset/ports/500911 Log: net/bosh-cli: Update to 5.5.0 Release notes: * https://github.com/cloudfoundry/bosh-cli/releases/tag/v5.4.0 * https://github.com/cloudfoundry/bosh-cli/releases/tag/v5.5.0 Sponsored by: Pivotal Software, Inc. Modified: head/net/bosh-cli/Makefile head/net/bosh-cli/distinfo Modified: head/net/bosh-cli/Makefile ============================================================================== --- head/net/bosh-cli/Makefile Mon May 6 10:03:12 2019 (r500910) +++ head/net/bosh-cli/Makefile Mon May 6 10:04:56 2019 (r500911) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bosh-cli -PORTVERSION= 5.3.1 +PORTVERSION= 5.5.0 CATEGORIES= net sysutils MAINTAINER= dumbbell@FreeBSD.org Modified: head/net/bosh-cli/distinfo ============================================================================== --- head/net/bosh-cli/distinfo Mon May 6 10:03:12 2019 (r500910) +++ head/net/bosh-cli/distinfo Mon May 6 10:04:56 2019 (r500911) @@ -1,3 +1,3 @@ -TIMESTAMP = 1537949958 -SHA256 (cloudfoundry-bosh-cli-5.3.1-v5.3.1_GH0.tar.gz) = 43b9455e4488a886d1f59722b29c91183a6451848161d5bbff0cd9d7fd681e92 -SIZE (cloudfoundry-bosh-cli-5.3.1-v5.3.1_GH0.tar.gz) = 6173608 +TIMESTAMP = 1557134885 +SHA256 (cloudfoundry-bosh-cli-5.5.0-v5.5.0_GH0.tar.gz) = 901085088f17b5224af7d1aec9db942859344fea54801de3f49a2168d449592f +SIZE (cloudfoundry-bosh-cli-5.5.0-v5.5.0_GH0.tar.gz) = 6587789 From owner-svn-ports-all@freebsd.org Mon May 6 10:56:33 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 27AFE1585A5E; Mon, 6 May 2019 10:56:33 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C0A8A6B68D; Mon, 6 May 2019 10:56:32 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 949A25D53; Mon, 6 May 2019 10:56:32 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x46AuW05041427; Mon, 6 May 2019 10:56:32 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x46AuWFJ041426; Mon, 6 May 2019 10:56:32 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201905061056.x46AuWFJ041426@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Mon, 6 May 2019 10:56:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500912 - head/databases/py-cassandra-driver X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/databases/py-cassandra-driver X-SVN-Commit-Revision: 500912 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C0A8A6B68D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.95)[-0.951,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 10:56:33 -0000 Author: joneum Date: Mon May 6 10:56:31 2019 New Revision: 500912 URL: https://svnweb.freebsd.org/changeset/ports/500912 Log: Update to 3.17.1 Changelog: https://github.com/datastax/python-driver/blob/3.17.1/CHANGELOG.rst PR: 237731 Submitted by: Sergey Akhmatov (maintainer) Sponsored by: Netzkommune GmbH Modified: head/databases/py-cassandra-driver/Makefile head/databases/py-cassandra-driver/distinfo Modified: head/databases/py-cassandra-driver/Makefile ============================================================================== --- head/databases/py-cassandra-driver/Makefile Mon May 6 10:04:56 2019 (r500911) +++ head/databases/py-cassandra-driver/Makefile Mon May 6 10:56:31 2019 (r500912) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cassandra-driver -DISTVERSION= 3.17.0 +DISTVERSION= 3.17.1 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/databases/py-cassandra-driver/distinfo ============================================================================== --- head/databases/py-cassandra-driver/distinfo Mon May 6 10:04:56 2019 (r500911) +++ head/databases/py-cassandra-driver/distinfo Mon May 6 10:56:31 2019 (r500912) @@ -1,3 +1,3 @@ -TIMESTAMP = 1550691903 -SHA256 (cassandra-driver-3.17.0.tar.gz) = 6d42e11fd5879f12b1600e4c0f604e4432f472d030e80176b833c99c9cf989fc -SIZE (cassandra-driver-3.17.0.tar.gz) = 230053 +TIMESTAMP = 1557134465 +SHA256 (cassandra-driver-3.17.1.tar.gz) = 71d79568ecbcabbd7fdbe4f488c6439e55cc6b457178ba6cb831bdbf4fb5d7f8 +SIZE (cassandra-driver-3.17.1.tar.gz) = 231103 From owner-svn-ports-all@freebsd.org Mon May 6 11:55:54 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A01F01587E31; Mon, 6 May 2019 11:55:54 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4184C6CE45; Mon, 6 May 2019 11:55:54 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0F36C672E; Mon, 6 May 2019 11:55:54 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x46BtrH2072615; Mon, 6 May 2019 11:55:53 GMT (envelope-from lev@FreeBSD.org) Received: (from lev@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x46Btr10072613; Mon, 6 May 2019 11:55:53 GMT (envelope-from lev@FreeBSD.org) Message-Id: <201905061155.x46Btr10072613@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lev set sender to lev@FreeBSD.org using -f From: "Lev A. Serebryakov" Date: Mon, 6 May 2019 11:55:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500913 - in head/devel/subversion19: . files X-SVN-Group: ports-head X-SVN-Commit-Author: lev X-SVN-Commit-Paths: in head/devel/subversion19: . files X-SVN-Commit-Revision: 500913 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4184C6CE45 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 11:55:55 -0000 Author: lev Date: Mon May 6 11:55:53 2019 New Revision: 500913 URL: https://svnweb.freebsd.org/changeset/ports/500913 Log: Update to 1.9.10. PR: 237689 Submitted by: ohauer@FreeBSD.org Deleted: head/devel/subversion19/files/patch-subversion_libsvn_subr_gpg_agent.c Modified: head/devel/subversion19/Makefile.common head/devel/subversion19/distinfo head/devel/subversion19/pkg-plist Modified: head/devel/subversion19/Makefile.common ============================================================================== --- head/devel/subversion19/Makefile.common Mon May 6 10:56:31 2019 (r500912) +++ head/devel/subversion19/Makefile.common Mon May 6 11:55:53 2019 (r500913) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= subversion -PORTVERSION= 1.9.9 +PORTVERSION= 1.9.10 PORTREVISION?= 0 CATEGORIES+= devel MASTER_SITES= APACHE/subversion Modified: head/devel/subversion19/distinfo ============================================================================== --- head/devel/subversion19/distinfo Mon May 6 10:56:31 2019 (r500912) +++ head/devel/subversion19/distinfo Mon May 6 11:55:53 2019 (r500913) @@ -1,3 +1,3 @@ -TIMESTAMP = 1532352111 -SHA256 (subversion-1.9.9.tar.bz2) = 8dfdbe573b582d8eb2c328cca2aacff3795b54bb39eb7fd831e3ce05991f81d2 -SIZE (subversion-1.9.9.tar.bz2) = 7900964 +TIMESTAMP = 1547136886 +SHA256 (subversion-1.9.10.tar.bz2) = ae28c656535c8b817f469e6ee6951e9840ea2d64c7ff0e98c728638bb45c9cd7 +SIZE (subversion-1.9.10.tar.bz2) = 7907462 Modified: head/devel/subversion19/pkg-plist ============================================================================== --- head/devel/subversion19/pkg-plist Mon May 6 10:56:31 2019 (r500912) +++ head/devel/subversion19/pkg-plist Mon May 6 11:55:53 2019 (r500913) @@ -1,10 +1,11 @@ %%TOOLS%%bin/fsfs-access-map +%%TOOLS%%bin/fsfs-stats bin/svn -%%TOOLS%%bin/svnbench %%TOOLS%%bin/svn-populate-node-origins-index bin/svnadmin %%TOOLS%%bin/svnauthz %%TOOLS%%bin/svnauthz-validate +%%TOOLS%%bin/svnbench %%TOOLS%%bin/svndiff %%TOOLS%%bin/svndiff3 %%TOOLS%%bin/svndiff4 @@ -125,6 +126,21 @@ lib/libsvn_wc-1.a %%NO_STATIC%%lib/libsvn_wc-1.so %%NO_STATIC%%lib/libsvn_wc-1.so.0 %%NO_STATIC%%lib/libsvn_wc-1.so.0.0.0 +libdata/pkgconfig/libsvn_client.pc +libdata/pkgconfig/libsvn_delta.pc +libdata/pkgconfig/libsvn_diff.pc +libdata/pkgconfig/libsvn_fs.pc +%%BDB%%libdata/pkgconfig/libsvn_fs_base.pc +libdata/pkgconfig/libsvn_fs_fs.pc +libdata/pkgconfig/libsvn_fs_util.pc +libdata/pkgconfig/libsvn_fs_x.pc +libdata/pkgconfig/libsvn_ra.pc +libdata/pkgconfig/libsvn_ra_local.pc +%%SERF%%libdata/pkgconfig/libsvn_ra_serf.pc +libdata/pkgconfig/libsvn_ra_svn.pc +libdata/pkgconfig/libsvn_repos.pc +libdata/pkgconfig/libsvn_subr.pc +libdata/pkgconfig/libsvn_wc.pc man/man1/svn.1.gz man/man1/svnadmin.1.gz man/man1/svndumpfilter.1.gz @@ -147,21 +163,6 @@ man/man8/svnserve.8.gz %%NLS%%share/locale/sv/LC_MESSAGES/subversion.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/subversion.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/subversion.mo -libdata/pkgconfig/libsvn_client.pc -libdata/pkgconfig/libsvn_delta.pc -libdata/pkgconfig/libsvn_diff.pc -libdata/pkgconfig/libsvn_fs.pc -%%BDB%%libdata/pkgconfig/libsvn_fs_base.pc -libdata/pkgconfig/libsvn_fs_fs.pc -libdata/pkgconfig/libsvn_fs_util.pc -libdata/pkgconfig/libsvn_fs_x.pc -libdata/pkgconfig/libsvn_ra.pc -libdata/pkgconfig/libsvn_ra_local.pc -%%SERF%%libdata/pkgconfig/libsvn_ra_serf.pc -libdata/pkgconfig/libsvn_ra_svn.pc -libdata/pkgconfig/libsvn_repos.pc -libdata/pkgconfig/libsvn_subr.pc -libdata/pkgconfig/libsvn_wc.pc %%DATADIR%%/backup/hot-backup.py %%DATADIR%%/bdb/erase-all-text-data.py %%DATADIR%%/bdb/skel.py From owner-svn-ports-all@freebsd.org Mon May 6 11:56:48 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1B5E1587E73; Mon, 6 May 2019 11:56:48 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 641586CF30; Mon, 6 May 2019 11:56:48 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3B1176730; Mon, 6 May 2019 11:56:48 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x46Bum2l072766; Mon, 6 May 2019 11:56:48 GMT (envelope-from lev@FreeBSD.org) Received: (from lev@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x46BumV9072765; Mon, 6 May 2019 11:56:48 GMT (envelope-from lev@FreeBSD.org) Message-Id: <201905061156.x46BumV9072765@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lev set sender to lev@FreeBSD.org using -f From: "Lev A. Serebryakov" Date: Mon, 6 May 2019 11:56:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500914 - head/devel/subversion X-SVN-Group: ports-head X-SVN-Commit-Author: lev X-SVN-Commit-Paths: head/devel/subversion X-SVN-Commit-Revision: 500914 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 641586CF30 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 11:56:49 -0000 Author: lev Date: Mon May 6 11:56:47 2019 New Revision: 500914 URL: https://svnweb.freebsd.org/changeset/ports/500914 Log: Sort pkg-plist, no functional changes. PR: 237691 Submitted by: ohauer@FreeBSD.org Modified: head/devel/subversion/pkg-plist Modified: head/devel/subversion/pkg-plist ============================================================================== --- head/devel/subversion/pkg-plist Mon May 6 11:55:53 2019 (r500913) +++ head/devel/subversion/pkg-plist Mon May 6 11:56:47 2019 (r500914) @@ -131,6 +131,21 @@ lib/libsvn_wc-1.a %%NO_STATIC%%lib/libsvn_wc-1.so %%NO_STATIC%%lib/libsvn_wc-1.so.0 %%NO_STATIC%%lib/libsvn_wc-1.so.0.0.0 +libdata/pkgconfig/libsvn_client.pc +libdata/pkgconfig/libsvn_delta.pc +libdata/pkgconfig/libsvn_diff.pc +libdata/pkgconfig/libsvn_fs.pc +%%BDB%%libdata/pkgconfig/libsvn_fs_base.pc +libdata/pkgconfig/libsvn_fs_fs.pc +libdata/pkgconfig/libsvn_fs_util.pc +libdata/pkgconfig/libsvn_fs_x.pc +libdata/pkgconfig/libsvn_ra.pc +libdata/pkgconfig/libsvn_ra_local.pc +%%SERF%%libdata/pkgconfig/libsvn_ra_serf.pc +libdata/pkgconfig/libsvn_ra_svn.pc +libdata/pkgconfig/libsvn_repos.pc +libdata/pkgconfig/libsvn_subr.pc +libdata/pkgconfig/libsvn_wc.pc man/man1/svn.1.gz man/man1/svnadmin.1.gz man/man1/svndumpfilter.1.gz @@ -153,21 +168,6 @@ man/man8/svnserve.8.gz %%NLS%%share/locale/sv/LC_MESSAGES/subversion.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/subversion.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/subversion.mo -libdata/pkgconfig/libsvn_client.pc -libdata/pkgconfig/libsvn_delta.pc -libdata/pkgconfig/libsvn_diff.pc -libdata/pkgconfig/libsvn_fs.pc -%%BDB%%libdata/pkgconfig/libsvn_fs_base.pc -libdata/pkgconfig/libsvn_fs_fs.pc -libdata/pkgconfig/libsvn_fs_util.pc -libdata/pkgconfig/libsvn_fs_x.pc -libdata/pkgconfig/libsvn_ra.pc -libdata/pkgconfig/libsvn_ra_local.pc -%%SERF%%libdata/pkgconfig/libsvn_ra_serf.pc -libdata/pkgconfig/libsvn_ra_svn.pc -libdata/pkgconfig/libsvn_repos.pc -libdata/pkgconfig/libsvn_subr.pc -libdata/pkgconfig/libsvn_wc.pc %%DATADIR%%/backup/hot-backup.py %%DATADIR%%/bdb/erase-all-text-data.py %%DATADIR%%/bdb/skel.py @@ -342,9 +342,11 @@ libdata/pkgconfig/libsvn_wc.pc %%DATADIR%%/dist/README.advisory %%DATADIR%%/dist/README.backport %%DATADIR%%/dist/advisory.py +%%DATADIR%%/dist/backport.pl %%DATADIR%%/dist/backport/__init__.py %%DATADIR%%/dist/backport/merger.py %%DATADIR%%/dist/backport/status.py +%%DATADIR%%/dist/backport_tests.py %%DATADIR%%/dist/backport_tests_data/backport_accept.dump %%DATADIR%%/dist/backport_tests_data/backport_branch_with_original_revision.dump %%DATADIR%%/dist/backport_tests_data/backport_branches.dump @@ -355,8 +357,6 @@ libdata/pkgconfig/libsvn_wc.pc %%DATADIR%%/dist/backport_tests_data/backport_unicode_entry.dump %%DATADIR%%/dist/backport_tests_pl.py %%DATADIR%%/dist/backport_tests_py.py -%%DATADIR%%/dist/backport.pl -%%DATADIR%%/dist/backport_tests.py %%DATADIR%%/dist/changes-to-html.py %%DATADIR%%/dist/checksums.py %%DATADIR%%/dist/create-minor-release-branch.py From owner-svn-ports-all@freebsd.org Mon May 6 11:58:50 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA6111587EFE; Mon, 6 May 2019 11:58:49 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7F4866D03F; Mon, 6 May 2019 11:58:49 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5A5AF6733; Mon, 6 May 2019 11:58:49 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x46BwnVY072989; Mon, 6 May 2019 11:58:49 GMT (envelope-from lev@FreeBSD.org) Received: (from lev@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x46BwmWZ072987; Mon, 6 May 2019 11:58:48 GMT (envelope-from lev@FreeBSD.org) Message-Id: <201905061158.x46BwmWZ072987@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lev set sender to lev@FreeBSD.org using -f From: "Lev A. Serebryakov" Date: Mon, 6 May 2019 11:58:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500915 - head/devel/subversion-lts X-SVN-Group: ports-head X-SVN-Commit-Author: lev X-SVN-Commit-Paths: head/devel/subversion-lts X-SVN-Commit-Revision: 500915 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7F4866D03F X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 11:58:50 -0000 Author: lev Date: Mon May 6 11:58:48 2019 New Revision: 500915 URL: https://svnweb.freebsd.org/changeset/ports/500915 Log: update to 1.10.4. This fix CVE-2018-11803. PR: 237690 Submitted by: ohauer@FreeBSD.org Modified: head/devel/subversion-lts/Makefile.common head/devel/subversion-lts/distinfo head/devel/subversion-lts/pkg-plist Modified: head/devel/subversion-lts/Makefile.common ============================================================================== --- head/devel/subversion-lts/Makefile.common Mon May 6 11:56:47 2019 (r500914) +++ head/devel/subversion-lts/Makefile.common Mon May 6 11:58:48 2019 (r500915) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= subversion -PORTVERSION= 1.10.3 +PORTVERSION= 1.10.4 PORTREVISION?= 0 CATEGORIES+= devel MASTER_SITES= APACHE/subversion Modified: head/devel/subversion-lts/distinfo ============================================================================== --- head/devel/subversion-lts/distinfo Mon May 6 11:56:47 2019 (r500914) +++ head/devel/subversion-lts/distinfo Mon May 6 11:58:48 2019 (r500915) @@ -1,3 +1,3 @@ -TIMESTAMP = 1539183639 -SHA256 (subversion-1.10.3.tar.bz2) = 9f0daac8b84aefaa77ad54dd05ab578ecc939d8e72d08c0cd4f61315921dd9fc -SIZE (subversion-1.10.3.tar.bz2) = 8374465 +TIMESTAMP = 1547136884 +SHA256 (subversion-1.10.4.tar.bz2) = 8262eeabec8059736476f5fdda8682786939cead9da263b839345a3170db81a1 +SIZE (subversion-1.10.4.tar.bz2) = 8392477 Modified: head/devel/subversion-lts/pkg-plist ============================================================================== --- head/devel/subversion-lts/pkg-plist Mon May 6 11:56:47 2019 (r500914) +++ head/devel/subversion-lts/pkg-plist Mon May 6 11:58:48 2019 (r500915) @@ -129,6 +129,21 @@ lib/libsvn_wc-1.a %%NO_STATIC%%lib/libsvn_wc-1.so %%NO_STATIC%%lib/libsvn_wc-1.so.0 %%NO_STATIC%%lib/libsvn_wc-1.so.0.0.0 +libdata/pkgconfig/libsvn_client.pc +libdata/pkgconfig/libsvn_delta.pc +libdata/pkgconfig/libsvn_diff.pc +libdata/pkgconfig/libsvn_fs.pc +%%BDB%%libdata/pkgconfig/libsvn_fs_base.pc +libdata/pkgconfig/libsvn_fs_fs.pc +libdata/pkgconfig/libsvn_fs_util.pc +libdata/pkgconfig/libsvn_fs_x.pc +libdata/pkgconfig/libsvn_ra.pc +libdata/pkgconfig/libsvn_ra_local.pc +%%SERF%%libdata/pkgconfig/libsvn_ra_serf.pc +libdata/pkgconfig/libsvn_ra_svn.pc +libdata/pkgconfig/libsvn_repos.pc +libdata/pkgconfig/libsvn_subr.pc +libdata/pkgconfig/libsvn_wc.pc man/man1/svn.1.gz man/man1/svnadmin.1.gz man/man1/svndumpfilter.1.gz @@ -151,21 +166,6 @@ man/man8/svnserve.8.gz %%NLS%%share/locale/sv/LC_MESSAGES/subversion.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/subversion.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/subversion.mo -libdata/pkgconfig/libsvn_client.pc -libdata/pkgconfig/libsvn_delta.pc -libdata/pkgconfig/libsvn_diff.pc -libdata/pkgconfig/libsvn_fs.pc -%%BDB%%libdata/pkgconfig/libsvn_fs_base.pc -libdata/pkgconfig/libsvn_fs_fs.pc -libdata/pkgconfig/libsvn_fs_util.pc -libdata/pkgconfig/libsvn_fs_x.pc -libdata/pkgconfig/libsvn_ra.pc -libdata/pkgconfig/libsvn_ra_local.pc -%%SERF%%libdata/pkgconfig/libsvn_ra_serf.pc -libdata/pkgconfig/libsvn_ra_svn.pc -libdata/pkgconfig/libsvn_repos.pc -libdata/pkgconfig/libsvn_subr.pc -libdata/pkgconfig/libsvn_wc.pc %%DATADIR%%/backup/hot-backup.py %%DATADIR%%/bdb/erase-all-text-data.py %%DATADIR%%/bdb/skel.py @@ -351,9 +351,11 @@ libdata/pkgconfig/libsvn_wc.pc %%DATADIR%%/dist/README.advisory %%DATADIR%%/dist/README.backport %%DATADIR%%/dist/advisory.py +%%DATADIR%%/dist/backport.pl %%DATADIR%%/dist/backport/__init__.py %%DATADIR%%/dist/backport/merger.py %%DATADIR%%/dist/backport/status.py +%%DATADIR%%/dist/backport_tests.py %%DATADIR%%/dist/backport_tests_data/backport_accept.dump %%DATADIR%%/dist/backport_tests_data/backport_branch_with_original_revision.dump %%DATADIR%%/dist/backport_tests_data/backport_branches.dump @@ -363,8 +365,6 @@ libdata/pkgconfig/libsvn_wc.pc %%DATADIR%%/dist/backport_tests_data/backport_unicode_entry.dump %%DATADIR%%/dist/backport_tests_pl.py %%DATADIR%%/dist/backport_tests_py.py -%%DATADIR%%/dist/backport.pl -%%DATADIR%%/dist/backport_tests.py %%DATADIR%%/dist/checksums.py %%DATADIR%%/dist/detect-conflicting-backports.py %%DATADIR%%/dist/dist.sh From owner-svn-ports-all@freebsd.org Mon May 6 12:02:23 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D0B81588AA8; Mon, 6 May 2019 12:02:23 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pf1-x432.google.com (mail-pf1-x432.google.com [IPv6:2607:f8b0:4864:20::432]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A40016D678; Mon, 6 May 2019 12:02:22 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pf1-x432.google.com with SMTP id z28so6670213pfk.0; Mon, 06 May 2019 05:02:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:reply-to:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=VouwNUOJ7KUYN8AcHpSmpElYTRlZSii4sxoQ2MzM2Vs=; b=WahJGyfgduYiGEj5cgXa8mfHKxFnW1iU4PFQYGXPbkH/cuLnAlKlH/UyOxrhz1GIrS +KGhICkuS7Bx1NxTp4BJ7GpaJFdZzu8f8DIdz4AqX4vAj0wZRbvARL6jWAjay/h+wBwf qiSOls+TAaftDUKOevgQexVDnMMwQGZ+Xr4puRGfrrPzeynIRJBQlQt4iTbF9obn0pwX ZKiJ3Zl00yCv9Nh5cqBUZx2ldU9ke4DtVjInJYPTWCW/5R5BKm2BhdQF287ULmHKVdef 7KfS0QPYGE+alQLN30/IhPreM35WBGAJBGjhRjw2nszjUwDiKc0f3nQ66JodczUekXXD 37Ng== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:reply-to:subject:to:references:cc:from :message-id:date:user-agent:mime-version:in-reply-to :content-language:content-transfer-encoding; bh=VouwNUOJ7KUYN8AcHpSmpElYTRlZSii4sxoQ2MzM2Vs=; b=BYhLZCi/dQQZcGYMZzrliRztUh/H0mWUlr6DDO1pqGZfcgyMnVCbyL2yo9568Ia1vq cC2GhzpWyQIbGdMlgim9ct/xA3J07mFIkv6aMgMEJmsazoMNTOgi4AGYLEGNjrr/pbhi k/USqY3bEHwd+0E1ElY/P7dG0KM6lYLCbKsspr9W2sahqMsnt6vWlvTTsctd8Ls7uuLO LH58M2MJ5crpuQFapzrLpmzHBv/groKCfZs0Q2JcP6mzLTQHsnQ6sgZzl6kZvv8hCA4T 1LMtHFVap6uHrpuBbw2ILBjLyNxUuSRACVS22ar2K76NjY5MIgB4kNnFd978HBNe4uiT RCjQ== X-Gm-Message-State: APjAAAVwJMzAcH4oksnl9dWc2Tff0wxEgnzpdJREvFP32SQTycSMLMpH uFzZtL/U6TnpPy+XsSwBA8LaO8Yp X-Google-Smtp-Source: APXvYqwXp2Su+F3o4qxjhNTaRMsk6fTdpOz9RONkTz329aCo9fm6c3KA/qXGFVlFKHxPQMIaylgOdQ== X-Received: by 2002:a65:5687:: with SMTP id v7mr31279813pgs.299.1557144141393; Mon, 06 May 2019 05:02:21 -0700 (PDT) Received: from ?IPv6:2403:5800:7100:5d01:3014:b837:cf8d:f185? (2403-5800-7100-5d01-3014-b837-cf8d-f185.ip6.aussiebb.net. [2403:5800:7100:5d01:3014:b837:cf8d:f185]) by smtp.gmail.com with ESMTPSA id b77sm22729567pfj.99.2019.05.06.05.02.19 (version=TLS1_3 cipher=AEAD-AES128-GCM-SHA256 bits=128/128); Mon, 06 May 2019 05:02:20 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r500915 - head/devel/subversion-lts To: "Lev A. Serebryakov" , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201905061158.x46BwmWZ072987@repo.freebsd.org> Cc: FreeBSD Ports Security Team From: Kubilay Kocak Message-ID: Date: Mon, 6 May 2019 22:02:15 +1000 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Thunderbird/67.0 MIME-Version: 1.0 In-Reply-To: <201905061158.x46BwmWZ072987@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: A40016D678 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.97 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.965,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; TAGGED_FROM(0.00)[] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 12:02:23 -0000 On 6/05/2019 9:58 pm, Lev A. Serebryakov wrote: > Author: lev > Date: Mon May 6 11:58:48 2019 > New Revision: 500915 > URL: https://svnweb.freebsd.org/changeset/ports/500915 > > Log: > update to 1.10.4. > > This fix CVE-2018-11803. > > PR: 237690 > Submitted by: ohauer@FreeBSD.org Hi Lev, Will this be added to security/vuxml and will it be MFH'd ? > > Modified: > head/devel/subversion-lts/Makefile.common > head/devel/subversion-lts/distinfo > head/devel/subversion-lts/pkg-plist > > Modified: head/devel/subversion-lts/Makefile.common > ============================================================================== > --- head/devel/subversion-lts/Makefile.common Mon May 6 11:56:47 2019 (r500914) > +++ head/devel/subversion-lts/Makefile.common Mon May 6 11:58:48 2019 (r500915) > @@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME?= subversion > -PORTVERSION= 1.10.3 > +PORTVERSION= 1.10.4 > PORTREVISION?= 0 > CATEGORIES+= devel > MASTER_SITES= APACHE/subversion > > Modified: head/devel/subversion-lts/distinfo > ============================================================================== > --- head/devel/subversion-lts/distinfo Mon May 6 11:56:47 2019 (r500914) > +++ head/devel/subversion-lts/distinfo Mon May 6 11:58:48 2019 (r500915) > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1539183639 > -SHA256 (subversion-1.10.3.tar.bz2) = 9f0daac8b84aefaa77ad54dd05ab578ecc939d8e72d08c0cd4f61315921dd9fc > -SIZE (subversion-1.10.3.tar.bz2) = 8374465 > +TIMESTAMP = 1547136884 > +SHA256 (subversion-1.10.4.tar.bz2) = 8262eeabec8059736476f5fdda8682786939cead9da263b839345a3170db81a1 > +SIZE (subversion-1.10.4.tar.bz2) = 8392477 > > Modified: head/devel/subversion-lts/pkg-plist > ============================================================================== > --- head/devel/subversion-lts/pkg-plist Mon May 6 11:56:47 2019 (r500914) > +++ head/devel/subversion-lts/pkg-plist Mon May 6 11:58:48 2019 (r500915) > @@ -129,6 +129,21 @@ lib/libsvn_wc-1.a > %%NO_STATIC%%lib/libsvn_wc-1.so > %%NO_STATIC%%lib/libsvn_wc-1.so.0 > %%NO_STATIC%%lib/libsvn_wc-1.so.0.0.0 > +libdata/pkgconfig/libsvn_client.pc > +libdata/pkgconfig/libsvn_delta.pc > +libdata/pkgconfig/libsvn_diff.pc > +libdata/pkgconfig/libsvn_fs.pc > +%%BDB%%libdata/pkgconfig/libsvn_fs_base.pc > +libdata/pkgconfig/libsvn_fs_fs.pc > +libdata/pkgconfig/libsvn_fs_util.pc > +libdata/pkgconfig/libsvn_fs_x.pc > +libdata/pkgconfig/libsvn_ra.pc > +libdata/pkgconfig/libsvn_ra_local.pc > +%%SERF%%libdata/pkgconfig/libsvn_ra_serf.pc > +libdata/pkgconfig/libsvn_ra_svn.pc > +libdata/pkgconfig/libsvn_repos.pc > +libdata/pkgconfig/libsvn_subr.pc > +libdata/pkgconfig/libsvn_wc.pc > man/man1/svn.1.gz > man/man1/svnadmin.1.gz > man/man1/svndumpfilter.1.gz > @@ -151,21 +166,6 @@ man/man8/svnserve.8.gz > %%NLS%%share/locale/sv/LC_MESSAGES/subversion.mo > %%NLS%%share/locale/zh_CN/LC_MESSAGES/subversion.mo > %%NLS%%share/locale/zh_TW/LC_MESSAGES/subversion.mo > -libdata/pkgconfig/libsvn_client.pc > -libdata/pkgconfig/libsvn_delta.pc > -libdata/pkgconfig/libsvn_diff.pc > -libdata/pkgconfig/libsvn_fs.pc > -%%BDB%%libdata/pkgconfig/libsvn_fs_base.pc > -libdata/pkgconfig/libsvn_fs_fs.pc > -libdata/pkgconfig/libsvn_fs_util.pc > -libdata/pkgconfig/libsvn_fs_x.pc > -libdata/pkgconfig/libsvn_ra.pc > -libdata/pkgconfig/libsvn_ra_local.pc > -%%SERF%%libdata/pkgconfig/libsvn_ra_serf.pc > -libdata/pkgconfig/libsvn_ra_svn.pc > -libdata/pkgconfig/libsvn_repos.pc > -libdata/pkgconfig/libsvn_subr.pc > -libdata/pkgconfig/libsvn_wc.pc > %%DATADIR%%/backup/hot-backup.py > %%DATADIR%%/bdb/erase-all-text-data.py > %%DATADIR%%/bdb/skel.py > @@ -351,9 +351,11 @@ libdata/pkgconfig/libsvn_wc.pc > %%DATADIR%%/dist/README.advisory > %%DATADIR%%/dist/README.backport > %%DATADIR%%/dist/advisory.py > +%%DATADIR%%/dist/backport.pl > %%DATADIR%%/dist/backport/__init__.py > %%DATADIR%%/dist/backport/merger.py > %%DATADIR%%/dist/backport/status.py > +%%DATADIR%%/dist/backport_tests.py > %%DATADIR%%/dist/backport_tests_data/backport_accept.dump > %%DATADIR%%/dist/backport_tests_data/backport_branch_with_original_revision.dump > %%DATADIR%%/dist/backport_tests_data/backport_branches.dump > @@ -363,8 +365,6 @@ libdata/pkgconfig/libsvn_wc.pc > %%DATADIR%%/dist/backport_tests_data/backport_unicode_entry.dump > %%DATADIR%%/dist/backport_tests_pl.py > %%DATADIR%%/dist/backport_tests_py.py > -%%DATADIR%%/dist/backport.pl > -%%DATADIR%%/dist/backport_tests.py > %%DATADIR%%/dist/checksums.py > %%DATADIR%%/dist/detect-conflicting-backports.py > %%DATADIR%%/dist/dist.sh > From owner-svn-ports-all@freebsd.org Mon May 6 12:10:07 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B92F91588E20; Mon, 6 May 2019 12:10:07 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F4336D930; Mon, 6 May 2019 12:10:07 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from onlyone.not-for.work (onlyone.not-for.work [IPv6:2a01:4f8:201:6350::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: lev/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id F24AF1396D; Mon, 6 May 2019 12:10:06 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from [192.168.23.186] (unknown [89.113.128.32]) (Authenticated sender: lev@serebryakov.spb.ru) by onlyone.not-for.work (Postfix) with ESMTPSA id 0CBCC163FB; Mon, 6 May 2019 15:10:05 +0300 (MSK) Reply-To: lev@FreeBSD.org Subject: Re: svn commit: r500915 - head/devel/subversion-lts To: koobs@FreeBSD.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Cc: FreeBSD Ports Security Team References: <201905061158.x46BwmWZ072987@repo.freebsd.org> From: Lev Serebryakov Openpgp: preference=signencrypt Autocrypt: addr=lev@FreeBSD.org; prefer-encrypt=mutual; keydata= mQINBFKbGksBEADeguVs+XyJc3mL3iiOBqDd16wSk97YTJYOi4VsHsINzJr09oFvNDiaDBIi fLn2p8XcJvehcsF2GSgrfXfw+uK4O1jyNIKJmiYA0EtE+ZbRtvDrrE0w6Q8+SDeKA21SWh3Y vSQ0DJUontbgW55ER2CbEiIUTIn34uQ0kmESAaw/v5p/9ue8yPTmURvv130FqPFz8VPzltqL NxyGt54TxPfKAzAHEIwxlEZ63JOwzloKh1UDBExcsf9nJO08/TAVgR5UZ5njFBPzaaquhRoP qPJLEQQDqxPIlvMNtHKf7iIebE4BHeqgCdJA0BoiR6gpa0wlsZtdrTPK3n4wYSphLvGbhfOZ YW/hbcu7HYS/FImkVxB3iY17kcC1UTnx4ZaYeASPBGOOPbXky1lLfmDGWIFT//70yx+G17qD OZzF1SvJJhGvh6ilFYaWMX7T+nIp6Mcafc4D7AakXM+XdubNXOMlCJhzPcZ0skgAEnYV587w V7em5fDVwQccwvtfezzqKeJAU5TGiywBHSR5Svzk2FwRNf6M//hWkpq0SRR63iOhkHGOAEBi 69GfEIwH2/w24rLxP0E+Hqq8n+EWNkPatw1Mhcl5PKkdvGCjJUaGNMkpBffjyYo254JXRscR eEnwdIkJt4ErDvjb2/UrOFq31wWMOiLzJeVchAgvTHBMRfP9aQARAQABtCFMZXYgU2VyZWJy eWFrb3YgPGxldkBGcmVlQlNELm9yZz6JAlYEEwEIAEACGwMHCwkIBwMCAQYVCAIJCgsEFgID AQIeAQIXgBYhBPltHKC19DGLZ0szCuqwPFi/3EePBQJb/TeXBQkPBbfGAAoJEOqwPFi/3EeP LtEQANQLS89OCDSnLDZLyCj7sH5GZbTikJp9Or2McqEOpjgtfY/OgqCe7lfo8f71tTN3gL2t VGtNEtsl6CqKeBdm6fqsetCAed2+waJfbXLZWReLRSFQJ/cbof8MB3h/uEw8Zng1ZbyEU0eG rc41Mhk8bTfxjNRjkXDbp0+2xug+eRr2RYhiY2SxH+iy57AbRIu9gkjfL05VztfvsV5dPxt7 +reHf2Vhtu+qCRtCytGQqDvYWGpVZ8U5fHJxFdsJpn66LAe8w+iRGCbppB5TKeHkqWqDb++u sd5ZHzwep/7qcLBeKggi8+a2C3J1J4TpYBwdPgusrGtBPf2EYSTc/0mW5j86g1l8UDN9qXAI FvWbKf22p5SlYUzf5qRLny4ZdDl1mH13lmJV7ZkZGMKnt0IjJ2x0LRgLGhiSm/D4Lh8yc/MX uhj9BB020XbWcMUPpA7S7YaWeIXbnK3NrPU0yk77prFJblfskOwuaxJIwa2mX+cCAQA95As5 2talifo4Kh8OLSvS1gpbMo64LllTzuGbCWuKecH3fpMlZlD7/10z9lBvkSXA7KgadDfN0yHO xGCK8KE9gXXmEVRlbgGDYOJw9FLWHuSZHUvQTkmr4goXrmMIKa9A4BKO3s9vowP4pJ0vp3kz MIBeEwKSvAeZZfgKbIKggKUuQ5gsAqvF360sG3+UuQINBFKbGksBEAC0a9wfjo2P3JyT7Lc+ QlbFVshGbSbazb4ma7QYG5IZZD5vfLBFkePoG6cnrn3WCXp4A43hszAynCwe4eXyAkv4+gPF 3ZSeNE5Wz3zYG+jh2nm2iGCkyaVykfbA+2chor2DKH5tHpuNMBlF+wSJHZKJmlo/sFIktAnV 1NBVg4/cL+9/hIpvl82cl3hYCD7/e7/qRE+w38CpAAzn65FvbODn7xlY3fsJt+cHPBJ4EBM9 KnTwcce+F+72RQMZQEl7vIAwSRmLdgZHN0MFC533l62SVoKjT0eaOOIBrvesmojhWjfwugib Xr+WRF/tGcW77Bxwe2eQLbEVESqWeMORxRxocx7Q7aACoHmf4G4U1Vzx7zUEfNfHjfjZeQVf AURf/MoUelZSW/BmMIfKCg3lRlWAt+Pq2h2UADPVqAZze45beE/c8z8LZsOZiGoRhYL8NSg6 +ziLTdmYLWdtFGAuZhqOtNp5h6tGj21OksBotcaIa5YjbCmmnImIjGlSBkUKvIhq/RXth5b2 gNwaQdu+Yv4AlZVHRsuVywL/skDFL5+We11bDK6MQ5PzvmntRJcgbyoisn1hiV04OV1LpJJM kJn1j8VlBqDQNT/z+BjB0ru/0anv+5uLj7v0ck06rEo4yiXT/ZAcBM76j7V7FaGbkoba6bUU CQ2H5YYBOKpikjCnpwARAQABiQI8BBgBCAAmAhsMFiEE+W0coLX0MYtnSzMK6rA8WL/cR48F Alv9N7IFCQ8Ft+cACgkQ6rA8WL/cR49wpw//W7QrZHKYUWEVHtPLVMlcM1f7MgwnYlIRe/I6 gykwvt87sqxSYu7eHxfX6JZR2M9UYuUYscSR57gxXKu2Uzqaz2KjvEIXJCwCTsuXZjkQ19oL hAPsucw2AcMI6YqPXbZ7hO0Mh8jMeJzD6vDvx3zvunQxGQoZKxr3BvRUyO7NCYbA7N8ccI3E Tmdjj9JTbtue9WaUeGLszFDiITmkASBdsK07y4ylLAJzUGCvYLBU3gx0bBOB2S8SbxHYmQlj ewjovbp+MbT+CoXNxZp+gDRModGyIMdRIotkRiDbgNl0VWIT0SS1GUUlUHKzQ/ZPUvpvk6Gq s/SYBS7rBQNSoXXmJxNW6I6atVNW7JhInC1tkHxBlbpik4FK07J6NHFTx+9ygyCxbxwNA/Le FGkL3kU0VFXR2dNiAVbeueUPF6tU5Bye5ftgpLKOSAbo1g++EKUkc8335/4oYRBMcGEk4xUr NAvzoFPhA2W3KtklruJ9ThrFt9+//NB5ySlVgTwGWMuBJoskEmNOTBv34/UQPUIuE4xSwy6y H+nRQJooiMFo5QCosslJPlwyV63NS9lYXB6n3QWOCP6sFdWACNUCOFv4uk7LQdY9BsCmt2Tk cLuHmoS+fvUesQXnYV2aQi9HciriPIj2gvJ6WjgiaC/PpePil0fzyrfG/JMyHL0qcgmYoj0= Organization: FreeBSD Message-ID: <239b5e72-ab45-c28d-b224-f1d487639fca@FreeBSD.org> Date: Mon, 6 May 2019 15:09:43 +0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="olf1adyZexShNfoPfb4IYNcPPJDLSu2zo" X-Rspamd-Queue-Id: 4F4336D930 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.96 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.96)[-0.958,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 12:10:08 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --olf1adyZexShNfoPfb4IYNcPPJDLSu2zo Content-Type: multipart/mixed; boundary="0fgNzyCKV0Uk2DsZsHl90XG2ZLnBpSZ2N"; protected-headers="v1" From: Lev Serebryakov Reply-To: lev@FreeBSD.org To: koobs@FreeBSD.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Cc: FreeBSD Ports Security Team Message-ID: <239b5e72-ab45-c28d-b224-f1d487639fca@FreeBSD.org> Subject: Re: svn commit: r500915 - head/devel/subversion-lts References: <201905061158.x46BwmWZ072987@repo.freebsd.org> In-Reply-To: --0fgNzyCKV0Uk2DsZsHl90XG2ZLnBpSZ2N Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 06.05.2019 15:02, Kubilay Kocak wrote: > Will this be added to security/vuxml and will it be MFH'd ? It is "new" port, it could not be merged to quarterly. And this vulnerability is already in security/vuxml, for other ports. Good question is, should I fix this old security/vuxml record? --=20 // Lev Serebryakov --0fgNzyCKV0Uk2DsZsHl90XG2ZLnBpSZ2N-- --olf1adyZexShNfoPfb4IYNcPPJDLSu2zo Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEE+W0coLX0MYtnSzMK6rA8WL/cR48FAlzQJBtfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEY5 NkQxQ0EwQjVGNDMxOEI2NzRCMzMwQUVBQjAzQzU4QkZEQzQ3OEYACgkQ6rA8WL/c R4/aZw//ZW3r8DHJMqH5UZ/t8JO5NPic9swx7QfBc/yojXr+PAgCX5NChjZphTMo s0+Vrd+nfi97UBZyv3m435B+nUSLBzngSr9ou1u8cSrNsPhV1+fPjMKwnYXn5Jns RDtAG0hyBRE4Gcme8+3XeJzeNWR6ED2AWA4qbdHtrjcEDbovNfCCjk73eIldjHbe 699h+LOpM0Bxk7ENXuedNbsGeSysf8Y9yEXBXloL5hS5eNxLmWBy6rU/qd4tiami 58QqqD00+g6z+eKFslMnHUgmT6ik9ZyrG5+9uH0j5PVV29tB1rPifgSM86HG0/QE b8MzHhQ1tAB1PpgYCU7buVgKODk3EoWX3rOIvELUK3ZXA/+YJi2cBqfM02aeWuxz upQ4o5PxGv3yhlUvDLg+jehqWFWCw9nrk98B5bfRLfSESFfL97agL7HJkA4bX7Iw B8zMMKgRL1xAUDyeynkAFwoatZSqcGwThXWsnQ0aQQMa2acmEcw8iWdxJi+KiGkp Mq9PGpQNPFbvBAU9zj6Tm6/q0nGsdvKhaHeCT4KWDFEgeU4tlXyWOovKo76FCJDL VMHh36HcaiaVfzYHd79EKXuO13+hHbFyDhGfM8w0OXImukeY8awzVz1nAnNdcXbH //OnC7MkrUzz1EmESydA5d2ZMwGP64W08QpdU5Q69Xwo6R45CGM= =jztY -----END PGP SIGNATURE----- --olf1adyZexShNfoPfb4IYNcPPJDLSu2zo-- From owner-svn-ports-all@freebsd.org Mon May 6 12:18:09 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D2A941589083; Mon, 6 May 2019 12:18:08 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pf1-x436.google.com (mail-pf1-x436.google.com [IPv6:2607:f8b0:4864:20::436]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DD766DD30; Mon, 6 May 2019 12:18:08 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pf1-x436.google.com with SMTP id l132so1724200pfc.8; Mon, 06 May 2019 05:18:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:reply-to:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=YRqfS2Rw3fzfuRvVO1AeF88f/yOmf7/NEu5C9qrhfGE=; b=XG4JpSobGh8Byl3pifoYy5Hz0AouXhTLLVI+915M9LyfAxD/o7+KEij4UA3kirYF67 5Ah/7Mt8FrJdYyvC98PsHsGK8jKCHoSRJwtM9NBGtdWYSlCfStFnYwaLUjvEqHSgpOd5 iQcop1MnVU1BW59B1b3R0/bJp4Jj1PoIlZx0MwtGYK6C3R2mosjfXolRVfwBTRrP3yqq ZpSuK3T8Ue1JNZd5+vZLBgDnRFv7tcSL69Hi5PBLFLdbF5RhDvwRw1B2YeXWpPwUPZ2t ANwGd20vLGjWBAMPGL8LMXk+4JD9/Jkh9k9zHq5GSQkWQkPmGscsZMJktOWXqorYLwMs pCNw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:reply-to:subject:to:cc:references:from :message-id:date:user-agent:mime-version:in-reply-to :content-language:content-transfer-encoding; bh=YRqfS2Rw3fzfuRvVO1AeF88f/yOmf7/NEu5C9qrhfGE=; b=bl+3qf1QbIKpMxWtfpCuCAHerusGVb+0Wx9pDwTNY0J+fEKn8lvf2/50OC6AV8K7uZ TydzjRoHlqLdEmMm7Tgi3xAQJ0BTbfJCgt+C8FNUMEcRCKmZXTK23r1E7QE8YR98eKDa kkrB279cLtschv/SipQ2SSHXYeBdd7OUeE4BZKh3xx9Ct62uUYYa0MqVturkE0mYWGEc z86mUs9bgA0XRUsab/MP/2UfHk+1/ZPwUO10u0YUBha9BTxT2YMU2/nLTNx1Cj6cCZuk i5W0y0gWRX/FQTaukDzegu4WiuLUEWL3IrLBxP218FR/bE4uclBMHpGBcBRveJpRjJET txKw== X-Gm-Message-State: APjAAAW6fhuyj4ygeIC1Xd9SmIK+JONbjDzARE0dNOF4Mn5I+qgeJIfu 1jB4ycoHBTvSAQsKHRZ9gljqP+H4 X-Google-Smtp-Source: APXvYqxc6Ri3nUTNTvxlKmJ4vC+FjM28oin5Q97yoiPa1C6BZsYwYU8bBLJG5SRtS1FFnpPC+L1W8Q== X-Received: by 2002:a63:ed4e:: with SMTP id m14mr32102679pgk.182.1557145086581; Mon, 06 May 2019 05:18:06 -0700 (PDT) Received: from ?IPv6:2403:5800:7100:5d01:3014:b837:cf8d:f185? (2403-5800-7100-5d01-3014-b837-cf8d-f185.ip6.aussiebb.net. [2403:5800:7100:5d01:3014:b837:cf8d:f185]) by smtp.gmail.com with ESMTPSA id p66sm15120726pfb.4.2019.05.06.05.18.03 (version=TLS1_3 cipher=AEAD-AES128-GCM-SHA256 bits=128/128); Mon, 06 May 2019 05:18:06 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r500915 - head/devel/subversion-lts To: lev@FreeBSD.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Cc: FreeBSD Ports Security Team References: <201905061158.x46BwmWZ072987@repo.freebsd.org> <239b5e72-ab45-c28d-b224-f1d487639fca@FreeBSD.org> From: Kubilay Kocak Message-ID: <391a0a82-1892-a1bf-cc72-8e1cc5892a65@FreeBSD.org> Date: Mon, 6 May 2019 22:18:02 +1000 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Thunderbird/67.0 MIME-Version: 1.0 In-Reply-To: <239b5e72-ab45-c28d-b224-f1d487639fca@FreeBSD.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4DD766DD30 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.88 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.88)[-0.882,0]; TAGGED_FROM(0.00)[] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 12:18:09 -0000 On 6/05/2019 10:09 pm, Lev Serebryakov wrote: > On 06.05.2019 15:02, Kubilay Kocak wrote: > >> Will this be added to security/vuxml and will it be MFH'd ? > It is "new" port, it could not be merged to quarterly. > > And this vulnerability is already in security/vuxml, for other ports. > Good question is, should I fix this old security/vuxml record? > Since its the same underlying vulnerability, I'd amend the existing vuxml entry (4af3241d-1f0c-11e9-b4bd-d43d7eed0ce2) - Adding a second entry for subversion-lts I'd probably also remove "www/mod_dav_svn" from the topic, as if affects multiple port/package names. From owner-svn-ports-all@freebsd.org Mon May 6 12:20:07 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F52B1589104; Mon, 6 May 2019 12:20:07 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EC6446DE55; Mon, 6 May 2019 12:20:06 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from onlyone.not-for.work (onlyone.not-for.work [IPv6:2a01:4f8:201:6350::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: lev/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 8229F13A81; Mon, 6 May 2019 12:20:06 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from [192.168.23.186] (unknown [89.113.128.32]) (Authenticated sender: lev@serebryakov.spb.ru) by onlyone.not-for.work (Postfix) with ESMTPSA id 0ABD7163FF; Mon, 6 May 2019 15:20:04 +0300 (MSK) Reply-To: lev@FreeBSD.org Subject: Re: svn commit: r500915 - head/devel/subversion-lts To: koobs@FreeBSD.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Cc: FreeBSD Ports Security Team References: <201905061158.x46BwmWZ072987@repo.freebsd.org> <239b5e72-ab45-c28d-b224-f1d487639fca@FreeBSD.org> <391a0a82-1892-a1bf-cc72-8e1cc5892a65@FreeBSD.org> From: Lev Serebryakov Openpgp: preference=signencrypt Autocrypt: addr=lev@FreeBSD.org; prefer-encrypt=mutual; keydata= mQINBFKbGksBEADeguVs+XyJc3mL3iiOBqDd16wSk97YTJYOi4VsHsINzJr09oFvNDiaDBIi fLn2p8XcJvehcsF2GSgrfXfw+uK4O1jyNIKJmiYA0EtE+ZbRtvDrrE0w6Q8+SDeKA21SWh3Y vSQ0DJUontbgW55ER2CbEiIUTIn34uQ0kmESAaw/v5p/9ue8yPTmURvv130FqPFz8VPzltqL NxyGt54TxPfKAzAHEIwxlEZ63JOwzloKh1UDBExcsf9nJO08/TAVgR5UZ5njFBPzaaquhRoP qPJLEQQDqxPIlvMNtHKf7iIebE4BHeqgCdJA0BoiR6gpa0wlsZtdrTPK3n4wYSphLvGbhfOZ YW/hbcu7HYS/FImkVxB3iY17kcC1UTnx4ZaYeASPBGOOPbXky1lLfmDGWIFT//70yx+G17qD OZzF1SvJJhGvh6ilFYaWMX7T+nIp6Mcafc4D7AakXM+XdubNXOMlCJhzPcZ0skgAEnYV587w V7em5fDVwQccwvtfezzqKeJAU5TGiywBHSR5Svzk2FwRNf6M//hWkpq0SRR63iOhkHGOAEBi 69GfEIwH2/w24rLxP0E+Hqq8n+EWNkPatw1Mhcl5PKkdvGCjJUaGNMkpBffjyYo254JXRscR eEnwdIkJt4ErDvjb2/UrOFq31wWMOiLzJeVchAgvTHBMRfP9aQARAQABtCFMZXYgU2VyZWJy eWFrb3YgPGxldkBGcmVlQlNELm9yZz6JAlYEEwEIAEACGwMHCwkIBwMCAQYVCAIJCgsEFgID AQIeAQIXgBYhBPltHKC19DGLZ0szCuqwPFi/3EePBQJb/TeXBQkPBbfGAAoJEOqwPFi/3EeP LtEQANQLS89OCDSnLDZLyCj7sH5GZbTikJp9Or2McqEOpjgtfY/OgqCe7lfo8f71tTN3gL2t VGtNEtsl6CqKeBdm6fqsetCAed2+waJfbXLZWReLRSFQJ/cbof8MB3h/uEw8Zng1ZbyEU0eG rc41Mhk8bTfxjNRjkXDbp0+2xug+eRr2RYhiY2SxH+iy57AbRIu9gkjfL05VztfvsV5dPxt7 +reHf2Vhtu+qCRtCytGQqDvYWGpVZ8U5fHJxFdsJpn66LAe8w+iRGCbppB5TKeHkqWqDb++u sd5ZHzwep/7qcLBeKggi8+a2C3J1J4TpYBwdPgusrGtBPf2EYSTc/0mW5j86g1l8UDN9qXAI FvWbKf22p5SlYUzf5qRLny4ZdDl1mH13lmJV7ZkZGMKnt0IjJ2x0LRgLGhiSm/D4Lh8yc/MX uhj9BB020XbWcMUPpA7S7YaWeIXbnK3NrPU0yk77prFJblfskOwuaxJIwa2mX+cCAQA95As5 2talifo4Kh8OLSvS1gpbMo64LllTzuGbCWuKecH3fpMlZlD7/10z9lBvkSXA7KgadDfN0yHO xGCK8KE9gXXmEVRlbgGDYOJw9FLWHuSZHUvQTkmr4goXrmMIKa9A4BKO3s9vowP4pJ0vp3kz MIBeEwKSvAeZZfgKbIKggKUuQ5gsAqvF360sG3+UuQINBFKbGksBEAC0a9wfjo2P3JyT7Lc+ QlbFVshGbSbazb4ma7QYG5IZZD5vfLBFkePoG6cnrn3WCXp4A43hszAynCwe4eXyAkv4+gPF 3ZSeNE5Wz3zYG+jh2nm2iGCkyaVykfbA+2chor2DKH5tHpuNMBlF+wSJHZKJmlo/sFIktAnV 1NBVg4/cL+9/hIpvl82cl3hYCD7/e7/qRE+w38CpAAzn65FvbODn7xlY3fsJt+cHPBJ4EBM9 KnTwcce+F+72RQMZQEl7vIAwSRmLdgZHN0MFC533l62SVoKjT0eaOOIBrvesmojhWjfwugib Xr+WRF/tGcW77Bxwe2eQLbEVESqWeMORxRxocx7Q7aACoHmf4G4U1Vzx7zUEfNfHjfjZeQVf AURf/MoUelZSW/BmMIfKCg3lRlWAt+Pq2h2UADPVqAZze45beE/c8z8LZsOZiGoRhYL8NSg6 +ziLTdmYLWdtFGAuZhqOtNp5h6tGj21OksBotcaIa5YjbCmmnImIjGlSBkUKvIhq/RXth5b2 gNwaQdu+Yv4AlZVHRsuVywL/skDFL5+We11bDK6MQ5PzvmntRJcgbyoisn1hiV04OV1LpJJM kJn1j8VlBqDQNT/z+BjB0ru/0anv+5uLj7v0ck06rEo4yiXT/ZAcBM76j7V7FaGbkoba6bUU CQ2H5YYBOKpikjCnpwARAQABiQI8BBgBCAAmAhsMFiEE+W0coLX0MYtnSzMK6rA8WL/cR48F Alv9N7IFCQ8Ft+cACgkQ6rA8WL/cR49wpw//W7QrZHKYUWEVHtPLVMlcM1f7MgwnYlIRe/I6 gykwvt87sqxSYu7eHxfX6JZR2M9UYuUYscSR57gxXKu2Uzqaz2KjvEIXJCwCTsuXZjkQ19oL hAPsucw2AcMI6YqPXbZ7hO0Mh8jMeJzD6vDvx3zvunQxGQoZKxr3BvRUyO7NCYbA7N8ccI3E Tmdjj9JTbtue9WaUeGLszFDiITmkASBdsK07y4ylLAJzUGCvYLBU3gx0bBOB2S8SbxHYmQlj ewjovbp+MbT+CoXNxZp+gDRModGyIMdRIotkRiDbgNl0VWIT0SS1GUUlUHKzQ/ZPUvpvk6Gq s/SYBS7rBQNSoXXmJxNW6I6atVNW7JhInC1tkHxBlbpik4FK07J6NHFTx+9ygyCxbxwNA/Le FGkL3kU0VFXR2dNiAVbeueUPF6tU5Bye5ftgpLKOSAbo1g++EKUkc8335/4oYRBMcGEk4xUr NAvzoFPhA2W3KtklruJ9ThrFt9+//NB5ySlVgTwGWMuBJoskEmNOTBv34/UQPUIuE4xSwy6y H+nRQJooiMFo5QCosslJPlwyV63NS9lYXB6n3QWOCP6sFdWACNUCOFv4uk7LQdY9BsCmt2Tk cLuHmoS+fvUesQXnYV2aQi9HciriPIj2gvJ6WjgiaC/PpePil0fzyrfG/JMyHL0qcgmYoj0= Organization: FreeBSD Message-ID: <2ce31921-5d9b-a147-763e-30808e6d99b0@FreeBSD.org> Date: Mon, 6 May 2019 15:20:04 +0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <391a0a82-1892-a1bf-cc72-8e1cc5892a65@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="23ozfxeqwBkyRgb4W7AWA7OmakCnHjBYq" X-Rspamd-Queue-Id: EC6446DE55 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.93 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.93)[-0.931,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 12:20:07 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --23ozfxeqwBkyRgb4W7AWA7OmakCnHjBYq Content-Type: multipart/mixed; boundary="OKggJ9rQKORNCLSORWF48zX9ASmtrUmxb"; protected-headers="v1" From: Lev Serebryakov Reply-To: lev@FreeBSD.org To: koobs@FreeBSD.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Cc: FreeBSD Ports Security Team Message-ID: <2ce31921-5d9b-a147-763e-30808e6d99b0@FreeBSD.org> Subject: Re: svn commit: r500915 - head/devel/subversion-lts References: <201905061158.x46BwmWZ072987@repo.freebsd.org> <239b5e72-ab45-c28d-b224-f1d487639fca@FreeBSD.org> <391a0a82-1892-a1bf-cc72-8e1cc5892a65@FreeBSD.org> In-Reply-To: <391a0a82-1892-a1bf-cc72-8e1cc5892a65@FreeBSD.org> --OKggJ9rQKORNCLSORWF48zX9ASmtrUmxb Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 06.05.2019 15:18, Kubilay Kocak wrote: > I'd probably also remove "www/mod_dav_svn" from the topic, as if affect= s > multiple port/package names. One port name, really. So I think it is Ok. --=20 // Lev Serebryakov --OKggJ9rQKORNCLSORWF48zX9ASmtrUmxb-- --23ozfxeqwBkyRgb4W7AWA7OmakCnHjBYq Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEE+W0coLX0MYtnSzMK6rA8WL/cR48FAlzQJnRfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEY5 NkQxQ0EwQjVGNDMxOEI2NzRCMzMwQUVBQjAzQzU4QkZEQzQ3OEYACgkQ6rA8WL/c R49Drg/+OHzQIJTs+WCacps5IvVdgJ2VWx8HsZzeB5TKaL0jJ/cp2LoxSVlYmRm5 39N0YAGTcUfsw15xy4g3kNsIHzjXysIC4Ps9zGCehd2BDBgML6wJlbvwdgP/+j/b kYaG6VLWIUCe1W83W8maSh/rustoTrTVG2W76DEHHsQw0s5ya8sS/bZYJZhQGJ2W P7cqwkvv976pquCV4xpa11gmnIaZq5c9hC2CIAvyc6aFBjAYEg2g24RxqzhN6uyZ sNjNRlPGhCv3k3DmLugn3MVbKlJ3z0ALvYYf4LrIbTGPlMl5fwtrnGdjL3aVeJQk vRp9dIrjlu27fv4x8Ig+vy5ZBDyd/bKkFWEfNjwzKuLdeBFaSEooN27VsumB8Hhl m/ed6OTUwg7tA5/StYSmTs/8tRFsvPqa55sI+Fmi9V2gaPOV8qpxSPH/iobbjeWX fvnjmlHhYK3YVmVz+/m3E/ZmYUUG60LsQE4sl4Y7vs24pf5fvTCwh0rup5boxNWd JW3cM6wn8IrrzOzs/0WEdzBQyv6PVCUaEgI5JXwIKrU+kjcPps3qY54yw3gzAiUU JcnXRaCWxIwW2QzBAOcp1b/Pw+miQVE7oA/SdrI1CupHBMIbOVXZBqQrVXmcSKJ5 Q6ppPr3f7SJTceVrGNuQzYyCk2P/dsWwsrlNkNcQefdWA4w5h+A= =nfTU -----END PGP SIGNATURE----- --23ozfxeqwBkyRgb4W7AWA7OmakCnHjBYq-- From owner-svn-ports-all@freebsd.org Mon May 6 12:25:03 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D6E8115893DB; Mon, 6 May 2019 12:25:02 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6F1B86E2C5; Mon, 6 May 2019 12:25:02 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from onlyone.not-for.work (onlyone.not-for.work [IPv6:2a01:4f8:201:6350::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: lev/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 0476513B9A; Mon, 6 May 2019 12:25:02 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from [192.168.23.186] (unknown [89.113.128.32]) (Authenticated sender: lev@serebryakov.spb.ru) by onlyone.not-for.work (Postfix) with ESMTPSA id 9E05616402; Mon, 6 May 2019 15:25:00 +0300 (MSK) Reply-To: lev@FreeBSD.org Subject: Re: svn commit: r500915 - head/devel/subversion-lts To: koobs@FreeBSD.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Cc: FreeBSD Ports Security Team References: <201905061158.x46BwmWZ072987@repo.freebsd.org> <239b5e72-ab45-c28d-b224-f1d487639fca@FreeBSD.org> <391a0a82-1892-a1bf-cc72-8e1cc5892a65@FreeBSD.org> From: Lev Serebryakov Openpgp: preference=signencrypt Autocrypt: addr=lev@FreeBSD.org; prefer-encrypt=mutual; keydata= mQINBFKbGksBEADeguVs+XyJc3mL3iiOBqDd16wSk97YTJYOi4VsHsINzJr09oFvNDiaDBIi fLn2p8XcJvehcsF2GSgrfXfw+uK4O1jyNIKJmiYA0EtE+ZbRtvDrrE0w6Q8+SDeKA21SWh3Y vSQ0DJUontbgW55ER2CbEiIUTIn34uQ0kmESAaw/v5p/9ue8yPTmURvv130FqPFz8VPzltqL NxyGt54TxPfKAzAHEIwxlEZ63JOwzloKh1UDBExcsf9nJO08/TAVgR5UZ5njFBPzaaquhRoP qPJLEQQDqxPIlvMNtHKf7iIebE4BHeqgCdJA0BoiR6gpa0wlsZtdrTPK3n4wYSphLvGbhfOZ YW/hbcu7HYS/FImkVxB3iY17kcC1UTnx4ZaYeASPBGOOPbXky1lLfmDGWIFT//70yx+G17qD OZzF1SvJJhGvh6ilFYaWMX7T+nIp6Mcafc4D7AakXM+XdubNXOMlCJhzPcZ0skgAEnYV587w V7em5fDVwQccwvtfezzqKeJAU5TGiywBHSR5Svzk2FwRNf6M//hWkpq0SRR63iOhkHGOAEBi 69GfEIwH2/w24rLxP0E+Hqq8n+EWNkPatw1Mhcl5PKkdvGCjJUaGNMkpBffjyYo254JXRscR eEnwdIkJt4ErDvjb2/UrOFq31wWMOiLzJeVchAgvTHBMRfP9aQARAQABtCFMZXYgU2VyZWJy eWFrb3YgPGxldkBGcmVlQlNELm9yZz6JAlYEEwEIAEACGwMHCwkIBwMCAQYVCAIJCgsEFgID AQIeAQIXgBYhBPltHKC19DGLZ0szCuqwPFi/3EePBQJb/TeXBQkPBbfGAAoJEOqwPFi/3EeP LtEQANQLS89OCDSnLDZLyCj7sH5GZbTikJp9Or2McqEOpjgtfY/OgqCe7lfo8f71tTN3gL2t VGtNEtsl6CqKeBdm6fqsetCAed2+waJfbXLZWReLRSFQJ/cbof8MB3h/uEw8Zng1ZbyEU0eG rc41Mhk8bTfxjNRjkXDbp0+2xug+eRr2RYhiY2SxH+iy57AbRIu9gkjfL05VztfvsV5dPxt7 +reHf2Vhtu+qCRtCytGQqDvYWGpVZ8U5fHJxFdsJpn66LAe8w+iRGCbppB5TKeHkqWqDb++u sd5ZHzwep/7qcLBeKggi8+a2C3J1J4TpYBwdPgusrGtBPf2EYSTc/0mW5j86g1l8UDN9qXAI FvWbKf22p5SlYUzf5qRLny4ZdDl1mH13lmJV7ZkZGMKnt0IjJ2x0LRgLGhiSm/D4Lh8yc/MX uhj9BB020XbWcMUPpA7S7YaWeIXbnK3NrPU0yk77prFJblfskOwuaxJIwa2mX+cCAQA95As5 2talifo4Kh8OLSvS1gpbMo64LllTzuGbCWuKecH3fpMlZlD7/10z9lBvkSXA7KgadDfN0yHO xGCK8KE9gXXmEVRlbgGDYOJw9FLWHuSZHUvQTkmr4goXrmMIKa9A4BKO3s9vowP4pJ0vp3kz MIBeEwKSvAeZZfgKbIKggKUuQ5gsAqvF360sG3+UuQINBFKbGksBEAC0a9wfjo2P3JyT7Lc+ QlbFVshGbSbazb4ma7QYG5IZZD5vfLBFkePoG6cnrn3WCXp4A43hszAynCwe4eXyAkv4+gPF 3ZSeNE5Wz3zYG+jh2nm2iGCkyaVykfbA+2chor2DKH5tHpuNMBlF+wSJHZKJmlo/sFIktAnV 1NBVg4/cL+9/hIpvl82cl3hYCD7/e7/qRE+w38CpAAzn65FvbODn7xlY3fsJt+cHPBJ4EBM9 KnTwcce+F+72RQMZQEl7vIAwSRmLdgZHN0MFC533l62SVoKjT0eaOOIBrvesmojhWjfwugib Xr+WRF/tGcW77Bxwe2eQLbEVESqWeMORxRxocx7Q7aACoHmf4G4U1Vzx7zUEfNfHjfjZeQVf AURf/MoUelZSW/BmMIfKCg3lRlWAt+Pq2h2UADPVqAZze45beE/c8z8LZsOZiGoRhYL8NSg6 +ziLTdmYLWdtFGAuZhqOtNp5h6tGj21OksBotcaIa5YjbCmmnImIjGlSBkUKvIhq/RXth5b2 gNwaQdu+Yv4AlZVHRsuVywL/skDFL5+We11bDK6MQ5PzvmntRJcgbyoisn1hiV04OV1LpJJM kJn1j8VlBqDQNT/z+BjB0ru/0anv+5uLj7v0ck06rEo4yiXT/ZAcBM76j7V7FaGbkoba6bUU CQ2H5YYBOKpikjCnpwARAQABiQI8BBgBCAAmAhsMFiEE+W0coLX0MYtnSzMK6rA8WL/cR48F Alv9N7IFCQ8Ft+cACgkQ6rA8WL/cR49wpw//W7QrZHKYUWEVHtPLVMlcM1f7MgwnYlIRe/I6 gykwvt87sqxSYu7eHxfX6JZR2M9UYuUYscSR57gxXKu2Uzqaz2KjvEIXJCwCTsuXZjkQ19oL hAPsucw2AcMI6YqPXbZ7hO0Mh8jMeJzD6vDvx3zvunQxGQoZKxr3BvRUyO7NCYbA7N8ccI3E Tmdjj9JTbtue9WaUeGLszFDiITmkASBdsK07y4ylLAJzUGCvYLBU3gx0bBOB2S8SbxHYmQlj ewjovbp+MbT+CoXNxZp+gDRModGyIMdRIotkRiDbgNl0VWIT0SS1GUUlUHKzQ/ZPUvpvk6Gq s/SYBS7rBQNSoXXmJxNW6I6atVNW7JhInC1tkHxBlbpik4FK07J6NHFTx+9ygyCxbxwNA/Le FGkL3kU0VFXR2dNiAVbeueUPF6tU5Bye5ftgpLKOSAbo1g++EKUkc8335/4oYRBMcGEk4xUr NAvzoFPhA2W3KtklruJ9ThrFt9+//NB5ySlVgTwGWMuBJoskEmNOTBv34/UQPUIuE4xSwy6y H+nRQJooiMFo5QCosslJPlwyV63NS9lYXB6n3QWOCP6sFdWACNUCOFv4uk7LQdY9BsCmt2Tk cLuHmoS+fvUesQXnYV2aQi9HciriPIj2gvJ6WjgiaC/PpePil0fzyrfG/JMyHL0qcgmYoj0= Organization: FreeBSD Message-ID: Date: Mon, 6 May 2019 15:25:00 +0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <391a0a82-1892-a1bf-cc72-8e1cc5892a65@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="cVqZSHMCzb0fhvpl8KZOLPWKfMrS44RLi" X-Rspamd-Queue-Id: 6F1B86E2C5 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.93 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.93)[-0.931,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 12:25:03 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --cVqZSHMCzb0fhvpl8KZOLPWKfMrS44RLi Content-Type: multipart/mixed; boundary="xFECHgpa5ktDnNe81zz73v47kTfdsp5OG"; protected-headers="v1" From: Lev Serebryakov Reply-To: lev@FreeBSD.org To: koobs@FreeBSD.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Cc: FreeBSD Ports Security Team Message-ID: Subject: Re: svn commit: r500915 - head/devel/subversion-lts References: <201905061158.x46BwmWZ072987@repo.freebsd.org> <239b5e72-ab45-c28d-b224-f1d487639fca@FreeBSD.org> <391a0a82-1892-a1bf-cc72-8e1cc5892a65@FreeBSD.org> In-Reply-To: <391a0a82-1892-a1bf-cc72-8e1cc5892a65@FreeBSD.org> --xFECHgpa5ktDnNe81zz73v47kTfdsp5OG Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 06.05.2019 15:18, Kubilay Kocak wrote: >> =C2=A0 And this vulnerability is already in security/vuxml, for other = ports. >> Good question is, should I fix this old security/vuxml record? >> >=20 > Since its the same underlying vulnerability, I'd amend the existing > vuxml entry (4af3241d-1f0c-11e9-b4bd-d43d7eed0ce2) >=20 > - Adding a second entry for subversion-lts >=20 > I'd probably also remove "www/mod_dav_svn" from the topic, as if affect= s > multiple port/package names. Aaaaand commit failed! Sending vuln.xml Transmitting file data .done Committing transaction... svn: E165001: Commit failed (details follow): svn: E165001: Commit blocked by pre-commit hook (exit code 1) with output= : Sorry, you are trying to commit a 1229348 byte transaction! The safety limit is 1024000 bytes. You were about to ADD this to the rep= o. See svnadmin/hooks/scripts/sizelimit.py for instructions if this is intended. svn: E165001: Your commit message was left in a temporary file: svn: E165001: '/usr/home/lev/FreeBSD/ports/security/svn-commit.tmp' --=20 // Lev Serebryakov --xFECHgpa5ktDnNe81zz73v47kTfdsp5OG-- --cVqZSHMCzb0fhvpl8KZOLPWKfMrS44RLi Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEE+W0coLX0MYtnSzMK6rA8WL/cR48FAlzQJ5xfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEY5 NkQxQ0EwQjVGNDMxOEI2NzRCMzMwQUVBQjAzQzU4QkZEQzQ3OEYACgkQ6rA8WL/c R4+5cxAAkKW/Pi/nAN8ptvVHQwMsVVgqmTFZbnttlmf5GP9friB5NLPYu6iz4eCR f/UYp5yt1pGUG9On9wx0O4OmQcCnS1mOm3/ekm/iYMZrMn3r9LZ8huq9nqcOmSUz voFBWr5Baax40cnQoCuxfhoL0XK95QXK4WlR+SxDiWGnf2VMwZiu5lHTW7qiVljg i/5igWih/t7KZYsevy9aiSM8uYxuucEIZtapUi4LnQW+TJ1SAQn3LIUxFlndOSd+ uQLnfMJ8zdXljXGYhrm5Af8TlV2eLSPoVxkjBEPUIKjWIN41LQM+EgnWmAyJYJLl PP/wZuIs5jzM+8Ch2iV590ghkERKyszKByWVgi7XYuqq6qcPtPoGCHMxy1ucFIef 4lz2MDYMLHZMTuhl6REQlPPelcXaG2GkssiICU1bMS4sE/y9aQXD8LHaWY9IX0Zd 94kIACn9k2FdzE+khGdx0i+IBDxfZL6GrLFEphmhjUP0mLL5B1tecN0woiDBfGIs w8A5KYq3iJ0I/Bmu5dt7mcTcnvlmtueFBetxEH88vibe+jQ2JJXSMcVUcbMzD8yt SyNOPtC3v1mQEOweRK2aft54fvBhkAAZVXKev7GekJT7bK7etGacqG1aqYctyujK 6MZpIqsbO/Vx2BaiaYzE2ilyIR03b2PUuPZ1XOorjS8skPGz5pY= =eMMx -----END PGP SIGNATURE----- --cVqZSHMCzb0fhvpl8KZOLPWKfMrS44RLi-- From owner-svn-ports-all@freebsd.org Mon May 6 12:32:30 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09C19158979C; Mon, 6 May 2019 12:32:30 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9CA136E7C9; Mon, 6 May 2019 12:32:29 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4146F6DBB; Mon, 6 May 2019 12:32:29 +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 x46CWTrp093463; Mon, 6 May 2019 12:32:29 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x46CWSQ9093462; Mon, 6 May 2019 12:32:28 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201905061232.x46CWSQ9093462@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Mon, 6 May 2019 12:32:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500916 - head/devel/aphpunit X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: head/devel/aphpunit X-SVN-Commit-Revision: 500916 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9CA136E7C9 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.94)[-0.941,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 12:32:30 -0000 Author: tz Date: Mon May 6 12:32:28 2019 New Revision: 500916 URL: https://svnweb.freebsd.org/changeset/ports/500916 Log: devel/aphpunit: Upgrade from 1.7 to 1.8 Changelog: - Bugfix: now exit with code 1, if no test-cases were found - Bugfix: now exit with code 1, if not a single assertion was performed - Bugfix: detected PHP errors are no longer unhandled. They are no reported as error Changelog taken from: https://gitlab.toco-domains.de/tocOS/APHPUnit/blob/master/CHANGELOG MFH: 2019Q2 Modified: head/devel/aphpunit/Makefile head/devel/aphpunit/distinfo Modified: head/devel/aphpunit/Makefile ============================================================================== --- head/devel/aphpunit/Makefile Mon May 6 11:58:48 2019 (r500915) +++ head/devel/aphpunit/Makefile Mon May 6 12:32:28 2019 (r500916) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aphpunit -DISTVERSION= 1.7 +DISTVERSION= 1.8 CATEGORIES= devel www MASTER_SITES= http://phar.toco-domains.de/ PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} Modified: head/devel/aphpunit/distinfo ============================================================================== --- head/devel/aphpunit/distinfo Mon May 6 11:58:48 2019 (r500915) +++ head/devel/aphpunit/distinfo Mon May 6 12:32:28 2019 (r500916) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540898963 -SHA256 (aphpunit-1.7.phar) = cef2aae72690c05041dac908027f3797bc1d1f2a8a97b55e218e41e35de44772 -SIZE (aphpunit-1.7.phar) = 55099 +TIMESTAMP = 1557145832 +SHA256 (aphpunit-1.8.phar) = 2bcd9440653960284064f7d7dc7884caf8fbd2f9698f6d87298d5c60ef039c0a +SIZE (aphpunit-1.8.phar) = 58593 From owner-svn-ports-all@freebsd.org Mon May 6 13:47:32 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BAB58158B3B3; Mon, 6 May 2019 13:47:32 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5F610708A3; Mon, 6 May 2019 13:47:32 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 39B73799C; Mon, 6 May 2019 13:47:32 +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 x46DlWof030291; Mon, 6 May 2019 13:47:32 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x46DlVcR030287; Mon, 6 May 2019 13:47:31 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201905061347.x46DlVcR030287@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 6 May 2019 13:47:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500917 - head/lang/perl5-devel X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: head/lang/perl5-devel X-SVN-Commit-Revision: 500917 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5F610708A3 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.965,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 13:47:32 -0000 Author: mat Date: Mon May 6 13:47:31 2019 New Revision: 500917 URL: https://svnweb.freebsd.org/changeset/ports/500917 Log: Update to v5.29.10-57-g2ede670576. 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 May 6 12:32:28 2019 (r500916) +++ head/lang/perl5-devel/Makefile Mon May 6 13:47:31 2019 (r500917) @@ -37,7 +37,7 @@ USE_LDCONFIG= ${PREFIX}/${_ARCH_LIB}/CORE USE_GITHUB= yes GH_ACCOUNT= Perl GH_PROJECT= perl5 -GH_TAGNAME= v5.29.10-40-gfd8eff8581 +GH_TAGNAME= v5.29.10-57-g2ede670576 TEST_TARGET= test_harness TEST_ENV= ${MAKE_ENV} TEST_JOBS=${MAKE_JOBS_NUMBER} \ Modified: head/lang/perl5-devel/distinfo ============================================================================== --- head/lang/perl5-devel/distinfo Mon May 6 12:32:28 2019 (r500916) +++ head/lang/perl5-devel/distinfo Mon May 6 13:47:31 2019 (r500917) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556539463 -SHA256 (perl/Perl-perl5-v5.29.10-40-gfd8eff8581_GH0.tar.gz) = eb70a371d438130b05796b87e51eab6c10d69da1d3f2f3e1d23bf1e4d47cfabf -SIZE (perl/Perl-perl5-v5.29.10-40-gfd8eff8581_GH0.tar.gz) = 19332376 +TIMESTAMP = 1557147911 +SHA256 (perl/Perl-perl5-v5.29.10-57-g2ede670576_GH0.tar.gz) = e670cec2d77bfdf0ed600c5b02fbdf3d8701aec0234240b30c7b6b4e3e1992fb +SIZE (perl/Perl-perl5-v5.29.10-57-g2ede670576_GH0.tar.gz) = 19333393 From owner-svn-ports-all@freebsd.org Mon May 6 13:59:35 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AFE7C158B920; Mon, 6 May 2019 13:59:35 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5762770F84; Mon, 6 May 2019 13:59:35 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2C2C37B62; Mon, 6 May 2019 13:59:35 +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 x46DxZ0B035662; Mon, 6 May 2019 13:59:35 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x46DxYvH035661; Mon, 6 May 2019 13:59:34 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201905061359.x46DxYvH035661@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 6 May 2019 13:59:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500918 - head/games/chroma X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/games/chroma X-SVN-Commit-Revision: 500918 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5762770F84 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.965,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 13:59:35 -0000 Author: amdmi3 Date: Mon May 6 13:59:34 2019 New Revision: 500918 URL: https://svnweb.freebsd.org/changeset/ports/500918 Log: - Update to 1.17 - Add USES=sdl Modified: head/games/chroma/Makefile head/games/chroma/distinfo Modified: head/games/chroma/Makefile ============================================================================== --- head/games/chroma/Makefile Mon May 6 13:47:31 2019 (r500917) +++ head/games/chroma/Makefile Mon May 6 13:59:34 2019 (r500918) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= chroma -PORTVERSION= 1.16 +PORTVERSION= 1.17 CATEGORIES= games MASTER_SITES= http://www.level7.org.uk/chroma/download/ \ http://mirror.amdmi3.ru/distfiles/ @@ -13,7 +13,7 @@ COMMENT= Abstract puzzle game LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= gettext localbase tar:bzip2 +USES= gettext localbase sdl tar:bzip2 GNU_CONFIGURE= yes PORTDOCS= * Modified: head/games/chroma/distinfo ============================================================================== --- head/games/chroma/distinfo Mon May 6 13:47:31 2019 (r500917) +++ head/games/chroma/distinfo Mon May 6 13:59:34 2019 (r500918) @@ -1,3 +1,3 @@ -TIMESTAMP = 1547826814 -SHA256 (chroma-1.16.tar.bz2) = 17cc2ba9287ee31b3a579b11ab7d7d894418656fc60693572caeb3e366e0cabd -SIZE (chroma-1.16.tar.bz2) = 2808814 +TIMESTAMP = 1557150084 +SHA256 (chroma-1.17.tar.bz2) = de68a6a5f3e673c2afd3784ebf9ea009cd95725d0e66bc50acab87d30170fa10 +SIZE (chroma-1.17.tar.bz2) = 2808483 From owner-svn-ports-all@freebsd.org Mon May 6 14:57:29 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D46B6158D150; Mon, 6 May 2019 14:57:29 +0000 (UTC) (envelope-from skozlov@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7CADA732F0; Mon, 6 May 2019 14:57:29 +0000 (UTC) (envelope-from skozlov@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5B6CB857C; Mon, 6 May 2019 14:57:29 +0000 (UTC) (envelope-from skozlov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x46EvTKm066858; Mon, 6 May 2019 14:57:29 GMT (envelope-from skozlov@FreeBSD.org) Received: (from skozlov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x46EvTHA066857; Mon, 6 May 2019 14:57:29 GMT (envelope-from skozlov@FreeBSD.org) Message-Id: <201905061457.x46EvTHA066857@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: skozlov set sender to skozlov@FreeBSD.org using -f From: "Serhii (Sergey) Kozlov" Date: Mon, 6 May 2019 14:57:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500919 - head/net/intel-ix-kmod X-SVN-Group: ports-head X-SVN-Commit-Author: skozlov X-SVN-Commit-Paths: head/net/intel-ix-kmod X-SVN-Commit-Revision: 500919 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7CADA732F0 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.94)[-0.943,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 14:57:30 -0000 Author: skozlov Date: Mon May 6 14:57:28 2019 New Revision: 500919 URL: https://svnweb.freebsd.org/changeset/ports/500919 Log: net/intel-ix-kmod: Add SRIOV option Add option to enable experimental SR-IOV support in the driver. Because the feature is experimental - the option is disabled by default. Sponsored by: Intel Corporation Modified: head/net/intel-ix-kmod/Makefile Modified: head/net/intel-ix-kmod/Makefile ============================================================================== --- head/net/intel-ix-kmod/Makefile Mon May 6 13:59:34 2019 (r500918) +++ head/net/intel-ix-kmod/Makefile Mon May 6 14:57:28 2019 (r500919) @@ -19,4 +19,10 @@ MASTERDIR= ${.CURDIR}/../intel-ixl-kmod PKGDIR= ${.CURDIR} DISTINFO_FILE= ${.CURDIR}/distinfo +OPTIONS_DEFINE= SRIOV +SRIOV_DESC= Enable SR-IOV support (experimental) + +post-patch-SRIOV-on: + @${SED} -i '' 's|SRIOV_ENABLE = 0|SRIOV_ENABLE = 1|g' ${WRKSRC}/Makefile + .include "${MASTERDIR}/Makefile" From owner-svn-ports-all@freebsd.org Mon May 6 17:02:39 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D298C158FC1E; Mon, 6 May 2019 17:02:38 +0000 (UTC) (envelope-from pizzamig@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 811FC77DD3; Mon, 6 May 2019 17:02:38 +0000 (UTC) (envelope-from pizzamig@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 43A0B9B80; Mon, 6 May 2019 17:02:38 +0000 (UTC) (envelope-from pizzamig@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x46H2cXe035088; Mon, 6 May 2019 17:02:38 GMT (envelope-from pizzamig@FreeBSD.org) Received: (from pizzamig@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x46H2cdr035083; Mon, 6 May 2019 17:02:38 GMT (envelope-from pizzamig@FreeBSD.org) Message-Id: <201905061702.x46H2cdr035083@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pizzamig set sender to pizzamig@FreeBSD.org using -f From: Luca Pizzamiglio Date: Mon, 6 May 2019 17:02:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500920 - in head/devel/sccache: . files X-SVN-Group: ports-head X-SVN-Commit-Author: pizzamig X-SVN-Commit-Paths: in head/devel/sccache: . files X-SVN-Commit-Revision: 500920 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 811FC77DD3 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.980,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 17:02:39 -0000 Author: pizzamig Date: Mon May 6 17:02:37 2019 New Revision: 500920 URL: https://svnweb.freebsd.org/changeset/ports/500920 Log: devel/sccache: Update to 0.2.8 The first committed version was still an alpha version and an error was made in the version (2.8.0a instead of 0.2.8a), so the update is forced using the port epoch While here, adopting the last libc crate available PR: 237543 Reported by: Romain Tartière Modified: head/devel/sccache/Makefile head/devel/sccache/distinfo head/devel/sccache/files/patch-openssl-0.10 Modified: head/devel/sccache/Makefile ============================================================================== --- head/devel/sccache/Makefile Mon May 6 14:57:28 2019 (r500919) +++ head/devel/sccache/Makefile Mon May 6 17:02:37 2019 (r500920) @@ -1,8 +1,9 @@ # $FreeBSD$ PORTNAME= sccache -DISTVERSION= 2.8.0.alpha0 -PORTREVISION= 8 +DISTVERSION= 0.2.8 +PORTREVISION= 0 +PORTEPOCH= 1 CATEGORIES= devel MAINTAINER= pizzamig@FreeBSD.org @@ -15,7 +16,6 @@ USES= cargo ssl USE_GITHUB= yes GH_ACCOUNT= mozilla -GH_TAGNAME= dda88a6 OPTIONS_DEFINE= DOCS OPTIONS_DEFAULT= DOCS @@ -25,129 +25,137 @@ PORTDOCS= README.md CARGO_FEATURES= all CARGO_CRATES= adler32-1.0.3 \ - aho-corasick-0.6.8 \ + aho-corasick-0.6.9 \ ansi_term-0.11.0 \ - ar-0.6.0 \ + ar-0.6.1 \ + arc-swap-0.3.6 \ arraydeque-0.4.3 \ arrayvec-0.4.7 \ - ascii-0.7.1 \ ascii-0.8.7 \ + ascii-0.9.1 \ assert_cmd-0.9.1 \ atty-0.2.11 \ backtrace-0.3.9 \ backtrace-sys-0.1.24 \ - base64-0.9.2 \ + base64-0.9.3 \ bincode-0.8.0 \ bincode-1.0.1 \ bitflags-1.0.4 \ buf_redux-0.6.3 \ - bufstream-0.1.3 \ + bufstream-0.1.4 \ build_const-0.2.1 \ - byteorder-1.2.6 \ - bytes-0.4.9 \ + byteorder-1.2.7 \ + bytes-0.4.11 \ case-0.1.0 \ - cc-1.0.23 \ - cfg-if-0.1.5 \ + cc-1.0.25 \ + cfg-if-0.1.6 \ chrono-0.4.6 \ chunked_transfer-0.3.1 \ clap-2.32.0 \ cloudabi-0.0.3 \ - combine-3.5.1 \ + combine-3.6.3 \ conhash-0.4.0 \ core-foundation-0.2.3 \ + core-foundation-0.5.1 \ core-foundation-sys-0.2.3 \ + core-foundation-sys-0.5.1 \ + counted-array-0.1.2 \ crc-1.8.1 \ - crossbeam-deque-0.6.1 \ - crossbeam-epoch-0.5.2 \ + crossbeam-deque-0.6.2 \ + crossbeam-epoch-0.6.1 \ crossbeam-utils-0.5.0 \ + crossbeam-utils-0.6.1 \ daemonize-0.3.0 \ derive-error-0.0.3 \ difference-2.0.0 \ - directories-1.0.1 \ + directories-1.0.2 \ dtoa-0.4.3 \ either-1.5.0 \ - encoding-0.2.33 \ - encoding-index-japanese-1.20141219.5 \ - encoding-index-korean-1.20141219.5 \ - encoding-index-simpchinese-1.20141219.5 \ - encoding-index-singlebyte-1.20141219.5 \ - encoding-index-tradchinese-1.20141219.5 \ - encoding_index_tests-0.1.4 \ - encoding_rs-0.8.6 \ + encoding_rs-0.8.10 \ env_logger-0.5.13 \ error-chain-0.12.0 \ escargot-0.3.1 \ - failure-0.1.2 \ - failure_derive-0.1.2 \ + failure-0.1.3 \ + failure_derive-0.1.3 \ filetime-0.1.15 \ - filetime-0.2.1 \ - flate2-1.0.2 \ + filetime-0.2.4 \ + flate2-1.0.5 \ + flate2-crc-0.1.1 \ float-cmp-0.4.0 \ + fnv-1.0.6 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ - futures-0.1.23 \ + futures-0.1.25 \ futures-cpupool-0.1.8 \ - gcc-0.3.54 \ + gcc-0.3.55 \ getopts-0.2.18 \ - httparse-1.3.2 \ + h2-0.1.13 \ + http-0.1.14 \ + httparse-1.3.3 \ humantime-1.1.1 \ hyper-0.11.27 \ + hyper-0.12.16 \ hyper-tls-0.1.4 \ + hyper-tls-0.3.1 \ + hyperx-0.12.0 \ idna-0.1.5 \ + indexmap-1.0.2 \ iovec-0.1.2 \ - itertools-0.7.8 \ - itoa-0.4.2 \ + itertools-0.7.9 \ + itoa-0.4.3 \ jobserver-0.1.11 \ - jsonwebtoken-5.0.0 \ + jsonwebtoken-5.0.1 \ kernel32-sys-0.2.2 \ language-tags-0.2.2 \ lazy_static-0.2.11 \ - lazy_static-1.1.0 \ - lazycell-0.6.0 \ - libc-0.2.49 \ - libflate-0.1.16 \ + lazy_static-1.2.0 \ + lazycell-1.2.0 \ + libc-0.2.54 \ + libflate-0.1.18 \ libmount-0.1.11 \ linked-hash-map-0.2.1 \ local-encoding-0.2.0 \ - lock_api-0.1.3 \ + lock_api-0.1.5 \ log-0.3.9 \ - log-0.4.4 \ + log-0.4.6 \ matches-0.1.8 \ md5-0.3.8 \ memcached-rs-0.3.0 \ memchr-1.0.2 \ - memchr-2.0.2 \ + memchr-2.1.1 \ memoffset-0.2.1 \ mime-0.2.6 \ - mime-0.3.9 \ + mime-0.3.12 \ mime_guess-1.8.6 \ mime_guess-2.0.0-alpha.6 \ - miniz_oxide-0.1.3 \ - miniz_oxide_c_api-0.1.3 \ - mio-0.6.15 \ + miniz_oxide-0.2.0 \ + miniz_oxide_c_api-0.2.0 \ + mio-0.6.16 \ mio-named-pipes-0.1.6 \ - mio-uds-0.6.6 \ + mio-uds-0.6.7 \ miow-0.2.1 \ miow-0.3.3 \ msdos_time-0.1.6 \ multipart-0.13.6 \ native-tls-0.1.5 \ + native-tls-0.2.2 \ net2-0.2.33 \ nix-0.11.0 \ - nodrop-0.1.12 \ + nodrop-0.1.13 \ normalize-line-endings-0.2.2 \ num-integer-0.1.39 \ num-traits-0.1.43 \ - num-traits-0.2.5 \ + num-traits-0.2.6 \ num_cpus-1.8.0 \ number_prefix-0.2.8 \ - openssl-0.10.11 \ - openssl-sys-0.9.35 \ - owning_ref-0.3.3 \ + openssl-0.10.15 \ + openssl-probe-0.1.2 \ + openssl-sys-0.9.39 \ + owning_ref-0.4.0 \ parking_lot-0.6.4 \ - parking_lot_core-0.3.0 \ + parking_lot_core-0.3.1 \ percent-encoding-1.0.1 \ phf-0.7.23 \ phf_codegen-0.7.23 \ @@ -155,100 +163,113 @@ CARGO_CRATES= adler32-1.0.3 \ phf_shared-0.7.23 \ pkg-config-0.3.14 \ podio-0.1.6 \ - predicates-0.9.0 \ + predicates-0.9.1 \ predicates-core-0.9.0 \ predicates-tree-0.9.0 \ - proc-macro2-0.4.15 \ + proc-macro2-0.4.24 \ pulldown-cmark-0.0.3 \ quick-error-1.2.2 \ quote-0.3.15 \ - quote-0.6.8 \ + quote-0.6.10 \ rand-0.3.22 \ rand-0.4.3 \ rand-0.5.5 \ - rand_core-0.2.1 \ - redis-0.9.0 \ - redox_syscall-0.1.40 \ + rand-0.6.1 \ + rand_chacha-0.1.0 \ + rand_core-0.2.2 \ + rand_core-0.3.0 \ + rand_hc-0.1.0 \ + rand_isaac-0.1.0 \ + rand_pcg-0.1.1 \ + rand_xorshift-0.1.0 \ + redis-0.9.1 \ + redox_syscall-0.1.42 \ redox_termios-0.1.1 \ - regex-1.0.4 \ - regex-syntax-0.6.2 \ + regex-1.0.6 \ + regex-syntax-0.6.3 \ relay-0.1.1 \ remove_dir_all-0.5.1 \ reqwest-0.8.8 \ + reqwest-0.9.5 \ retry-0.4.0 \ ring-0.13.2 \ rouille-2.2.0 \ rust-crypto-0.2.36 \ rustc-demangle-0.1.9 \ rustc-serialize-0.3.24 \ - ryu-0.2.6 \ + rustc_version-0.2.3 \ + ryu-0.2.7 \ safemem-0.2.0 \ + safemem-0.3.0 \ same-file-0.1.3 \ - schannel-0.1.13 \ + schannel-0.1.14 \ scoped-tls-0.1.2 \ scopeguard-0.3.3 \ security-framework-0.1.16 \ + security-framework-0.2.1 \ security-framework-sys-0.1.16 \ + security-framework-sys-0.2.1 \ + selenium-rs-0.1.1 \ semver-0.9.0 \ semver-parser-0.7.0 \ - serde-1.0.75 \ - serde_derive-1.0.75 \ - serde_json-1.0.26 \ - serde_urlencoded-0.5.3 \ + serde-1.0.80 \ + serde_derive-1.0.80 \ + serde_json-1.0.33 \ + serde_urlencoded-0.5.4 \ sha1-0.6.0 \ + signal-hook-0.1.6 \ siphasher-0.2.3 \ skeptic-0.4.0 \ - slab-0.3.0 \ slab-0.4.1 \ - smallvec-0.2.1 \ - smallvec-0.6.5 \ + smallvec-0.6.6 \ socket2-0.3.8 \ stable_deref_trait-1.1.1 \ + string-0.1.2 \ strip-ansi-escapes-0.1.0 \ strsim-0.7.0 \ syn-0.11.11 \ - syn-0.14.9 \ + syn-0.15.21 \ synom-0.11.3 \ - synstructure-0.9.0 \ - take-0.1.0 \ - tar-0.4.16 \ + synstructure-0.10.1 \ + tar-0.4.20 \ tempdir-0.3.7 \ - tempfile-3.0.3 \ + tempfile-3.0.4 \ term-0.5.1 \ - termcolor-1.0.2 \ + termcolor-1.0.4 \ termion-1.5.1 \ textwrap-0.10.0 \ thread_local-0.3.6 \ threadpool-1.7.1 \ time-0.1.40 \ - tiny_http-0.6.0 \ - tokio-0.1.8 \ - tokio-codec-0.1.0 \ + tiny_http-0.6.2 \ + tokio-0.1.13 \ + tokio-codec-0.1.1 \ tokio-core-0.1.17 \ - tokio-current-thread-0.1.1 \ - tokio-executor-0.1.4 \ - tokio-fs-0.1.3 \ - tokio-io-0.1.8 \ - tokio-process-0.2.2 \ - tokio-proto-0.1.1 \ - tokio-reactor-0.1.5 \ + tokio-current-thread-0.1.4 \ + tokio-executor-0.1.5 \ + tokio-fs-0.1.4 \ + tokio-io-0.1.10 \ + tokio-named-pipes-0.1.0 \ + tokio-process-0.2.3 \ + tokio-reactor-0.1.7 \ tokio-serde-0.1.0 \ tokio-serde-bincode-0.1.1 \ tokio-service-0.1.0 \ - tokio-signal-0.2.4 \ - tokio-tcp-0.1.1 \ - tokio-threadpool-0.1.6 \ - tokio-timer-0.2.6 \ + tokio-signal-0.2.7 \ + tokio-tcp-0.1.2 \ + tokio-threadpool-0.1.9 \ + tokio-timer-0.2.8 \ tokio-tls-0.1.4 \ - tokio-udp-0.1.2 \ - tokio-uds-0.2.1 \ - toml-0.4.6 \ + tokio-udp-0.1.3 \ + tokio-uds-0.2.4 \ + toml-0.4.9 \ treeline-0.1.0 \ try-lock-0.1.0 \ + try-lock-0.2.2 \ twoway-0.1.8 \ - ucd-util-0.1.1 \ + ucd-util-0.1.3 \ unicase-1.4.2 \ - unicase-2.1.0 \ + unicase-2.2.0 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.7 \ unicode-width-0.1.5 \ @@ -257,20 +278,22 @@ CARGO_CRATES= adler32-1.0.3 \ unix_socket-0.5.0 \ unreachable-1.0.0 \ untrusted-0.6.2 \ - url-1.7.1 \ - utf8-ranges-1.0.1 \ - utf8parse-0.1.0 \ + url-1.7.2 \ + utf8-ranges-1.0.2 \ + utf8parse-0.1.1 \ uuid-0.6.5 \ + uuid-0.7.1 \ vcpkg-0.2.6 \ vec_map-0.8.1 \ - version_check-0.1.4 \ + version_check-0.1.5 \ void-1.0.2 \ vte-0.3.3 \ walkdir-1.0.7 \ want-0.0.4 \ + want-0.0.6 \ which-2.0.0 \ winapi-0.2.8 \ - winapi-0.3.5 \ + winapi-0.3.6 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.1 \ Modified: head/devel/sccache/distinfo ============================================================================== --- head/devel/sccache/distinfo Mon May 6 14:57:28 2019 (r500919) +++ head/devel/sccache/distinfo Mon May 6 17:02:37 2019 (r500920) @@ -1,20 +1,22 @@ -TIMESTAMP = 1538657949 +TIMESTAMP = 1556889343 SHA256 (rust/crates/adler32-1.0.3.tar.gz) = 7e522997b529f05601e05166c07ed17789691f562762c7f3b987263d2dedee5c SIZE (rust/crates/adler32-1.0.3.tar.gz) = 5734 -SHA256 (rust/crates/aho-corasick-0.6.8.tar.gz) = 68f56c7353e5a9547cbd76ed90f7bb5ffc3ba09d4ea9bd1d8c06c8b1142eeb5a -SIZE (rust/crates/aho-corasick-0.6.8.tar.gz) = 26786 +SHA256 (rust/crates/aho-corasick-0.6.9.tar.gz) = 1e9a933f4e58658d7b12defcf96dc5c720f20832deebe3e0a19efd3b6aaeeb9e +SIZE (rust/crates/aho-corasick-0.6.9.tar.gz) = 25979 SHA256 (rust/crates/ansi_term-0.11.0.tar.gz) = ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b SIZE (rust/crates/ansi_term-0.11.0.tar.gz) = 17087 -SHA256 (rust/crates/ar-0.6.0.tar.gz) = 095515608290b62ac2427084f9ac3cfeb5dc76067f7d94564db9db1c46cc0a85 -SIZE (rust/crates/ar-0.6.0.tar.gz) = 12606 +SHA256 (rust/crates/ar-0.6.1.tar.gz) = 2b66b66d06e6bb6a8c6866d31ac48fc225ef2823d29940165c8084b4f120d2b3 +SIZE (rust/crates/ar-0.6.1.tar.gz) = 13383 +SHA256 (rust/crates/arc-swap-0.3.6.tar.gz) = 5c5ed110e2537bdd3f5b9091707a8a5556a72ac49bbd7302ae0b28fdccb3246c +SIZE (rust/crates/arc-swap-0.3.6.tar.gz) = 41603 SHA256 (rust/crates/arraydeque-0.4.3.tar.gz) = e300327073b806ffc81fccb228b2d4131ac7ef1b1a015f7b0c399c7f886cacc6 SIZE (rust/crates/arraydeque-0.4.3.tar.gz) = 17884 SHA256 (rust/crates/arrayvec-0.4.7.tar.gz) = a1e964f9e24d588183fcb43503abda40d288c8657dfc27311516ce2f05675aef SIZE (rust/crates/arrayvec-0.4.7.tar.gz) = 22946 -SHA256 (rust/crates/ascii-0.7.1.tar.gz) = 3ae7d751998c189c1d4468cf0a39bb2eae052a9c58d50ebb3b9591ee3813ad50 -SIZE (rust/crates/ascii-0.7.1.tar.gz) = 13273 SHA256 (rust/crates/ascii-0.8.7.tar.gz) = 97be891acc47ca214468e09425d02cef3af2c94d0d82081cd02061f996802f14 SIZE (rust/crates/ascii-0.8.7.tar.gz) = 23773 +SHA256 (rust/crates/ascii-0.9.1.tar.gz) = a5fc969a8ce2c9c0c4b0429bb8431544f6658283c8326ba5ff8c762b75369335 +SIZE (rust/crates/ascii-0.9.1.tar.gz) = 25317 SHA256 (rust/crates/assert_cmd-0.9.1.tar.gz) = c5b60c276f334145cf2cec09c5bb6f63523f078c0c850909f66bca8f933cf809 SIZE (rust/crates/assert_cmd-0.9.1.tar.gz) = 17844 SHA256 (rust/crates/atty-0.2.11.tar.gz) = 9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652 @@ -23,8 +25,8 @@ SHA256 (rust/crates/backtrace-0.3.9.tar.gz) = 89a47830 SIZE (rust/crates/backtrace-0.3.9.tar.gz) = 31054 SHA256 (rust/crates/backtrace-sys-0.1.24.tar.gz) = c66d56ac8dabd07f6aacdaf633f4b8262f5b3601a810a0dcddffd5c22c69daa0 SIZE (rust/crates/backtrace-sys-0.1.24.tar.gz) = 522332 -SHA256 (rust/crates/base64-0.9.2.tar.gz) = 85415d2594767338a74a30c1d370b2f3262ec1b4ed2d7bba5b3faf4de40467d9 -SIZE (rust/crates/base64-0.9.2.tar.gz) = 37967 +SHA256 (rust/crates/base64-0.9.3.tar.gz) = 489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643 +SIZE (rust/crates/base64-0.9.3.tar.gz) = 37993 SHA256 (rust/crates/bincode-0.8.0.tar.gz) = e103c8b299b28a9c6990458b7013dc4a8356a9b854c51b9883241f5866fac36e SIZE (rust/crates/bincode-0.8.0.tar.gz) = 71632 SHA256 (rust/crates/bincode-1.0.1.tar.gz) = 9f2fb9e29e72fd6bc12071533d5dc7664cb01480c59406f656d7ac25c7bd8ff7 @@ -33,20 +35,20 @@ SHA256 (rust/crates/bitflags-1.0.4.tar.gz) = 228047a76 SIZE (rust/crates/bitflags-1.0.4.tar.gz) = 15282 SHA256 (rust/crates/buf_redux-0.6.3.tar.gz) = b9279646319ff816b05fb5897883ece50d7d854d12b59992683d4f8a71b0f949 SIZE (rust/crates/buf_redux-0.6.3.tar.gz) = 16159 -SHA256 (rust/crates/bufstream-0.1.3.tar.gz) = f2f382711e76b9de6c744cc00d0497baba02fb00a787f088c879f01d09468e32 -SIZE (rust/crates/bufstream-0.1.3.tar.gz) = 8375 +SHA256 (rust/crates/bufstream-0.1.4.tar.gz) = 40e38929add23cdf8a366df9b0e088953150724bcbe5fc330b0d8eb3b328eec8 +SIZE (rust/crates/bufstream-0.1.4.tar.gz) = 8741 SHA256 (rust/crates/build_const-0.2.1.tar.gz) = 39092a32794787acd8525ee150305ff051b0aa6cc2abaf193924f5ab05425f39 SIZE (rust/crates/build_const-0.2.1.tar.gz) = 4499 -SHA256 (rust/crates/byteorder-1.2.6.tar.gz) = 90492c5858dd7d2e78691cfb89f90d273a2800fc11d98f60786e5d87e2f83781 -SIZE (rust/crates/byteorder-1.2.6.tar.gz) = 19985 -SHA256 (rust/crates/bytes-0.4.9.tar.gz) = e178b8e0e239e844b083d5a0d4a156b2654e67f9f80144d48398fcd736a24fb8 -SIZE (rust/crates/bytes-0.4.9.tar.gz) = 44400 +SHA256 (rust/crates/byteorder-1.2.7.tar.gz) = 94f88df23a25417badc922ab0f5716cc1330e87f71ddd9203b3a3ccd9cedf75d +SIZE (rust/crates/byteorder-1.2.7.tar.gz) = 19640 +SHA256 (rust/crates/bytes-0.4.11.tar.gz) = 40ade3d27603c2cb345eb0912aec461a6dec7e06a4ae48589904e808335c7afa +SIZE (rust/crates/bytes-0.4.11.tar.gz) = 45988 SHA256 (rust/crates/case-0.1.0.tar.gz) = e88b166b48e29667f5443df64df3c61dc07dc2b1a0b0d231800e07f09a33ecc1 SIZE (rust/crates/case-0.1.0.tar.gz) = 2629 -SHA256 (rust/crates/cc-1.0.23.tar.gz) = c37f0efaa4b9b001fa6f02d4b644dee4af97d3414df07c51e3e4f015f3a3e131 -SIZE (rust/crates/cc-1.0.23.tar.gz) = 43116 -SHA256 (rust/crates/cfg-if-0.1.5.tar.gz) = 0c4e7bb64a8ebb0d856483e1e682ea3422f883c5f5615a90d51a2c82fe87fdd3 -SIZE (rust/crates/cfg-if-0.1.5.tar.gz) = 7363 +SHA256 (rust/crates/cc-1.0.25.tar.gz) = f159dfd43363c4d08055a07703eb7a3406b0dac4d0584d96965a3262db3c9d16 +SIZE (rust/crates/cc-1.0.25.tar.gz) = 43191 +SHA256 (rust/crates/cfg-if-0.1.6.tar.gz) = 082bb9b28e00d3c9d39cc03e64ce4cea0f1bb9b3fde493f0cbc008472d22bdf4 +SIZE (rust/crates/cfg-if-0.1.6.tar.gz) = 7411 SHA256 (rust/crates/chrono-0.4.6.tar.gz) = 45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878 SIZE (rust/crates/chrono-0.4.6.tar.gz) = 133108 SHA256 (rust/crates/chunked_transfer-0.3.1.tar.gz) = 498d20a7aaf62625b9bf26e637cf7736417cde1d0c99f1d04d1170229a85cf87 @@ -55,68 +57,66 @@ SHA256 (rust/crates/clap-2.32.0.tar.gz) = b957d88f4b6a SIZE (rust/crates/clap-2.32.0.tar.gz) = 196073 SHA256 (rust/crates/cloudabi-0.0.3.tar.gz) = ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f SIZE (rust/crates/cloudabi-0.0.3.tar.gz) = 22156 -SHA256 (rust/crates/combine-3.5.1.tar.gz) = 7e67be864b6450c26fdb9242dee53a46fb9648d0b1a65521a6a1947b54fa011e -SIZE (rust/crates/combine-3.5.1.tar.gz) = 100195 +SHA256 (rust/crates/combine-3.6.3.tar.gz) = db733c5d0f4f52e78d4417959cadf0eecc7476e7f9ece05677912571a4af34e2 +SIZE (rust/crates/combine-3.6.3.tar.gz) = 101445 SHA256 (rust/crates/conhash-0.4.0.tar.gz) = 99d6364d028778d0d98b6014fa5882da377cd10d3492b7734d266a428e9b1fca SIZE (rust/crates/conhash-0.4.0.tar.gz) = 3548 SHA256 (rust/crates/core-foundation-0.2.3.tar.gz) = 25bfd746d203017f7d5cbd31ee5d8e17f94b6521c7af77ece6c9e4b2d4b16c67 SIZE (rust/crates/core-foundation-0.2.3.tar.gz) = 8323 +SHA256 (rust/crates/core-foundation-0.5.1.tar.gz) = 286e0b41c3a20da26536c6000a280585d519fd07b3956b43aed8a79e9edce980 +SIZE (rust/crates/core-foundation-0.5.1.tar.gz) = 22519 SHA256 (rust/crates/core-foundation-sys-0.2.3.tar.gz) = 065a5d7ffdcbc8fa145d6f0746f3555025b9097a9e9cda59f7467abae670c78d SIZE (rust/crates/core-foundation-sys-0.2.3.tar.gz) = 9128 +SHA256 (rust/crates/core-foundation-sys-0.5.1.tar.gz) = 716c271e8613ace48344f723b60b900a93150271e5be206212d052bbc0883efa +SIZE (rust/crates/core-foundation-sys-0.5.1.tar.gz) = 15974 +SHA256 (rust/crates/counted-array-0.1.2.tar.gz) = 384f8c53175c890920b6e0127b730709d2a173ca6c4dfdc81618ac9b46f648fe +SIZE (rust/crates/counted-array-0.1.2.tar.gz) = 2959 SHA256 (rust/crates/crc-1.8.1.tar.gz) = d663548de7f5cca343f1e0a48d14dcfb0e9eb4e079ec58883b7251539fa10aeb SIZE (rust/crates/crc-1.8.1.tar.gz) = 9114 -SHA256 (rust/crates/crossbeam-deque-0.6.1.tar.gz) = 3486aefc4c0487b9cb52372c97df0a48b8c249514af1ee99703bf70d2f2ceda1 -SIZE (rust/crates/crossbeam-deque-0.6.1.tar.gz) = 14343 -SHA256 (rust/crates/crossbeam-epoch-0.5.2.tar.gz) = 30fecfcac6abfef8771151f8be4abc9e4edc112c2bcb233314cafde2680536e9 -SIZE (rust/crates/crossbeam-epoch-0.5.2.tar.gz) = 34136 +SHA256 (rust/crates/crossbeam-deque-0.6.2.tar.gz) = 4fe1b6f945f824c7a25afe44f62e25d714c0cc523f8e99d8db5cd1026e1269d3 +SIZE (rust/crates/crossbeam-deque-0.6.2.tar.gz) = 14037 +SHA256 (rust/crates/crossbeam-epoch-0.6.1.tar.gz) = 2449aaa4ec7ef96e5fb24db16024b935df718e9ae1cec0a1e68feeca2efca7b8 +SIZE (rust/crates/crossbeam-epoch-0.6.1.tar.gz) = 34089 SHA256 (rust/crates/crossbeam-utils-0.5.0.tar.gz) = 677d453a17e8bd2b913fa38e8b9cf04bcdbb5be790aa294f2389661d72036015 SIZE (rust/crates/crossbeam-utils-0.5.0.tar.gz) = 12162 +SHA256 (rust/crates/crossbeam-utils-0.6.1.tar.gz) = c55913cc2799171a550e307918c0a360e8c16004820291bf3b638969b4a01816 +SIZE (rust/crates/crossbeam-utils-0.6.1.tar.gz) = 13987 SHA256 (rust/crates/daemonize-0.3.0.tar.gz) = 4093d27eb267d617f03c2ee25d4c3ca525b89a76154001954a11984508ffbde5 SIZE (rust/crates/daemonize-0.3.0.tar.gz) = 14236 SHA256 (rust/crates/derive-error-0.0.3.tar.gz) = 629f1bb3abce791912ca85a24676fff54464f7deb122906adabc90fb96e876d3 SIZE (rust/crates/derive-error-0.0.3.tar.gz) = 8406 SHA256 (rust/crates/difference-2.0.0.tar.gz) = 524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198 SIZE (rust/crates/difference-2.0.0.tar.gz) = 147616 -SHA256 (rust/crates/directories-1.0.1.tar.gz) = b106a38a9bf6c763c6c2e2c3332ab7635da453a68a6babca776386b3b287d338 -SIZE (rust/crates/directories-1.0.1.tar.gz) = 15608 +SHA256 (rust/crates/directories-1.0.2.tar.gz) = 72d337a64190607d4fcca2cb78982c5dd57f4916e19696b48a575fa746b6cb0f +SIZE (rust/crates/directories-1.0.2.tar.gz) = 16020 SHA256 (rust/crates/dtoa-0.4.3.tar.gz) = 6d301140eb411af13d3115f9a562c85cc6b541ade9dfa314132244aaee7489dd SIZE (rust/crates/dtoa-0.4.3.tar.gz) = 14456 SHA256 (rust/crates/either-1.5.0.tar.gz) = 3be565ca5c557d7f59e7cfcf1844f9e3033650c929c6566f511e8005f205c1d0 SIZE (rust/crates/either-1.5.0.tar.gz) = 10900 -SHA256 (rust/crates/encoding-0.2.33.tar.gz) = 6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec -SIZE (rust/crates/encoding-0.2.33.tar.gz) = 88798 -SHA256 (rust/crates/encoding-index-japanese-1.20141219.5.tar.gz) = 04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91 -SIZE (rust/crates/encoding-index-japanese-1.20141219.5.tar.gz) = 91495 -SHA256 (rust/crates/encoding-index-korean-1.20141219.5.tar.gz) = 4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81 -SIZE (rust/crates/encoding-index-korean-1.20141219.5.tar.gz) = 103230 -SHA256 (rust/crates/encoding-index-simpchinese-1.20141219.5.tar.gz) = d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7 -SIZE (rust/crates/encoding-index-simpchinese-1.20141219.5.tar.gz) = 130962 -SHA256 (rust/crates/encoding-index-singlebyte-1.20141219.5.tar.gz) = 3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a -SIZE (rust/crates/encoding-index-singlebyte-1.20141219.5.tar.gz) = 14950 -SHA256 (rust/crates/encoding-index-tradchinese-1.20141219.5.tar.gz) = fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18 -SIZE (rust/crates/encoding-index-tradchinese-1.20141219.5.tar.gz) = 120862 -SHA256 (rust/crates/encoding_index_tests-0.1.4.tar.gz) = a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569 -SIZE (rust/crates/encoding_index_tests-0.1.4.tar.gz) = 1631 -SHA256 (rust/crates/encoding_rs-0.8.6.tar.gz) = 2a91912d6f37c6a8fef8a2316a862542d036f13c923ad518b5aca7bcaac7544c -SIZE (rust/crates/encoding_rs-0.8.6.tar.gz) = 1242813 +SHA256 (rust/crates/encoding_rs-0.8.10.tar.gz) = 065f4d0c826fdaef059ac45487169d918558e3cf86c9d89f6e81cf52369126e5 +SIZE (rust/crates/encoding_rs-0.8.10.tar.gz) = 1244099 SHA256 (rust/crates/env_logger-0.5.13.tar.gz) = 15b0a4d2e39f8420210be8b27eeda28029729e2fd4291019455016c348240c38 SIZE (rust/crates/env_logger-0.5.13.tar.gz) = 25275 SHA256 (rust/crates/error-chain-0.12.0.tar.gz) = 07e791d3be96241c77c43846b665ef1384606da2cd2a48730abe606a12906e02 SIZE (rust/crates/error-chain-0.12.0.tar.gz) = 27056 SHA256 (rust/crates/escargot-0.3.1.tar.gz) = 19db1f7e74438642a5018cdf263bb1325b2e792f02dd0a3ca6d6c0f0d7b1d5a5 SIZE (rust/crates/escargot-0.3.1.tar.gz) = 12708 -SHA256 (rust/crates/failure-0.1.2.tar.gz) = 7efb22686e4a466b1ec1a15c2898f91fa9cb340452496dca654032de20ff95b9 -SIZE (rust/crates/failure-0.1.2.tar.gz) = 31820 -SHA256 (rust/crates/failure_derive-0.1.2.tar.gz) = 946d0e98a50d9831f5d589038d2ca7f8f455b1c21028c0db0e84116a12696426 -SIZE (rust/crates/failure_derive-0.1.2.tar.gz) = 4326 +SHA256 (rust/crates/failure-0.1.3.tar.gz) = 6dd377bcc1b1b7ce911967e3ec24fa19c3224394ec05b54aa7b083d498341ac7 +SIZE (rust/crates/failure-0.1.3.tar.gz) = 34107 +SHA256 (rust/crates/failure_derive-0.1.3.tar.gz) = 64c2d913fe8ed3b6c6518eedf4538255b989945c14c2a7d5cbff62a5e2120596 +SIZE (rust/crates/failure_derive-0.1.3.tar.gz) = 4349 SHA256 (rust/crates/filetime-0.1.15.tar.gz) = 714653f3e34871534de23771ac7b26e999651a0a228f47beb324dfdf1dd4b10f SIZE (rust/crates/filetime-0.1.15.tar.gz) = 11211 -SHA256 (rust/crates/filetime-0.2.1.tar.gz) = da4b9849e77b13195302c174324b5ba73eec9b236b24c221a61000daefb95c5f -SIZE (rust/crates/filetime-0.2.1.tar.gz) = 11797 -SHA256 (rust/crates/flate2-1.0.2.tar.gz) = 37847f133aae7acf82bb9577ccd8bda241df836787642654286e79679826a54b -SIZE (rust/crates/flate2-1.0.2.tar.gz) = 65153 +SHA256 (rust/crates/filetime-0.2.4.tar.gz) = a2df5c1a8c4be27e7707789dc42ae65976e60b394afd293d1419ab915833e646 +SIZE (rust/crates/filetime-0.2.4.tar.gz) = 12044 +SHA256 (rust/crates/flate2-1.0.5.tar.gz) = 96971e4fc2737f211ec8236fe16ac67695838ca3e25567c07b4f837d1f8f829c +SIZE (rust/crates/flate2-1.0.5.tar.gz) = 65990 +SHA256 (rust/crates/flate2-crc-0.1.1.tar.gz) = 8a792245eaed7747984647ce20582507985d69ccfacdddcb60bd5f451f21cbc5 +SIZE (rust/crates/flate2-crc-0.1.1.tar.gz) = 8985 SHA256 (rust/crates/float-cmp-0.4.0.tar.gz) = 134a8fa843d80a51a5b77d36d42bc2def9edcb0262c914861d08129fd1926600 SIZE (rust/crates/float-cmp-0.4.0.tar.gz) = 8774 +SHA256 (rust/crates/fnv-1.0.6.tar.gz) = 2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3 +SIZE (rust/crates/fnv-1.0.6.tar.gz) = 11131 SHA256 (rust/crates/foreign-types-0.3.2.tar.gz) = f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1 SIZE (rust/crates/foreign-types-0.3.2.tar.gz) = 7504 SHA256 (rust/crates/foreign-types-shared-0.1.1.tar.gz) = 00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b @@ -125,60 +125,72 @@ SHA256 (rust/crates/fuchsia-zircon-0.3.3.tar.gz) = 2e9 SIZE (rust/crates/fuchsia-zircon-0.3.3.tar.gz) = 22565 SHA256 (rust/crates/fuchsia-zircon-sys-0.3.3.tar.gz) = 3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7 SIZE (rust/crates/fuchsia-zircon-sys-0.3.3.tar.gz) = 7191 -SHA256 (rust/crates/futures-0.1.23.tar.gz) = 884dbe32a6ae4cd7da5c6db9b78114449df9953b8d490c9d7e1b51720b922c62 -SIZE (rust/crates/futures-0.1.23.tar.gz) = 156185 +SHA256 (rust/crates/futures-0.1.25.tar.gz) = 49e7653e374fe0d0c12de4250f0bdb60680b8c80eed558c5c7538eec9c89e21b +SIZE (rust/crates/futures-0.1.25.tar.gz) = 158626 SHA256 (rust/crates/futures-cpupool-0.1.8.tar.gz) = ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4 SIZE (rust/crates/futures-cpupool-0.1.8.tar.gz) = 10583 -SHA256 (rust/crates/gcc-0.3.54.tar.gz) = 5e33ec290da0d127825013597dbdfc28bee4964690c7ce1166cbc2a7bd08b1bb -SIZE (rust/crates/gcc-0.3.54.tar.gz) = 37248 +SHA256 (rust/crates/gcc-0.3.55.tar.gz) = 8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2 +SIZE (rust/crates/gcc-0.3.55.tar.gz) = 37262 SHA256 (rust/crates/getopts-0.2.18.tar.gz) = 0a7292d30132fb5424b354f5dc02512a86e4c516fe544bb7a25e7f266951b797 SIZE (rust/crates/getopts-0.2.18.tar.gz) = 18416 -SHA256 (rust/crates/httparse-1.3.2.tar.gz) = 7b6288d7db100340ca12873fd4d08ad1b8f206a9457798dfb17c018a33fee540 -SIZE (rust/crates/httparse-1.3.2.tar.gz) = 19143 +SHA256 (rust/crates/h2-0.1.13.tar.gz) = 7dd33bafe2e6370e6c8eb0cf1b8c5f93390b90acde7e9b03723f166b28b648ed +SIZE (rust/crates/h2-0.1.13.tar.gz) = 140232 +SHA256 (rust/crates/http-0.1.14.tar.gz) = 02096a6d2c55e63f7fcb800690e4f889a25f6ec342e3adb4594e293b625215ab +SIZE (rust/crates/http-0.1.14.tar.gz) = 97027 +SHA256 (rust/crates/httparse-1.3.3.tar.gz) = e8734b0cfd3bc3e101ec59100e101c2eecd19282202e87808b3037b442777a83 +SIZE (rust/crates/httparse-1.3.3.tar.gz) = 23689 SHA256 (rust/crates/humantime-1.1.1.tar.gz) = 0484fda3e7007f2a4a0d9c3a703ca38c71c54c55602ce4660c419fd32e188c9e SIZE (rust/crates/humantime-1.1.1.tar.gz) = 16689 SHA256 (rust/crates/hyper-0.11.27.tar.gz) = 34a590ca09d341e94cddf8e5af0bbccde205d5fbc2fa3c09dd67c7f85cea59d7 SIZE (rust/crates/hyper-0.11.27.tar.gz) = 155617 +SHA256 (rust/crates/hyper-0.12.16.tar.gz) = 0aeedb8ca5f0f96be00f84073c6d0d5f962ecad020ef543dff99a7c12717a60e +SIZE (rust/crates/hyper-0.12.16.tar.gz) = 111412 SHA256 (rust/crates/hyper-tls-0.1.4.tar.gz) = ffb1bd5e518d3065840ab315dbbf44e4420e5f7d80e2cb93fa6ffffc50522378 SIZE (rust/crates/hyper-tls-0.1.4.tar.gz) = 8137 +SHA256 (rust/crates/hyper-tls-0.3.1.tar.gz) = 32cd73f14ad370d3b4d4b7dce08f69b81536c82e39fcc89731930fe5788cd661 +SIZE (rust/crates/hyper-tls-0.3.1.tar.gz) = 8836 +SHA256 (rust/crates/hyperx-0.12.0.tar.gz) = 78e2d2253d7a17929560fc3adf48c48fc924c94fa4507e037a60e6bc55c0eda6 +SIZE (rust/crates/hyperx-0.12.0.tar.gz) = 80997 SHA256 (rust/crates/idna-0.1.5.tar.gz) = 38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e SIZE (rust/crates/idna-0.1.5.tar.gz) = 258735 +SHA256 (rust/crates/indexmap-1.0.2.tar.gz) = 7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d +SIZE (rust/crates/indexmap-1.0.2.tar.gz) = 38255 SHA256 (rust/crates/iovec-0.1.2.tar.gz) = dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08 SIZE (rust/crates/iovec-0.1.2.tar.gz) = 8565 -SHA256 (rust/crates/itertools-0.7.8.tar.gz) = f58856976b776fedd95533137617a02fb25719f40e7d9b01c7043cd65474f450 -SIZE (rust/crates/itertools-0.7.8.tar.gz) = 78831 -SHA256 (rust/crates/itoa-0.4.2.tar.gz) = 5adb58558dcd1d786b5f0bd15f3226ee23486e24b7b58304b60f64dc68e62606 -SIZE (rust/crates/itoa-0.4.2.tar.gz) = 10581 +SHA256 (rust/crates/itertools-0.7.9.tar.gz) = 7cef527957675adbb9ec77a7e3c44c69d729dc0a80e64fe7d380138ef851af1d +SIZE (rust/crates/itertools-0.7.9.tar.gz) = 78365 +SHA256 (rust/crates/itoa-0.4.3.tar.gz) = 1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b +SIZE (rust/crates/itoa-0.4.3.tar.gz) = 11061 SHA256 (rust/crates/jobserver-0.1.11.tar.gz) = 60af5f849e1981434e4a31d3d782c4774ae9b434ce55b101a96ecfd09147e8be SIZE (rust/crates/jobserver-0.1.11.tar.gz) = 19687 -SHA256 (rust/crates/jsonwebtoken-5.0.0.tar.gz) = 3970fe7ab3ca69c22824dc98c3180f5a29fe74e627b7c74a60d6ae946e90f591 -SIZE (rust/crates/jsonwebtoken-5.0.0.tar.gz) = 16039 +SHA256 (rust/crates/jsonwebtoken-5.0.1.tar.gz) = 8d438ea707d465c230305963b67f8357a1d56fcfad9434797d7cb1c46c2e41df +SIZE (rust/crates/jsonwebtoken-5.0.1.tar.gz) = 16414 SHA256 (rust/crates/kernel32-sys-0.2.2.tar.gz) = 7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d SIZE (rust/crates/kernel32-sys-0.2.2.tar.gz) = 24537 SHA256 (rust/crates/language-tags-0.2.2.tar.gz) = a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a SIZE (rust/crates/language-tags-0.2.2.tar.gz) = 12754 SHA256 (rust/crates/lazy_static-0.2.11.tar.gz) = 76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73 SIZE (rust/crates/lazy_static-0.2.11.tar.gz) = 12361 -SHA256 (rust/crates/lazy_static-1.1.0.tar.gz) = ca488b89a5657b0a2ecd45b95609b3e848cf1755da332a0da46e2b2b1cb371a7 -SIZE (rust/crates/lazy_static-1.1.0.tar.gz) = 12317 -SHA256 (rust/crates/lazycell-0.6.0.tar.gz) = a6f08839bc70ef4a3fe1d566d5350f519c5912ea86be0df1740a7d247c7fc0ef -SIZE (rust/crates/lazycell-0.6.0.tar.gz) = 10099 -SHA256 (rust/crates/libc-0.2.49.tar.gz) = 413f3dfc802c5dc91dc570b05125b6cda9855edfaa9825c9849807876376e70e -SIZE (rust/crates/libc-0.2.49.tar.gz) = 375486 -SHA256 (rust/crates/libflate-0.1.16.tar.gz) = 7d4b4c7aff5bac19b956f693d0ea0eade8066deb092186ae954fa6ba14daab98 -SIZE (rust/crates/libflate-0.1.16.tar.gz) = 33117 +SHA256 (rust/crates/lazy_static-1.2.0.tar.gz) = a374c89b9db55895453a74c1e38861d9deec0b01b405a82516e9d5de4820dea1 +SIZE (rust/crates/lazy_static-1.2.0.tar.gz) = 10840 +SHA256 (rust/crates/lazycell-1.2.0.tar.gz) = ddba4c30a78328befecec92fc94970e53b3ae385827d28620f0f5bb2493081e0 +SIZE (rust/crates/lazycell-1.2.0.tar.gz) = 11259 +SHA256 (rust/crates/libc-0.2.54.tar.gz) = c6785aa7dd976f5fbf3b71cfd9cd49d7f783c1ff565a858d71031c6c313aa5c6 +SIZE (rust/crates/libc-0.2.54.tar.gz) = 401259 +SHA256 (rust/crates/libflate-0.1.18.tar.gz) = 21138fc6669f438ed7ae3559d5789a5f0ba32f28c1f0608d1e452b0bb06ee936 +SIZE (rust/crates/libflate-0.1.18.tar.gz) = 35142 SHA256 (rust/crates/libmount-0.1.11.tar.gz) = d9d45f88f32c57ebf3688ada41414dc700aab97ad58e26cbcda6af50da53559a SIZE (rust/crates/libmount-0.1.11.tar.gz) = 20894 SHA256 (rust/crates/linked-hash-map-0.2.1.tar.gz) = bda158e0dabeb97ee8a401f4d17e479d6b891a14de0bba79d5cc2d4d325b5e48 SIZE (rust/crates/linked-hash-map-0.2.1.tar.gz) = 13672 SHA256 (rust/crates/local-encoding-0.2.0.tar.gz) = e1ceb20f39ff7ae42f3ff9795f3986b1daad821caaa1e1732a0944103a5a1a66 SIZE (rust/crates/local-encoding-0.2.0.tar.gz) = 10531 -SHA256 (rust/crates/lock_api-0.1.3.tar.gz) = 949826a5ccf18c1b3a7c3d57692778d21768b79e46eb9dd07bfc4c2160036c54 -SIZE (rust/crates/lock_api-0.1.3.tar.gz) = 12167 +SHA256 (rust/crates/lock_api-0.1.5.tar.gz) = 62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c +SIZE (rust/crates/lock_api-0.1.5.tar.gz) = 16967 SHA256 (rust/crates/log-0.3.9.tar.gz) = e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b SIZE (rust/crates/log-0.3.9.tar.gz) = 16686 -SHA256 (rust/crates/log-0.4.4.tar.gz) = cba860f648db8e6f269df990180c2217f333472b4a6e901e97446858487971e2 -SIZE (rust/crates/log-0.4.4.tar.gz) = 22031 +SHA256 (rust/crates/log-0.4.6.tar.gz) = c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6 +SIZE (rust/crates/log-0.4.6.tar.gz) = 22303 SHA256 (rust/crates/matches-0.1.8.tar.gz) = 7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08 SIZE (rust/crates/matches-0.1.8.tar.gz) = 2216 SHA256 (rust/crates/md5-0.3.8.tar.gz) = 79c56d6a0b07f9e19282511c83fc5b086364cbae4ba8c7d5f190c3d9b0425a48 @@ -187,28 +199,28 @@ SHA256 (rust/crates/memcached-rs-0.3.0.tar.gz) = 0f456 SIZE (rust/crates/memcached-rs-0.3.0.tar.gz) = 19015 SHA256 (rust/crates/memchr-1.0.2.tar.gz) = 148fab2e51b4f1cfc66da2a7c32981d1d3c083a803978268bb11fe4b86925e7a SIZE (rust/crates/memchr-1.0.2.tar.gz) = 8639 -SHA256 (rust/crates/memchr-2.0.2.tar.gz) = a3b4142ab8738a78c51896f704f83c11df047ff1bda9a92a661aa6361552d93d -SIZE (rust/crates/memchr-2.0.2.tar.gz) = 10092 +SHA256 (rust/crates/memchr-2.1.1.tar.gz) = 0a3eb002f0535929f1199681417029ebea04aadc0c7a4224b46be99c7f5d6a16 +SIZE (rust/crates/memchr-2.1.1.tar.gz) = 19591 SHA256 (rust/crates/memoffset-0.2.1.tar.gz) = 0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3 SIZE (rust/crates/memoffset-0.2.1.tar.gz) = 4618 SHA256 (rust/crates/mime-0.2.6.tar.gz) = ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0 SIZE (rust/crates/mime-0.2.6.tar.gz) = 6719 -SHA256 (rust/crates/mime-0.3.9.tar.gz) = 4b082692d3f6cf41b453af73839ce3dfc212c4411cbb2441dff80a716e38bd79 -SIZE (rust/crates/mime-0.3.9.tar.gz) = 14685 +SHA256 (rust/crates/mime-0.3.12.tar.gz) = 0a907b83e7b9e987032439a387e187119cddafc92d5c2aaeb1d92580a793f630 +SIZE (rust/crates/mime-0.3.12.tar.gz) = 14815 SHA256 (rust/crates/mime_guess-1.8.6.tar.gz) = 2d4c0961143b8efdcfa29c3ae63281601b446a4a668165454b6c90f8024954c5 SIZE (rust/crates/mime_guess-1.8.6.tar.gz) = 17437 SHA256 (rust/crates/mime_guess-2.0.0-alpha.6.tar.gz) = 30de2e4613efcba1ec63d8133f344076952090c122992a903359be5a4f99c3ed SIZE (rust/crates/mime_guess-2.0.0-alpha.6.tar.gz) = 17579 -SHA256 (rust/crates/miniz_oxide-0.1.3.tar.gz) = 9ba430291c9d6cedae28bcd2d49d1c32fc57d60cd49086646c5dd5673a870eb5 -SIZE (rust/crates/miniz_oxide-0.1.3.tar.gz) = 48669 -SHA256 (rust/crates/miniz_oxide_c_api-0.1.3.tar.gz) = 5a5b8234d6103ebfba71e29786da4608540f862de5ce980a1c94f86a40ca0d51 -SIZE (rust/crates/miniz_oxide_c_api-0.1.3.tar.gz) = 166029 -SHA256 (rust/crates/mio-0.6.15.tar.gz) = 4fcfcb32d63961fb6f367bfd5d21e4600b92cd310f71f9dca25acae196eb1560 -SIZE (rust/crates/mio-0.6.15.tar.gz) = 129497 +SHA256 (rust/crates/miniz_oxide-0.2.0.tar.gz) = 5ad30a47319c16cde58d0314f5d98202a80c9083b5f61178457403dfb14e509c +SIZE (rust/crates/miniz_oxide-0.2.0.tar.gz) = 49387 +SHA256 (rust/crates/miniz_oxide_c_api-0.2.0.tar.gz) = 28edaef377517fd9fe3e085c37d892ce7acd1fbeab9239c5a36eec352d8a8b7e +SIZE (rust/crates/miniz_oxide_c_api-0.2.0.tar.gz) = 166923 +SHA256 (rust/crates/mio-0.6.16.tar.gz) = 71646331f2619b1026cc302f87a2b8b648d5c6dd6937846a16cc8ce0f347f432 +SIZE (rust/crates/mio-0.6.16.tar.gz) = 126174 SHA256 (rust/crates/mio-named-pipes-0.1.6.tar.gz) = f5e374eff525ce1c5b7687c4cef63943e7686524a387933ad27ca7ec43779cb3 SIZE (rust/crates/mio-named-pipes-0.1.6.tar.gz) = 14766 -SHA256 (rust/crates/mio-uds-0.6.6.tar.gz) = 84c7b5caa3a118a6e34dbac36504503b1e8dc5835e833306b9d6af0e05929f79 -SIZE (rust/crates/mio-uds-0.6.6.tar.gz) = 14449 +SHA256 (rust/crates/mio-uds-0.6.7.tar.gz) = 966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125 +SIZE (rust/crates/mio-uds-0.6.7.tar.gz) = 14389 SHA256 (rust/crates/miow-0.2.1.tar.gz) = 8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919 SIZE (rust/crates/miow-0.2.1.tar.gz) = 21133 SHA256 (rust/crates/miow-0.3.3.tar.gz) = 396aa0f2003d7df8395cb93e09871561ccc3e785f0acb369170e8cc74ddf9226 @@ -219,34 +231,38 @@ SHA256 (rust/crates/multipart-0.13.6.tar.gz) = 92f54eb SIZE (rust/crates/multipart-0.13.6.tar.gz) = 46966 SHA256 (rust/crates/native-tls-0.1.5.tar.gz) = f74dbadc8b43df7864539cedb7bc91345e532fdd913cfdc23ad94f4d2d40fbc0 SIZE (rust/crates/native-tls-0.1.5.tar.gz) = 24838 +SHA256 (rust/crates/native-tls-0.2.2.tar.gz) = ff8e08de0070bbf4c31f452ea2a70db092f36f6f2e4d897adf5674477d488fb2 +SIZE (rust/crates/native-tls-0.2.2.tar.gz) = 29238 SHA256 (rust/crates/net2-0.2.33.tar.gz) = 42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88 SIZE (rust/crates/net2-0.2.33.tar.gz) = 20936 SHA256 (rust/crates/nix-0.11.0.tar.gz) = d37e713a259ff641624b6cb20e3b12b2952313ba36b6823c0f16e6cfd9e5de17 SIZE (rust/crates/nix-0.11.0.tar.gz) = 162039 -SHA256 (rust/crates/nodrop-0.1.12.tar.gz) = 9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2 -SIZE (rust/crates/nodrop-0.1.12.tar.gz) = 3033 +SHA256 (rust/crates/nodrop-0.1.13.tar.gz) = 2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945 +SIZE (rust/crates/nodrop-0.1.13.tar.gz) = 7508 SHA256 (rust/crates/normalize-line-endings-0.2.2.tar.gz) = 2e0a1a39eab95caf4f5556da9289b9e68f0aafac901b2ce80daaf020d3b733a8 SIZE (rust/crates/normalize-line-endings-0.2.2.tar.gz) = 5299 SHA256 (rust/crates/num-integer-0.1.39.tar.gz) = e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea SIZE (rust/crates/num-integer-0.1.39.tar.gz) = 17881 SHA256 (rust/crates/num-traits-0.1.43.tar.gz) = 92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31 SIZE (rust/crates/num-traits-0.1.43.tar.gz) = 7659 -SHA256 (rust/crates/num-traits-0.2.5.tar.gz) = 630de1ef5cc79d0cdd78b7e33b81f083cbfe90de0f4b2b2f07f905867c70e9fe -SIZE (rust/crates/num-traits-0.2.5.tar.gz) = 39136 +SHA256 (rust/crates/num-traits-0.2.6.tar.gz) = 0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1 +SIZE (rust/crates/num-traits-0.2.6.tar.gz) = 39923 SHA256 (rust/crates/num_cpus-1.8.0.tar.gz) = c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30 SIZE (rust/crates/num_cpus-1.8.0.tar.gz) = 10539 SHA256 (rust/crates/number_prefix-0.2.8.tar.gz) = dbf9993e59c894e3c08aa1c2712914e9e6bf1fcbfc6bef283e2183df345a4fee SIZE (rust/crates/number_prefix-0.2.8.tar.gz) = 5493 -SHA256 (rust/crates/openssl-0.10.11.tar.gz) = 6c24d3508b4fb6da175c10baac54c578b33f09c89ae90c6fe9788b3b4768efdc -SIZE (rust/crates/openssl-0.10.11.tar.gz) = 164328 -SHA256 (rust/crates/openssl-sys-0.9.35.tar.gz) = 912f301a749394e1025d9dcddef6106ddee9252620e6d0a0e5f8d0681de9b129 -SIZE (rust/crates/openssl-sys-0.9.35.tar.gz) = 44854 -SHA256 (rust/crates/owning_ref-0.3.3.tar.gz) = cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37 -SIZE (rust/crates/owning_ref-0.3.3.tar.gz) = 11710 +SHA256 (rust/crates/openssl-0.10.15.tar.gz) = 5e1309181cdcbdb51bc3b6bedb33dfac2a83b3d585033d3f6d9e22e8c1928613 +SIZE (rust/crates/openssl-0.10.15.tar.gz) = 167961 +SHA256 (rust/crates/openssl-probe-0.1.2.tar.gz) = 77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de +SIZE (rust/crates/openssl-probe-0.1.2.tar.gz) = 6427 +SHA256 (rust/crates/openssl-sys-0.9.39.tar.gz) = 278c1ad40a89aa1e741a1eed089a2f60b18fab8089c3139b542140fc7d674106 +SIZE (rust/crates/openssl-sys-0.9.39.tar.gz) = 43147 +SHA256 (rust/crates/owning_ref-0.4.0.tar.gz) = 49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13 +SIZE (rust/crates/owning_ref-0.4.0.tar.gz) = 12233 SHA256 (rust/crates/parking_lot-0.6.4.tar.gz) = f0802bff09003b291ba756dc7e79313e51cc31667e94afbe847def490424cde5 SIZE (rust/crates/parking_lot-0.6.4.tar.gz) = 31890 -SHA256 (rust/crates/parking_lot_core-0.3.0.tar.gz) = 06a2b6aae052309c2fd2161ef58f5067bc17bb758377a0de9d4b279d603fdd8a -SIZE (rust/crates/parking_lot_core-0.3.0.tar.gz) = 21965 +SHA256 (rust/crates/parking_lot_core-0.3.1.tar.gz) = ad7f7e6ebdc79edff6fdcb87a55b620174f7a989e3eb31b65231f4af57f00b8c +SIZE (rust/crates/parking_lot_core-0.3.1.tar.gz) = 26635 SHA256 (rust/crates/percent-encoding-1.0.1.tar.gz) = 31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831 SIZE (rust/crates/percent-encoding-1.0.1.tar.gz) = 10057 SHA256 (rust/crates/phf-0.7.23.tar.gz) = cec29da322b242f4c3098852c77a0ca261c9c01b806cae85a5572a1eb94db9a6 @@ -261,46 +277,62 @@ SHA256 (rust/crates/pkg-config-0.3.14.tar.gz) = 676e8e SIZE (rust/crates/pkg-config-0.3.14.tar.gz) = 13565 SHA256 (rust/crates/podio-0.1.6.tar.gz) = 780fb4b6698bbf9cf2444ea5d22411cef2953f0824b98f33cf454ec5615645bd SIZE (rust/crates/podio-0.1.6.tar.gz) = 10186 -SHA256 (rust/crates/predicates-0.9.0.tar.gz) = 799dc506006c16c25b28476046abfc20a95f71de59e95ebb8ee302e029a30173 -SIZE (rust/crates/predicates-0.9.0.tar.gz) = 23347 +SHA256 (rust/crates/predicates-0.9.1.tar.gz) = f31e7977fc111984fdac76b6ae3a4cb598008fc6fd02dfdca189bf180bd7be20 +SIZE (rust/crates/predicates-0.9.1.tar.gz) = 24557 SHA256 (rust/crates/predicates-core-0.9.0.tar.gz) = 85f80bc390d1c02a4cdaa63f27f05c3c426679eb65433d8dd65d392147e4e5c5 SIZE (rust/crates/predicates-core-0.9.0.tar.gz) = 8053 SHA256 (rust/crates/predicates-tree-0.9.0.tar.gz) = 2e86df9b81bdcb0a5141aca9d2b9c5e0c558ef6626d3ae2c12912f5c9df740bd SIZE (rust/crates/predicates-tree-0.9.0.tar.gz) = 6240 -SHA256 (rust/crates/proc-macro2-0.4.15.tar.gz) = 295af93acfb1d5be29c16ca5b3f82d863836efd9cb0c14fd83811eb9a110e452 -SIZE (rust/crates/proc-macro2-0.4.15.tar.gz) = 28658 +SHA256 (rust/crates/proc-macro2-0.4.24.tar.gz) = 77619697826f31a02ae974457af0b29b723e5619e113e9397b8b82c6bd253f09 +SIZE (rust/crates/proc-macro2-0.4.24.tar.gz) = 30970 SHA256 (rust/crates/pulldown-cmark-0.0.3.tar.gz) = 8361e81576d2e02643b04950e487ec172b687180da65c731c03cf336784e6c07 SIZE (rust/crates/pulldown-cmark-0.0.3.tar.gz) = 44672 SHA256 (rust/crates/quick-error-1.2.2.tar.gz) = 9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0 SIZE (rust/crates/quick-error-1.2.2.tar.gz) = 15132 SHA256 (rust/crates/quote-0.3.15.tar.gz) = 7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a SIZE (rust/crates/quote-0.3.15.tar.gz) = 12041 -SHA256 (rust/crates/quote-0.6.8.tar.gz) = dd636425967c33af890042c483632d33fa7a18f19ad1d7ea72e8998c6ef8dea5 -SIZE (rust/crates/quote-0.6.8.tar.gz) = 15530 +SHA256 (rust/crates/quote-0.6.10.tar.gz) = 53fa22a1994bd0f9372d7a816207d8a2677ad0325b073f5c5332760f0fb62b5c +SIZE (rust/crates/quote-0.6.10.tar.gz) = 15795 SHA256 (rust/crates/rand-0.3.22.tar.gz) = 15a732abf9d20f0ad8eeb6f909bf6868722d9a06e1e50802b6a70351f40b4eb1 SIZE (rust/crates/rand-0.3.22.tar.gz) = 11318 SHA256 (rust/crates/rand-0.4.3.tar.gz) = 8356f47b32624fef5b3301c1be97e5944ecdd595409cc5da11d05f211db6cfbd SIZE (rust/crates/rand-0.4.3.tar.gz) = 76094 SHA256 (rust/crates/rand-0.5.5.tar.gz) = e464cd887e869cddcae8792a4ee31d23c7edd516700695608f5b98c67ee0131c SIZE (rust/crates/rand-0.5.5.tar.gz) = 137359 -SHA256 (rust/crates/rand_core-0.2.1.tar.gz) = edecf0f94da5551fc9b492093e30b041a891657db7940ee221f9d2f66e82eef2 -SIZE (rust/crates/rand_core-0.2.1.tar.gz) = 19262 -SHA256 (rust/crates/redis-0.9.0.tar.gz) = 2dde3e551c6f072b3c1feab259e2d85e5795dfb4a4e0dd1510f3a1269f3befcf -SIZE (rust/crates/redis-0.9.0.tar.gz) = 51986 -SHA256 (rust/crates/redox_syscall-0.1.40.tar.gz) = c214e91d3ecf43e9a4e41e578973adeb14b474f2bee858742d127af75a0112b1 -SIZE (rust/crates/redox_syscall-0.1.40.tar.gz) = 14745 +SHA256 (rust/crates/rand-0.6.1.tar.gz) = ae9d223d52ae411a33cf7e54ec6034ec165df296ccd23533d671a28252b6f66a +SIZE (rust/crates/rand-0.6.1.tar.gz) = 126613 +SHA256 (rust/crates/rand_chacha-0.1.0.tar.gz) = 771b009e3a508cb67e8823dda454aaa5368c7bc1c16829fb77d3e980440dd34a +SIZE (rust/crates/rand_chacha-0.1.0.tar.gz) = 11637 +SHA256 (rust/crates/rand_core-0.2.2.tar.gz) = 1961a422c4d189dfb50ffa9320bf1f2a9bd54ecb92792fb9477f99a1045f3372 +SIZE (rust/crates/rand_core-0.2.2.tar.gz) = 15450 +SHA256 (rust/crates/rand_core-0.3.0.tar.gz) = 0905b6b7079ec73b314d4c748701f6931eb79fd97c668caa3f1899b22b32c6db +SIZE (rust/crates/rand_core-0.3.0.tar.gz) = 20581 +SHA256 (rust/crates/rand_hc-0.1.0.tar.gz) = 7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4 +SIZE (rust/crates/rand_hc-0.1.0.tar.gz) = 11644 +SHA256 (rust/crates/rand_isaac-0.1.0.tar.gz) = 2d6ecfe9ebf36acd47a49d150990b047a5f7db0a7236ee2414b7ff5cc1097c7b +SIZE (rust/crates/rand_isaac-0.1.0.tar.gz) = 16011 +SHA256 (rust/crates/rand_pcg-0.1.1.tar.gz) = 086bd09a33c7044e56bb44d5bdde5a60e7f119a9e95b0775f545de759a32fe05 +SIZE (rust/crates/rand_pcg-0.1.1.tar.gz) = 10881 +SHA256 (rust/crates/rand_xorshift-0.1.0.tar.gz) = effa3fcaa47e18db002bdde6060944b6d2f9cfd8db471c30e873448ad9187be3 +SIZE (rust/crates/rand_xorshift-0.1.0.tar.gz) = 9194 +SHA256 (rust/crates/redis-0.9.1.tar.gz) = f0c747d743d48233f9bc3ed3fb00cb84c1d98d8c7f54ed2d4cca9adf461a7ef3 +SIZE (rust/crates/redis-0.9.1.tar.gz) = 52038 +SHA256 (rust/crates/redox_syscall-0.1.42.tar.gz) = cf8fb82a4d1c9b28f1c26c574a5b541f5ffb4315f6c9a791fa47b6a04438fe93 +SIZE (rust/crates/redox_syscall-0.1.42.tar.gz) = 14962 SHA256 (rust/crates/redox_termios-0.1.1.tar.gz) = 7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76 SIZE (rust/crates/redox_termios-0.1.1.tar.gz) = 3227 -SHA256 (rust/crates/regex-1.0.4.tar.gz) = 67d0301b0c6804eca7e3c275119d0b01ff3b7ab9258a65709e608a66312a1025 -SIZE (rust/crates/regex-1.0.4.tar.gz) = 245421 -SHA256 (rust/crates/regex-syntax-0.6.2.tar.gz) = 747ba3b235651f6e2f67dfa8bcdcd073ddb7c243cb21c442fc12395dfcac212d -SIZE (rust/crates/regex-syntax-0.6.2.tar.gz) = 238572 +SHA256 (rust/crates/regex-1.0.6.tar.gz) = ee84f70c8c08744ea9641a731c7fadb475bf2ecc52d7f627feb833e0b3990467 +SIZE (rust/crates/regex-1.0.6.tar.gz) = 239455 +SHA256 (rust/crates/regex-syntax-0.6.3.tar.gz) = fbc557aac2b708fe84121caf261346cc2eed71978024337e42eb46b8a252ac6e +SIZE (rust/crates/regex-syntax-0.6.3.tar.gz) = 240173 SHA256 (rust/crates/relay-0.1.1.tar.gz) = 1576e382688d7e9deecea24417e350d3062d97e32e45d70b1cde65994ff1489a SIZE (rust/crates/relay-0.1.1.tar.gz) = 7331 SHA256 (rust/crates/remove_dir_all-0.5.1.tar.gz) = 3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5 SIZE (rust/crates/remove_dir_all-0.5.1.tar.gz) = 8726 SHA256 (rust/crates/reqwest-0.8.8.tar.gz) = 738769ec83daf6c1929dc9dae7d69ed3779b55ae5c356e989dcd3aa677d8486e SIZE (rust/crates/reqwest-0.8.8.tar.gz) = 55825 +SHA256 (rust/crates/reqwest-0.9.5.tar.gz) = ab52e462d1e15891441aeefadff68bdea005174328ce3da0a314f2ad313ec837 +SIZE (rust/crates/reqwest-0.9.5.tar.gz) = 63819 SHA256 (rust/crates/retry-0.4.0.tar.gz) = 29460f6011a25fc70b22010e796bd98330baccaa0005cba6f90b858a510dec0d SIZE (rust/crates/retry-0.4.0.tar.gz) = 3875 SHA256 (rust/crates/ring-0.13.2.tar.gz) = dbe642b9dd1ba0038d78c4a3999d1ee56178b4d415c1e1fbaba83b06dce012f0 @@ -313,76 +345,84 @@ SHA256 (rust/crates/rustc-demangle-0.1.9.tar.gz) = bcf SIZE (rust/crates/rustc-demangle-0.1.9.tar.gz) = 11463 SHA256 (rust/crates/rustc-serialize-0.3.24.tar.gz) = dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda SIZE (rust/crates/rustc-serialize-0.3.24.tar.gz) = 45926 -SHA256 (rust/crates/ryu-0.2.6.tar.gz) = 7153dd96dade874ab973e098cb62fcdbb89a03682e46b144fd09550998d4a4a7 -SIZE (rust/crates/ryu-0.2.6.tar.gz) = 39911 +SHA256 (rust/crates/rustc_version-0.2.3.tar.gz) = 138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a +SIZE (rust/crates/rustc_version-0.2.3.tar.gz) = 10210 +SHA256 (rust/crates/ryu-0.2.7.tar.gz) = eb9e9b8cde282a9fe6a42dd4681319bfb63f121b8a8ee9439c6f4107e58a46f7 +SIZE (rust/crates/ryu-0.2.7.tar.gz) = 41382 SHA256 (rust/crates/safemem-0.2.0.tar.gz) = e27a8b19b835f7aea908818e871f5cc3a5a186550c30773be987e155e8163d8f SIZE (rust/crates/safemem-0.2.0.tar.gz) = 6450 +SHA256 (rust/crates/safemem-0.3.0.tar.gz) = 8dca453248a96cb0749e36ccdfe2b0b4e54a61bfef89fb97ec621eb8e0a93dd9 +SIZE (rust/crates/safemem-0.3.0.tar.gz) = 6947 SHA256 (rust/crates/same-file-0.1.3.tar.gz) = d931a44fdaa43b8637009e7632a02adc4f2b2e0733c08caa4cf00e8da4a117a7 SIZE (rust/crates/same-file-0.1.3.tar.gz) = 7078 -SHA256 (rust/crates/schannel-0.1.13.tar.gz) = dc1fabf2a7b6483a141426e1afd09ad543520a77ac49bd03c286e7696ccfd77f -SIZE (rust/crates/schannel-0.1.13.tar.gz) = 38808 +SHA256 (rust/crates/schannel-0.1.14.tar.gz) = 0e1a231dc10abf6749cfa5d7767f25888d484201accbd919b66ab5413c502d56 +SIZE (rust/crates/schannel-0.1.14.tar.gz) = 38833 SHA256 (rust/crates/scoped-tls-0.1.2.tar.gz) = 332ffa32bf586782a3efaeb58f127980944bbc8c4d6913a86107ac2a5ab24b28 SIZE (rust/crates/scoped-tls-0.1.2.tar.gz) = 9079 SHA256 (rust/crates/scopeguard-0.3.3.tar.gz) = 94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27 SIZE (rust/crates/scopeguard-0.3.3.tar.gz) = 9605 SHA256 (rust/crates/security-framework-0.1.16.tar.gz) = dfa44ee9c54ce5eecc9de7d5acbad112ee58755239381f687e564004ba4a2332 SIZE (rust/crates/security-framework-0.1.16.tar.gz) = 38648 +SHA256 (rust/crates/security-framework-0.2.1.tar.gz) = 697d3f3c23a618272ead9e1fb259c1411102b31c6af8b93f1d64cca9c3b0e8e0 +SIZE (rust/crates/security-framework-0.2.1.tar.gz) = 39220 SHA256 (rust/crates/security-framework-sys-0.1.16.tar.gz) = 5421621e836278a0b139268f36eee0dc7e389b784dc3f79d8f11aabadf41bead SIZE (rust/crates/security-framework-sys-0.1.16.tar.gz) = 7754 +SHA256 (rust/crates/security-framework-sys-0.2.1.tar.gz) = ab01dfbe5756785b5b4d46e0289e5a18071dfa9a7c2b24213ea00b9ef9b665bf +SIZE (rust/crates/security-framework-sys-0.2.1.tar.gz) = 7790 +SHA256 (rust/crates/selenium-rs-0.1.1.tar.gz) = ed6b3705e93d4e523d45d1c4cecadd89b9c120cd6c3f9ca90ed394b9f78fe8bf +SIZE (rust/crates/selenium-rs-0.1.1.tar.gz) = 6546 SHA256 (rust/crates/semver-0.9.0.tar.gz) = 1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403 SIZE (rust/crates/semver-0.9.0.tar.gz) = 17344 SHA256 (rust/crates/semver-parser-0.7.0.tar.gz) = 388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3 SIZE (rust/crates/semver-parser-0.7.0.tar.gz) = 10268 -SHA256 (rust/crates/serde-1.0.75.tar.gz) = 22d340507cea0b7e6632900a176101fea959c7065d93ba555072da90aaaafc87 -SIZE (rust/crates/serde-1.0.75.tar.gz) = 72560 -SHA256 (rust/crates/serde_derive-1.0.75.tar.gz) = 234fc8b737737b148ccd625175fc6390f5e4dacfdaa543cb93a3430d984a9119 -SIZE (rust/crates/serde_derive-1.0.75.tar.gz) = 46215 -SHA256 (rust/crates/serde_json-1.0.26.tar.gz) = 44dd2cfde475037451fa99b7e5df77aa3cfd1536575fa8e7a538ab36dcde49ae -SIZE (rust/crates/serde_json-1.0.26.tar.gz) = 65286 -SHA256 (rust/crates/serde_urlencoded-0.5.3.tar.gz) = aaed41d9fb1e2f587201b863356590c90c1157495d811430a0c0325fe8169650 -SIZE (rust/crates/serde_urlencoded-0.5.3.tar.gz) = 12456 +SHA256 (rust/crates/serde-1.0.80.tar.gz) = 15c141fc7027dd265a47c090bf864cf62b42c4d228bbcf4e51a0c9e2b0d3f7ef +SIZE (rust/crates/serde-1.0.80.tar.gz) = 73057 +SHA256 (rust/crates/serde_derive-1.0.80.tar.gz) = 225de307c6302bec3898c51ca302fc94a7a1697ef0845fcee6448f33c032249c +SIZE (rust/crates/serde_derive-1.0.80.tar.gz) = 47136 +SHA256 (rust/crates/serde_json-1.0.33.tar.gz) = c37ccd6be3ed1fdf419ee848f7c758eb31b054d7cd3ae3600e3bae0adf569811 +SIZE (rust/crates/serde_json-1.0.33.tar.gz) = 69738 +SHA256 (rust/crates/serde_urlencoded-0.5.4.tar.gz) = d48f9f99cd749a2de71d29da5f948de7f2764cc5a9d7f3c97e3514d4ee6eabf2 +SIZE (rust/crates/serde_urlencoded-0.5.4.tar.gz) = 12552 SHA256 (rust/crates/sha1-0.6.0.tar.gz) = 2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d SIZE (rust/crates/sha1-0.6.0.tar.gz) = 9244 +SHA256 (rust/crates/signal-hook-0.1.6.tar.gz) = 8941ae94fa73d0f73b422774b3a40a7195cecd88d1c090f4b37ade7dc795ab66 +SIZE (rust/crates/signal-hook-0.1.6.tar.gz) = 22576 SHA256 (rust/crates/siphasher-0.2.3.tar.gz) = 0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac SIZE (rust/crates/siphasher-0.2.3.tar.gz) = 8717 SHA256 (rust/crates/skeptic-0.4.0.tar.gz) = 24ebf8a06f5f8bae61ae5bbc7af7aac4ef6907ae975130faba1199e5fe82256a SIZE (rust/crates/skeptic-0.4.0.tar.gz) = 3166 -SHA256 (rust/crates/slab-0.3.0.tar.gz) = 17b4fcaed89ab08ef143da37bc52adbcc04d4a69014f4c1208d6b51f0c47bc23 -SIZE (rust/crates/slab-0.3.0.tar.gz) = 4807 SHA256 (rust/crates/slab-0.4.1.tar.gz) = 5f9776d6b986f77b35c6cf846c11ad986ff128fe0b2b63a3628e3755e8d3102d SIZE (rust/crates/slab-0.4.1.tar.gz) = 9479 -SHA256 (rust/crates/smallvec-0.2.1.tar.gz) = 4c8cbcd6df1e117c2210e13ab5109635ad68a929fcbb8964dc965b76cb5ee013 -SIZE (rust/crates/smallvec-0.2.1.tar.gz) = 6065 -SHA256 (rust/crates/smallvec-0.6.5.tar.gz) = 153ffa32fd170e9944f7e0838edf824a754ec4c1fc64746fcc9fe1f8fa602e5d -SIZE (rust/crates/smallvec-0.6.5.tar.gz) = 20238 +SHA256 (rust/crates/smallvec-0.6.6.tar.gz) = 622df2d454c29a4d89b30dc3b27b42d7d90d6b9e587dbf8f67652eb7514da484 +SIZE (rust/crates/smallvec-0.6.6.tar.gz) = 21395 SHA256 (rust/crates/socket2-0.3.8.tar.gz) = c4d11a52082057d87cb5caa31ad812f4504b97ab44732cd8359df2e9ff9f48e7 SIZE (rust/crates/socket2-0.3.8.tar.gz) = 30379 SHA256 (rust/crates/stable_deref_trait-1.1.1.tar.gz) = dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8 SIZE (rust/crates/stable_deref_trait-1.1.1.tar.gz) = 8007 +SHA256 (rust/crates/string-0.1.2.tar.gz) = 98998cced76115b1da46f63388b909d118a37ae0be0f82ad35773d4a4bc9d18d +SIZE (rust/crates/string-0.1.2.tar.gz) = 3989 SHA256 (rust/crates/strip-ansi-escapes-0.1.0.tar.gz) = 9d63676e2abafa709460982ddc02a3bb586b6d15a49b75c212e06edd3933acee SIZE (rust/crates/strip-ansi-escapes-0.1.0.tar.gz) = 7972 SHA256 (rust/crates/strsim-0.7.0.tar.gz) = bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550 SIZE (rust/crates/strsim-0.7.0.tar.gz) = 8435 SHA256 (rust/crates/syn-0.11.11.tar.gz) = d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad SIZE (rust/crates/syn-0.11.11.tar.gz) = 63309 -SHA256 (rust/crates/syn-0.14.9.tar.gz) = 261ae9ecaa397c42b960649561949d69311f08eeaea86a65696e6e46517cf741 -SIZE (rust/crates/syn-0.14.9.tar.gz) = 135921 +SHA256 (rust/crates/syn-0.15.21.tar.gz) = 816b7af21405b011a23554ea2dc3f6576dc86ca557047c34098c1d741f10f823 +SIZE (rust/crates/syn-0.15.21.tar.gz) = 146845 SHA256 (rust/crates/synom-0.11.3.tar.gz) = a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6 SIZE (rust/crates/synom-0.11.3.tar.gz) = 17120 -SHA256 (rust/crates/synstructure-0.9.0.tar.gz) = 85bb9b7550d063ea184027c9b8c20ac167cd36d3e06b3a40bceb9d746dc1a7b7 -SIZE (rust/crates/synstructure-0.9.0.tar.gz) = 17651 -SHA256 (rust/crates/take-0.1.0.tar.gz) = b157868d8ac1f56b64604539990685fa7611d8fa9e5476cf0c02cf34d32917c5 -SIZE (rust/crates/take-0.1.0.tar.gz) = 5543 -SHA256 (rust/crates/tar-0.4.16.tar.gz) = e8f41ca4a5689f06998f0247fcb60da6c760f1950cc9df2a10d71575ad0b062a -SIZE (rust/crates/tar-0.4.16.tar.gz) = 43935 +SHA256 (rust/crates/synstructure-0.10.1.tar.gz) = 73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015 +SIZE (rust/crates/synstructure-0.10.1.tar.gz) = 17836 +SHA256 (rust/crates/tar-0.4.20.tar.gz) = a303ba60a099fcd2aaa646b14d2724591a96a75283e4b7ed3d1a1658909d9ae2 +SIZE (rust/crates/tar-0.4.20.tar.gz) = 45525 SHA256 (rust/crates/tempdir-0.3.7.tar.gz) = 15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8 SIZE (rust/crates/tempdir-0.3.7.tar.gz) = 11468 -SHA256 (rust/crates/tempfile-3.0.3.tar.gz) = c4b103c6d08d323b92ff42c8ce62abcd83ca8efa7fd5bf7927efefec75f58c76 -SIZE (rust/crates/tempfile-3.0.3.tar.gz) = 20806 +SHA256 (rust/crates/tempfile-3.0.4.tar.gz) = 55c1195ef8513f3273d55ff59fe5da6940287a0d7a98331254397f464833675b +SIZE (rust/crates/tempfile-3.0.4.tar.gz) = 21125 SHA256 (rust/crates/term-0.5.1.tar.gz) = 5e6b677dd1e8214ea1ef4297f85dbcbed8e8cdddb561040cc998ca2551c37561 SIZE (rust/crates/term-0.5.1.tar.gz) = 39105 -SHA256 (rust/crates/termcolor-1.0.2.tar.gz) = 3390f44f1f706d8870297b6a2c4f92d9ab65a37c265fbbc6ac4ee72bcc2f3698 -SIZE (rust/crates/termcolor-1.0.2.tar.gz) = 14219 +SHA256 (rust/crates/termcolor-1.0.4.tar.gz) = 4096add70612622289f2fdcdbd5086dc81c1e2675e6ae58d6c4f62a16c6d7f2f +SIZE (rust/crates/termcolor-1.0.4.tar.gz) = 14416 SHA256 (rust/crates/termion-1.5.1.tar.gz) = 689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096 SIZE (rust/crates/termion-1.5.1.tar.gz) = 20659 SHA256 (rust/crates/textwrap-0.10.0.tar.gz) = 307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6 @@ -393,62 +433,64 @@ SHA256 (rust/crates/threadpool-1.7.1.tar.gz) = e2f0c90 SIZE (rust/crates/threadpool-1.7.1.tar.gz) = 15756 SHA256 (rust/crates/time-0.1.40.tar.gz) = d825be0eb33fda1a7e68012d51e9c7f451dc1a69391e7fdc197060bb8c56667b SIZE (rust/crates/time-0.1.40.tar.gz) = 29518 -SHA256 (rust/crates/tiny_http-0.6.0.tar.gz) = a442681f9f72e440be192700eeb2861e4174b9983f16f4877c93a134cb5e5f63 -SIZE (rust/crates/tiny_http-0.6.0.tar.gz) = 36596 -SHA256 (rust/crates/tokio-0.1.8.tar.gz) = fbb6a6e9db2702097bfdfddcb09841211ad423b86c75b5ddaca1d62842ac492c -SIZE (rust/crates/tokio-0.1.8.tar.gz) = 58675 -SHA256 (rust/crates/tokio-codec-0.1.0.tar.gz) = 881e9645b81c2ce95fcb799ded2c29ffb9f25ef5bef909089a420e5961dd8ccb -SIZE (rust/crates/tokio-codec-0.1.0.tar.gz) = 5936 +SHA256 (rust/crates/tiny_http-0.6.2.tar.gz) = 1661fa0a44c95d01604bd05c66732a446c657efb62b5164a7a083a3b552b4951 +SIZE (rust/crates/tiny_http-0.6.2.tar.gz) = 36408 +SHA256 (rust/crates/tokio-0.1.13.tar.gz) = a7817d4c98cc5be21360b3b37d6036fe9b7aefa5b7a201b7b16ff33423822f7d +SIZE (rust/crates/tokio-0.1.13.tar.gz) = 79248 +SHA256 (rust/crates/tokio-codec-0.1.1.tar.gz) = 5c501eceaf96f0e1793cf26beb63da3d11c738c4a943fdf3746d81d64684c39f +SIZE (rust/crates/tokio-codec-0.1.1.tar.gz) = 7617 SHA256 (rust/crates/tokio-core-0.1.17.tar.gz) = aeeffbbb94209023feaef3c196a41cbcdafa06b4a6f893f68779bb5e53796f71 SIZE (rust/crates/tokio-core-0.1.17.tar.gz) = 73933 -SHA256 (rust/crates/tokio-current-thread-0.1.1.tar.gz) = 8fdfb899688ac16f618076bd09215edbfda0fd5dfecb375b6942636cb31fa8a7 -SIZE (rust/crates/tokio-current-thread-0.1.1.tar.gz) = 18152 -SHA256 (rust/crates/tokio-executor-0.1.4.tar.gz) = 84823b932d566bc3c6aa644df4ca36cb38593c50b7db06011fd4e12e31e4047e -SIZE (rust/crates/tokio-executor-0.1.4.tar.gz) = 10198 -SHA256 (rust/crates/tokio-fs-0.1.3.tar.gz) = b5cbe4ca6e71cb0b62a66e4e6f53a8c06a6eefe46cc5f665ad6f274c9906f135 -SIZE (rust/crates/tokio-fs-0.1.3.tar.gz) = 12719 -SHA256 (rust/crates/tokio-io-0.1.8.tar.gz) = 8d6cc2de7725863c86ac71b0b9068476fec50834f055a243558ef1655bbd34cb -SIZE (rust/crates/tokio-io-0.1.8.tar.gz) = 32375 -SHA256 (rust/crates/tokio-process-0.2.2.tar.gz) = 0832648d1ff7ca42c06ca45dc76797b92c56500de828e33c77276fa1449947b6 -SIZE (rust/crates/tokio-process-0.2.2.tar.gz) = 19077 -SHA256 (rust/crates/tokio-proto-0.1.1.tar.gz) = 8fbb47ae81353c63c487030659494b295f6cb6576242f907f203473b191b0389 -SIZE (rust/crates/tokio-proto-0.1.1.tar.gz) = 44268 -SHA256 (rust/crates/tokio-reactor-0.1.5.tar.gz) = 4bfbaf9f260635649ec26b6fb4aded03887295ffcd999f6e43fd2c4758f758ea -SIZE (rust/crates/tokio-reactor-0.1.5.tar.gz) = 23389 +SHA256 (rust/crates/tokio-current-thread-0.1.4.tar.gz) = 331c8acc267855ec06eb0c94618dcbbfea45bed2d20b77252940095273fb58f6 +SIZE (rust/crates/tokio-current-thread-0.1.4.tar.gz) = 19400 +SHA256 (rust/crates/tokio-executor-0.1.5.tar.gz) = c117b6cf86bb730aab4834f10df96e4dd586eff2c3c27d3781348da49e255bde +SIZE (rust/crates/tokio-executor-0.1.5.tar.gz) = 10540 +SHA256 (rust/crates/tokio-fs-0.1.4.tar.gz) = 60ae25f6b17d25116d2cba342083abe5255d3c2c79cb21ea11aa049c53bf7c75 +SIZE (rust/crates/tokio-fs-0.1.4.tar.gz) = 12706 +SHA256 (rust/crates/tokio-io-0.1.10.tar.gz) = 7392fe0a70d5ce0c882c4778116c519bd5dbaa8a7c3ae3d04578b3afafdcda21 +SIZE (rust/crates/tokio-io-0.1.10.tar.gz) = 33143 +SHA256 (rust/crates/tokio-named-pipes-0.1.0.tar.gz) = 9d282d483052288b2308ba5ee795f5673b159c9bdf63c385a05609da782a5eae +SIZE (rust/crates/tokio-named-pipes-0.1.0.tar.gz) = 7055 +SHA256 (rust/crates/tokio-process-0.2.3.tar.gz) = 88e1281e412013f1ff5787def044a9577a0bed059f451e835f1643201f8b777d +SIZE (rust/crates/tokio-process-0.2.3.tar.gz) = 19886 +SHA256 (rust/crates/tokio-reactor-0.1.7.tar.gz) = 502b625acb4ee13cbb3b90b8ca80e0addd263ddacf6931666ef751e610b07fb5 +SIZE (rust/crates/tokio-reactor-0.1.7.tar.gz) = 23740 SHA256 (rust/crates/tokio-serde-0.1.0.tar.gz) = 894168193c4f80862a2244ff953b69145a9961a9efba39500e0970b083d0649c SIZE (rust/crates/tokio-serde-0.1.0.tar.gz) = 10150 SHA256 (rust/crates/tokio-serde-bincode-0.1.1.tar.gz) = 02e35c8d60a5e87cfb30dd562a309e56f8a6d36617b0a76c87f04d5466607ca8 SIZE (rust/crates/tokio-serde-bincode-0.1.1.tar.gz) = 3216 SHA256 (rust/crates/tokio-service-0.1.0.tar.gz) = 24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162 *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Mon May 6 18:27:11 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 445DD1591970; Mon, 6 May 2019 18:27:11 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DE9F983075; Mon, 6 May 2019 18:27:10 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B9DDEA99E; Mon, 6 May 2019 18:27:10 +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 x46IRAOA077267; Mon, 6 May 2019 18:27:10 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x46IRAQ4077266; Mon, 6 May 2019 18:27:10 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201905061827.x46IRAQ4077266@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Mon, 6 May 2019 18:27:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500921 - head/devel/jenkins X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: head/devel/jenkins X-SVN-Commit-Revision: 500921 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: DE9F983075 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.969,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 18:27:11 -0000 Author: lwhsu Date: Mon May 6 18:27:10 2019 New Revision: 500921 URL: https://svnweb.freebsd.org/changeset/ports/500921 Log: - Update to 2.176 Sponsored by: The FreeBSD Foundation Modified: head/devel/jenkins/Makefile head/devel/jenkins/distinfo Modified: head/devel/jenkins/Makefile ============================================================================== --- head/devel/jenkins/Makefile Mon May 6 17:02:37 2019 (r500920) +++ head/devel/jenkins/Makefile Mon May 6 18:27:10 2019 (r500921) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins -PORTVERSION= 2.175 +PORTVERSION= 2.176 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war/${PORTVERSION}/ DISTNAME= jenkins Modified: head/devel/jenkins/distinfo ============================================================================== --- head/devel/jenkins/distinfo Mon May 6 17:02:37 2019 (r500920) +++ head/devel/jenkins/distinfo Mon May 6 18:27:10 2019 (r500921) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556515496 -SHA256 (jenkins/2.175/jenkins.war) = 71456fb06036e0eee91c61c1656c7860d4bbbb08e3075ec9497229cabe8146c1 -SIZE (jenkins/2.175/jenkins.war) = 77335616 +TIMESTAMP = 1557162830 +SHA256 (jenkins/2.176/jenkins.war) = a0b32bbccd3e4159ec1cb8fa60f4bfa0f4119d70b8e2814ab0ac1c4ee6031bc9 +SIZE (jenkins/2.176/jenkins.war) = 77266729 From owner-svn-ports-all@freebsd.org Mon May 6 18:35:39 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5763F1591D2D; Mon, 6 May 2019 18:35:39 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F24CE83827; Mon, 6 May 2019 18:35:38 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C3A3BAB41; Mon, 6 May 2019 18:35:38 +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 x46IZchi082308; Mon, 6 May 2019 18:35:38 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x46IZcV4082307; Mon, 6 May 2019 18:35:38 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201905061835.x46IZcV4082307@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Mon, 6 May 2019 18:35:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500922 - head/audio/libsoxr X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: head/audio/libsoxr X-SVN-Commit-Revision: 500922 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: F24CE83827 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.969,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 18:35:39 -0000 Author: riggs Date: Mon May 6 18:35:38 2019 New Revision: 500922 URL: https://svnweb.freebsd.org/changeset/ports/500922 Log: Update to upstream version 0.1.3 MFH: 2019Q2 Modified: head/audio/libsoxr/Makefile head/audio/libsoxr/distinfo Modified: head/audio/libsoxr/Makefile ============================================================================== --- head/audio/libsoxr/Makefile Mon May 6 18:27:10 2019 (r500921) +++ head/audio/libsoxr/Makefile Mon May 6 18:35:38 2019 (r500922) @@ -1,10 +1,10 @@ # $FreeBSD$ PORTNAME= libsoxr -PORTVERSION= 0.1.2.20160529 -PORTREVISION= 9 +PORTVERSION= 0.1.3 CATEGORIES= audio -MASTER_SITES= LOCAL/riggs/soxr/ +MASTER_SITES= SF/soxr +DISTNAME= soxr-${PORTVERSION}-Source MAINTAINER= riggs@FreeBSD.org COMMENT= High quality, one-dimensional sample-rate conversion library @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING.LGPL LICENSE_FILE_FFTPAK= ${FILESDIR}/FFTPAK_license.txt LICENSE_PERMS_FFTPAK= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -USES= cmake pathfix pkgconfig tar:bz2 +USES= cmake pathfix pkgconfig tar:xz USE_LDCONFIG= yes Modified: head/audio/libsoxr/distinfo ============================================================================== --- head/audio/libsoxr/distinfo Mon May 6 18:27:10 2019 (r500921) +++ head/audio/libsoxr/distinfo Mon May 6 18:35:38 2019 (r500922) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466866181 -SHA256 (libsoxr-0.1.2.20160529.tar.bz2) = e9c672ed2707825648eabc099990e4f40226e6c4dfe79bb8904caac57a7d1529 -SIZE (libsoxr-0.1.2.20160529.tar.bz2) = 122474 +TIMESTAMP = 1557127029 +SHA256 (soxr-0.1.3-Source.tar.xz) = b111c15fdc8c029989330ff559184198c161100a59312f5dc19ddeb9b5a15889 +SIZE (soxr-0.1.3-Source.tar.xz) = 94384 From owner-svn-ports-all@freebsd.org Mon May 6 18:37:09 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D9801591DCE; Mon, 6 May 2019 18:37:09 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 25A2583989; Mon, 6 May 2019 18: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 02DC3AB43; Mon, 6 May 2019 18:37:09 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x46Ib8RU082546; Mon, 6 May 2019 18:37:08 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x46Ib8Ai082545; Mon, 6 May 2019 18:37:08 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201905061837.x46Ib8Ai082545@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Mon, 6 May 2019 18:37:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r500923 - branches/2019Q2/audio/libsoxr X-SVN-Group: ports-branches X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: branches/2019Q2/audio/libsoxr X-SVN-Commit-Revision: 500923 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 25A2583989 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.969,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 18:37:09 -0000 Author: riggs Date: Mon May 6 18:37:08 2019 New Revision: 500923 URL: https://svnweb.freebsd.org/changeset/ports/500923 Log: MFH: r500922 Update to upstream version 0.1.3 Approved by: ports-secteam (riggs) Modified: branches/2019Q2/audio/libsoxr/Makefile branches/2019Q2/audio/libsoxr/distinfo Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/audio/libsoxr/Makefile ============================================================================== --- branches/2019Q2/audio/libsoxr/Makefile Mon May 6 18:35:38 2019 (r500922) +++ branches/2019Q2/audio/libsoxr/Makefile Mon May 6 18:37:08 2019 (r500923) @@ -1,10 +1,10 @@ # $FreeBSD$ PORTNAME= libsoxr -PORTVERSION= 0.1.2.20160529 -PORTREVISION= 9 +PORTVERSION= 0.1.3 CATEGORIES= audio -MASTER_SITES= LOCAL/riggs/soxr/ +MASTER_SITES= SF/soxr +DISTNAME= soxr-${PORTVERSION}-Source MAINTAINER= riggs@FreeBSD.org COMMENT= High quality, one-dimensional sample-rate conversion library @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING.LGPL LICENSE_FILE_FFTPAK= ${FILESDIR}/FFTPAK_license.txt LICENSE_PERMS_FFTPAK= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -USES= cmake pathfix pkgconfig tar:bz2 +USES= cmake pathfix pkgconfig tar:xz USE_LDCONFIG= yes Modified: branches/2019Q2/audio/libsoxr/distinfo ============================================================================== --- branches/2019Q2/audio/libsoxr/distinfo Mon May 6 18:35:38 2019 (r500922) +++ branches/2019Q2/audio/libsoxr/distinfo Mon May 6 18:37:08 2019 (r500923) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466866181 -SHA256 (libsoxr-0.1.2.20160529.tar.bz2) = e9c672ed2707825648eabc099990e4f40226e6c4dfe79bb8904caac57a7d1529 -SIZE (libsoxr-0.1.2.20160529.tar.bz2) = 122474 +TIMESTAMP = 1557127029 +SHA256 (soxr-0.1.3-Source.tar.xz) = b111c15fdc8c029989330ff559184198c161100a59312f5dc19ddeb9b5a15889 +SIZE (soxr-0.1.3-Source.tar.xz) = 94384 From owner-svn-ports-all@freebsd.org Mon May 6 18:55:21 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E54B1592C44; Mon, 6 May 2019 18:55:21 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4601F84D7E; Mon, 6 May 2019 18:55:21 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1DFADAEB6; Mon, 6 May 2019 18:55:21 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x46ItKKX093479; Mon, 6 May 2019 18:55:20 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x46ItKeG093472; Mon, 6 May 2019 18:55:20 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201905061855.x46ItKeG093472@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Mon, 6 May 2019 18:55:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500924 - in head/security: . modsecurity3-apache X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: in head/security: . modsecurity3-apache X-SVN-Commit-Revision: 500924 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4601F84D7E X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.956,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 18:55:21 -0000 Author: joneum Date: Mon May 6 18:55:19 2019 New Revision: 500924 URL: https://svnweb.freebsd.org/changeset/ports/500924 Log: New Port: security/modsecurity3-apache The ModSecurity-apache connector is the connection point between Apache and libmodsecurity (ModSecurity v3). Said another way, this project provides a communication channel between Apache and libmodsecurity. This connector is required to use LibModSecurity with Apache. The ModSecurity-apache connector takes the form of an Apache module. The module simply serves as a layer of communication between Apache and ModSecurity. https://github.com/SpiderLabs/ModSecurity-apache Sponsored by: Netzkommune GmbH Added: head/security/modsecurity3-apache/ head/security/modsecurity3-apache/Makefile (contents, props changed) head/security/modsecurity3-apache/distinfo (contents, props changed) head/security/modsecurity3-apache/pkg-descr (contents, props changed) head/security/modsecurity3-apache/pkg-plist (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Mon May 6 18:37:08 2019 (r500923) +++ head/security/Makefile Mon May 6 18:55:19 2019 (r500924) @@ -417,6 +417,7 @@ PORTREVISION= 1 SUBDIR += minisign SUBDIR += mkp224o SUBDIR += modsecurity3 + SUBDIR += modsecurity3-apache SUBDIR += monkeysphere SUBDIR += morphis SUBDIR += munge Added: head/security/modsecurity3-apache/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/modsecurity3-apache/Makefile Mon May 6 18:55:19 2019 (r500924) @@ -0,0 +1,38 @@ +# $FreeBSD$ + +PORTNAME= modsecurity3-apache +DISTVERSIONPREFIX= v +DISTVERSION= 0.0.9-beta1-19 +DISTVERSIONSUFFIX= -gf76aaae +CATEGORIES= security www + +MAINTAINER= joneum@FreeBSD.org +COMMENT= Intrusion detection and prevention engine / Apache Wrapper + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libmodsecurity.so:security/modsecurity3 + +USES= apache:2.4+ autoreconf +USE_GCC= yes + +USE_GITHUB= yes +GH_ACCOUNT= SpiderLabs +GH_PROJECT= ModSecurity-apache + +GNU_CONFIGURE= yes +CONFIGURE_ENV= V3LIB=${LOCALBASE}/lib V3INCLUDE=${LOCALBASE}/include + +OPTIONS_DEFINE= DOCS + +do-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/${APACHEMODDIR} + ${INSTALL_LIB} ${WRKSRC}/src/.libs/mod_security3.so \ + ${STAGEDIR}${PREFIX}/${APACHEMODDIR} + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} + +.include Added: head/security/modsecurity3-apache/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/modsecurity3-apache/distinfo Mon May 6 18:55:19 2019 (r500924) @@ -0,0 +1,3 @@ +TIMESTAMP = 1556729006 +SHA256 (SpiderLabs-ModSecurity-apache-v0.0.9-beta1-19-gf76aaae_GH0.tar.gz) = 38bcdb44c971940f54693e89d19608df421372d464e9d02d28f29b2e36027977 +SIZE (SpiderLabs-ModSecurity-apache-v0.0.9-beta1-19-gf76aaae_GH0.tar.gz) = 64553 Added: head/security/modsecurity3-apache/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/modsecurity3-apache/pkg-descr Mon May 6 18:55:19 2019 (r500924) @@ -0,0 +1,10 @@ +The ModSecurity-apache connector is the connection point between Apache and libmodsecurity +(ModSecurity v3). Said another way, this project provides a communication channel between Apache +and libmodsecurity. This connector is required to use LibModSecurity with Apache. + +The ModSecurity-apache connector takes the form of an Apache module. +The module simply serves as a layer of communication between Apache and ModSecurity. + +Notice that this project depends on libmodsecurity rather than ModSecurity (version 2.9 or less). + +WWW: https://github.com/SpiderLabs/ModSecurity-apache Added: head/security/modsecurity3-apache/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/modsecurity3-apache/pkg-plist Mon May 6 18:55:19 2019 (r500924) @@ -0,0 +1,4 @@ +%%APACHEMODDIR%%/mod_security3.so +@postexec %D/sbin/apxs -e -a -n security3 %f +@preunexec %D/sbin/apxs -e -A -n security3 %f +%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Mon May 6 19:21:09 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E746D1593536; Mon, 6 May 2019 19:21:08 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8CC2A85BB5; Mon, 6 May 2019 19:21:08 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6961AB24B; Mon, 6 May 2019 19:21:08 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x46JL8aK005537; Mon, 6 May 2019 19:21:08 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x46JL8ap005535; Mon, 6 May 2019 19:21:08 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905061921.x46JL8ap005535@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 6 May 2019 19:21:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500925 - head/audio/linuxsampler X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/audio/linuxsampler X-SVN-Commit-Revision: 500925 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8CC2A85BB5 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.975,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 19:21:09 -0000 Author: yuri Date: Mon May 6 19:21:07 2019 New Revision: 500925 URL: https://svnweb.freebsd.org/changeset/ports/500925 Log: audio/linuxsampler: Take maintainership Will update it to 2.1.0 soon. Modified: head/audio/linuxsampler/Makefile head/audio/linuxsampler/distinfo Modified: head/audio/linuxsampler/Makefile ============================================================================== --- head/audio/linuxsampler/Makefile Mon May 6 18:55:19 2019 (r500924) +++ head/audio/linuxsampler/Makefile Mon May 6 19:21:07 2019 (r500925) @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://download.linuxsampler.org/packages/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= yuri@FreeBSD.org COMMENT= Modular MIDI sampler LICENSE= GPLv2 Modified: head/audio/linuxsampler/distinfo ============================================================================== --- head/audio/linuxsampler/distinfo Mon May 6 18:55:19 2019 (r500924) +++ head/audio/linuxsampler/distinfo Mon May 6 19:21:07 2019 (r500925) @@ -1,3 +1,3 @@ -TIMESTAMP = 1511122817 -SHA256 (linuxsampler-2.0.0.tar.bz2) = 1943d05006d96a9fb49f74a6f38129a4585cb78cc0648885fca9f056529c5c28 -SIZE (linuxsampler-2.0.0.tar.bz2) = 1318939 +TIMESTAMP = 1557170089 +SHA256 (linuxsampler-2.1.0.tar.bz2) = 4e0a49efeae9c26a223094247b7e01108d829a69618492282a203a290fbfbd39 +SIZE (linuxsampler-2.1.0.tar.bz2) = 1154834 From owner-svn-ports-all@freebsd.org Mon May 6 19:32:48 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91D091593942; Mon, 6 May 2019 19:32:48 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2F401861FE; Mon, 6 May 2019 19:32:48 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 046F3B56D; Mon, 6 May 2019 19:32:48 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x46JWlWg014598; Mon, 6 May 2019 19:32:47 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x46JWlPF014597; Mon, 6 May 2019 19:32:47 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201905061932.x46JWlPF014597@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Mon, 6 May 2019 19:32:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500926 - head/audio/linuxsampler X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/audio/linuxsampler X-SVN-Commit-Revision: 500926 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2F401861FE X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.975,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 19:32:48 -0000 Author: tobik Date: Mon May 6 19:32:47 2019 New Revision: 500926 URL: https://svnweb.freebsd.org/changeset/ports/500926 Log: audio/linuxsampler: Revert distinfo change from r500925 We are still on 2.0.0 for now. Modified: head/audio/linuxsampler/distinfo Modified: head/audio/linuxsampler/distinfo ============================================================================== --- head/audio/linuxsampler/distinfo Mon May 6 19:21:07 2019 (r500925) +++ head/audio/linuxsampler/distinfo Mon May 6 19:32:47 2019 (r500926) @@ -1,3 +1,3 @@ -TIMESTAMP = 1557170089 -SHA256 (linuxsampler-2.1.0.tar.bz2) = 4e0a49efeae9c26a223094247b7e01108d829a69618492282a203a290fbfbd39 -SIZE (linuxsampler-2.1.0.tar.bz2) = 1154834 +TIMESTAMP = 1511122817 +SHA256 (linuxsampler-2.0.0.tar.bz2) = 1943d05006d96a9fb49f74a6f38129a4585cb78cc0648885fca9f056529c5c28 +SIZE (linuxsampler-2.0.0.tar.bz2) = 1318939 From owner-svn-ports-all@freebsd.org Mon May 6 20:06:31 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F2551594855; Mon, 6 May 2019 20:06:31 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1451C8770F; Mon, 6 May 2019 20:06:31 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CFB20BA94; Mon, 6 May 2019 20:06:30 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x46K6UeT030779; Mon, 6 May 2019 20:06:30 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x46K6UZ1030778; Mon, 6 May 2019 20:06:30 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <201905062006.x46K6UZ1030778@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Mon, 6 May 2019 20:06:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500927 - head/emulators/advancemame X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/emulators/advancemame X-SVN-Commit-Revision: 500927 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1451C8770F X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.975,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 20:06:31 -0000 Author: pkubaj Date: Mon May 6 20:06:30 2019 New Revision: 500927 URL: https://svnweb.freebsd.org/changeset/ports/500927 Log: emulators/advancemame: fix build with GCC-based architectures Add USES=compiler:c11 to fix build. Approved by: mentors (implicit approval) Modified: head/emulators/advancemame/Makefile Modified: head/emulators/advancemame/Makefile ============================================================================== --- head/emulators/advancemame/Makefile Mon May 6 19:32:47 2019 (r500926) +++ head/emulators/advancemame/Makefile Mon May 6 20:06:30 2019 (r500927) @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libexpat.so:textproc/expat2 -USES= gmake ncurses +USES= compiler:c11 gmake ncurses USE_SDL= sdl GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-svgalib --disable-fb --disable-alsa --enable-oss \ From owner-svn-ports-all@freebsd.org Mon May 6 20:19:02 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B9321594B26; Mon, 6 May 2019 20:19:02 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E646587E7E; Mon, 6 May 2019 20:19:01 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B5308BDF4; Mon, 6 May 2019 20:19:01 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x46KJ186036357; Mon, 6 May 2019 20:19:01 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x46KJ1XR036356; Mon, 6 May 2019 20:19:01 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201905062019.x46KJ1XR036356@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Mon, 6 May 2019 20:19:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500928 - in head/graphics/libpuzzle: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/graphics/libpuzzle: . files X-SVN-Commit-Revision: 500928 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E646587E7E X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.97)[-0.975,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 20:19:02 -0000 Author: tobik Date: Mon May 6 20:19:01 2019 New Revision: 500928 URL: https://svnweb.freebsd.org/changeset/ports/500928 Log: graphics/libpuzzle: Fixup r496850 and fix build of sysutils/ftwin on CURRENT It is not puzzle-diff that needs to be linked with libm, but libpuzzle. ld: error: /usr/local//lib/libpuzzle.so: undefined reference to round http://beefy12.nyi.freebsd.org/data/head-amd64-default/p500844_s347134/logs/errors/ftwin-0.8.8_4.log Modified: head/graphics/libpuzzle/Makefile head/graphics/libpuzzle/files/patch-src_Makefile.am Modified: head/graphics/libpuzzle/Makefile ============================================================================== --- head/graphics/libpuzzle/Makefile Mon May 6 20:06:30 2019 (r500927) +++ head/graphics/libpuzzle/Makefile Mon May 6 20:19:01 2019 (r500928) @@ -2,7 +2,7 @@ PORTNAME= libpuzzle PORTVERSION= 0.11 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics MASTER_SITES= ftp://ftp.pureftpd.org/pub/pure-ftpd/misc/libpuzzle/releases/ Modified: head/graphics/libpuzzle/files/patch-src_Makefile.am ============================================================================== --- head/graphics/libpuzzle/files/patch-src_Makefile.am Mon May 6 20:06:30 2019 (r500927) +++ head/graphics/libpuzzle/files/patch-src_Makefile.am Mon May 6 20:19:01 2019 (r500928) @@ -1,11 +1,11 @@ --- src/Makefile.am.orig 2009-03-24 14:01:25 UTC +++ src/Makefile.am -@@ -32,7 +32,7 @@ puzzle_diff_SOURCES = \ - puzzle.h +@@ -3,6 +3,8 @@ lib_LTLIBRARIES = \ - puzzle_diff_LDADD = \ -- libpuzzle.la -+ libpuzzle.la -lm + libpuzzle_la_LDFLAGS = -version-info 1:0 - TESTS = \ - regress_1 \ ++libpuzzle_la_LIBADD = -lm ++ + libpuzzle_la_SOURCES = \ + puzzle.c \ + tunables.c \ From owner-svn-ports-all@freebsd.org Mon May 6 20:27:19 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F32F61594FCC; Mon, 6 May 2019 20:27:18 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 98E738865B; Mon, 6 May 2019 20:27:18 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 80A1DBFAA; Mon, 6 May 2019 20:27:18 +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 x46KRIEa041859; Mon, 6 May 2019 20:27:18 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x46KRIq9041858; Mon, 6 May 2019 20:27:18 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201905062027.x46KRIq9041858@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Mon, 6 May 2019 20:27:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500929 - head/lang/php73 X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: head/lang/php73 X-SVN-Commit-Revision: 500929 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 98E738865B X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.975,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 20:27:19 -0000 Author: tz Date: Mon May 6 20:27:18 2019 New Revision: 500929 URL: https://svnweb.freebsd.org/changeset/ports/500929 Log: lang/php73: convert CPPFLAGS from /usr/local to ${LOCALBASE} As mat point out too often: if you write /usr/local you should write ${LOCALBASE} PR: 237722 Reported by: mikael.urankar@gmail.com Modified: head/lang/php73/Makefile Modified: head/lang/php73/Makefile ============================================================================== --- head/lang/php73/Makefile Mon May 6 20:19:01 2019 (r500928) +++ head/lang/php73/Makefile Mon May 6 20:27:18 2019 (r500929) @@ -2,7 +2,7 @@ PORTNAME= php73 DISTVERSION= 7.3.4 -PORTREVISION?= 3 +PORTREVISION?= 4 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${DISTVERSION} @@ -29,7 +29,7 @@ CONFIGURE_ARGS+=--with-layout=GNU \ --with-pcre-regex=${LOCALBASE} \ --with-password-argon2=${LOCALBASE} \ --program-prefix="" -CONFIGURE_ENV= CPPFLAGS="-I/usr/local/include" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" USES+= autoreconf:build USE_GNOME= libxml2 From owner-svn-ports-all@freebsd.org Mon May 6 20:36:37 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C491159537E; Mon, 6 May 2019 20:36:37 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 038A788C52; Mon, 6 May 2019 20:36:37 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B549AC14A; Mon, 6 May 2019 20:36:36 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x46KaawA047071; Mon, 6 May 2019 20:36:36 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x46KaafG047068; Mon, 6 May 2019 20:36:36 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201905062036.x46KaafG047068@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 6 May 2019 20:36:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500930 - head/devel/creduce X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/creduce X-SVN-Commit-Revision: 500930 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 038A788C52 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 20:36:37 -0000 Author: swills Date: Mon May 6 20:36:35 2019 New Revision: 500930 URL: https://svnweb.freebsd.org/changeset/ports/500930 Log: devel/creduce: update to 2.9.0 Modified: head/devel/creduce/Makefile (contents, props changed) head/devel/creduce/distinfo (contents, props changed) head/devel/creduce/pkg-plist (contents, props changed) Modified: head/devel/creduce/Makefile ============================================================================== --- head/devel/creduce/Makefile Mon May 6 20:27:18 2019 (r500929) +++ head/devel/creduce/Makefile Mon May 6 20:36:35 2019 (r500930) @@ -1,15 +1,15 @@ # $FreeBSD$ PORTNAME= creduce -DISTVERSION= 2.8.0 +DISTVERSION= 2.9.0 CATEGORIES= devel MASTER_SITES= http://embed.cs.utah.edu/creduce/ MAINTAINER= swills@FreeBSD.org COMMENT= Produces small test cases -BUILD_DEPENDS= llvm-config60:devel/llvm60 -RUN_DEPENDS= llvm-config60:devel/llvm60 \ +BUILD_DEPENDS= llvm-config70:devel/llvm70 +RUN_DEPENDS= llvm-config70:devel/llvm70 \ topformflat:devel/delta \ astyle:devel/astyle \ p5-Benchmark-Timer>=0:devel/p5-Benchmark-Timer \ @@ -23,10 +23,10 @@ BROKEN_powerpc64= fails to configure: cannot compile a GNU_CONFIGURE= yes CONFIGURE_FLAGS= --with-llvm=${LOCALBASE} -CONFIGURE_ENV= LLVM_CONFIG=${LOCALBASE}/bin/llvm-config60 \ - CC=${LOCALBASE}/bin/clang60 \ - CXX=${LOCALBASE}/bin/clang++60 \ - CPP=${LOCALBASE}/bin/clang-cpp60 +CONFIGURE_ENV= LLVM_CONFIG=${LOCALBASE}/bin/llvm-config70 \ + CC=${LOCALBASE}/bin/clang70 \ + CXX=${LOCALBASE}/bin/clang++70 \ + CPP=${LOCALBASE}/bin/clang-cpp70 USES= autoreconf gmake libtool perl5 Modified: head/devel/creduce/distinfo ============================================================================== --- head/devel/creduce/distinfo Mon May 6 20:27:18 2019 (r500929) +++ head/devel/creduce/distinfo Mon May 6 20:36:35 2019 (r500930) @@ -1,3 +1,3 @@ -TIMESTAMP = 1531155975 -SHA256 (creduce-2.8.0.tar.gz) = 77f622453a7fc52aa061a89aed457f23ab538b12270df0a2a79b6957fd381def -SIZE (creduce-2.8.0.tar.gz) = 774668 +TIMESTAMP = 1557157076 +SHA256 (creduce-2.9.0.tar.gz) = 1ca9e0398c2947c390df4a17eae0151cad6e047377ae3f91812cc2f0c01f03ad +SIZE (creduce-2.9.0.tar.gz) = 777444 Modified: head/devel/creduce/pkg-plist ============================================================================== --- head/devel/creduce/pkg-plist Mon May 6 20:27:18 2019 (r500929) +++ head/devel/creduce/pkg-plist Mon May 6 20:36:35 2019 (r500930) @@ -13,10 +13,12 @@ libexec/unifdef %%DATADIR%%/perl/pass_clang_binsrch.pm %%DATADIR%%/perl/pass_clex.pm %%DATADIR%%/perl/pass_comments.pm +%%DATADIR%%/perl/pass_ifs.pm %%DATADIR%%/perl/pass_include_includes.pm %%DATADIR%%/perl/pass_includes.pm %%DATADIR%%/perl/pass_indent.pm %%DATADIR%%/perl/pass_ints.pm +%%DATADIR%%/perl/pass_line_markers.pm %%DATADIR%%/perl/pass_lines.pm %%DATADIR%%/perl/pass_peep.pm %%DATADIR%%/perl/pass_special.pm From owner-svn-ports-all@freebsd.org Mon May 6 20:47:47 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A3D8A1595765; Mon, 6 May 2019 20:47:47 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C28489590; Mon, 6 May 2019 20:47:47 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2AA1AC316; Mon, 6 May 2019 20:47:47 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x46KlkDi052301; Mon, 6 May 2019 20:47:46 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x46KlkMk052300; Mon, 6 May 2019 20:47:46 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201905062047.x46KlkMk052300@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 6 May 2019 20:47:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500931 - head/devel/modules2tuple X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/modules2tuple X-SVN-Commit-Revision: 500931 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4C28489590 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.970,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 20:47:47 -0000 Author: swills Date: Mon May 6 20:47:46 2019 New Revision: 500931 URL: https://svnweb.freebsd.org/changeset/ports/500931 Log: devel/modules2tuple: Update to 1.4.0 PR: 237766 Submitted by: Dmitri Goutnik (maintainer) Modified: head/devel/modules2tuple/Makefile (contents, props changed) head/devel/modules2tuple/distinfo (contents, props changed) Modified: head/devel/modules2tuple/Makefile ============================================================================== --- head/devel/modules2tuple/Makefile Mon May 6 20:36:35 2019 (r500930) +++ head/devel/modules2tuple/Makefile Mon May 6 20:47:46 2019 (r500931) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= modules2tuple -PORTVERSION= 1.3.0 +PORTVERSION= 1.4.0 DISTVERSIONPREFIX= v CATEGORIES= devel Modified: head/devel/modules2tuple/distinfo ============================================================================== --- head/devel/modules2tuple/distinfo Mon May 6 20:36:35 2019 (r500930) +++ head/devel/modules2tuple/distinfo Mon May 6 20:47:46 2019 (r500931) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556719438 -SHA256 (dmgk-modules2tuple-v1.3.0_GH0.tar.gz) = c5dab8b33022ecbea3cb9d91c3a5258bd0688446c642fb634006ea34fee95986 -SIZE (dmgk-modules2tuple-v1.3.0_GH0.tar.gz) = 4806 +TIMESTAMP = 1557146390 +SHA256 (dmgk-modules2tuple-v1.4.0_GH0.tar.gz) = e5843f311c4d1bc145830bff7b95dd19e0fac68f45493546e83e66cc5c52b8aa +SIZE (dmgk-modules2tuple-v1.4.0_GH0.tar.gz) = 4872 From owner-svn-ports-all@freebsd.org Mon May 6 20:58:00 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2B1511595BC9; Mon, 6 May 2019 20:58:00 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C5A8989EE6; Mon, 6 May 2019 20:57:59 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8447DC4E2; Mon, 6 May 2019 20:57:58 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x46KvwrU057854; Mon, 6 May 2019 20:57:58 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x46KvwM9057853; Mon, 6 May 2019 20:57:58 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201905062057.x46KvwM9057853@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Mon, 6 May 2019 20:57:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500932 - head/benchmarks/postal/files X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/benchmarks/postal/files X-SVN-Commit-Revision: 500932 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C5A8989EE6 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.970,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 20:58:00 -0000 Author: tobik Date: Mon May 6 20:57:58 2019 New Revision: 500932 URL: https://svnweb.freebsd.org/changeset/ports/500932 Log: benchmarks/postal: Unbreak on CURRENT tcp.cpp:135:10: error: assigning to 'int' from incompatible type '__bind' rc = bind(m_fd, source, sizeof(struct sockaddr_in)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http://beefy12.nyi.freebsd.org/data/head-amd64-default/p500844_s347134/logs/errors/postal-0.73_3.log Modified: head/benchmarks/postal/files/patch-tcp.cpp Modified: head/benchmarks/postal/files/patch-tcp.cpp ============================================================================== --- head/benchmarks/postal/files/patch-tcp.cpp Mon May 6 20:47:46 2019 (r500931) +++ head/benchmarks/postal/files/patch-tcp.cpp Mon May 6 20:57:58 2019 (r500932) @@ -1,5 +1,14 @@ --- tcp.cpp.orig 2012-01-01 11:24:45 UTC +++ tcp.cpp +@@ -132,7 +132,7 @@ int tcp::Connect(short port) + { + sockaddr *source; + source = (sockaddr *)m_sourceAddr->get_rand_addr(); +- rc = bind(m_fd, source, sizeof(struct sockaddr_in)); ++ rc = ::bind(m_fd, source, sizeof(struct sockaddr_in)); + if(rc) + { + fprintf(stderr, "Can't bind to port.\n"); @@ -178,10 +178,18 @@ int tcp::ConnectTLS() #ifdef USE_OPENSSL m_sslCtx = NULL; From owner-svn-ports-all@freebsd.org Mon May 6 20:59:36 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D6E221595E1E; Mon, 6 May 2019 20:59:35 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7C66D8A19F; Mon, 6 May 2019 20:59:35 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 59728C4E5; Mon, 6 May 2019 20:59:35 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x46KxZlM058091; Mon, 6 May 2019 20:59:35 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x46KxY0B058089; Mon, 6 May 2019 20:59:34 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201905062059.x46KxY0B058089@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 6 May 2019 20:59:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500933 - in head/devel/godot: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/devel/godot: . files X-SVN-Commit-Revision: 500933 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7C66D8A19F X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 20:59:36 -0000 Author: swills Date: Mon May 6 20:59:34 2019 New Revision: 500933 URL: https://svnweb.freebsd.org/changeset/ports/500933 Log: devel/godot: update to 3.1.1 PR: 237761 Submitted by: Shane (maintainer) Added: head/devel/godot/files/patch-core_SCsub (contents, props changed) Deleted: head/devel/godot/files/patch-thirdparty_thekla__atlas_nvcore_Memory.cpp head/devel/godot/files/patch-thirdparty_thekla__atlas_nvcore_StdStream.h Modified: head/devel/godot/Makefile (contents, props changed) head/devel/godot/distinfo (contents, props changed) Modified: head/devel/godot/Makefile ============================================================================== --- head/devel/godot/Makefile Mon May 6 20:57:58 2019 (r500932) +++ head/devel/godot/Makefile Mon May 6 20:59:34 2019 (r500933) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= godot -PORTVERSION= 3.1 +DISTVERSION= 3.1.1 DISTVERSIONSUFFIX= -stable CATEGORIES= devel games Modified: head/devel/godot/distinfo ============================================================================== --- head/devel/godot/distinfo Mon May 6 20:57:58 2019 (r500932) +++ head/devel/godot/distinfo Mon May 6 20:59:34 2019 (r500933) @@ -1,7 +1,5 @@ -TIMESTAMP = 1553320527 -SHA256 (dotnet.glob.2.1.1.nupkg) = 8fa01b1928a9c4b70a4803226dcd2ec942474daf2876b80e35a0380d72f8fc1a -SIZE (dotnet.glob.2.1.1.nupkg) = 73782 -SHA256 (godotengine-godot-3.1-stable_GH0.tar.gz) = cd66354b2397f28193ba3add8d8cc5c3562775f662887b56f16de82974f041e3 -SIZE (godotengine-godot-3.1-stable_GH0.tar.gz) = 20400493 +TIMESTAMP = 1556599809 +SHA256 (godotengine-godot-3.1.1-stable_GH0.tar.gz) = 3d952cda12a43d71c53c508bc64ca82cc165a3345976b6d128f869d5bd7a61d2 +SIZE (godotengine-godot-3.1.1-stable_GH0.tar.gz) = 20353131 SHA256 (godotengine-godot-demo-projects-17e80079e3fc_GH0.tar.gz) = b430cb02302489f66f69ca6e743b47e227148ae8224cae625c5cfa744d940433 SIZE (godotengine-godot-demo-projects-17e80079e3fc_GH0.tar.gz) = 151343471 Added: head/devel/godot/files/patch-core_SCsub ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/godot/files/patch-core_SCsub Mon May 6 20:59:34 2019 (r500933) @@ -0,0 +1,20 @@ +--- core/SCsub.orig 2019-05-02 02:03:58 UTC ++++ core/SCsub +@@ -80,7 +80,7 @@ if env['builtin_zlib']: + ] + thirdparty_zlib_sources = [thirdparty_zlib_dir + file for file in thirdparty_zlib_sources] + +- env_thirdparty.Append(CPPPATH=[thirdparty_zlib_dir]) ++ env_thirdparty.Prepend(CPPPATH=[thirdparty_zlib_dir]) + # Needs to be available in main env too + env.Append(CPPPATH=[thirdparty_zlib_dir]) + +@@ -128,7 +128,7 @@ if env['builtin_zstd']: + ] + thirdparty_zstd_sources = [thirdparty_zstd_dir + file for file in thirdparty_zstd_sources] + +- env_thirdparty.Append(CPPPATH=[thirdparty_zstd_dir, thirdparty_zstd_dir + "common"]) ++ env_thirdparty.Prepend(CPPPATH=[thirdparty_zstd_dir, thirdparty_zstd_dir + "common"]) + env_thirdparty.Append(CCFLAGS="-DZSTD_STATIC_LINKING_ONLY") + env.Append(CPPPATH=thirdparty_zstd_dir) + # Also needed in main env includes will trigger warnings From owner-svn-ports-all@freebsd.org Mon May 6 21:15:24 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97D9D15965B5; Mon, 6 May 2019 21:15:24 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3CCC48AF14; Mon, 6 May 2019 21:15:24 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 00F9EC83F; Mon, 6 May 2019 21:15:24 +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 x46LFNg6068653; Mon, 6 May 2019 21:15:23 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x46LFN1p068649; Mon, 6 May 2019 21:15:23 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201905062115.x46LFN1p068649@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Mon, 6 May 2019 21:15:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500934 - in head/lang: . gcc10-devel gcc10-devel/files X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: in head/lang: . gcc10-devel gcc10-devel/files X-SVN-Commit-Revision: 500934 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3CCC48AF14 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 21:15:24 -0000 Author: gerald Date: Mon May 6 21:15:22 2019 New Revision: 500934 URL: https://svnweb.freebsd.org/changeset/ports/500934 Log: Welcome GCC 10, even if only in form of its first development snapshot at the beginning of what likely is going to be another one year cycle. files/patch-amd64-gcc-multilib-support has made it upstream after the creation of the GCC 9 release branch, so we can drop it. Added: head/lang/gcc10-devel/ - copied from r500928, head/lang/gcc9-devel/ Deleted: head/lang/gcc10-devel/files/patch-amd64-gcc-multilib-support Modified: head/lang/Makefile head/lang/gcc10-devel/Makefile head/lang/gcc10-devel/distinfo head/lang/gcc10-devel/pkg-descr Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Mon May 6 20:59:34 2019 (r500933) +++ head/lang/Makefile Mon May 6 21:15:22 2019 (r500934) @@ -109,6 +109,7 @@ SUBDIR += gcc8 SUBDIR += gcc8-devel SUBDIR += gcc9-devel + SUBDIR += gcc10-devel SUBDIR += gforth SUBDIR += ghc SUBDIR += ghc843 Modified: head/lang/gcc10-devel/Makefile ============================================================================== --- head/lang/gcc9-devel/Makefile Mon May 6 20:19:01 2019 (r500928) +++ head/lang/gcc10-devel/Makefile Mon May 6 21:15:22 2019 (r500934) @@ -2,14 +2,14 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 9.1.1.s20190504 +PORTVERSION= 10.0.0.s20190505 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel DISTNAME= gcc-${DIST_VERSION} MAINTAINER= gerald@FreeBSD.org -COMMENT= GNU Compiler Collection 9 +COMMENT= GNU Compiler Collection 10 LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi Modified: head/lang/gcc10-devel/distinfo ============================================================================== --- head/lang/gcc9-devel/distinfo Mon May 6 20:19:01 2019 (r500928) +++ head/lang/gcc10-devel/distinfo Mon May 6 21:15:22 2019 (r500934) @@ -1,3 +1,3 @@ -TIMESTAMP = 1557035994 -SHA256 (gcc-9-20190504.tar.xz) = 0eaefe63cf2f9fc9f34a313fe23b95c199fdebca2577e0cd6931ae30a75ba570 -SIZE (gcc-9-20190504.tar.xz) = 68751664 +TIMESTAMP = 1557174273 +SHA256 (gcc-10-20190505.tar.xz) = 5ef4500a9e440fd9469dabd0a7d2ece133932c199573a70eae38af09b0940a3e +SIZE (gcc-10-20190505.tar.xz) = 68789736 Modified: head/lang/gcc10-devel/pkg-descr ============================================================================== --- head/lang/gcc9-devel/pkg-descr Mon May 6 20:19:01 2019 (r500928) +++ head/lang/gcc10-devel/pkg-descr Mon May 6 21:15:22 2019 (r500934) @@ -1,6 +1,6 @@ GCC, the GNU Compiler Collection, supports a number of languages. -This port installs the C, C++, and Fortran front ends as gcc9, g++9, -and gfortran9, respectively. +This port installs the C, C++, and Fortran front ends as gcc10, g++10, +and gfortran10, respectively. WWW: https://gcc.gnu.org From owner-svn-ports-all@freebsd.org Mon May 6 21:16:39 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1291E1596613; Mon, 6 May 2019 21:16:39 +0000 (UTC) (envelope-from farrokhi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ACCF68B012; Mon, 6 May 2019 21:16:38 +0000 (UTC) (envelope-from farrokhi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 88042C840; Mon, 6 May 2019 21:16:38 +0000 (UTC) (envelope-from farrokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x46LGcuE068822; Mon, 6 May 2019 21:16:38 GMT (envelope-from farrokhi@FreeBSD.org) Received: (from farrokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x46LGcZv068820; Mon, 6 May 2019 21:16:38 GMT (envelope-from farrokhi@FreeBSD.org) Message-Id: <201905062116.x46LGcZv068820@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: farrokhi set sender to farrokhi@FreeBSD.org using -f From: Babak Farrokhi Date: Mon, 6 May 2019 21:16:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500935 - head/databases/pymongo X-SVN-Group: ports-head X-SVN-Commit-Author: farrokhi X-SVN-Commit-Paths: head/databases/pymongo X-SVN-Commit-Revision: 500935 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: ACCF68B012 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.970,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 21:16:39 -0000 Author: farrokhi Date: Mon May 6 21:16:37 2019 New Revision: 500935 URL: https://svnweb.freebsd.org/changeset/ports/500935 Log: databases/pymongo: Update to 3.8.0 Modified: head/databases/pymongo/Makefile head/databases/pymongo/distinfo Modified: head/databases/pymongo/Makefile ============================================================================== --- head/databases/pymongo/Makefile Mon May 6 21:15:22 2019 (r500934) +++ head/databases/pymongo/Makefile Mon May 6 21:16:37 2019 (r500935) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pymongo -PORTVERSION= 3.7.2 +PORTVERSION= 3.8.0 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/databases/pymongo/distinfo ============================================================================== --- head/databases/pymongo/distinfo Mon May 6 21:15:22 2019 (r500934) +++ head/databases/pymongo/distinfo Mon May 6 21:16:37 2019 (r500935) @@ -1,3 +1,3 @@ -TIMESTAMP = 1539245426 -SHA256 (pymongo-3.7.2.tar.gz) = 8c74e2a9b594f7962c62cef7680a4cb92a96b4e6e3c2f970790da67cc0213a7e -SIZE (pymongo-3.7.2.tar.gz) = 628611 +TIMESTAMP = 1557177325 +SHA256 (pymongo-3.8.0.tar.gz) = 9d50c99c6388863cbfdc5db9bad62e3a7c2e5fc151554a07c7f3c2530334a34f +SIZE (pymongo-3.8.0.tar.gz) = 649945 From owner-svn-ports-all@freebsd.org Mon May 6 21:18:31 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E0FB159669A; Mon, 6 May 2019 21:18:31 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 11D958B1E1; Mon, 6 May 2019 21:18:31 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DE538C880; Mon, 6 May 2019 21:18:30 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x46LIULY069052; Mon, 6 May 2019 21:18:30 GMT (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x46LIUkj069049; Mon, 6 May 2019 21:18:30 GMT (envelope-from jhb@FreeBSD.org) Message-Id: <201905062118.x46LIUkj069049@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhb set sender to jhb@FreeBSD.org using -f From: John Baldwin Date: Mon, 6 May 2019 21:18:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r500936 - branches/2019Q2/security/nist-kat X-SVN-Group: ports-branches X-SVN-Commit-Author: jhb X-SVN-Commit-Paths: branches/2019Q2/security/nist-kat X-SVN-Commit-Revision: 500936 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 11D958B1E1 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 21:18:31 -0000 Author: jhb (src,doc committer) Date: Mon May 6 21:18:30 2019 New Revision: 500936 URL: https://svnweb.freebsd.org/changeset/ports/500936 Log: MFH: r499798 Add AES-CCM and plain SHA digest test vectors. These will be used to expand testing of OCF crypto algorithms in future changes to the base system OCF tests. Approved by: ports-secteam (miwi) Modified: branches/2019Q2/security/nist-kat/Makefile branches/2019Q2/security/nist-kat/distinfo branches/2019Q2/security/nist-kat/pkg-plist Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/security/nist-kat/Makefile ============================================================================== --- branches/2019Q2/security/nist-kat/Makefile Mon May 6 21:16:37 2019 (r500935) +++ branches/2019Q2/security/nist-kat/Makefile Mon May 6 21:18:30 2019 (r500936) @@ -3,19 +3,23 @@ PORTNAME= nist-kat DISTVERSION= 0.0.2015.02.23 +PORTREVISION= 1 CATEGORIES= security BASE_URL= http://csrc.nist.gov/groups/STM/cavp/documents MASTER_SITES= ${BASE_URL}/aes/:aes MASTER_SITES+= ${BASE_URL}/des/:des MASTER_SITES+= ${BASE_URL}/mac/:mac +MASTER_SITES+= ${BASE_URL}/shs/:shs DISTFILES= KAT_AES.zip:aes DISTFILES+= XTSTestVectors.zip:aes DISTFILES+= KAT_TDES.zip:des +DISTFILES+= ccmtestvectors.zip:mac DISTFILES+= gcmtestvectors.zip:mac DISTFILES+= hmactestvectors.zip:mac +DISTFILES+= shabytetestvectors.zip:shs MAINTAINER= jmg@FreeBSD.org -COMMENT= Collection of NIST's Know Answer Test Vectors +COMMENT= Collection of NIST's Known Answer Test Vectors LICENSE= PD @@ -24,6 +28,11 @@ EXTRACT_AFTER_ARGS= -s ":^:nist-kat/$${file%.zip}/:" NO_BUILD= NO_WRKSUBDIR= + +post-extract: + # The SHA test distribution already includes a subdir + (cd ${WRKSRC}/${PORTNAME} && ${MV} shabytetestvectors tmp && \ + ${MV} tmp/shabytetestvectors . && ${RMDIR} tmp) do-install: ${MKDIR} ${STAGEDIR}${LOCALBASE}/share && \ Modified: branches/2019Q2/security/nist-kat/distinfo ============================================================================== --- branches/2019Q2/security/nist-kat/distinfo Mon May 6 21:16:37 2019 (r500935) +++ branches/2019Q2/security/nist-kat/distinfo Mon May 6 21:18:30 2019 (r500936) @@ -1,10 +1,15 @@ +TIMESTAMP = 1554766249 SHA256 (KAT_AES.zip) = a203b16c9246b2ebae31dee5de21a606be80cf78ceabaca37150236fa098eb60 SIZE (KAT_AES.zip) = 726299 SHA256 (XTSTestVectors.zip) = 67bb04b018182f65530596786e7783f817d2e56509bf3b1f066609b8e3e29c36 SIZE (XTSTestVectors.zip) = 595731 SHA256 (KAT_TDES.zip) = 640e1df29f0f9e60b756e34870658fc785c706a170e1366eee58f115d3ce3905 SIZE (KAT_TDES.zip) = 115770 +SHA256 (ccmtestvectors.zip) = 0e3c96761bd8f1a0b4dfe666146c32f7d367a49968375ff091b8da9ecaa673aa +SIZE (ccmtestvectors.zip) = 319267 SHA256 (gcmtestvectors.zip) = f9fc479e134cde2980b3bb7cddbcb567b2cd96fd753835243ed067699f26a023 SIZE (gcmtestvectors.zip) = 9154174 SHA256 (hmactestvectors.zip) = 418c3837d38f249d6668146bd0090db24dd3c02d2e6797e3de33860a387ae4bd SIZE (hmactestvectors.zip) = 452025 +SHA256 (shabytetestvectors.zip) = 929ef80b7b3418aca026643f6f248815913b60e01741a44bba9e118067f4c9b8 +SIZE (shabytetestvectors.zip) = 4909729 Modified: branches/2019Q2/security/nist-kat/pkg-plist ============================================================================== --- branches/2019Q2/security/nist-kat/pkg-plist Mon May 6 21:16:37 2019 (r500935) +++ branches/2019Q2/security/nist-kat/pkg-plist Mon May 6 21:18:30 2019 (r500936) @@ -130,6 +130,25 @@ %%DATADIR%%/XTSTestVectors/format tweak value input - 128 hex str/XTSGenAES256.rsp %%DATADIR%%/XTSTestVectors/format tweak value input - data unit seq no/XTSGenAES128.rsp %%DATADIR%%/XTSTestVectors/format tweak value input - data unit seq no/XTSGenAES256.rsp +%%DATADIR%%/ccmtestvectors/DVPT128.rsp +%%DATADIR%%/ccmtestvectors/DVPT128.txt +%%DATADIR%%/ccmtestvectors/DVPT192.rsp +%%DATADIR%%/ccmtestvectors/DVPT192.txt +%%DATADIR%%/ccmtestvectors/DVPT256.rsp +%%DATADIR%%/ccmtestvectors/DVPT256.txt +%%DATADIR%%/ccmtestvectors/Readme.txt +%%DATADIR%%/ccmtestvectors/VADT128.rsp +%%DATADIR%%/ccmtestvectors/VADT192.rsp +%%DATADIR%%/ccmtestvectors/VADT256.rsp +%%DATADIR%%/ccmtestvectors/VNT128.rsp +%%DATADIR%%/ccmtestvectors/VNT192.rsp +%%DATADIR%%/ccmtestvectors/VNT256.rsp +%%DATADIR%%/ccmtestvectors/VPT128.rsp +%%DATADIR%%/ccmtestvectors/VPT192.rsp +%%DATADIR%%/ccmtestvectors/VPT256.rsp +%%DATADIR%%/ccmtestvectors/VTT128.rsp +%%DATADIR%%/ccmtestvectors/VTT192.rsp +%%DATADIR%%/ccmtestvectors/VTT256.rsp %%DATADIR%%/gcmtestvectors/gcmDecrypt128.rsp %%DATADIR%%/gcmtestvectors/gcmDecrypt192.rsp %%DATADIR%%/gcmtestvectors/gcmDecrypt256.rsp @@ -137,3 +156,32 @@ %%DATADIR%%/gcmtestvectors/gcmEncryptExtIV192.rsp %%DATADIR%%/gcmtestvectors/gcmEncryptExtIV256.rsp %%DATADIR%%/hmactestvectors/HMAC.rsp +%%DATADIR%%/shabytetestvectors/Readme.txt +%%DATADIR%%/shabytetestvectors/SHA1LongMsg.rsp +%%DATADIR%%/shabytetestvectors/SHA1Monte.rsp +%%DATADIR%%/shabytetestvectors/SHA1Monte.txt +%%DATADIR%%/shabytetestvectors/SHA1ShortMsg.rsp +%%DATADIR%%/shabytetestvectors/SHA224LongMsg.rsp +%%DATADIR%%/shabytetestvectors/SHA224Monte.rsp +%%DATADIR%%/shabytetestvectors/SHA224Monte.txt +%%DATADIR%%/shabytetestvectors/SHA224ShortMsg.rsp +%%DATADIR%%/shabytetestvectors/SHA256LongMsg.rsp +%%DATADIR%%/shabytetestvectors/SHA256Monte.rsp +%%DATADIR%%/shabytetestvectors/SHA256Monte.txt +%%DATADIR%%/shabytetestvectors/SHA256ShortMsg.rsp +%%DATADIR%%/shabytetestvectors/SHA384LongMsg.rsp +%%DATADIR%%/shabytetestvectors/SHA384Monte.rsp +%%DATADIR%%/shabytetestvectors/SHA384Monte.txt +%%DATADIR%%/shabytetestvectors/SHA384ShortMsg.rsp +%%DATADIR%%/shabytetestvectors/SHA512LongMsg.rsp +%%DATADIR%%/shabytetestvectors/SHA512Monte.rsp +%%DATADIR%%/shabytetestvectors/SHA512Monte.txt +%%DATADIR%%/shabytetestvectors/SHA512ShortMsg.rsp +%%DATADIR%%/shabytetestvectors/SHA512_224LongMsg.rsp +%%DATADIR%%/shabytetestvectors/SHA512_224Monte.rsp +%%DATADIR%%/shabytetestvectors/SHA512_224Monte.txt +%%DATADIR%%/shabytetestvectors/SHA512_224ShortMsg.rsp +%%DATADIR%%/shabytetestvectors/SHA512_256LongMsg.rsp +%%DATADIR%%/shabytetestvectors/SHA512_256Monte.rsp +%%DATADIR%%/shabytetestvectors/SHA512_256Monte.txt +%%DATADIR%%/shabytetestvectors/SHA512_256ShortMsg.rsp From owner-svn-ports-all@freebsd.org Mon May 6 22:19:52 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C1C615977DF; Mon, 6 May 2019 22:19:52 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C97E28D08F; Mon, 6 May 2019 22:19:51 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 94931D2C8; Mon, 6 May 2019 22:19:51 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x46MJpm3000760; Mon, 6 May 2019 22:19:51 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x46MJpp8000759; Mon, 6 May 2019 22:19:51 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201905062219.x46MJpp8000759@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Mon, 6 May 2019 22:19:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500937 - head/www/gitea X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/www/gitea X-SVN-Commit-Revision: 500937 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C97E28D08F X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 22:19:52 -0000 Author: tobik Date: Mon May 6 22:19:51 2019 New Revision: 500937 URL: https://svnweb.freebsd.org/changeset/ports/500937 Log: www/gitea: Do not set DISTVERSION twice Modified: head/www/gitea/Makefile Modified: head/www/gitea/Makefile ============================================================================== --- head/www/gitea/Makefile Mon May 6 21:18:30 2019 (r500936) +++ head/www/gitea/Makefile Mon May 6 22:19:51 2019 (r500937) @@ -3,7 +3,6 @@ PORTNAME= gitea DISTVERSIONPREFIX= v -DISTVERSION= 1.7.6 DISTVERSION= 1.8.0 CATEGORIES= www From owner-svn-ports-all@freebsd.org Mon May 6 22:27:59 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F9211597992; Mon, 6 May 2019 22:27:59 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D9A7F8D449; Mon, 6 May 2019 22:27:58 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C183DD46B; Mon, 6 May 2019 22:27:58 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x46MRwL9005770; Mon, 6 May 2019 22:27:58 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x46MRwmT005769; Mon, 6 May 2019 22:27:58 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201905062227.x46MRwmT005769@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Mon, 6 May 2019 22:27:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500938 - head/www/gitea X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/www/gitea X-SVN-Commit-Revision: 500938 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D9A7F8D449 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 22:27:59 -0000 Author: tobik Date: Mon May 6 22:27:58 2019 New Revision: 500938 URL: https://svnweb.freebsd.org/changeset/ports/500938 Log: www/gitea: Also clean up distinfo Modified: head/www/gitea/distinfo Modified: head/www/gitea/distinfo ============================================================================== --- head/www/gitea/distinfo Mon May 6 22:19:51 2019 (r500937) +++ head/www/gitea/distinfo Mon May 6 22:27:58 2019 (r500938) @@ -1,6 +1,3 @@ -TIMESTAMP = 1555482864 -SHA256 (go-gitea-gitea-v1.7.6_GH0.tar.gz) = 4cc07ead2a842324a5bb76b78055cf1b93876a03845c3b38ffa5cbc0e1bac6f4 -SIZE (go-gitea-gitea-v1.7.6_GH0.tar.gz) = 20868421 TIMESTAMP = 1556897794 SHA256 (go-gitea-gitea-v1.8.0_GH0.tar.gz) = cc9e7f3d01400391455f2ae5fdd78f0e16360158cf02e45f034a94d3fb0fa8fb SIZE (go-gitea-gitea-v1.8.0_GH0.tar.gz) = 24268907 From owner-svn-ports-all@freebsd.org Mon May 6 22:28:34 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2848215979CA; Mon, 6 May 2019 22:28:34 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C32F58D524; Mon, 6 May 2019 22:28:33 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9A6FFD46C; Mon, 6 May 2019 22:28:33 +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 x46MSXjU005912; Mon, 6 May 2019 22:28:33 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x46MSXiH005910; Mon, 6 May 2019 22:28:33 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905062228.x46MSXiH005910@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 6 May 2019 22:28:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500939 - head/devel/git-cinnabar X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/devel/git-cinnabar X-SVN-Commit-Revision: 500939 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C32F58D524 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 22:28:34 -0000 Author: jbeich Date: Mon May 6 22:28:32 2019 New Revision: 500939 URL: https://svnweb.freebsd.org/changeset/ports/500939 Log: devel/git-cinnabar: update to 0.5.0.200 Changes: https://github.com/glandium/git-cinnabar/compare/57d16ea...6a6b82b Modified: head/devel/git-cinnabar/Makefile (contents, props changed) head/devel/git-cinnabar/distinfo (contents, props changed) Modified: head/devel/git-cinnabar/Makefile ============================================================================== --- head/devel/git-cinnabar/Makefile Mon May 6 22:27:58 2019 (r500938) +++ head/devel/git-cinnabar/Makefile Mon May 6 22:28:32 2019 (r500939) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= git-cinnabar -DISTVERSION= 0.5.0-171 -DISTVERSIONSUFFIX= -g57d16ea +DISTVERSION= 0.5.0-200 +DISTVERSIONSUFFIX= -g6a6b82b CATEGORIES= devel MAINTAINER= jbeich@FreeBSD.org Modified: head/devel/git-cinnabar/distinfo ============================================================================== --- head/devel/git-cinnabar/distinfo Mon May 6 22:27:58 2019 (r500938) +++ head/devel/git-cinnabar/distinfo Mon May 6 22:28:32 2019 (r500939) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556925575 -SHA256 (glandium-git-cinnabar-0.5.0-171-g57d16ea_GH0.tar.gz) = 5f14664f406148d0e2776c2f4b0b48194935c9d058e29a40b43a60e91d8f06b0 -SIZE (glandium-git-cinnabar-0.5.0-171-g57d16ea_GH0.tar.gz) = 159287 +TIMESTAMP = 1557181540 +SHA256 (glandium-git-cinnabar-0.5.0-200-g6a6b82b_GH0.tar.gz) = 87a5339bb1ff95ae1a58f149e4e4b72d440881151f18e11271ff5f017929080e +SIZE (glandium-git-cinnabar-0.5.0-200-g6a6b82b_GH0.tar.gz) = 160413 From owner-svn-ports-all@freebsd.org Mon May 6 22:37:08 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A1B41597B9D; Mon, 6 May 2019 22:37:08 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AFC4E8D951; Mon, 6 May 2019 22:37:07 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 83CCFD622; Mon, 6 May 2019 22:37:07 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x46Mb7JJ010944; Mon, 6 May 2019 22:37:07 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x46Mb7Rv010943; Mon, 6 May 2019 22:37:07 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201905062237.x46Mb7Rv010943@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Mon, 6 May 2019 22:37:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500940 - head/emulators/pcem X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/emulators/pcem X-SVN-Commit-Revision: 500940 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: AFC4E8D951 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 22:37:08 -0000 Author: tobik Date: Mon May 6 22:37:06 2019 New Revision: 500940 URL: https://svnweb.freebsd.org/changeset/ports/500940 Log: emulators/pcem: Clean up dependencies Modified: head/emulators/pcem/Makefile Modified: head/emulators/pcem/Makefile ============================================================================== --- head/emulators/pcem/Makefile Mon May 6 22:28:32 2019 (r500939) +++ head/emulators/pcem/Makefile Mon May 6 22:37:06 2019 (r500940) @@ -11,14 +11,10 @@ COMMENT= PC/PC-Compatible low-level emulator striving LICENSE= GPLv2 -LIB_DEPENDS= libGL.so:graphics/mesa-libs \ - libopenal.so:audio/openal-soft \ - libwx_gtk3u_core-3.0.so:x11-toolkits/wxgtk30 \ - libSDL2.so:devel/sdl20 - -USES= autoreconf compiler gmake openal:soft pkgconfig sdl zip -USE_WX= 3.0 +USES= autoreconf compiler gl gmake openal pkgconfig sdl zip +USE_GL= gl USE_SDL= sdl2 +USE_WX= 3.0 WRKSRC= ${WRKDIR}/pcem_emulator-pcem-faf5d6423060/ PATCHDIR=files From owner-svn-ports-all@freebsd.org Mon May 6 23:25:55 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0AA7E159867C; Mon, 6 May 2019 23:25:55 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A106D8EBC0; Mon, 6 May 2019 23:25:54 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 77516DE85; Mon, 6 May 2019 23:25:54 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x46NPstC037168; Mon, 6 May 2019 23:25:54 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x46NPsxf037167; Mon, 6 May 2019 23:25:54 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201905062325.x46NPsxf037167@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Mon, 6 May 2019 23:25:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r500941 - branches/2019Q2/www/gitea X-SVN-Group: ports-branches X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: branches/2019Q2/www/gitea X-SVN-Commit-Revision: 500941 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A106D8EBC0 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 23:25:55 -0000 Author: joneum Date: Mon May 6 23:25:53 2019 New Revision: 500941 URL: https://svnweb.freebsd.org/changeset/ports/500941 Log: Remove old DISTVERSION line Approved by: ports-secteam (joneum) Modified: branches/2019Q2/www/gitea/Makefile branches/2019Q2/www/gitea/distinfo Modified: branches/2019Q2/www/gitea/Makefile ============================================================================== --- branches/2019Q2/www/gitea/Makefile Mon May 6 22:37:06 2019 (r500940) +++ branches/2019Q2/www/gitea/Makefile Mon May 6 23:25:53 2019 (r500941) @@ -3,7 +3,6 @@ PORTNAME= gitea DISTVERSIONPREFIX= v -DISTVERSION= 1.7.6 DISTVERSION= 1.8.0 CATEGORIES= www Modified: branches/2019Q2/www/gitea/distinfo ============================================================================== --- branches/2019Q2/www/gitea/distinfo Mon May 6 22:37:06 2019 (r500940) +++ branches/2019Q2/www/gitea/distinfo Mon May 6 23:25:53 2019 (r500941) @@ -1,6 +1,3 @@ -TIMESTAMP = 1555482864 -SHA256 (go-gitea-gitea-v1.7.6_GH0.tar.gz) = 4cc07ead2a842324a5bb76b78055cf1b93876a03845c3b38ffa5cbc0e1bac6f4 -SIZE (go-gitea-gitea-v1.7.6_GH0.tar.gz) = 20868421 TIMESTAMP = 1556897794 SHA256 (go-gitea-gitea-v1.8.0_GH0.tar.gz) = cc9e7f3d01400391455f2ae5fdd78f0e16360158cf02e45f034a94d3fb0fa8fb SIZE (go-gitea-gitea-v1.8.0_GH0.tar.gz) = 24268907 From owner-svn-ports-all@freebsd.org Mon May 6 23:58:34 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB53E1598EC9; Mon, 6 May 2019 23:58:34 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 513CA8F742; Mon, 6 May 2019 23: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 271DFE37C; Mon, 6 May 2019 23: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 x46NwY00053028; Mon, 6 May 2019 23:58:34 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x46NwXIm053026; Mon, 6 May 2019 23:58:33 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905062358.x46NwXIm053026@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 6 May 2019 23:58:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500942 - head/emulators/rpcs3 X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/emulators/rpcs3 X-SVN-Commit-Revision: 500942 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 513CA8F742 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.959,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 06 May 2019 23:58:35 -0000 Author: jbeich Date: Mon May 6 23:58:33 2019 New Revision: 500942 URL: https://svnweb.freebsd.org/changeset/ports/500942 Log: emulators/rpcs3: update to 0.0.6.8079 Changes: https://github.com/RPCS3/rpcs3/compare/f246a8666...514159072 Modified: head/emulators/rpcs3/Makefile (contents, props changed) head/emulators/rpcs3/distinfo (contents, props changed) Modified: head/emulators/rpcs3/Makefile ============================================================================== --- head/emulators/rpcs3/Makefile Mon May 6 23:25:53 2019 (r500941) +++ head/emulators/rpcs3/Makefile Mon May 6 23:58:33 2019 (r500942) @@ -2,8 +2,8 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v -DISTVERSION= 0.0.6-8064 # git rev-list --count HEAD -DISTVERSIONSUFFIX= -gf246a8666 +DISTVERSION= 0.0.6-8079 # git rev-list --count HEAD +DISTVERSIONSUFFIX= -g514159072 CATEGORIES= emulators PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ Modified: head/emulators/rpcs3/distinfo ============================================================================== --- head/emulators/rpcs3/distinfo Mon May 6 23:25:53 2019 (r500941) +++ head/emulators/rpcs3/distinfo Mon May 6 23:58:33 2019 (r500942) @@ -1,6 +1,6 @@ -TIMESTAMP = 1557003415 -SHA256 (RPCS3-rpcs3-v0.0.6-8064-gf246a8666_GH0.tar.gz) = a3dd4cca9e24ffa783cea1b386d6c5b1d4735db2f07ecad01bfcf06af46d6ad9 -SIZE (RPCS3-rpcs3-v0.0.6-8064-gf246a8666_GH0.tar.gz) = 5300482 +TIMESTAMP = 1557172840 +SHA256 (RPCS3-rpcs3-v0.0.6-8079-g514159072_GH0.tar.gz) = f7971e95722cea7c000eb97295e97173c86e5f2fc177877f8964bc39517f30c4 +SIZE (RPCS3-rpcs3-v0.0.6-8079-g514159072_GH0.tar.gz) = 5302023 SHA256 (RPCS3-hidapi-hidapi-0.8.0-rc1-27-g9220f5e_GH0.tar.gz) = 3120e0b701943f452760e45f9fc1ac50bab356ad4c807b4cac4598041c5ca1a5 SIZE (RPCS3-hidapi-hidapi-0.8.0-rc1-27-g9220f5e_GH0.tar.gz) = 105400 SHA256 (RPCS3-llvm-b860b5e8f4ee_GH0.tar.gz) = c151972a0c8ceac568c24b61e63d2ecbdac0f125185e23fc2238e0a14048256e From owner-svn-ports-all@freebsd.org Tue May 7 00:01:28 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7AF3B15990A3; Tue, 7 May 2019 00:01:28 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 225818FA0F; Tue, 7 May 2019 00:01:28 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 00ACDE3CC; Tue, 7 May 2019 00:01:28 +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 x4701Rmp055910; Tue, 7 May 2019 00:01:27 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4701RiK055490; Tue, 7 May 2019 00:01:27 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905070001.x4701RiK055490@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 7 May 2019 00:01:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500943 - head/multimedia/svt-av1 X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/multimedia/svt-av1 X-SVN-Commit-Revision: 500943 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 225818FA0F X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.959,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 07 May 2019 00:01:28 -0000 Author: jbeich Date: Tue May 7 00:01:27 2019 New Revision: 500943 URL: https://svnweb.freebsd.org/changeset/ports/500943 Log: multimedia/svt-av1: update to s20180506 Changes: https://github.com/OpenVisualCloud/SVT-AV1/compare/bef67501...3b11c3ea Modified: head/multimedia/svt-av1/Makefile (contents, props changed) head/multimedia/svt-av1/distinfo (contents, props changed) Modified: head/multimedia/svt-av1/Makefile ============================================================================== --- head/multimedia/svt-av1/Makefile Mon May 6 23:58:33 2019 (r500942) +++ head/multimedia/svt-av1/Makefile Tue May 7 00:01:27 2019 (r500943) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= svt-av1 -PORTVERSION= s20180427 +PORTVERSION= s20180506 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org @@ -23,7 +23,7 @@ USE_GITHUB= yes USE_LDCONFIG= yes GH_ACCOUNT= OpenVisualCloud GH_PROJECT= SVT-AV1 -GH_TAGNAME= bef67501 +GH_TAGNAME= 3b11c3ea CMAKE_OFF= BUILD_TESTING # no useful tests yet post-patch: Modified: head/multimedia/svt-av1/distinfo ============================================================================== --- head/multimedia/svt-av1/distinfo Mon May 6 23:58:33 2019 (r500942) +++ head/multimedia/svt-av1/distinfo Tue May 7 00:01:27 2019 (r500943) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556397638 -SHA256 (OpenVisualCloud-SVT-AV1-s20180427-bef67501_GH0.tar.gz) = 0cd8c8b49adaadf41b052e20f67bf74ce9e669c3751c75610cb406bce74f5447 -SIZE (OpenVisualCloud-SVT-AV1-s20180427-bef67501_GH0.tar.gz) = 2225646 +TIMESTAMP = 1557161638 +SHA256 (OpenVisualCloud-SVT-AV1-s20180506-3b11c3ea_GH0.tar.gz) = 53ce3256a3e2f593f76a0a17bd5ddb976e54fe05ada88449cb2564f83b498d79 +SIZE (OpenVisualCloud-SVT-AV1-s20180506-3b11c3ea_GH0.tar.gz) = 2225635 From owner-svn-ports-all@freebsd.org Tue May 7 00:22:12 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36CBC1599450; Tue, 7 May 2019 00:22:12 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CCFCF6823A; Tue, 7 May 2019 00:22: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A90E5E858; Tue, 7 May 2019 00:22: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 x470MBM5068518; Tue, 7 May 2019 00:22:11 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x470MBCc068516; Tue, 7 May 2019 00:22:11 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905070022.x470MBCc068516@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 7 May 2019 00:22:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500944 - head/multimedia/aom X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/multimedia/aom X-SVN-Commit-Revision: 500944 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: CCFCF6823A X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.959,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 07 May 2019 00:22:12 -0000 Author: jbeich Date: Tue May 7 00:22:11 2019 New Revision: 500944 URL: https://svnweb.freebsd.org/changeset/ports/500944 Log: multimedia/aom: update to 1.0.0.1726 Changes: https://aomedia.googlesource.com/aom/+log/ad34be79e..684868923 Modified: head/multimedia/aom/Makefile (contents, props changed) head/multimedia/aom/distinfo (contents, props changed) Modified: head/multimedia/aom/Makefile ============================================================================== --- head/multimedia/aom/Makefile Tue May 7 00:01:27 2019 (r500943) +++ head/multimedia/aom/Makefile Tue May 7 00:22:11 2019 (r500944) @@ -2,8 +2,8 @@ PORTNAME= aom DISTVERSIONPREFIX= v -DISTVERSION= 1.0.0-1712 -DISTVERSIONSUFFIX= -gad34be79e +DISTVERSION= 1.0.0-1726 +DISTVERSIONSUFFIX= -g684868923 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org Modified: head/multimedia/aom/distinfo ============================================================================== --- head/multimedia/aom/distinfo Tue May 7 00:01:27 2019 (r500943) +++ head/multimedia/aom/distinfo Tue May 7 00:22:11 2019 (r500944) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556922435 -SHA256 (jbeich-aom-v1.0.0-1712-gad34be79e_GH0.tar.gz) = 74e0a5bb910da3ec3e90d013fa01e3d0b942629d143c9da97a1370ad0e503cca -SIZE (jbeich-aom-v1.0.0-1712-gad34be79e_GH0.tar.gz) = 3269913 +TIMESTAMP = 1557186427 +SHA256 (jbeich-aom-v1.0.0-1726-g684868923_GH0.tar.gz) = 11b4499cbf1a44108b1526c608adac9319bda06ba14983a446697ae144944e6e +SIZE (jbeich-aom-v1.0.0-1726-g684868923_GH0.tar.gz) = 3270172 From owner-svn-ports-all@freebsd.org Tue May 7 00:32:57 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0AC9F1599A2A; Tue, 7 May 2019 00:32:57 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A5A0269B75; Tue, 7 May 2019 00:32:56 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7FC35EA1F; Tue, 7 May 2019 00:32:56 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x470WucN073820; Tue, 7 May 2019 00:32:56 GMT (envelope-from meta@FreeBSD.org) Received: (from meta@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x470WuCU073799; Tue, 7 May 2019 00:32:56 GMT (envelope-from meta@FreeBSD.org) Message-Id: <201905070032.x470WuCU073799@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: meta set sender to meta@FreeBSD.org using -f From: Koichiro Iwao Date: Tue, 7 May 2019 00:32:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500945 - head/net-im/mikutter X-SVN-Group: ports-head X-SVN-Commit-Author: meta X-SVN-Commit-Paths: head/net-im/mikutter X-SVN-Commit-Revision: 500945 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A5A0269B75 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.959,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 07 May 2019 00:32:57 -0000 Author: meta Date: Tue May 7 00:32:55 2019 New Revision: 500945 URL: https://svnweb.freebsd.org/changeset/ports/500945 Log: net-im/mikutter: Update to 3.8.7 Relnotes: https://mikutter.hatenablog.com/entry/2019/04/29/160745 Modified: head/net-im/mikutter/Makefile head/net-im/mikutter/distinfo Modified: head/net-im/mikutter/Makefile ============================================================================== --- head/net-im/mikutter/Makefile Tue May 7 00:22:11 2019 (r500944) +++ head/net-im/mikutter/Makefile Tue May 7 00:32:55 2019 (r500945) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mikutter -PORTVERSION= 3.8.6 +PORTVERSION= 3.8.7 CATEGORIES= net-im ruby MASTER_SITES= http://mikutter.hachune.net/bin/ \ LOCAL/meta/${PORTNAME} Modified: head/net-im/mikutter/distinfo ============================================================================== --- head/net-im/mikutter/distinfo Tue May 7 00:22:11 2019 (r500944) +++ head/net-im/mikutter/distinfo Tue May 7 00:32:55 2019 (r500945) @@ -1,3 +1,3 @@ -TIMESTAMP = 1550903192 -SHA256 (mikutter.3.8.6.tar.gz) = 22d9d7643b4408ac976cc395abc446b6ff88179821f4322d58865284b72aa4af -SIZE (mikutter.3.8.6.tar.gz) = 3174454 +TIMESTAMP = 1556624982 +SHA256 (mikutter.3.8.7.tar.gz) = 3b9e56dd8b6be46f63bbcfc7d63b7891f09b9f189a0ec65373fef5d0d8f531bf +SIZE (mikutter.3.8.7.tar.gz) = 3172151 From owner-svn-ports-all@freebsd.org Tue May 7 00:32:57 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9AA511599A2E; Tue, 7 May 2019 00:32:57 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 41F8D69B76; Tue, 7 May 2019 00:32:57 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1E918EA20; Tue, 7 May 2019 00:32:57 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x470Wvo0073919; Tue, 7 May 2019 00:32:57 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x470Wuxi073917; Tue, 7 May 2019 00:32:56 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905070032.x470Wuxi073917@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 7 May 2019 00:32:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500946 - head/lang/rust-nightly X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/lang/rust-nightly X-SVN-Commit-Revision: 500946 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 41F8D69B76 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.959,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 07 May 2019 00:32:57 -0000 Author: jbeich Date: Tue May 7 00:32:56 2019 New Revision: 500946 URL: https://svnweb.freebsd.org/changeset/ports/500946 Log: lang/rust-nightly: update to 1.36.0.20190507 Changes: https://github.com/rust-lang/rust/compare/a3404557c54e...a19cf18c7dbb Modified: head/lang/rust-nightly/Makefile (contents, props changed) head/lang/rust-nightly/distinfo (contents, props changed) Modified: head/lang/rust-nightly/Makefile ============================================================================== --- head/lang/rust-nightly/Makefile Tue May 7 00:32:55 2019 (r500945) +++ head/lang/rust-nightly/Makefile Tue May 7 00:32:56 2019 (r500946) @@ -14,7 +14,7 @@ CONFLICTS_INSTALL= rust # Which source to pull: # https://static.rust-lang.org/dist/${NIGHTLY_DATE}/rustc-nightly-src.tar.gz # https://static.rust-lang.org/dist/channel-rust-nightly.toml -NIGHTLY_DATE= 2019-05-04 +NIGHTLY_DATE= 2019-05-07 NIGHTLY_SUBDIR= ${NIGHTLY_DATE}/ # See WRKSRC/src/stage0.txt for this date Modified: head/lang/rust-nightly/distinfo ============================================================================== --- head/lang/rust-nightly/distinfo Tue May 7 00:32:55 2019 (r500945) +++ head/lang/rust-nightly/distinfo Tue May 7 00:32:56 2019 (r500946) @@ -1,6 +1,6 @@ -TIMESTAMP = 1556918114 -SHA256 (rust/2019-05-04/rustc-nightly-src.tar.xz) = d0eccd7d48264dee38f43ef0c21eb71030f92ca5762c0e4ec2d5529820e196ed -SIZE (rust/2019-05-04/rustc-nightly-src.tar.xz) = 98464580 +TIMESTAMP = 1557166816 +SHA256 (rust/2019-05-07/rustc-nightly-src.tar.xz) = 7388052c58318fc17eaf867dc079f48ca43fcb7a08a2ca71d406c176b13b03df +SIZE (rust/2019-05-07/rustc-nightly-src.tar.xz) = 98485396 SHA256 (rust/2019-04-11/rustc-beta-x86_64-unknown-freebsd.tar.gz) = 711f4537f4f92dd1a42035411d8e002cdd5d30f4e29e702014656cc79ddc0f0c SIZE (rust/2019-04-11/rustc-beta-x86_64-unknown-freebsd.tar.gz) = 73817509 SHA256 (rust/2019-04-11/rust-std-beta-x86_64-unknown-freebsd.tar.gz) = 005f878c85250a1c0cb8c3ba43c42bfc509177c5c61bbe81f62d35c99f1478d3 From owner-svn-ports-all@freebsd.org Tue May 7 03:42:13 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB90A159DF3B; Tue, 7 May 2019 03:42:13 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 619C76F2C4; Tue, 7 May 2019 03:42:13 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3C9BA18AE3; Tue, 7 May 2019 03:42:13 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x473gDHY072493; Tue, 7 May 2019 03:42:13 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x473gCZ5072491; Tue, 7 May 2019 03:42:12 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <201905070342.x473gCZ5072491@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Tue, 7 May 2019 03:42:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500947 - head/devel/py-botocore X-SVN-Group: ports-head X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: head/devel/py-botocore X-SVN-Commit-Revision: 500947 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 619C76F2C4 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 07 May 2019 03:42:13 -0000 Author: bhughes Date: Tue May 7 03:42:12 2019 New Revision: 500947 URL: https://svnweb.freebsd.org/changeset/ports/500947 Log: devel/py-botocore: Update 1.12.142 -> 1.12.143 Sponsored by: Miles AS Modified: head/devel/py-botocore/Makefile head/devel/py-botocore/distinfo Modified: head/devel/py-botocore/Makefile ============================================================================== --- head/devel/py-botocore/Makefile Tue May 7 00:32:56 2019 (r500946) +++ head/devel/py-botocore/Makefile Tue May 7 03:42:12 2019 (r500947) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= botocore -PORTVERSION= 1.12.142 +PORTVERSION= 1.12.143 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-botocore/distinfo ============================================================================== --- head/devel/py-botocore/distinfo Tue May 7 00:32:56 2019 (r500946) +++ head/devel/py-botocore/distinfo Tue May 7 03:42:12 2019 (r500947) @@ -1,3 +1,3 @@ -TIMESTAMP = 1557032774 -SHA256 (botocore-1.12.142.tar.gz) = 78b9413286c8fbcf094911584f63a81356b4539befec7be76887c6dcd66ace83 -SIZE (botocore-1.12.142.tar.gz) = 5539756 +TIMESTAMP = 1557170940 +SHA256 (botocore-1.12.143.tar.gz) = 0247ad0da9fdbf4e8025b0dafb3982b945d335bcd7043518fdabe9d99f704e17 +SIZE (botocore-1.12.143.tar.gz) = 5541051 From owner-svn-ports-all@freebsd.org Tue May 7 03:42:43 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 155FC159DF78; Tue, 7 May 2019 03:42:43 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ADA566F52C; Tue, 7 May 2019 03:42:42 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 527D018B00; Tue, 7 May 2019 03:42:42 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x473ggXM073593; Tue, 7 May 2019 03:42:42 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x473gfai073592; Tue, 7 May 2019 03:42:41 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <201905070342.x473gfai073592@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Tue, 7 May 2019 03:42:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500948 - head/devel/awscli X-SVN-Group: ports-head X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: head/devel/awscli X-SVN-Commit-Revision: 500948 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: ADA566F52C X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 07 May 2019 03:42:43 -0000 Author: bhughes Date: Tue May 7 03:42:41 2019 New Revision: 500948 URL: https://svnweb.freebsd.org/changeset/ports/500948 Log: devel/awscli: Update 1.16.144 -> 1.16.153 Sponsored by: Miles AS Modified: head/devel/awscli/Makefile head/devel/awscli/distinfo Modified: head/devel/awscli/Makefile ============================================================================== --- head/devel/awscli/Makefile Tue May 7 03:42:12 2019 (r500947) +++ head/devel/awscli/Makefile Tue May 7 03:42:41 2019 (r500948) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= awscli -PORTVERSION= 1.16.144 +PORTVERSION= 1.16.153 CATEGORIES= devel MASTER_SITES= CHEESESHOP @@ -12,7 +12,7 @@ COMMENT= Universal Command Line Interface for Amazon W LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.12.134:devel/py-botocore@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.12.143:devel/py-botocore@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}colorama>=0.2.5:devel/py-colorama@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}s3transfer>=0.2.0:net/py-s3transfer@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}docutils>=0.10:textproc/py-docutils@${PY_FLAVOR} \ Modified: head/devel/awscli/distinfo ============================================================================== --- head/devel/awscli/distinfo Tue May 7 03:42:12 2019 (r500947) +++ head/devel/awscli/distinfo Tue May 7 03:42:41 2019 (r500948) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555740230 -SHA256 (awscli-1.16.144.tar.gz) = 2c7255fcda31b696b5501f28e68bd4db3c99ba5e73990a720c71f096f0a5f2e1 -SIZE (awscli-1.16.144.tar.gz) = 690092 +TIMESTAMP = 1557170967 +SHA256 (awscli-1.16.153.tar.gz) = f9e53b0410dd2b8d7200d7d9d8ab81cbd6a7e3ed4d9d15a520bfcc2b6066d4bb +SIZE (awscli-1.16.153.tar.gz) = 703622 From owner-svn-ports-all@freebsd.org Tue May 7 04:31:18 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37552159EEAA; Tue, 7 May 2019 04:31:18 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D0788707D3; Tue, 7 May 2019 04:31:17 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C67B8191F3; Tue, 7 May 2019 04:31:17 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x474VHW1095582; Tue, 7 May 2019 04:31:17 GMT (envelope-from meta@FreeBSD.org) Received: (from meta@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x474VHW4095580; Tue, 7 May 2019 04:31:17 GMT (envelope-from meta@FreeBSD.org) Message-Id: <201905070431.x474VHW4095580@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: meta set sender to meta@FreeBSD.org using -f From: Koichiro Iwao Date: Tue, 7 May 2019 04:31:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500949 - head/sysutils/rubygem-bundler X-SVN-Group: ports-head X-SVN-Commit-Author: meta X-SVN-Commit-Paths: head/sysutils/rubygem-bundler X-SVN-Commit-Revision: 500949 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D0788707D3 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.972,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 07 May 2019 04:31:18 -0000 Author: meta Date: Tue May 7 04:31:17 2019 New Revision: 500949 URL: https://svnweb.freebsd.org/changeset/ports/500949 Log: sysutils/rubygem-bundler: Update to 2.0.1 It's time to introduce Bundler 2 again. PR: 235796 Reviewed by: mfechner Approved by: mfechner Modified: head/sysutils/rubygem-bundler/Makefile head/sysutils/rubygem-bundler/distinfo Modified: head/sysutils/rubygem-bundler/Makefile ============================================================================== --- head/sysutils/rubygem-bundler/Makefile Tue May 7 03:42:41 2019 (r500948) +++ head/sysutils/rubygem-bundler/Makefile Tue May 7 04:31:17 2019 (r500949) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bundler -PORTVERSION= 1.17.3 +PORTVERSION= 2.0.1 PORTEPOCH= 1 CATEGORIES= sysutils rubygems MASTER_SITES= RG Modified: head/sysutils/rubygem-bundler/distinfo ============================================================================== --- head/sysutils/rubygem-bundler/distinfo Tue May 7 03:42:41 2019 (r500948) +++ head/sysutils/rubygem-bundler/distinfo Tue May 7 04:31:17 2019 (r500949) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554367087 -SHA256 (rubygem/bundler-1.17.3.gem) = bc4bf75b548b27451aa9f443b18c46a739dd22ad79f7a5f90b485376a67dc352 -SIZE (rubygem/bundler-1.17.3.gem) = 364032 +TIMESTAMP = 1555666871 +SHA256 (rubygem/bundler-2.0.1.gem) = c7e38039993c9c2edc27397aef4a3370a4b35c7fae3d93e434e501c4bd7656ea +SIZE (rubygem/bundler-2.0.1.gem) = 364032 From owner-svn-ports-all@freebsd.org Tue May 7 05:51:30 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5AFEA15A0164; Tue, 7 May 2019 05:51:30 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 09CCF729ED; Tue, 7 May 2019 05:51:30 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DBE611A0CD; Tue, 7 May 2019 05:51:29 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x475pTVL038846; Tue, 7 May 2019 05:51:29 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x475pSsO038841; Tue, 7 May 2019 05:51:28 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905070551.x475pSsO038841@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 7 May 2019 05:51:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500950 - in head/audio/linuxsampler: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/audio/linuxsampler: . files X-SVN-Commit-Revision: 500950 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 09CCF729ED X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 07 May 2019 05:51:30 -0000 Author: yuri Date: Tue May 7 05:51:28 2019 New Revision: 500950 URL: https://svnweb.freebsd.org/changeset/ports/500950 Log: audio/linuxsampler: Update 2.0.0 -> 2.1.0 * Change to option helpers * Update http -> https Reported by: protonlucifer Modified: head/audio/linuxsampler/Makefile head/audio/linuxsampler/distinfo head/audio/linuxsampler/files/patch-configure head/audio/linuxsampler/files/patch-src_common_Mutex.cpp head/audio/linuxsampler/pkg-descr head/audio/linuxsampler/pkg-plist Modified: head/audio/linuxsampler/Makefile ============================================================================== --- head/audio/linuxsampler/Makefile Tue May 7 04:31:17 2019 (r500949) +++ head/audio/linuxsampler/Makefile Tue May 7 05:51:28 2019 (r500950) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= linuxsampler -DISTVERSION= 2.0.0 -PORTREVISION= 1 +DISTVERSION= 2.1.0 CATEGORIES= audio -MASTER_SITES= http://download.linuxsampler.org/packages/ +MASTER_SITES= https://download.linuxsampler.org/packages/ MAINTAINER= yuri@FreeBSD.org COMMENT= Modular MIDI sampler @@ -21,54 +20,31 @@ LIB_DEPENDS= libgig.so:audio/libgig \ libsndfile.so:audio/libsndfile \ libuuid.so:misc/e2fsprogs-libuuid -OPTIONS_DEFINE= JACK ALSA DSSI LV2 -OPTIONS_DEFAULT= JACK -DSSI_DESC= Enable DSSI support -LV2_DESC= Enable LV2 support - USES= bison gmake libtool pathfix pkgconfig sqlite:3 tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ENV= HAVE_UNIX98=1 USE_LDCONFIG= ${PREFIX}/lib/linuxsampler INSTALL_TARGET= install-strip -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - CONFIGURE_ARGS+= --disable-arts-driver -.include +OPTIONS_DEFINE= JACK ALSA DSSI LV2 +OPTIONS_DEFAULT= JACK +OPTIONS_SUB= yes -.if ${PORT_OPTIONS:MJACK} -LIB_DEPENDS+= libjack.so:audio/jack -.else -CONFIGURE_ARGS+=--disable-jack-driver -.endif +JACK_LIB_DEPENDS= libjack.so:audio/jack +JACK_CONFIGURE_ENABLE= jack-driver -.if ${PORT_OPTIONS:MALSA} -LIB_DEPENDS+= libasound.so:audio/alsa-lib -.else -CONFIGURE_ARGS+=--disable-alsa-driver -.endif +ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib +ALSA_CONFIGURE_ENABLE= alsa-driver -.if ${PORT_OPTIONS:MDSSI} -BUILD_DEPENDS+= dssi>=0:audio/dssi -RUN_DEPENDS+= dssi>=0:audio/dssi -PLIST_SUB+= DSSI="" -CPPFLAGS:= -I${LOCALBASE}/include/dssi ${CPPFLAGS} -.else -CONFIGURE_ENV+= ac_cv_header_dssi_h=no -PLIST_SUB+= DSSI="@comment " -.endif +DSSI_DESC= Enable DSSI support +DSSI_BUILD_DEPENDS= dssi>0:audio/dssi +DSSI_CPPFLAGS= -I${LOCALBASE}/include/dssi -.if ${PORT_OPTIONS:MLV2} -BUILD_DEPENDS+= lv2>=1.14.0_1:audio/lv2 -RUN_DEPENDS+= lv2>=1.14.0_1:audio/lv2 -PLIST_SUB+= LV2="" -.else -CONFIGURE_ENV+= ac_cv_header_lv2_h=no -PLIST_SUB+= LV2="@comment " -.endif +LV2_DESC= Enable LV2 support +LV2_BUILD_DEPENDS= lv2>0:audio/lv2 +LV2_CONFIGURE_ENV_OFF= ac_cv_header_lv2_h=no post-patch: @${REINPLACE_CMD} -e \ Modified: head/audio/linuxsampler/distinfo ============================================================================== --- head/audio/linuxsampler/distinfo Tue May 7 04:31:17 2019 (r500949) +++ head/audio/linuxsampler/distinfo Tue May 7 05:51:28 2019 (r500950) @@ -1,3 +1,3 @@ -TIMESTAMP = 1511122817 -SHA256 (linuxsampler-2.0.0.tar.bz2) = 1943d05006d96a9fb49f74a6f38129a4585cb78cc0648885fca9f056529c5c28 -SIZE (linuxsampler-2.0.0.tar.bz2) = 1318939 +TIMESTAMP = 1557208173 +SHA256 (linuxsampler-2.1.0.tar.bz2) = 4e0a49efeae9c26a223094247b7e01108d829a69618492282a203a290fbfbd39 +SIZE (linuxsampler-2.1.0.tar.bz2) = 1154834 Modified: head/audio/linuxsampler/files/patch-configure ============================================================================== --- head/audio/linuxsampler/files/patch-configure Tue May 7 04:31:17 2019 (r500949) +++ head/audio/linuxsampler/files/patch-configure Tue May 7 05:51:28 2019 (r500950) @@ -1,6 +1,6 @@ ---- configure.orig 2015-07-15 20:30:20 UTC +--- configure.orig 2017-11-25 17:33:38 UTC +++ configure -@@ -10097,7 +10097,7 @@ $as_echo_n "checking whether the $compil +@@ -10376,7 +10376,7 @@ $as_echo_n "checking whether the $compil hardcode_minus_L=no hardcode_shlibpath_var=unsupported inherit_rpath=no @@ -9,61 +9,61 @@ module_cmds= module_expsym_cmds= old_archive_from_new_cmds= -@@ -10366,7 +10366,7 @@ _LT_EOF +@@ -10678,7 +10678,7 @@ _LT_EOF wlarc= else - archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' -- archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' -+ archive_expsym_cmds='echo "{ global:" > $lib-ver~ sed -e "s|$|;|" < $export_symbols >> $lib-ver~ echo "local: *; };" >> $lib-ver~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script $wl$lib-ver -o $lib' + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' +- archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' ++ archive_expsym_cmds='echo "{ global:" > $lib-ver~ sed -e "s|$|;|" < $export_symbols >> $lib-ver~ echo "local: *; };" >> $lib-ver~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$lib-ver -o $lib' fi ;; -@@ -10385,7 +10385,7 @@ _LT_EOF +@@ -10697,7 +10697,7 @@ _LT_EOF _LT_EOF elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then - archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' -- archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' -+ archive_expsym_cmds='echo "{ global:" > $lib-ver~ sed -e "s|$|;|" < $export_symbols >> $lib-ver~ echo "local: *; };" >> $lib-ver~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script $wl$lib-ver -o $lib' + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' +- archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' ++ archive_expsym_cmds='echo "{ global:" > $lib-ver~ sed -e "s|$|;|" < $export_symbols >> $lib-ver~ echo "local: *; };" >> $lib-ver~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$lib-ver -o $lib' else ld_shlibs=no fi -@@ -10414,7 +10414,7 @@ _LT_EOF +@@ -10726,7 +10726,7 @@ _LT_EOF if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then - hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' - archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' -- archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' -+ archive_expsym_cmds='echo "{ global:" > $lib-ver~ sed -e "s|$|;|" < $export_symbols >> $lib-ver~ echo "local: *; };" >> $lib-ver~$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script $wl$lib-ver -o $lib' + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' +- archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' ++ archive_expsym_cmds='echo "{ global:" > $lib-ver~ sed -e "s|$|;|" < $export_symbols >> $lib-ver~ echo "local: *; };" >> $lib-ver~$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$lib-ver -o $lib' else ld_shlibs=no fi -@@ -10432,7 +10432,7 @@ _LT_EOF +@@ -10744,7 +10744,7 @@ _LT_EOF *) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then - archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' -- archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' -+ archive_expsym_cmds='echo "{ global:" > $lib-ver~ sed -e "s|$|;|" < $export_symbols >> $lib-ver~ echo "local: *; };" >> $lib-ver~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script $wl$lib-ver -o $lib' + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' +- archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' ++ archive_expsym_cmds='echo "{ global:" > $lib-ver~ sed -e "s|$|;|" < $export_symbols >> $lib-ver~ echo "local: *; };" >> $lib-ver~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$lib-ver -o $lib' else ld_shlibs=no fi -@@ -11020,7 +11020,7 @@ $as_echo "$lt_cv_irix_exported_symbol" > +@@ -11393,7 +11393,7 @@ $as_echo "$lt_cv_irix_exported_symbol" > hardcode_direct_absolute=yes - if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' -- archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' -+ archive_expsym_cmds='echo "{ global:" > $lib-ver~ sed -e "s|$|;|" < $export_symbols >> $lib-ver~ echo "local: *; };" >> $lib-ver~$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-version-script,$lib-ver' - hardcode_libdir_flag_spec='${wl}-rpath,$libdir' - export_dynamic_flag_spec='${wl}-E' +- archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-retain-symbols-file,$export_symbols' ++ archive_expsym_cmds='echo "{ global:" > $lib-ver~ sed -e "s|$|;|" < $export_symbols >> $lib-ver~ echo "local: *; };" >> $lib-ver~$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-version-script,$lib-ver' + hardcode_libdir_flag_spec='$wl-rpath,$libdir' + export_dynamic_flag_spec='$wl-E' else -@@ -11798,7 +11798,7 @@ freebsd* | dragonfly*) +@@ -12242,7 +12242,7 @@ freebsd* | dragonfly*) version_type=freebsd-$objformat case $version_type in freebsd-elf*) -- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' +- library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' + soname_spec='$libname$release$shared_ext$major' need_version=no need_lib_prefix=no - ;; -@@ -12882,7 +12882,7 @@ striplib= +@@ -13386,7 +13386,7 @@ striplib= old_striplib= { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5 $as_echo_n "checking whether stripping libraries is possible... " >&6; } @@ -72,7 +72,7 @@ test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" test -z "$striplib" && striplib="$STRIP --strip-unneeded" { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -@@ -13130,7 +13130,7 @@ hardcode_automatic_CXX=no +@@ -13638,7 +13638,7 @@ hardcode_automatic_CXX=no inherit_rpath_CXX=no module_cmds_CXX= module_expsym_cmds_CXX= @@ -81,79 +81,79 @@ old_archive_cmds_CXX=$old_archive_cmds reload_flag_CXX=$reload_flag reload_cmds_CXX=$reload_cmds -@@ -13348,7 +13348,7 @@ with_gnu_ld=$lt_cv_prog_gnu_ld +@@ -13849,7 +13849,7 @@ with_gnu_ld=$lt_cv_prog_gnu_ld # archiving commands below assume that GNU ld is being used. - if test "$with_gnu_ld" = yes; then - archive_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' -- archive_expsym_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' -+ archive_expsym_cmds_CXX='echo "{ global:" > $lib-ver~ sed -e "s|$|;|" < $export_symbols >> $lib-ver~ echo "local: *; };" >> $lib-ver~$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script $wl$lib-ver -o $lib' + if test yes = "$with_gnu_ld"; then + archive_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' +- archive_expsym_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' ++ archive_expsym_cmds_CXX='echo "{ global:" > $lib-ver~ sed -e "s|$|;|" < $export_symbols >> $lib-ver~ echo "local: *; };" >> $lib-ver~$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$lib-ver -o $lib' - hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' - export_dynamic_flag_spec_CXX='${wl}--export-dynamic' -@@ -13964,7 +13964,7 @@ fi + hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir' + export_dynamic_flag_spec_CXX='$wl--export-dynamic' +@@ -14541,7 +14541,7 @@ fi case `$CC -V 2>&1` in *"Version 7."*) - archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' -- archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' -+ archive_expsym_cmds_CXX='echo "{ global:" > $lib-ver~ sed -e "s|$|;|" < $export_symbols >> $lib-ver~ echo "local: *; };" >> $lib-ver~$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script $wl$lib-ver -o $lib' + archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' +- archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' ++ archive_expsym_cmds_CXX='echo "{ global:" > $lib-ver~ sed -e "s|$|;|" < $export_symbols >> $lib-ver~ echo "local: *; };" >> $lib-ver~$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$lib-ver -o $lib' ;; *) # Version 8.0 or newer tmp_idyn= -@@ -13972,7 +13972,7 @@ fi +@@ -14549,7 +14549,7 @@ fi ia64*) tmp_idyn=' -i_dynamic';; esac - archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' -- archive_expsym_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' -+ archive_expsym_cmds_CXX='echo "{ global:" > $lib-ver~ sed -e "s|$|;|" < $export_symbols >> $lib-ver~ echo "local: *; };" >> $lib-ver~$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script $wl$lib-ver -o $lib' + archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' +- archive_expsym_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' ++ archive_expsym_cmds_CXX='echo "{ global:" > $lib-ver~ sed -e "s|$|;|" < $export_symbols >> $lib-ver~ echo "local: *; };" >> $lib-ver~$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$lib-ver -o $lib' ;; esac archive_cmds_need_lc_CXX=no -@@ -14004,7 +14004,7 @@ fi +@@ -14581,7 +14581,7 @@ fi ;; *) # Version 6 and above use weak symbols - archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' -- archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' -+ archive_expsym_cmds_CXX='echo "{ global:" > $lib-ver~ sed -e "s|$|;|" < $export_symbols >> $lib-ver~ echo "local: *; };" >> $lib-ver~$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-version-script ${wl}$lib-ver -o $lib' + archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' +- archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' ++ archive_expsym_cmds_CXX='echo "{ global:" > $lib-ver~ sed -e "s|$|;|" < $export_symbols >> $lib-ver~ echo "local: *; };" >> $lib-ver~$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$lib-ver -o $lib' ;; esac -@@ -14015,7 +14015,7 @@ fi +@@ -14592,7 +14592,7 @@ fi cxx*) # Compaq C++ - archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' -- archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols' -+ archive_expsym_cmds_CXX='echo "{ global:" > $lib-ver~ sed -e "s|$|;|" < $export_symbols >> $lib-ver~ echo "local: *; };" >> $lib-ver~$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-version-script $wl$lib-ver' + archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' +- archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib $wl-retain-symbols-file $wl$export_symbols' ++ archive_expsym_cmds_CXX='echo "{ global:" > $lib-ver~ sed -e "s|$|;|" < $export_symbols >> $lib-ver~ echo "local: *; };" >> $lib-ver~$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib $wl-version-script $wl$lib-ver' runpath_var=LD_RUN_PATH hardcode_libdir_flag_spec_CXX='-rpath $libdir' -@@ -14049,7 +14049,7 @@ fi +@@ -14626,7 +14626,7 @@ fi # Sun C++ 5.9 no_undefined_flag_CXX=' -zdefs' - archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' -- archive_expsym_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols' -+ archive_expsym_cmds_CXX='echo "{ global:" > $lib-ver~ sed -e "s|$|;|" < $export_symbols >> $lib-ver~ echo "local: *; };" >> $lib-ver~$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-version-script ${wl}$lib-ver' + archive_cmds_CXX='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' +- archive_expsym_cmds_CXX='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file $wl$export_symbols' ++ archive_expsym_cmds_CXX='echo "{ global:" > $lib-ver~ sed -e "s|$|;|" < $export_symbols >> $lib-ver~ echo "local: *; };" >> $lib-ver~$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-version-script $wl$lib-ver' hardcode_libdir_flag_spec_CXX='-R$libdir' - whole_archive_flag_spec_CXX='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + whole_archive_flag_spec_CXX='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' compiler_needs_object_CXX=yes -@@ -14122,7 +14122,7 @@ fi +@@ -14694,7 +14694,7 @@ fi archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' - hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' - if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then -- archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib' -+ archive_expsym_cmds_CXX='echo "{ global:" > $lib-ver~ sed -e "s|$|;|" < $export_symbols >> $lib-ver~ echo "local: *; };" >> $lib-ver~$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-version-script,$lib-ver -o $lib' - export_dynamic_flag_spec_CXX='${wl}-E' - whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir' + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then +- archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib' ++ archive_expsym_cmds_CXX='echo "{ global:" > $lib-ver~ sed -e "s|$|;|" < $export_symbols >> $lib-ver~ echo "local: *; };" >> $lib-ver~$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-version-script,$lib-ver -o $lib' + export_dynamic_flag_spec_CXX='$wl-E' + whole_archive_flag_spec_CXX=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive' fi -@@ -15630,7 +15630,7 @@ freebsd* | dragonfly*) +@@ -16219,7 +16219,7 @@ freebsd* | dragonfly*) version_type=freebsd-$objformat case $version_type in freebsd-elf*) -- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' +- library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' + soname_spec='$libname$release$shared_ext$major' need_version=no need_lib_prefix=no - ;; -@@ -16768,9 +16768,9 @@ _ACEOF +@@ -17406,9 +17406,9 @@ _ACEOF CXX_CPU_SWITCH= if ! echo "X $CXXFLAGS " | grep -q -- " \(-march=\|-mcpu=\|-mtune=\|-arch=\)" ; then if test "$def_arch_x86" = 1 -a "$host_cpu" != "x86_64"; then @@ -165,7 +165,7 @@ fi fi -@@ -17482,7 +17482,7 @@ fi +@@ -18120,7 +18120,7 @@ fi # parser yacc tables. if echo "$YACC" | grep -q bison; then # NOTE: m4 removes [], that's why it needs to be escaped Modified: head/audio/linuxsampler/files/patch-src_common_Mutex.cpp ============================================================================== --- head/audio/linuxsampler/files/patch-src_common_Mutex.cpp Tue May 7 04:31:17 2019 (r500949) +++ head/audio/linuxsampler/files/patch-src_common_Mutex.cpp Tue May 7 05:51:28 2019 (r500950) @@ -1,10 +1,10 @@ ---- src/common/Mutex.cpp.orig 2007-11-14 23:42:15 UTC +--- src/common/Mutex.cpp.orig 2019-05-07 05:18:11 UTC +++ src/common/Mutex.cpp -@@ -36,7 +36,6 @@ +@@ -40,7 +40,6 @@ #if !defined(WIN32) - #if !defined(_XOPEN_SOURCE) || _XOPEN_SOURCE < 500 - # undef _XOPEN_SOURCE --# define _XOPEN_SOURCE 500 /* to define PTHREAD_MUTEX_ERRORCHECK */ - # warning "Seems you don't have a UNIX98 compatible system." - # warning "Please run LinuxSampler's selftest to make sure this won't be a problem!" - # warning "(compile tests with 'make tests', run them with 'src/testcases/linuxsamplertest')" + # if !defined(_XOPEN_SOURCE) || _XOPEN_SOURCE < 500 + # undef _XOPEN_SOURCE +-# define _XOPEN_SOURCE 500 /* to define PTHREAD_MUTEX_RECURSIVE */ + # if (!defined(POSIX_C_SOURCE) || POSIX_C_SOURCE < 199801L) && !__DARWIN_UNIX03 + # warning "Seems you don't have a UNIX98 compatible system." + # warning "Please run LinuxSampler's selftest to make sure this won't be a problem!" Modified: head/audio/linuxsampler/pkg-descr ============================================================================== --- head/audio/linuxsampler/pkg-descr Tue May 7 04:31:17 2019 (r500949) +++ head/audio/linuxsampler/pkg-descr Tue May 7 05:51:28 2019 (r500950) @@ -4,4 +4,4 @@ with professional grade features, comparable to both h commercial Windows/Mac software samplers and to introduce new features not yet available by any other sampler in the world. -WWW: http://www.linuxsampler.org/ +WWW: https://www.linuxsampler.org/ Modified: head/audio/linuxsampler/pkg-plist ============================================================================== --- head/audio/linuxsampler/pkg-plist Tue May 7 04:31:17 2019 (r500949) +++ head/audio/linuxsampler/pkg-plist Tue May 7 05:51:28 2019 (r500950) @@ -32,12 +32,15 @@ include/linuxsampler/engines/FxSend.h include/linuxsampler/engines/InstrumentManager.h include/linuxsampler/plugins/InstrumentEditor.h include/linuxsampler/plugins/InstrumentEditorFactory.h +include/linuxsampler/scriptvm/ScriptVM.h +include/linuxsampler/scriptvm/ScriptVMFactory.h +include/linuxsampler/scriptvm/common.h %%DSSI%%lib/dssi/linuxsampler.a %%DSSI%%lib/dssi/linuxsampler.so lib/linuxsampler/liblinuxsampler.a lib/linuxsampler/liblinuxsampler.so -lib/linuxsampler/liblinuxsampler.so.4 -lib/linuxsampler/liblinuxsampler.so.4.0.0 +lib/linuxsampler/liblinuxsampler.so.5 +lib/linuxsampler/liblinuxsampler.so.5.0.0 lib/linuxsampler/plugins/.keep_me %%LV2%%lib/lv2/linuxsampler.lv2/linuxsampler.a %%LV2%%lib/lv2/linuxsampler.lv2/linuxsampler.so From owner-svn-ports-all@freebsd.org Tue May 7 06:16:03 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D062C15A0773; Tue, 7 May 2019 06:16:03 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7130E73409; Tue, 7 May 2019 06:16:03 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4EADA1A471; Tue, 7 May 2019 06:16:03 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x476G3oW051897; Tue, 7 May 2019 06:16:03 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x476G32T051896; Tue, 7 May 2019 06:16:03 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905070616.x476G32T051896@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 7 May 2019 06:16:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500951 - head/misc/bitwise X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/misc/bitwise X-SVN-Commit-Revision: 500951 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7130E73409 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.972,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 07 May 2019 06:16:04 -0000 Author: yuri Date: Tue May 7 06:16:02 2019 New Revision: 500951 URL: https://svnweb.freebsd.org/changeset/ports/500951 Log: misc/bitwise: Update 0.12 -> 0.13 Reported by: portscout Modified: head/misc/bitwise/Makefile head/misc/bitwise/distinfo Modified: head/misc/bitwise/Makefile ============================================================================== --- head/misc/bitwise/Makefile Tue May 7 05:51:28 2019 (r500950) +++ head/misc/bitwise/Makefile Tue May 7 06:16:02 2019 (r500951) @@ -2,7 +2,7 @@ PORTNAME= bitwise DISTVERSIONPREFIX= v -DISTVERSION= 0.12 +DISTVERSION= 0.13 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org Modified: head/misc/bitwise/distinfo ============================================================================== --- head/misc/bitwise/distinfo Tue May 7 05:51:28 2019 (r500950) +++ head/misc/bitwise/distinfo Tue May 7 06:16:02 2019 (r500951) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556937293 -SHA256 (mellowcandle-bitwise-v0.12_GH0.tar.gz) = 1de05ee4f9d3a5d129d3cde11cc9e46b65a66649a53b580fbe0cf45bb6fb1b58 -SIZE (mellowcandle-bitwise-v0.12_GH0.tar.gz) = 23547 +TIMESTAMP = 1557209352 +SHA256 (mellowcandle-bitwise-v0.13_GH0.tar.gz) = 8bfff0e57423f4743fe491af040f1d07634fce8c71de6741c5d899b5ac878e84 +SIZE (mellowcandle-bitwise-v0.13_GH0.tar.gz) = 252150 From owner-svn-ports-all@freebsd.org Tue May 7 06:36:31 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 823E215A0C46; Tue, 7 May 2019 06:36:31 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EE76C73BCC; Tue, 7 May 2019 06:36:30 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D20851A7C3; Tue, 7 May 2019 06:36:30 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x476aUnK062345; Tue, 7 May 2019 06:36:30 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x476aUPS062344; Tue, 7 May 2019 06:36:30 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905070636.x476aUPS062344@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 7 May 2019 06:36:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500952 - head/math/giacxcas X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/giacxcas X-SVN-Commit-Revision: 500952 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: EE76C73BCC X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.95)[-0.949,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 07 May 2019 06:36:31 -0000 Author: yuri Date: Tue May 7 06:36:30 2019 New Revision: 500952 URL: https://svnweb.freebsd.org/changeset/ports/500952 Log: math/giacxcas: Update 1.5.0-49 -> 1.5.0-51 Reported by: portscout Modified: head/math/giacxcas/Makefile head/math/giacxcas/distinfo Modified: head/math/giacxcas/Makefile ============================================================================== --- head/math/giacxcas/Makefile Tue May 7 06:16:02 2019 (r500951) +++ head/math/giacxcas/Makefile Tue May 7 06:36:30 2019 (r500952) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= giacxcas -DISTVERSION= 1.5.0-49 -PORTREVISION= 2 +DISTVERSION= 1.5.0-51 CATEGORIES= math MASTER_SITES= http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/:giac \ http://www-fourier.ujf-grenoble.fr/~parisse/giac/freebsd/ Modified: head/math/giacxcas/distinfo ============================================================================== --- head/math/giacxcas/distinfo Tue May 7 06:16:02 2019 (r500951) +++ head/math/giacxcas/distinfo Tue May 7 06:36:30 2019 (r500952) @@ -1,6 +1,6 @@ -TIMESTAMP = 1553985843 -SHA256 (giacxcas/giac_1.5.0-49.tar.gz) = 74d45995f99fd304ff8aa7395c00099133b83a2e55a2c0bd72b8eed4ac9a9738 -SIZE (giacxcas/giac_1.5.0-49.tar.gz) = 76587785 +TIMESTAMP = 1557209262 +SHA256 (giacxcas/giac_1.5.0-51.tar.gz) = b4939ff9b3ee44891604bf528b93de7fe9216240899d4d2beaa39101b9033903 +SIZE (giacxcas/giac_1.5.0-51.tar.gz) = 76664872 SHA256 (giacxcas/CoCoALib-0.9950.tgz) = b30d840593e1930c1629467918b508c429e0a983ef0d1343eab570f238275678 SIZE (giacxcas/CoCoALib-0.9950.tgz) = 4120680 SHA256 (giacxcas/fltk-giac.tar.gz) = 538243c536a62e562bc26dec1c54454f54ce614cc540371f5ccfe71d8ed27cf7 From owner-svn-ports-all@freebsd.org Tue May 7 07:34:57 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BCDDA15A1AE6; Tue, 7 May 2019 07:34:57 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 60819757BF; Tue, 7 May 2019 07:34: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3BA051B1C9; Tue, 7 May 2019 07:34:57 +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 x477Yv7n093281; Tue, 7 May 2019 07:34:57 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x477YudG093279; Tue, 7 May 2019 07:34:56 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201905070734.x477YudG093279@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Tue, 7 May 2019 07:34:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r500953 - branches/2019Q2/devel/aphpunit X-SVN-Group: ports-branches X-SVN-Commit-Author: tz X-SVN-Commit-Paths: branches/2019Q2/devel/aphpunit X-SVN-Commit-Revision: 500953 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 60819757BF X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.949,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 07 May 2019 07:34:57 -0000 Author: tz Date: Tue May 7 07:34:56 2019 New Revision: 500953 URL: https://svnweb.freebsd.org/changeset/ports/500953 Log: MFH: r500916 devel/aphpunit: Upgrade from 1.7 to 1.8 Changelog: - Bugfix: now exit with code 1, if no test-cases were found - Bugfix: now exit with code 1, if not a single assertion was performed - Bugfix: detected PHP errors are no longer unhandled. They are no reported as error Changelog taken from: https://gitlab.toco-domains.de/tocOS/APHPUnit/blob/master/CHANGELOG Approved by: ports-secteam (miwi) Modified: branches/2019Q2/devel/aphpunit/Makefile branches/2019Q2/devel/aphpunit/distinfo Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/devel/aphpunit/Makefile ============================================================================== --- branches/2019Q2/devel/aphpunit/Makefile Tue May 7 06:36:30 2019 (r500952) +++ branches/2019Q2/devel/aphpunit/Makefile Tue May 7 07:34:56 2019 (r500953) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aphpunit -DISTVERSION= 1.7 +DISTVERSION= 1.8 CATEGORIES= devel www MASTER_SITES= http://phar.toco-domains.de/ PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} Modified: branches/2019Q2/devel/aphpunit/distinfo ============================================================================== --- branches/2019Q2/devel/aphpunit/distinfo Tue May 7 06:36:30 2019 (r500952) +++ branches/2019Q2/devel/aphpunit/distinfo Tue May 7 07:34:56 2019 (r500953) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540898963 -SHA256 (aphpunit-1.7.phar) = cef2aae72690c05041dac908027f3797bc1d1f2a8a97b55e218e41e35de44772 -SIZE (aphpunit-1.7.phar) = 55099 +TIMESTAMP = 1557145832 +SHA256 (aphpunit-1.8.phar) = 2bcd9440653960284064f7d7dc7884caf8fbd2f9698f6d87298d5c60ef039c0a +SIZE (aphpunit-1.8.phar) = 58593 From owner-svn-ports-all@freebsd.org Tue May 7 09:01:31 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7ABA15A4552; Tue, 7 May 2019 09:01:31 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EE1D880818; Tue, 7 May 2019 09:01: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BCD471C10D; Tue, 7 May 2019 09:01: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 x4791UOO037120; Tue, 7 May 2019 09:01:30 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4791UoF037119; Tue, 7 May 2019 09:01:30 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201905070901.x4791UoF037119@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 7 May 2019 09:01:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500954 - head/emulators/wxmupen64plus X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/emulators/wxmupen64plus X-SVN-Commit-Revision: 500954 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: EE1D880818 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.959,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 07 May 2019 09:01:31 -0000 Author: amdmi3 Date: Tue May 7 09:01:30 2019 New Revision: 500954 URL: https://svnweb.freebsd.org/changeset/ports/500954 Log: - Add LICENSE - Add USES=sdl - Update WWW Approved by: portmgr blanket Modified: head/emulators/wxmupen64plus/Makefile head/emulators/wxmupen64plus/pkg-descr Modified: head/emulators/wxmupen64plus/Makefile ============================================================================== --- head/emulators/wxmupen64plus/Makefile Tue May 7 07:34:56 2019 (r500953) +++ head/emulators/wxmupen64plus/Makefile Tue May 7 09:01:30 2019 (r500954) @@ -12,6 +12,9 @@ DIST_SUBDIR= ${PORTNAME:S/wx//} MAINTAINER= acm@FreeBSD.org COMMENT= Mupen64Plus 2.0 GUI frontend written using wxWidgets +LICENSE= GPLv2+ LGPL3+ CC-BY-SA-3.0 PD +LICENSE_COMB= multi + LIB_DEPENDS= libmupen64plus.so.2:emulators/mupen64plus-core RUN_DEPENDS= ${LOCALBASE}/lib/libmupen64plus.so.2:emulators/mupen64plus-core \ ${LOCALBASE}/lib/mupen64plus/mupen64plus-audio-sdl.so:emulators/mupen64plus-audio-sdl \ @@ -22,7 +25,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libmupen64plus.so.2:emul WRKSRC= ${WRKDIR}/auria-${PORTNAME}-0564db396383 -USES= compiler:c++11-lib gl python:2.7 +USES= compiler:c++11-lib gl python:2.7 sdl USE_CXXSTD= c++11 USE_SDL= sdl USE_GL= gl Modified: head/emulators/wxmupen64plus/pkg-descr ============================================================================== --- head/emulators/wxmupen64plus/pkg-descr Tue May 7 07:34:56 2019 (r500953) +++ head/emulators/wxmupen64plus/pkg-descr Tue May 7 09:01:30 2019 (r500954) @@ -1,3 +1,3 @@ wxMupen64plus is A Mupen64Plus v2 frontend written with wxWidgets -WWW: http://bitbucket.org/auria/wxmupen64plus +WWW: https://bitbucket.org/auria/wxmupen64plus From owner-svn-ports-all@freebsd.org Tue May 7 09:04:30 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B85F15A46D0; Tue, 7 May 2019 09:04:30 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3F81480C23; Tue, 7 May 2019 09:04:30 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 19E241C166; Tue, 7 May 2019 09:04:30 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4794TmP040585; Tue, 7 May 2019 09:04:29 GMT (envelope-from meta@FreeBSD.org) Received: (from meta@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4794TFO040583; Tue, 7 May 2019 09:04:29 GMT (envelope-from meta@FreeBSD.org) Message-Id: <201905070904.x4794TFO040583@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: meta set sender to meta@FreeBSD.org using -f From: Koichiro Iwao Date: Tue, 7 May 2019 09:04:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500955 - in head/www/tdiary: . files X-SVN-Group: ports-head X-SVN-Commit-Author: meta X-SVN-Commit-Paths: in head/www/tdiary: . files X-SVN-Commit-Revision: 500955 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3F81480C23 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.961,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 07 May 2019 09:04:30 -0000 Author: meta Date: Tue May 7 09:04:29 2019 New Revision: 500955 URL: https://svnweb.freebsd.org/changeset/ports/500955 Log: www/tdiary: Update to 5.0.13 PR: 236908 Submitted by: Yasuhiro KIMURA (maintainer, initial revision) Relnotes: http://www.tdiary.org/20190329.html http://www.tdiary.org/20190403.html Modified: head/www/tdiary/Makefile head/www/tdiary/distinfo head/www/tdiary/files/patch-Gemfile Modified: head/www/tdiary/Makefile ============================================================================== --- head/www/tdiary/Makefile Tue May 7 09:01:30 2019 (r500954) +++ head/www/tdiary/Makefile Tue May 7 09:04:29 2019 (r500955) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tdiary -PORTVERSION= 5.0.11 +PORTVERSION= 5.0.13 CATEGORIES?= www ruby MASTER_SITES= https://github.com/tdiary/tdiary-core/releases/download/v${PORTVERSION}/ DISTNAME= ${PORTNAME}-full-v${PORTVERSION} @@ -13,7 +13,7 @@ COMMENT= Web-based diary system (like weblog) written LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-bundler>=1.16.5:sysutils/rubygem-bundler \ +RUN_DEPENDS= rubygem-bundler>=2.0.1:sysutils/rubygem-bundler \ rubygem-emot>=0.0.4:textproc/rubygem-emot \ rubygem-fastimage>=2.1.5:graphics/rubygem-fastimage \ rubygem-hikidoc>=0.1.0:textproc/rubygem-hikidoc \ @@ -52,7 +52,7 @@ PLIST_SUB= TDIARY_SCRIPT=${TDIARY_SCRIPT} \ SUB_FILES= pkg-message tdiaryinst.rb SUB_LIST+= TDIARY_LANG=${TDIARY_LANG} \ TDIARY_SCRIPT=${TDIARY_SCRIPT} -WRKSRC= ${WRKDIR}/${PORTNAME}-v.${PORTVERSION} +WRKSRC= ${WRKDIR}/${PORTNAME}-v${PORTVERSION} DOCSDIR= ${PREFIX}/share/doc/${PKGBASE} WWWDIR= ${PREFIX}/www/${PKGBASE} @@ -82,7 +82,7 @@ pre-patch: @${RM} ${WRKSRC}/tmp/.gitkeep @${RM} -r ${WRKSRC}/.bundle @${RM} -r ${WRKSRC}/.vscode - @${RM} -r ${WRKSRC}/misc/lib/bundler-1.17.3 + @${RM} -r ${WRKSRC}/misc/lib/bundler-2.0.1 @${RM} -r ${WRKSRC}/public @${RM} -r ${WRKSRC}/spec @${RM} -r ${WRKSRC}/tdiary-core Modified: head/www/tdiary/distinfo ============================================================================== --- head/www/tdiary/distinfo Tue May 7 09:01:30 2019 (r500954) +++ head/www/tdiary/distinfo Tue May 7 09:04:29 2019 (r500955) @@ -1,3 +1,3 @@ -TIMESTAMP = 1548120388 -SHA256 (tdiary-full-v5.0.11.tar.gz) = c827bd5690e68704ca5b05c6f270b0cdca165f02c702d06487397de9402a9eb3 -SIZE (tdiary-full-v5.0.11.tar.gz) = 10992857 +TIMESTAMP = 1557217542 +SHA256 (tdiary-full-v5.0.13.tar.gz) = a4b7675367127f90ff840ae59f90d8d64f80cff63ee9a5935a0b046a89802233 +SIZE (tdiary-full-v5.0.13.tar.gz) = 6824105 Modified: head/www/tdiary/files/patch-Gemfile ============================================================================== --- head/www/tdiary/files/patch-Gemfile Tue May 7 09:01:30 2019 (r500954) +++ head/www/tdiary/files/patch-Gemfile Tue May 7 09:04:29 2019 (r500955) @@ -1,13 +1,9 @@ ---- Gemfile.orig 2018-12-29 14:18:31 UTC +--- Gemfile.orig 2019-03-31 00:44:16 UTC +++ Gemfile -@@ -6,41 +6,3 @@ gem 'fastimage' +@@ -6,37 +6,3 @@ gem 'fastimage' gem 'emot' gem 'mail' gem 'rake' -- --group :rack do -- gem 'sprockets' --end - -group :development do - gem 'pit', require: false From owner-svn-ports-all@freebsd.org Tue May 7 09:31:31 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EBDD115A502E; Tue, 7 May 2019 09:31:30 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8F4C1819B7; Tue, 7 May 2019 09:31: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6A3AB1C637; Tue, 7 May 2019 09:31: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 x479VUCW055049; Tue, 7 May 2019 09:31:30 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x479VTXX055028; Tue, 7 May 2019 09:31:29 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201905070931.x479VTXX055028@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 7 May 2019 09:31:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500956 - head/mail/deforaos-mailer X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/mail/deforaos-mailer X-SVN-Commit-Revision: 500956 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8F4C1819B7 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.959,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 07 May 2019 09:31:31 -0000 Author: amdmi3 Date: Tue May 7 09:31:29 2019 New Revision: 500956 URL: https://svnweb.freebsd.org/changeset/ports/500956 Log: - Add USES=gnome - Pet portlint - Update WWW Approved by: portmgr blanket Modified: head/mail/deforaos-mailer/Makefile head/mail/deforaos-mailer/pkg-descr Modified: head/mail/deforaos-mailer/Makefile ============================================================================== --- head/mail/deforaos-mailer/Makefile Tue May 7 09:04:29 2019 (r500955) +++ head/mail/deforaos-mailer/Makefile Tue May 7 09:31:29 2019 (r500956) @@ -17,8 +17,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libSystem.so:devel/deforaos-libsystem \ libDesktop.so:x11/deforaos-libdesktop +USES= desktop-file-utils gnome pkgconfig ssl USE_GNOME= gtk20 -USES= desktop-file-utils pkgconfig ssl INSTALLS_ICONS= yes USE_LDCONFIG= yes Modified: head/mail/deforaos-mailer/pkg-descr ============================================================================== --- head/mail/deforaos-mailer/pkg-descr Tue May 7 09:04:29 2019 (r500955) +++ head/mail/deforaos-mailer/pkg-descr Tue May 7 09:31:29 2019 (r500956) @@ -1,3 +1,3 @@ DeforaOS desktop mail client -WWW: http://www.defora.org/ +WWW: https://www.defora.org/ From owner-svn-ports-all@freebsd.org Tue May 7 10:03:43 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8AF4415A5AC1; Tue, 7 May 2019 10:03:43 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2278A82CFF; Tue, 7 May 2019 10:03:43 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E67741CBA8; Tue, 7 May 2019 10:03:42 +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 x47A3gRf071648; Tue, 7 May 2019 10:03:42 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x47A3gPK071647; Tue, 7 May 2019 10:03:42 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201905071003.x47A3gPK071647@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Tue, 7 May 2019 10:03:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500957 - head/devel/py-lazr.restfulclient X-SVN-Group: ports-head X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: head/devel/py-lazr.restfulclient X-SVN-Commit-Revision: 500957 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2278A82CFF X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 07 May 2019 10:03:43 -0000 Author: koobs Date: Tue May 7 10:03:42 2019 New Revision: 500957 URL: https://svnweb.freebsd.org/changeset/ports/500957 Log: devel/py-lazr.restfulclient: Fix pkg-descr WWW URL Existing URL pointed to a different package. Python packages should use the WWW URL from setup.py unless it's incorrect. Identified while QA'ing for #236655 PR: 236655 Approved by: portmgr (blanket: WWW, JFI) Modified: head/devel/py-lazr.restfulclient/pkg-descr Modified: head/devel/py-lazr.restfulclient/pkg-descr ============================================================================== --- head/devel/py-lazr.restfulclient/pkg-descr Tue May 7 09:31:29 2019 (r500956) +++ head/devel/py-lazr.restfulclient/pkg-descr Tue May 7 10:03:42 2019 (r500957) @@ -4,4 +4,4 @@ wadllib. This project is also part of https://launchpad.net/lazr -WWW: https://launchpad.net/lazr.uri +WWW: https://launchpad.net/lazr.restfulclient From owner-svn-ports-all@freebsd.org Tue May 7 12:03:41 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C45B1583B1A; Tue, 7 May 2019 12:03:41 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2F372868D0; Tue, 7 May 2019 12:03:41 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EFC811DFEC; Tue, 7 May 2019 12:03: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 x47C3eNB033789; Tue, 7 May 2019 12:03:40 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x47C3eC9033788; Tue, 7 May 2019 12:03:40 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201905071203.x47C3eC9033788@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 7 May 2019 12:03:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500958 - head/devel/py-fs2 X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: head/devel/py-fs2 X-SVN-Commit-Revision: 500958 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2F372868D0 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.93 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.94)[-0.936,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 07 May 2019 12:03:41 -0000 Author: mat Date: Tue May 7 12:03:40 2019 New Revision: 500958 URL: https://svnweb.freebsd.org/changeset/ports/500958 Log: devel/py-typing has python:-3.4, so it cannot work with 3.5. Modified: head/devel/py-fs2/Makefile (contents, props changed) Modified: head/devel/py-fs2/Makefile ============================================================================== --- head/devel/py-fs2/Makefile Tue May 7 10:03:42 2019 (r500957) +++ head/devel/py-fs2/Makefile Tue May 7 12:03:40 2019 (r500958) @@ -34,7 +34,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}backports.os>=0.1 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}scandir>=1.5:sysutils/py-scandir@${PY_FLAVOR} .endif -.if ${PYTHON_REL} < 3600 +.if ${PYTHON_REL} < 3500 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing>=3.6:devel/py-typing@${PY_FLAVOR} .endif From owner-svn-ports-all@freebsd.org Tue May 7 12:22:28 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32B7715841E9; Tue, 7 May 2019 12:22:28 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CC30F87110; Tue, 7 May 2019 12:22:27 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A5C801E345; Tue, 7 May 2019 12:22:27 +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 x47CMRZl044089; Tue, 7 May 2019 12:22:27 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x47CMRfe044087; Tue, 7 May 2019 12:22:27 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201905071222.x47CMRfe044087@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Tue, 7 May 2019 12:22:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500959 - head/devel/py-pytest-mock X-SVN-Group: ports-head X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: head/devel/py-pytest-mock X-SVN-Commit-Revision: 500959 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: CC30F87110 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.965,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 07 May 2019 12:22:28 -0000 Author: koobs Date: Tue May 7 12:22:26 2019 New Revision: 500959 URL: https://svnweb.freebsd.org/changeset/ports/500959 Log: devel/py-pytest-mock: Update to 1.10.4 - Conditionalise mock dependency (Python 2.x only) - Add upstream patches to fix test failures with mock 3.x - Verbosify test target and print skipped messages/reasons - Pet portlint: NO_ARCH in USE/USES section Changelog: https://github.com/pytest-dev/pytest-mock/blob/1.10.4/CHANGELOG.rst Reviewed by: olgeni Approved by: olgeni (maintainer) Differential Revision: D20167 Modified: head/devel/py-pytest-mock/Makefile head/devel/py-pytest-mock/distinfo Modified: head/devel/py-pytest-mock/Makefile ============================================================================== --- head/devel/py-pytest-mock/Makefile Tue May 7 12:03:40 2019 (r500958) +++ head/devel/py-pytest-mock/Makefile Tue May 7 12:22:26 2019 (r500959) @@ -1,11 +1,14 @@ # $FreeBSD$ PORTNAME= pytest-mock -PORTVERSION= 1.7.1 +PORTVERSION= 1.10.4 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PATCH_SITES= https://github.com/pytest-dev/${PORTNAME}/commit/ +PATCHFILES= b3badafebedea3605c90eb22a68adff2885a8bb0.patch:-p1 + MAINTAINER= olgeni@FreeBSD.org COMMENT= Thin wrapper around the mock package for easier use with py.test @@ -13,13 +16,20 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.7:devel/py-pytest@${PY_FLAVOR} -NO_ARCH= yes -USES+= python +USES= python USE_PYTHON= autoplist concurrent distutils +NO_ARCH= yes + +.include + +.if ${PYTHON_VER} < 3.0 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} +.endif + do-test: - @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest + @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs test_pytest_mock.py -.include +.include Modified: head/devel/py-pytest-mock/distinfo ============================================================================== --- head/devel/py-pytest-mock/distinfo Tue May 7 12:03:40 2019 (r500958) +++ head/devel/py-pytest-mock/distinfo Tue May 7 12:22:26 2019 (r500959) @@ -1,3 +1,5 @@ -TIMESTAMP = 1520337354 -SHA256 (pytest-mock-1.7.1.tar.gz) = b879dff61e31fcd4727c227c182f15f222a155293cc64ed5a02d55e0020cf949 -SIZE (pytest-mock-1.7.1.tar.gz) = 20176 +TIMESTAMP = 1557059422 +SHA256 (pytest-mock-1.10.4.tar.gz) = 5bf5771b1db93beac965a7347dc81c675ec4090cb841e49d9d34637a25c30568 +SIZE (pytest-mock-1.10.4.tar.gz) = 18790 +SHA256 (b3badafebedea3605c90eb22a68adff2885a8bb0.patch) = 8c6d1028175b1a524cbcb1df3aeaa725fed9a1aa3ad0499a242ac65b65e855e0 +SIZE (b3badafebedea3605c90eb22a68adff2885a8bb0.patch) = 1667 From owner-svn-ports-all@freebsd.org Tue May 7 12:35:38 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A094D1584CA3; Tue, 7 May 2019 12:35:38 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 50A34879E2; Tue, 7 May 2019 12:35:38 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 244301E4F0; Tue, 7 May 2019 12:35:38 +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 x47CZced049523; Tue, 7 May 2019 12:35:38 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x47CZaKr049512; Tue, 7 May 2019 12:35:36 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201905071235.x47CZaKr049512@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 7 May 2019 12:35:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500960 - in head: databases/dbh graphics/graphene x11-toolkits/pango x11/keybinder X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in head: databases/dbh graphics/graphene x11-toolkits/pango x11/keybinder X-SVN-Commit-Revision: 500960 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 50A34879E2 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.97)[-0.967,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 07 May 2019 12:35:38 -0000 Author: mat Date: Tue May 7 12:35:36 2019 New Revision: 500960 URL: https://svnweb.freebsd.org/changeset/ports/500960 Log: Rename the GTKDOC option to DOCS. First, all those ports should also have had a DOCS option that would have guarded the GTKDOC option, and then textproc/gtk-doc is pretty light and does not warrant a separate option. Discussed with: portmgr Approved by: portmgr Modified: head/databases/dbh/Makefile (contents, props changed) head/databases/dbh/pkg-plist (contents, props changed) head/graphics/graphene/Makefile (contents, props changed) head/graphics/graphene/pkg-plist (contents, props changed) head/x11-toolkits/pango/Makefile (contents, props changed) head/x11-toolkits/pango/pkg-plist (contents, props changed) head/x11/keybinder/Makefile (contents, props changed) head/x11/keybinder/pkg-plist (contents, props changed) Modified: head/databases/dbh/Makefile ============================================================================== --- head/databases/dbh/Makefile Tue May 7 12:22:26 2019 (r500959) +++ head/databases/dbh/Makefile Tue May 7 12:35:36 2019 (r500960) @@ -3,6 +3,7 @@ PORTNAME= dbh PORTVERSION= 5.0.22 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= SF DISTNAME= libdbh2-${PORTVERSION} @@ -21,26 +22,17 @@ USE_LDCONFIG= yes INSTALL_TARGET= install-strip -OPTIONS_DEFINE= GTKDOC -GTKDOC_DESC= Enable GTK html documentation +OPTIONS_DEFINE= DOCS -.include +DOCS_CONFIGURE_ENABLE= gtk-doc-html -.if ${PORT_OPTIONS:MGTKDOC} -CONFIGURE_ARGS+= --enable-gtk-doc-html -PLIST_SUB+= GTKDOC="" -.else -CONFIGURE_ARGS+= --disable-gtk-doc-html -PLIST_SUB+= GTKDOC="@comment " -.endif - post-patch: # Fix the build on big-endian architectures. @${REINPLACE_CMD} -e '/fractalidad/d' ${WRKSRC}/src/dbh_static.i # Needed to remove gtk-doc installation. -.if empty(PORT_OPTIONS:MGTKDOC) + +post-patch-DOCS-off: @${REINPLACE_CMD} -e 's|^\(SUBDIRS = src man\).*|\1|' \ ${WRKSRC}/Makefile.in -.endif .include Modified: head/databases/dbh/pkg-plist ============================================================================== --- head/databases/dbh/pkg-plist Tue May 7 12:22:26 2019 (r500959) +++ head/databases/dbh/pkg-plist Tue May 7 12:35:36 2019 (r500960) @@ -43,15 +43,15 @@ man/man3/dbh_writeheader.3.gz %%DATADIR%%/dbh.vim %%DATADIR%%/filesystem.c %%DATADIR%%/simple_hash.c -%%GTKDOC%%share/gtk-doc/html/dbh/DBH.html -%%GTKDOC%%share/gtk-doc/html/dbh/articulo001.pdf -%%GTKDOC%%share/gtk-doc/html/dbh/calc.png -%%GTKDOC%%share/gtk-doc/html/dbh/ch01.html -%%GTKDOC%%share/gtk-doc/html/dbh/dbh.pdf -%%GTKDOC%%share/gtk-doc/html/dbh/home.png -%%GTKDOC%%share/gtk-doc/html/dbh/index.html -%%GTKDOC%%share/gtk-doc/html/dbh/index.sgml -%%GTKDOC%%share/gtk-doc/html/dbh/left.png -%%GTKDOC%%share/gtk-doc/html/dbh/right.png -%%GTKDOC%%share/gtk-doc/html/dbh/style.css -%%GTKDOC%%share/gtk-doc/html/dbh/up.png +%%PORTDOCS%%share/gtk-doc/html/dbh/DBH.html +%%PORTDOCS%%share/gtk-doc/html/dbh/articulo001.pdf +%%PORTDOCS%%share/gtk-doc/html/dbh/calc.png +%%PORTDOCS%%share/gtk-doc/html/dbh/ch01.html +%%PORTDOCS%%share/gtk-doc/html/dbh/dbh.pdf +%%PORTDOCS%%share/gtk-doc/html/dbh/home.png +%%PORTDOCS%%share/gtk-doc/html/dbh/index.html +%%PORTDOCS%%share/gtk-doc/html/dbh/index.sgml +%%PORTDOCS%%share/gtk-doc/html/dbh/left.png +%%PORTDOCS%%share/gtk-doc/html/dbh/right.png +%%PORTDOCS%%share/gtk-doc/html/dbh/style.css +%%PORTDOCS%%share/gtk-doc/html/dbh/up.png Modified: head/graphics/graphene/Makefile ============================================================================== --- head/graphics/graphene/Makefile Tue May 7 12:22:26 2019 (r500959) +++ head/graphics/graphene/Makefile Tue May 7 12:35:36 2019 (r500960) @@ -2,6 +2,7 @@ PORTNAME= graphene PORTVERSION= 1.8.2 +PORTREVISION= 1 CATEGORIES= graphics devel MASTER_SITES= GNOME @@ -15,7 +16,7 @@ USE_GNOME= glib20 pygobject3 USE_LDCONFIG= yes OPTIONS_SUB= yes -OPTIONS_DEFINE= GTKDOC #INTROSPECTION +OPTIONS_DEFINE= DOCS #INTROSPECTION #OPTIONS_DEFAULT=INTROSPECTION SHEBANG_FILES= src/identfilter.py @@ -25,9 +26,8 @@ USE_GNOME+= introspection:build #INTROSPECTION_USE= gnome=introspection:build #INTROSPECTION_MESON_OFF= -Denable-introspection=false -GTKDOC_MESON_TRUE= gtk_doc -GTKDOC_DESC= Build documentation -GTKDOC_BUILD_DEPENDS= gtk-doc>0:textproc/gtk-doc +DOCS_MESON_TRUE= gtk_doc +DOCS_BUILD_DEPENDS= gtk-doc>0:textproc/gtk-doc post-patch: @${REINPLACE_CMD} -e 's|=python |=${PYTHON_VERSION} |g' \ Modified: head/graphics/graphene/pkg-plist ============================================================================== --- head/graphics/graphene/pkg-plist Tue May 7 12:22:26 2019 (r500959) +++ head/graphics/graphene/pkg-plist Tue May 7 12:35:36 2019 (r500960) @@ -31,44 +31,44 @@ lib/libgraphene-1.0.so.0.800.2 libdata/pkgconfig/graphene-1.0.pc libdata/pkgconfig/graphene-gobject-1.0.pc share/gir-1.0/Graphene-1.0.gir -%%GTKDOC%%share/gtk-doc/html/graphene/annotation-glossary.html -%%GTKDOC%%share/gtk-doc/html/graphene/api-index.html -%%GTKDOC%%share/gtk-doc/html/graphene/ch01.html -%%GTKDOC%%share/gtk-doc/html/graphene/deprecated-api-index.html -%%GTKDOC%%share/gtk-doc/html/graphene/graphene-Box.html -%%GTKDOC%%share/gtk-doc/html/graphene/graphene-Euler.html -%%GTKDOC%%share/gtk-doc/html/graphene/graphene-Frustum.html -%%GTKDOC%%share/gtk-doc/html/graphene/graphene-GObject-integration.html -%%GTKDOC%%share/gtk-doc/html/graphene/graphene-Matrix.html -%%GTKDOC%%share/gtk-doc/html/graphene/graphene-Plane.html -%%GTKDOC%%share/gtk-doc/html/graphene/graphene-Point.html -%%GTKDOC%%share/gtk-doc/html/graphene/graphene-Point3D.html -%%GTKDOC%%share/gtk-doc/html/graphene/graphene-Quad.html -%%GTKDOC%%share/gtk-doc/html/graphene/graphene-Quaternion.html -%%GTKDOC%%share/gtk-doc/html/graphene/graphene-Ray.html -%%GTKDOC%%share/gtk-doc/html/graphene/graphene-Rectangle.html -%%GTKDOC%%share/gtk-doc/html/graphene/graphene-SIMD-matrix.html -%%GTKDOC%%share/gtk-doc/html/graphene/graphene-SIMD-vector.html -%%GTKDOC%%share/gtk-doc/html/graphene/graphene-Size.html -%%GTKDOC%%share/gtk-doc/html/graphene/graphene-Sphere.html -%%GTKDOC%%share/gtk-doc/html/graphene/graphene-Triangle.html -%%GTKDOC%%share/gtk-doc/html/graphene/graphene-Vectors.html -%%GTKDOC%%share/gtk-doc/html/graphene/graphene-Versioning-information.html -%%GTKDOC%%share/gtk-doc/html/graphene/graphene.devhelp2 -%%GTKDOC%%share/gtk-doc/html/graphene/home.png -%%GTKDOC%%share/gtk-doc/html/graphene/index.html -%%GTKDOC%%share/gtk-doc/html/graphene/ix03.html -%%GTKDOC%%share/gtk-doc/html/graphene/ix04.html -%%GTKDOC%%share/gtk-doc/html/graphene/ix05.html -%%GTKDOC%%share/gtk-doc/html/graphene/ix06.html -%%GTKDOC%%share/gtk-doc/html/graphene/left-insensitive.png -%%GTKDOC%%share/gtk-doc/html/graphene/left.png -%%GTKDOC%%share/gtk-doc/html/graphene/rectangle-intersection.png -%%GTKDOC%%share/gtk-doc/html/graphene/rectangle-union.png -%%GTKDOC%%share/gtk-doc/html/graphene/rectangle.png -%%GTKDOC%%share/gtk-doc/html/graphene/right-insensitive.png -%%GTKDOC%%share/gtk-doc/html/graphene/right.png -%%GTKDOC%%share/gtk-doc/html/graphene/style.css -%%GTKDOC%%share/gtk-doc/html/graphene/triangle-barycentric.png -%%GTKDOC%%share/gtk-doc/html/graphene/up-insensitive.png -%%GTKDOC%%share/gtk-doc/html/graphene/up.png +%%PORTDOCS%%share/gtk-doc/html/graphene/annotation-glossary.html +%%PORTDOCS%%share/gtk-doc/html/graphene/api-index.html +%%PORTDOCS%%share/gtk-doc/html/graphene/ch01.html +%%PORTDOCS%%share/gtk-doc/html/graphene/deprecated-api-index.html +%%PORTDOCS%%share/gtk-doc/html/graphene/graphene-Box.html +%%PORTDOCS%%share/gtk-doc/html/graphene/graphene-Euler.html +%%PORTDOCS%%share/gtk-doc/html/graphene/graphene-Frustum.html +%%PORTDOCS%%share/gtk-doc/html/graphene/graphene-GObject-integration.html +%%PORTDOCS%%share/gtk-doc/html/graphene/graphene-Matrix.html +%%PORTDOCS%%share/gtk-doc/html/graphene/graphene-Plane.html +%%PORTDOCS%%share/gtk-doc/html/graphene/graphene-Point.html +%%PORTDOCS%%share/gtk-doc/html/graphene/graphene-Point3D.html +%%PORTDOCS%%share/gtk-doc/html/graphene/graphene-Quad.html +%%PORTDOCS%%share/gtk-doc/html/graphene/graphene-Quaternion.html +%%PORTDOCS%%share/gtk-doc/html/graphene/graphene-Ray.html +%%PORTDOCS%%share/gtk-doc/html/graphene/graphene-Rectangle.html +%%PORTDOCS%%share/gtk-doc/html/graphene/graphene-SIMD-matrix.html +%%PORTDOCS%%share/gtk-doc/html/graphene/graphene-SIMD-vector.html +%%PORTDOCS%%share/gtk-doc/html/graphene/graphene-Size.html +%%PORTDOCS%%share/gtk-doc/html/graphene/graphene-Sphere.html +%%PORTDOCS%%share/gtk-doc/html/graphene/graphene-Triangle.html +%%PORTDOCS%%share/gtk-doc/html/graphene/graphene-Vectors.html +%%PORTDOCS%%share/gtk-doc/html/graphene/graphene-Versioning-information.html +%%PORTDOCS%%share/gtk-doc/html/graphene/graphene.devhelp2 +%%PORTDOCS%%share/gtk-doc/html/graphene/home.png +%%PORTDOCS%%share/gtk-doc/html/graphene/index.html +%%PORTDOCS%%share/gtk-doc/html/graphene/ix03.html +%%PORTDOCS%%share/gtk-doc/html/graphene/ix04.html +%%PORTDOCS%%share/gtk-doc/html/graphene/ix05.html +%%PORTDOCS%%share/gtk-doc/html/graphene/ix06.html +%%PORTDOCS%%share/gtk-doc/html/graphene/left-insensitive.png +%%PORTDOCS%%share/gtk-doc/html/graphene/left.png +%%PORTDOCS%%share/gtk-doc/html/graphene/rectangle-intersection.png +%%PORTDOCS%%share/gtk-doc/html/graphene/rectangle-union.png +%%PORTDOCS%%share/gtk-doc/html/graphene/rectangle.png +%%PORTDOCS%%share/gtk-doc/html/graphene/right-insensitive.png +%%PORTDOCS%%share/gtk-doc/html/graphene/right.png +%%PORTDOCS%%share/gtk-doc/html/graphene/style.css +%%PORTDOCS%%share/gtk-doc/html/graphene/triangle-barycentric.png +%%PORTDOCS%%share/gtk-doc/html/graphene/up-insensitive.png +%%PORTDOCS%%share/gtk-doc/html/graphene/up.png Modified: head/x11-toolkits/pango/Makefile ============================================================================== --- head/x11-toolkits/pango/Makefile Tue May 7 12:22:26 2019 (r500959) +++ head/x11-toolkits/pango/Makefile Tue May 7 12:35:36 2019 (r500960) @@ -3,7 +3,7 @@ PORTNAME= pango PORTVERSION= 1.42.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -36,12 +36,11 @@ FONTSCALE= ${LOCALBASE}/share/fonts/TTF/luximb.ttf FONTENCOD= ${LOCALBASE}/share/fonts/encodings/encodings.dir OPTIONS_SUB= yes -OPTIONS_DEFINE= X11 GTKDOC +OPTIONS_DEFINE= X11 DOCS OPTIONS_DEFAULT=X11 -GTKDOC_DESC= Build and install gtk-doc generated documentation -GTKDOC_MESON_TRUE= enable_docs -GTKDOC_BUILD_DEPENDS= gtk-doc>=0:textproc/gtk-doc +DOCS_MESON_TRUE= enable_docs +DOCS_BUILD_DEPENDS= gtk-doc>=0:textproc/gtk-doc X11_MESON_TRUE= xft X11_USE= XORG=x11,xft,xrender Modified: head/x11-toolkits/pango/pkg-plist ============================================================================== --- head/x11-toolkits/pango/pkg-plist Tue May 7 12:22:26 2019 (r500959) +++ head/x11-toolkits/pango/pkg-plist Tue May 7 12:35:36 2019 (r500960) @@ -59,69 +59,69 @@ share/gir-1.0/Pango-1.0.gir share/gir-1.0/PangoCairo-1.0.gir share/gir-1.0/PangoFT2-1.0.gir %%X11%%share/gir-1.0/PangoXft-1.0.gir -%%GTKDOC%%share/gtk-doc/html/pango/PangoEngineLang.html -%%GTKDOC%%share/gtk-doc/html/pango/PangoEngineShape.html -%%GTKDOC%%share/gtk-doc/html/pango/PangoFcDecoder.html -%%GTKDOC%%share/gtk-doc/html/pango/PangoFcFont.html -%%GTKDOC%%share/gtk-doc/html/pango/PangoFcFontMap.html -%%GTKDOC%%share/gtk-doc/html/pango/PangoMarkupFormat.html -%%GTKDOC%%share/gtk-doc/html/pango/PangoRenderer.html -%%GTKDOC%%share/gtk-doc/html/pango/annotation-glossary.html -%%GTKDOC%%share/gtk-doc/html/pango/api-index-1-10.html -%%GTKDOC%%share/gtk-doc/html/pango/api-index-1-12.html -%%GTKDOC%%share/gtk-doc/html/pango/api-index-1-14.html -%%GTKDOC%%share/gtk-doc/html/pango/api-index-1-16.html -%%GTKDOC%%share/gtk-doc/html/pango/api-index-1-18.html -%%GTKDOC%%share/gtk-doc/html/pango/api-index-1-2.html -%%GTKDOC%%share/gtk-doc/html/pango/api-index-1-20.html -%%GTKDOC%%share/gtk-doc/html/pango/api-index-1-22.html -%%GTKDOC%%share/gtk-doc/html/pango/api-index-1-24.html -%%GTKDOC%%share/gtk-doc/html/pango/api-index-1-26.html -%%GTKDOC%%share/gtk-doc/html/pango/api-index-1-30.html -%%GTKDOC%%share/gtk-doc/html/pango/api-index-1-31-0.html -%%GTKDOC%%share/gtk-doc/html/pango/api-index-1-32-4.html -%%GTKDOC%%share/gtk-doc/html/pango/api-index-1-32.html -%%GTKDOC%%share/gtk-doc/html/pango/api-index-1-34.html -%%GTKDOC%%share/gtk-doc/html/pango/api-index-1-38.html -%%GTKDOC%%share/gtk-doc/html/pango/api-index-1-4.html -%%GTKDOC%%share/gtk-doc/html/pango/api-index-1-40.html -%%GTKDOC%%share/gtk-doc/html/pango/api-index-1-6.html -%%GTKDOC%%share/gtk-doc/html/pango/api-index-1-8.html -%%GTKDOC%%share/gtk-doc/html/pango/api-index-deprecated.html -%%GTKDOC%%share/gtk-doc/html/pango/api-index-full.html -%%GTKDOC%%share/gtk-doc/html/pango/home.png -%%GTKDOC%%share/gtk-doc/html/pango/index.html -%%GTKDOC%%share/gtk-doc/html/pango/layout.gif -%%GTKDOC%%share/gtk-doc/html/pango/left-insensitive.png -%%GTKDOC%%share/gtk-doc/html/pango/left.png -%%GTKDOC%%share/gtk-doc/html/pango/lowlevel.html -%%GTKDOC%%share/gtk-doc/html/pango/pango-Bidirectional-Text.html -%%GTKDOC%%share/gtk-doc/html/pango/pango-Cairo-Rendering.html -%%GTKDOC%%share/gtk-doc/html/pango/pango-CoreText-Fonts.html -%%GTKDOC%%share/gtk-doc/html/pango/pango-Coverage-Maps.html -%%GTKDOC%%share/gtk-doc/html/pango/pango-Engines.html -%%GTKDOC%%share/gtk-doc/html/pango/pango-Fonts.html -%%GTKDOC%%share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html -%%GTKDOC%%share/gtk-doc/html/pango/pango-Glyph-Storage.html -%%GTKDOC%%share/gtk-doc/html/pango/pango-Layout-Objects.html -%%GTKDOC%%share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html -%%GTKDOC%%share/gtk-doc/html/pango/pango-Modules.html -%%GTKDOC%%share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html -%%GTKDOC%%share/gtk-doc/html/pango/pango-Scripts-and-Languages.html -%%GTKDOC%%share/gtk-doc/html/pango/pango-Tab-Stops.html -%%GTKDOC%%share/gtk-doc/html/pango/pango-Text-Attributes.html -%%GTKDOC%%share/gtk-doc/html/pango/pango-Text-Processing.html -%%GTKDOC%%share/gtk-doc/html/pango/pango-Version-Checking.html -%%GTKDOC%%share/gtk-doc/html/pango/pango-Vertical-Text.html -%%GTKDOC%%share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html -%%GTKDOC%%share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html -%%GTKDOC%%share/gtk-doc/html/pango/pango-hierarchy.html -%%GTKDOC%%share/gtk-doc/html/pango/pango.devhelp2 -%%GTKDOC%%share/gtk-doc/html/pango/pango.html -%%GTKDOC%%share/gtk-doc/html/pango/rendering.html -%%GTKDOC%%share/gtk-doc/html/pango/right-insensitive.png -%%GTKDOC%%share/gtk-doc/html/pango/right.png -%%GTKDOC%%share/gtk-doc/html/pango/rotated-text.png -%%GTKDOC%%share/gtk-doc/html/pango/style.css -%%GTKDOC%%share/gtk-doc/html/pango/up-insensitive.png -%%GTKDOC%%share/gtk-doc/html/pango/up.png +%%PORTDOCS%%share/gtk-doc/html/pango/PangoEngineLang.html +%%PORTDOCS%%share/gtk-doc/html/pango/PangoEngineShape.html +%%PORTDOCS%%share/gtk-doc/html/pango/PangoFcDecoder.html +%%PORTDOCS%%share/gtk-doc/html/pango/PangoFcFont.html +%%PORTDOCS%%share/gtk-doc/html/pango/PangoFcFontMap.html +%%PORTDOCS%%share/gtk-doc/html/pango/PangoMarkupFormat.html +%%PORTDOCS%%share/gtk-doc/html/pango/PangoRenderer.html +%%PORTDOCS%%share/gtk-doc/html/pango/annotation-glossary.html +%%PORTDOCS%%share/gtk-doc/html/pango/api-index-1-10.html +%%PORTDOCS%%share/gtk-doc/html/pango/api-index-1-12.html +%%PORTDOCS%%share/gtk-doc/html/pango/api-index-1-14.html +%%PORTDOCS%%share/gtk-doc/html/pango/api-index-1-16.html +%%PORTDOCS%%share/gtk-doc/html/pango/api-index-1-18.html +%%PORTDOCS%%share/gtk-doc/html/pango/api-index-1-2.html +%%PORTDOCS%%share/gtk-doc/html/pango/api-index-1-20.html +%%PORTDOCS%%share/gtk-doc/html/pango/api-index-1-22.html +%%PORTDOCS%%share/gtk-doc/html/pango/api-index-1-24.html +%%PORTDOCS%%share/gtk-doc/html/pango/api-index-1-26.html +%%PORTDOCS%%share/gtk-doc/html/pango/api-index-1-30.html +%%PORTDOCS%%share/gtk-doc/html/pango/api-index-1-31-0.html +%%PORTDOCS%%share/gtk-doc/html/pango/api-index-1-32-4.html +%%PORTDOCS%%share/gtk-doc/html/pango/api-index-1-32.html +%%PORTDOCS%%share/gtk-doc/html/pango/api-index-1-34.html +%%PORTDOCS%%share/gtk-doc/html/pango/api-index-1-38.html +%%PORTDOCS%%share/gtk-doc/html/pango/api-index-1-4.html +%%PORTDOCS%%share/gtk-doc/html/pango/api-index-1-40.html +%%PORTDOCS%%share/gtk-doc/html/pango/api-index-1-6.html +%%PORTDOCS%%share/gtk-doc/html/pango/api-index-1-8.html +%%PORTDOCS%%share/gtk-doc/html/pango/api-index-deprecated.html +%%PORTDOCS%%share/gtk-doc/html/pango/api-index-full.html +%%PORTDOCS%%share/gtk-doc/html/pango/home.png +%%PORTDOCS%%share/gtk-doc/html/pango/index.html +%%PORTDOCS%%share/gtk-doc/html/pango/layout.gif +%%PORTDOCS%%share/gtk-doc/html/pango/left-insensitive.png +%%PORTDOCS%%share/gtk-doc/html/pango/left.png +%%PORTDOCS%%share/gtk-doc/html/pango/lowlevel.html +%%PORTDOCS%%share/gtk-doc/html/pango/pango-Bidirectional-Text.html +%%PORTDOCS%%share/gtk-doc/html/pango/pango-Cairo-Rendering.html +%%PORTDOCS%%share/gtk-doc/html/pango/pango-CoreText-Fonts.html +%%PORTDOCS%%share/gtk-doc/html/pango/pango-Coverage-Maps.html +%%PORTDOCS%%share/gtk-doc/html/pango/pango-Engines.html +%%PORTDOCS%%share/gtk-doc/html/pango/pango-Fonts.html +%%PORTDOCS%%share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +%%PORTDOCS%%share/gtk-doc/html/pango/pango-Glyph-Storage.html +%%PORTDOCS%%share/gtk-doc/html/pango/pango-Layout-Objects.html +%%PORTDOCS%%share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +%%PORTDOCS%%share/gtk-doc/html/pango/pango-Modules.html +%%PORTDOCS%%share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +%%PORTDOCS%%share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +%%PORTDOCS%%share/gtk-doc/html/pango/pango-Tab-Stops.html +%%PORTDOCS%%share/gtk-doc/html/pango/pango-Text-Attributes.html +%%PORTDOCS%%share/gtk-doc/html/pango/pango-Text-Processing.html +%%PORTDOCS%%share/gtk-doc/html/pango/pango-Version-Checking.html +%%PORTDOCS%%share/gtk-doc/html/pango/pango-Vertical-Text.html +%%PORTDOCS%%share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +%%PORTDOCS%%share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +%%PORTDOCS%%share/gtk-doc/html/pango/pango-hierarchy.html +%%PORTDOCS%%share/gtk-doc/html/pango/pango.devhelp2 +%%PORTDOCS%%share/gtk-doc/html/pango/pango.html +%%PORTDOCS%%share/gtk-doc/html/pango/rendering.html +%%PORTDOCS%%share/gtk-doc/html/pango/right-insensitive.png +%%PORTDOCS%%share/gtk-doc/html/pango/right.png +%%PORTDOCS%%share/gtk-doc/html/pango/rotated-text.png +%%PORTDOCS%%share/gtk-doc/html/pango/style.css +%%PORTDOCS%%share/gtk-doc/html/pango/up-insensitive.png +%%PORTDOCS%%share/gtk-doc/html/pango/up.png Modified: head/x11/keybinder/Makefile ============================================================================== --- head/x11/keybinder/Makefile Tue May 7 12:22:26 2019 (r500959) +++ head/x11/keybinder/Makefile Tue May 7 12:35:36 2019 (r500960) @@ -2,7 +2,7 @@ PORTNAME= keybinder PORTVERSION= 0.3.1 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONPREFIX= v CATEGORIES= x11 @@ -22,13 +22,12 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes -OPTIONS_DEFINE= EXAMPLES GTKDOC LUA PYTHON +OPTIONS_DEFINE= EXAMPLES DOCS LUA PYTHON OPTIONS_DEFAULT= PYTHON OPTIONS_SUB= yes -GTKDOC_DESC= Build API documentation (requires textproc/gtk-doc) -GTKDOC_BUILD_DEPENDS= gtkdocize:textproc/gtk-doc -GTKDOC_CONFIGURE_ON= --enable-gtk-doc +DOCS_BUILD_DEPENDS= gtkdocize:textproc/gtk-doc +DOCS_CONFIGURE_ON= --enable-gtk-doc # Override LUA description LUA_DESC= Lua bindings @@ -40,11 +39,11 @@ PYTHON_USES= python:2.7 PYTHON_USE= gnome=pygtk2 PYTHON_CONFIGURE_OFF= --disable-python -post-patch-GTKDOC-off: +post-patch-DOCS-off: @${REINPLACE_CMD} -E '/GTK_DOC_CHECK|docs/d' ${WRKSRC}/configure.ac @${REINPLACE_CMD} -e '/^SUBDIRS/s, docs,,' ${WRKSRC}/Makefile.am -pre-configure-GTKDOC-on: +pre-configure-DOCS-on: @(cd ${CONFIGURE_WRKSRC} && ${LOCALBASE}/bin/gtkdocize) post-build-EXAMPLES-on: Modified: head/x11/keybinder/pkg-plist ============================================================================== --- head/x11/keybinder/pkg-plist Tue May 7 12:22:26 2019 (r500959) +++ head/x11/keybinder/pkg-plist Tue May 7 12:35:36 2019 (r500960) @@ -19,19 +19,19 @@ libdata/pkgconfig/keybinder.pc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/main.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/vexample.vala share/gir-1.0/Keybinder-0.0.gir -%%GTKDOC%%share/gtk-doc/html/keybinder/annotation-glossary.html -%%GTKDOC%%share/gtk-doc/html/keybinder/api-index-full.html -%%GTKDOC%%share/gtk-doc/html/keybinder/ch01.html -%%GTKDOC%%share/gtk-doc/html/keybinder/deprecated-api-index.html -%%GTKDOC%%share/gtk-doc/html/keybinder/home.png -%%GTKDOC%%share/gtk-doc/html/keybinder/index.html -%%GTKDOC%%share/gtk-doc/html/keybinder/keybinder-keybinder.html -%%GTKDOC%%share/gtk-doc/html/keybinder/keybinder.devhelp2 -%%GTKDOC%%share/gtk-doc/html/keybinder/left-insensitive.png -%%GTKDOC%%share/gtk-doc/html/keybinder/left.png -%%GTKDOC%%share/gtk-doc/html/keybinder/object-tree.html -%%GTKDOC%%share/gtk-doc/html/keybinder/right-insensitive.png -%%GTKDOC%%share/gtk-doc/html/keybinder/right.png -%%GTKDOC%%share/gtk-doc/html/keybinder/style.css -%%GTKDOC%%share/gtk-doc/html/keybinder/up-insensitive.png -%%GTKDOC%%share/gtk-doc/html/keybinder/up.png +%%PORTDOCS%%share/gtk-doc/html/keybinder/annotation-glossary.html +%%PORTDOCS%%share/gtk-doc/html/keybinder/api-index-full.html +%%PORTDOCS%%share/gtk-doc/html/keybinder/ch01.html +%%PORTDOCS%%share/gtk-doc/html/keybinder/deprecated-api-index.html +%%PORTDOCS%%share/gtk-doc/html/keybinder/home.png +%%PORTDOCS%%share/gtk-doc/html/keybinder/index.html +%%PORTDOCS%%share/gtk-doc/html/keybinder/keybinder-keybinder.html +%%PORTDOCS%%share/gtk-doc/html/keybinder/keybinder.devhelp2 +%%PORTDOCS%%share/gtk-doc/html/keybinder/left-insensitive.png +%%PORTDOCS%%share/gtk-doc/html/keybinder/left.png +%%PORTDOCS%%share/gtk-doc/html/keybinder/object-tree.html +%%PORTDOCS%%share/gtk-doc/html/keybinder/right-insensitive.png +%%PORTDOCS%%share/gtk-doc/html/keybinder/right.png +%%PORTDOCS%%share/gtk-doc/html/keybinder/style.css +%%PORTDOCS%%share/gtk-doc/html/keybinder/up-insensitive.png +%%PORTDOCS%%share/gtk-doc/html/keybinder/up.png From owner-svn-ports-all@freebsd.org Tue May 7 12:41:13 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D21C21584D92; Tue, 7 May 2019 12:41:13 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7767387D9B; Tue, 7 May 2019 12:41:13 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mail.j.mat.cc (owncloud.cube.mat.cc [79.143.240.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.mat.cc", Issuer "Let's Encrypt Authority X3" (verified OK)) (Authenticated sender: mat/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 50C4C1DBAB; Tue, 7 May 2019 12:41:13 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from ogg.in.absolight.net (ogg.in.absolight.net [IPv6:2a01:678:ab:50::42:42]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: mat@mat.cc) by mail.j.mat.cc (Postfix) with ESMTPSA id EC030942D9C; Tue, 7 May 2019 12:41:11 +0000 (UTC) Date: Tue, 7 May 2019 14:41:11 +0200 From: Mathieu Arnold To: Kurt Jaeger Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r500881 - in head/emulators: . pcem pcem/files Message-ID: <20190507124111.ruvbai4bjtg3faeq@ogg.in.absolight.net> References: <201905060313.x463DMgr097109@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="psdssyxcagcol4g3" Content-Disposition: inline In-Reply-To: <201905060313.x463DMgr097109@repo.freebsd.org> User-Agent: NeoMutt/20180622 X-Rspamd-Queue-Id: 7767387D9B X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.962,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 07 May 2019 12:41:14 -0000 --psdssyxcagcol4g3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, May 06, 2019 at 03:13:22AM +0000, Kurt Jaeger wrote: > +PATCHDIR=3Dfiles That is wrong, PATCHDIR should point to an absolute pathname (and ${.CURDIR}/files is the default.) > +ONLY_FOR_ARCHS=3D amd64 Wrong place in the Makefile. See https://www.freebsd.org/doc/en/books/port= ers-handbook/porting-order.html.=20 --=20 Mathieu Arnold --psdssyxcagcol4g3 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAABCgB9FiEEOraXidLtEhBkQLpbOkUW81GDzkgFAlzRfOZfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNB QjY5Nzg5RDJFRDEyMTA2NDQwQkE1QjNBNDUxNkYzNTE4M0NFNDgACgkQOkUW81GD zkhfYw//XZwHRDtQMDyfR8eMRJ1Sn59G9JKIJUP3yR2LoPg9FuflNPPrzqlJLWPm R+eN/S4BdwiL2CKeVqrn2eqwsuHvOPoh57LhXnE0jLrckX663wSGsPWQraRyj/3g Y2Bbtt+FSfRCYYfQJcUOzPv/vA0nxP85S8RPe4frx+Msgvt60pGFFL1Z1vf4X5DE 9mC6jOFI3wvHxR7odU9e/prbLFrHW1qqpg5bnrxc8pZAqOUvWGkJsETTzPOOdTaK TTvWwa4jT5caLlDKNNGfgd21O+iCfe3Gl4KXK+0lonjNnlq9cVYTAfgWoi97NjMn 5s9gAVeA+iQmOUYqU6MPtXRRb5IHKcSuaD7tGfXnGNlv12zotFShalucLaXfSTmT L96onTfFZBVCzn8Y5tk6c2SYSvU4U1W4nEw2rpcYvVJohQn6I7dE+m15vEjyzSKf D6Qr51uBs3cSMqlNGPaIdC7OgpFia4NrTpZtEwY45nAPjyXKv/ED+VOE9R5BW47K jw6+MaM8GHn8GsyqwzJbd1APsAH68a/jnGiERJugeot+QVZ4NGhA6P8lw2Uq6Nuf s44uUn7Wt8UjPHgNo3Gyn5v9xfOgQTVv/C2rZVGqTQptYFBwiY+4IVJUmbLm8RFa ojXVdWx4iCadvSuh3A/+JGdIWTMxYJSZbHEbL41mXkXhx1fOfBg= =Gxgn -----END PGP SIGNATURE----- --psdssyxcagcol4g3-- From owner-svn-ports-all@freebsd.org Tue May 7 14:02:42 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D1B3158807F; Tue, 7 May 2019 14:02:42 +0000 (UTC) (envelope-from jlaffaye@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B5AA78A780; Tue, 7 May 2019 14:02:41 +0000 (UTC) (envelope-from jlaffaye@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8F4EA1F486; Tue, 7 May 2019 14:02:41 +0000 (UTC) (envelope-from jlaffaye@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x47E2fLc096278; Tue, 7 May 2019 14:02:41 GMT (envelope-from jlaffaye@FreeBSD.org) Received: (from jlaffaye@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x47E2fBL096275; Tue, 7 May 2019 14:02:41 GMT (envelope-from jlaffaye@FreeBSD.org) Message-Id: <201905071402.x47E2fBL096275@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jlaffaye set sender to jlaffaye@FreeBSD.org using -f From: Julien Laffaye Date: Tue, 7 May 2019 14:02:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500961 - head/lang/go X-SVN-Group: ports-head X-SVN-Commit-Author: jlaffaye X-SVN-Commit-Paths: head/lang/go X-SVN-Commit-Revision: 500961 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B5AA78A780 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.970,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 07 May 2019 14:02:42 -0000 Author: jlaffaye Date: Tue May 7 14:02:40 2019 New Revision: 500961 URL: https://svnweb.freebsd.org/changeset/ports/500961 Log: Update to 1.12.5 Modified: head/lang/go/Makefile head/lang/go/distinfo head/lang/go/pkg-plist Modified: head/lang/go/Makefile ============================================================================== --- head/lang/go/Makefile Tue May 7 12:35:36 2019 (r500960) +++ head/lang/go/Makefile Tue May 7 14:02:40 2019 (r500961) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= go -PORTVERSION= 1.12.4 +PORTVERSION= 1.12.5 PORTEPOCH= 1 CATEGORIES= lang MASTER_SITES= https://golang.org/dl/ Modified: head/lang/go/distinfo ============================================================================== --- head/lang/go/distinfo Tue May 7 12:35:36 2019 (r500960) +++ head/lang/go/distinfo Tue May 7 14:02:40 2019 (r500961) @@ -1,6 +1,6 @@ -TIMESTAMP = 1556053889 -SHA256 (go1.12.4.src.tar.gz) = 4affc3e610cd8182c47abbc5b0c0e4e3c6a2b945b55aaa2ba952964ad9df1467 -SIZE (go1.12.4.src.tar.gz) = 21965966 +TIMESTAMP = 1557220930 +SHA256 (go1.12.5.src.tar.gz) = 2aa5f088cbb332e73fc3def546800616b38d3bfe6b8713b8a6404060f22503e8 +SIZE (go1.12.5.src.tar.gz) = 21971348 SHA256 (3b6216ed0601c81fe42c2a4738d419afccb62163.patch) = 87ccfc01b285ba5c4913f91e8b475b0a0ae713cc569746461c14bf37300dae5b SIZE (3b6216ed0601c81fe42c2a4738d419afccb62163.patch) = 2293 SHA256 (0bd101cecc5458a8463b8d672bf1745c3cbb7c02.patch) = e4459691f5536497945534a7b9575f3c47a619bf569c32dda2dd92fe23c67792 Modified: head/lang/go/pkg-plist ============================================================================== --- head/lang/go/pkg-plist Tue May 7 12:35:36 2019 (r500960) +++ head/lang/go/pkg-plist Tue May 7 14:02:40 2019 (r500961) @@ -2237,6 +2237,7 @@ go/src/cmd/internal/test2json/testdata/vet.json go/src/cmd/internal/test2json/testdata/vet.test go/src/cmd/link/doc.go go/src/cmd/link/dwarf_test.go +go/src/cmd/link/elf_test.go go/src/cmd/link/internal/amd64/asm.go go/src/cmd/link/internal/amd64/l.go go/src/cmd/link/internal/amd64/obj.go @@ -3049,6 +3050,7 @@ go/src/cmd/vet/testdata/src/lostcancel/lostcancel.go go/src/cmd/vet/testdata/src/method/method.go go/src/cmd/vet/testdata/src/nilfunc/nilfunc.go go/src/cmd/vet/testdata/src/print/print.go +go/src/cmd/vet/testdata/src/print2/big.go go/src/cmd/vet/testdata/src/rangeloop/rangeloop.go go/src/cmd/vet/testdata/src/shift/shift.go go/src/cmd/vet/testdata/src/structtag/structtag.go @@ -5363,6 +5365,7 @@ go/src/os/executable_solaris.go go/src/os/executable_test.go go/src/os/executable_windows.go go/src/os/export_test.go +go/src/os/export_unix_test.go go/src/os/export_windows_test.go go/src/os/fifo_test.go go/src/os/file.go @@ -6307,6 +6310,7 @@ go/src/runtime/trace/trace.go go/src/runtime/trace/trace_stack_test.go go/src/runtime/trace/trace_test.go go/src/runtime/traceback.go +go/src/runtime/treap_test.go go/src/runtime/type.go go/src/runtime/typekind.go go/src/runtime/unaligned1.go @@ -8184,6 +8188,11 @@ go/test/fixedbugs/issue30566b.go go/test/fixedbugs/issue30956.go go/test/fixedbugs/issue30956.out go/test/fixedbugs/issue30977.go +go/test/fixedbugs/issue31252.dir/a.go +go/test/fixedbugs/issue31252.dir/b.go +go/test/fixedbugs/issue31252.dir/c.go +go/test/fixedbugs/issue31252.dir/main.go +go/test/fixedbugs/issue31252.go go/test/fixedbugs/issue3552.dir/one.go go/test/fixedbugs/issue3552.dir/two.go go/test/fixedbugs/issue3552.go From owner-svn-ports-all@freebsd.org Tue May 7 14:28:13 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF6741588BBA; Tue, 7 May 2019 14:28:13 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 735CE8B356; Tue, 7 May 2019 14:28:13 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4D7131F80F; Tue, 7 May 2019 14:28:13 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x47ESDLr007363; Tue, 7 May 2019 14:28:13 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x47ESDEF007362; Tue, 7 May 2019 14:28:13 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201905071428.x47ESDEF007362@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Tue, 7 May 2019 14:28:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500962 - head/devel/p5-ExtUtils-Manifest X-SVN-Group: ports-head X-SVN-Commit-Author: culot X-SVN-Commit-Paths: head/devel/p5-ExtUtils-Manifest X-SVN-Commit-Revision: 500962 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 735CE8B356 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.968,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 07 May 2019 14:28:14 -0000 Author: culot Date: Tue May 7 14:28:12 2019 New Revision: 500962 URL: https://svnweb.freebsd.org/changeset/ports/500962 Log: devel/p5-ExtUtils-Manifest: update to 1.72 Changes: https://metacpan.org/source/ETHER/ExtUtils-Manifest-1.72/Changes Modified: head/devel/p5-ExtUtils-Manifest/Makefile head/devel/p5-ExtUtils-Manifest/distinfo Modified: head/devel/p5-ExtUtils-Manifest/Makefile ============================================================================== --- head/devel/p5-ExtUtils-Manifest/Makefile Tue May 7 14:02:40 2019 (r500961) +++ head/devel/p5-ExtUtils-Manifest/Makefile Tue May 7 14:28:12 2019 (r500962) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ExtUtils-Manifest -PORTVERSION= 1.70 +PORTVERSION= 1.72 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ETHER Modified: head/devel/p5-ExtUtils-Manifest/distinfo ============================================================================== --- head/devel/p5-ExtUtils-Manifest/distinfo Tue May 7 14:02:40 2019 (r500961) +++ head/devel/p5-ExtUtils-Manifest/distinfo Tue May 7 14:28:12 2019 (r500962) @@ -1,2 +1,3 @@ -SHA256 (ExtUtils-Manifest-1.70.tar.gz) = eeff062050b223964cd8f624a90ae75df443612239df34a20ff87644f9f52b95 -SIZE (ExtUtils-Manifest-1.70.tar.gz) = 37941 +TIMESTAMP = 1557237466 +SHA256 (ExtUtils-Manifest-1.72.tar.gz) = 799280074f98ef2d7fdf4f75521ad83ec01c2e068e54a45c92968cd9dc2db45e +SIZE (ExtUtils-Manifest-1.72.tar.gz) = 39986 From owner-svn-ports-all@freebsd.org Tue May 7 14:32:02 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 554EA1588E57; Tue, 7 May 2019 14:32:02 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EDDEE8B6BB; Tue, 7 May 2019 14:32:01 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C83661F99F; Tue, 7 May 2019 14:32:01 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x47EW1Dc012279; Tue, 7 May 2019 14:32:01 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x47EW14N012277; Tue, 7 May 2019 14:32:01 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201905071432.x47EW14N012277@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Tue, 7 May 2019 14:32:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500963 - head/devel/p5-ExtUtils-Depends X-SVN-Group: ports-head X-SVN-Commit-Author: culot X-SVN-Commit-Paths: head/devel/p5-ExtUtils-Depends X-SVN-Commit-Revision: 500963 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: EDDEE8B6BB X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.968,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 07 May 2019 14:32:02 -0000 Author: culot Date: Tue May 7 14:32:01 2019 New Revision: 500963 URL: https://svnweb.freebsd.org/changeset/ports/500963 Log: devel/p5-ExtUtils-Depends: update to 0.8000 Changes: https://metacpan.org/source/XAOC/ExtUtils-Depends-0.8000/Changes Modified: head/devel/p5-ExtUtils-Depends/Makefile head/devel/p5-ExtUtils-Depends/distinfo Modified: head/devel/p5-ExtUtils-Depends/Makefile ============================================================================== --- head/devel/p5-ExtUtils-Depends/Makefile Tue May 7 14:28:12 2019 (r500962) +++ head/devel/p5-ExtUtils-Depends/Makefile Tue May 7 14:32:01 2019 (r500963) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ExtUtils-Depends -PORTVERSION= 0.405 +PORTVERSION= 0.8000 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:XAOC Modified: head/devel/p5-ExtUtils-Depends/distinfo ============================================================================== --- head/devel/p5-ExtUtils-Depends/distinfo Tue May 7 14:28:12 2019 (r500962) +++ head/devel/p5-ExtUtils-Depends/distinfo Tue May 7 14:32:01 2019 (r500963) @@ -1,2 +1,3 @@ -SHA256 (ExtUtils-Depends-0.405.tar.gz) = 8ad6401ad7559b03ceda1fe4b191c95f417bdec7c542a984761a4656715a8a2c -SIZE (ExtUtils-Depends-0.405.tar.gz) = 18122 +TIMESTAMP = 1557239373 +SHA256 (ExtUtils-Depends-0.8000.tar.gz) = 780ff72128c04c2a22e6801187aa9c58cab298407f6e9d062706af1c250bbe98 +SIZE (ExtUtils-Depends-0.8000.tar.gz) = 17923 From owner-svn-ports-all@freebsd.org Tue May 7 14:35:59 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD78D1588FC2; Tue, 7 May 2019 14:35:58 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 778268B9B7; Tue, 7 May 2019 14:35:58 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 50CC31F9CB; Tue, 7 May 2019 14:35:58 +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 x47EZwqH012735; Tue, 7 May 2019 14:35:58 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x47EZuGE012723; Tue, 7 May 2019 14:35:56 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201905071435.x47EZuGE012723@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Tue, 7 May 2019 14:35:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500964 - in head/sysutils/beats: . files X-SVN-Group: ports-head X-SVN-Commit-Author: zi X-SVN-Commit-Paths: in head/sysutils/beats: . files X-SVN-Commit-Revision: 500964 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 778268B9B7 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 07 May 2019 14:35:59 -0000 Author: zi Date: Tue May 7 14:35:56 2019 New Revision: 500964 URL: https://svnweb.freebsd.org/changeset/ports/500964 Log: - Update to 6.7.1 Submitted by: jp@suppintr.io Approved by: elastic@ (feld) Deleted: head/sysutils/beats/files/patch-vendor_github.com_elastic_gosigar_sigar__freebsd.go Modified: head/sysutils/beats/Makefile head/sysutils/beats/distinfo head/sysutils/beats/files/patch-filebeat_filebeat.yml head/sysutils/beats/files/patch-heartbeat_heartbeat.yml head/sysutils/beats/files/patch-libbeat_scripts_Makefile head/sysutils/beats/files/patch-metricbeat_metricbeat.yml head/sysutils/beats/files/patch-packetbeat_packetbeat.yml head/sysutils/beats/files/patch-vendor_github.com_docker_docker_pkg_system_mknod.go head/sysutils/beats/pkg-plist Modified: head/sysutils/beats/Makefile ============================================================================== --- head/sysutils/beats/Makefile Tue May 7 14:32:01 2019 (r500963) +++ head/sysutils/beats/Makefile Tue May 7 14:35:56 2019 (r500964) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= beats -PORTVERSION= 6.6.0 -PORTREVISION= 0 +PORTVERSION= 6.7.1 DISTVERSIONPREFIX=v CATEGORIES= sysutils @@ -12,53 +11,51 @@ COMMENT= Collect logs locally and send to remote logst LICENSE= APACHE20 +USES= gmake go USE_GITHUB= yes GH_ACCOUNT= elastic +USE_RC_SUBR= ${GO_TARGETS} -USES= gmake go GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} +FIND_ARGS= "! ( -regex .*/*\.(go|in|log) ) ! -path *test* ! -path *vendor*" +MAKE_ENV+= GOBUILD_FLAGS="" -USE_RC_SUBR= ${GO_TARGETS} - OPTIONS_DEFAULT=FILEBEAT HEARTBEAT METRICBEAT OPTIONS_DEFINE= FILEBEAT HEARTBEAT METRICBEAT PACKETBEAT OPTIONS_SUB= yes -OPTIONS_MULTI= BEATS -OPTIONS_MULTI_BEATS=${OPTIONS_DEFAULT} - FILEBEAT_DESC= Filebeat FILEBEAT_VARS= GO_TARGETS+=filebeat PACKETBEAT_DESC=Packetbeat PACKETBEAT_VARS=GO_TARGETS+=packetbeat +PACKETBEAT_BROKEN= An underlying library is currently broken under FreeBSD METRICBEAT_DESC=Metricbeat METRICBEAT_VARS=GO_TARGETS+=metricbeat HEARTBEAT_DESC= Heartbeat -HEARTBEAT_VARS=GO_TARGETS+=heartbeat +HEARTBEAT_VARS= GO_TARGETS+=heartbeat -MAKE_ENV+= GOBUILD_FLAGS="" - .include -.if ${PORT_OPTIONS:MPACKETBEAT} -BROKEN= An underlying library is currently broken under FreeBSD -.endif - do-build: - @for GO_TARGET in ${GO_TARGETS}; do \ - cd ${GO_WRKSRC}; ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GMAKE} -C $${GO_TARGET} ;\ - done +.for GO_TARGET in ${GO_TARGETS} + @(cd ${GO_WRKSRC}; ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GMAKE} -C ${GO_TARGET}) +.endfor do-install: - for GO_TARGET in ${GO_TARGETS}; do \ - ${INSTALL_PROGRAM} ${GO_WRKSRC}/$${GO_TARGET}/$${GO_TARGET} \ - ${STAGEDIR}${PREFIX}/sbin ;\ - ${INSTALL_DATA} ${WRKSRC}/$${GO_TARGET}/$${GO_TARGET}.yml \ - ${STAGEDIR}${PREFIX}/etc/$${GO_TARGET}.yml.sample ;\ - ${MKDIR} ${STAGEDIR}/var/db/beats/$${GO_TARGET} ;\ - done +.for GO_TARGET in ${GO_TARGETS} + ${INSTALL_PROGRAM} ${GO_WRKSRC}/${GO_TARGET}/${GO_TARGET} \ + ${STAGEDIR}${PREFIX}/sbin + ${INSTALL_DATA} ${WRKSRC}/${GO_TARGET}/${GO_TARGET}.yml \ + ${STAGEDIR}${PREFIX}/etc/${GO_TARGET}.yml.sample + ${MKDIR} ${STAGEDIR}/var/db/beats/${GO_TARGET} +.endfor +.for BEATMOD in filebeat metricbeat + ${MKDIR} ${STAGEDIR}${ETCDIR}/${BEATMOD}.modules.d ${STAGEDIR}${DATADIR}/${BEATMOD}/module + (cd ${WRKSRC}/${BEATMOD}/module && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/${BEATMOD}/module ${FIND_ARGS}) + (cd ${WRKSRC}/${BEATMOD}/modules.d && ${COPYTREE_SHARE} . ${STAGEDIR}${ETCDIR}/${BEATMOD}.modules.d) +.endfor .include Modified: head/sysutils/beats/distinfo ============================================================================== --- head/sysutils/beats/distinfo Tue May 7 14:32:01 2019 (r500963) +++ head/sysutils/beats/distinfo Tue May 7 14:35:56 2019 (r500964) @@ -1,3 +1,3 @@ -TIMESTAMP = 1550092172 -SHA256 (elastic-beats-v6.6.0_GH0.tar.gz) = 0e55beab8945ba4c8035afcd22ae263d2c955dfc47e420d5231780ab53391342 -SIZE (elastic-beats-v6.6.0_GH0.tar.gz) = 29109311 +TIMESTAMP = 1555453757 +SHA256 (elastic-beats-v6.7.1_GH0.tar.gz) = a7834293870d73d734110975daed5660022df868bf01815e873d7c1e1bc761cc +SIZE (elastic-beats-v6.7.1_GH0.tar.gz) = 33042733 Modified: head/sysutils/beats/files/patch-filebeat_filebeat.yml ============================================================================== --- head/sysutils/beats/files/patch-filebeat_filebeat.yml Tue May 7 14:32:01 2019 (r500963) +++ head/sysutils/beats/files/patch-filebeat_filebeat.yml Tue May 7 14:35:56 2019 (r500964) @@ -1,4 +1,4 @@ ---- filebeat/filebeat.yml.orig 2017-02-09 15:20:52 UTC +--- filebeat/filebeat.yml.orig 2017-02-09 15:20:52 UTC +++ filebeat/filebeat.yml @@ -112,3 +112,5 @@ output.elasticsearch: # To enable all selectors use ["*"]. Examples of other selectors are "beat", Modified: head/sysutils/beats/files/patch-heartbeat_heartbeat.yml ============================================================================== --- head/sysutils/beats/files/patch-heartbeat_heartbeat.yml Tue May 7 14:32:01 2019 (r500963) +++ head/sysutils/beats/files/patch-heartbeat_heartbeat.yml Tue May 7 14:35:56 2019 (r500964) @@ -1,4 +1,4 @@ ---- heartbeat/heartbeat.yml.orig 2017-02-20 22:45:44 UTC +--- heartbeat/heartbeat.yml.orig 2017-02-20 22:45:44 UTC +++ heartbeat/heartbeat.yml @@ -77,3 +77,5 @@ output.elasticsearch: # To enable all selectors use ["*"]. Examples of other selectors are "beat", Modified: head/sysutils/beats/files/patch-libbeat_scripts_Makefile ============================================================================== --- head/sysutils/beats/files/patch-libbeat_scripts_Makefile Tue May 7 14:32:01 2019 (r500963) +++ head/sysutils/beats/files/patch-libbeat_scripts_Makefile Tue May 7 14:35:56 2019 (r500964) @@ -1,5 +1,5 @@ ---- libbeat/scripts/Makefile.orig 2018-02-01 16:56:52.000000000 +0100 -+++ libbeat/scripts/Makefile 2018-02-07 12:53:00.911420000 +0100 +--- libbeat/scripts/Makefile.orig 2018-02-01 16:56:52.000000000 +0100 ++++ libbeat/scripts/Makefile 2018-02-07 12:53:00.911420000 +0100 @@ -27,7 +27,7 @@ GOFILES_NOVENDOR = $(shell find . -type f -name '*.go' -not -path "*/vendor/*") GOFILES_ALL = $(GOFILES) $(shell find $(ES_BEATS) -type f -name '*.go') Modified: head/sysutils/beats/files/patch-metricbeat_metricbeat.yml ============================================================================== --- head/sysutils/beats/files/patch-metricbeat_metricbeat.yml Tue May 7 14:32:01 2019 (r500963) +++ head/sysutils/beats/files/patch-metricbeat_metricbeat.yml Tue May 7 14:35:56 2019 (r500964) @@ -1,4 +1,4 @@ ---- metricbeat/metricbeat.yml.orig 2017-02-20 22:45:44 UTC +--- metricbeat/metricbeat.yml.orig 2017-02-20 22:45:44 UTC +++ metricbeat/metricbeat.yml @@ -103,3 +103,5 @@ output.elasticsearch: # To enable all selectors use ["*"]. Examples of other selectors are "beat", Modified: head/sysutils/beats/files/patch-packetbeat_packetbeat.yml ============================================================================== --- head/sysutils/beats/files/patch-packetbeat_packetbeat.yml Tue May 7 14:32:01 2019 (r500963) +++ head/sysutils/beats/files/patch-packetbeat_packetbeat.yml Tue May 7 14:35:56 2019 (r500964) @@ -1,8 +1,8 @@ ---- packetbeat/packetbeat.yml.orig 2017-02-09 16:20:52.000000000 +0100 -+++ packetbeat/packetbeat.yml 2017-02-21 02:04:13.919394000 +0100 +--- packetbeat/packetbeat.yml.orig 2017-02-09 16:20:52.000000000 +0100 ++++ packetbeat/packetbeat.yml 2017-02-21 02:04:13.919394000 +0100 @@ -10,8 +10,10 @@ #============================== Network device ================================ - + # Select the network interface to sniff the data. On Linux, you can use the -# "any" keyword to sniff on all connected interfaces. -packetbeat.interfaces.device: any @@ -10,9 +10,9 @@ +# and the beats programmers did not bother to implement it, so you must set this +# to your preferred device +packetbeat.interfaces.device: em0 - + #================================== Flows ===================================== - + @@ -147,3 +149,5 @@ # To enable all selectors use ["*"]. Examples of other selectors are "beat", # "publish", "service". Modified: head/sysutils/beats/files/patch-vendor_github.com_docker_docker_pkg_system_mknod.go ============================================================================== --- head/sysutils/beats/files/patch-vendor_github.com_docker_docker_pkg_system_mknod.go Tue May 7 14:32:01 2019 (r500963) +++ head/sysutils/beats/files/patch-vendor_github.com_docker_docker_pkg_system_mknod.go Tue May 7 14:35:56 2019 (r500964) @@ -7,5 +7,5 @@ - return syscall.Mknod(path, mode, dev) + return syscall.Mknod(path, mode, uint64(dev)) } - + // Mkdev is used to build the value of linux devices (in /dev/) which specifies major Modified: head/sysutils/beats/pkg-plist ============================================================================== --- head/sysutils/beats/pkg-plist Tue May 7 14:32:01 2019 (r500963) +++ head/sysutils/beats/pkg-plist Tue May 7 14:35:56 2019 (r500964) @@ -11,3 +11,1154 @@ %%HEARTBEAT%%@dir /var/db/beats/heartbeat %%METRICBEAT%%@dir /var/db/beats/metricbeat %%PACKETBEAT%%@dir /var/db/beats/packetbeat +@dir %%DATADIR%%/metricbeat/module/kubernetes/util +%%DATADIR%%/metricbeat/module/kubernetes/event/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/kubernetes/event/_meta/fields.yml +%%DATADIR%%/metricbeat/module/kubernetes/event/_meta/data.json +%%DATADIR%%/metricbeat/module/kubernetes/state_container/_meta/data.json +%%DATADIR%%/metricbeat/module/kubernetes/state_container/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/kubernetes/state_container/_meta/fields.yml +%%DATADIR%%/metricbeat/module/kubernetes/node/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/kubernetes/node/_meta/fields.yml +%%DATADIR%%/metricbeat/module/kubernetes/node/_meta/data.json +%%DATADIR%%/metricbeat/module/kubernetes/_meta/kubeconfig +%%DATADIR%%/metricbeat/module/kubernetes/_meta/Dockerfile +%%DATADIR%%/metricbeat/module/kubernetes/_meta/config.yml +%%DATADIR%%/metricbeat/module/kubernetes/_meta/Dockerfile.kube-state +%%DATADIR%%/metricbeat/module/kubernetes/_meta/config.reference.yml +%%DATADIR%%/metricbeat/module/kubernetes/_meta/env +%%DATADIR%%/metricbeat/module/kubernetes/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/kubernetes/_meta/kibana/6/dashboard/Metricbeat-kubernetes-apiserver.json +%%DATADIR%%/metricbeat/module/kubernetes/_meta/kibana/6/dashboard/Metricbeat-kubernetes-overview.json +%%DATADIR%%/metricbeat/module/kubernetes/_meta/kibana/5/dashboard/022a54c0-2bf5-11e7-859b-f78b612cde28.json +%%DATADIR%%/metricbeat/module/kubernetes/_meta/kibana/5/visualization/294546b0-30d6-11e7-8df8-6d3604a72912.json +%%DATADIR%%/metricbeat/module/kubernetes/_meta/kibana/5/visualization/7aac4fd0-30e0-11e7-8df8-6d3604a72912.json +%%DATADIR%%/metricbeat/module/kubernetes/_meta/kibana/5/visualization/408fccf0-30d6-11e7-8df8-6d3604a72912.json +%%DATADIR%%/metricbeat/module/kubernetes/_meta/kibana/5/visualization/16fa4470-2bfd-11e7-859b-f78b612cde28.json +%%DATADIR%%/metricbeat/module/kubernetes/_meta/kibana/5/visualization/44f12b40-2bf4-11e7-859b-f78b612cde28.json +%%DATADIR%%/metricbeat/module/kubernetes/_meta/kibana/5/visualization/cd059410-2bfb-11e7-859b-f78b612cde28.json +%%DATADIR%%/metricbeat/module/kubernetes/_meta/kibana/5/visualization/174a6ad0-30e0-11e7-8df8-6d3604a72912.json +%%DATADIR%%/metricbeat/module/kubernetes/_meta/kibana/5/visualization/a4c9d360-30df-11e7-8df8-6d3604a72912.json +%%DATADIR%%/metricbeat/module/kubernetes/_meta/kibana/5/visualization/d6564360-2bfc-11e7-859b-f78b612cde28.json +%%DATADIR%%/metricbeat/module/kubernetes/_meta/kibana/5/visualization/e1018b90-2bfb-11e7-859b-f78b612cde28.json +%%DATADIR%%/metricbeat/module/kubernetes/_meta/kibana/5/visualization/022a54c0-2bf5-11e7-859b-f78b612cde28.json +%%DATADIR%%/metricbeat/module/kubernetes/_meta/kibana/5/visualization/58e644f0-30d6-11e7-8df8-6d3604a72912.json +%%DATADIR%%/metricbeat/module/kubernetes/_meta/kibana/5/visualization/da1ff7c0-30ed-11e7-b9e5-2b5b07213ab3.json +%%DATADIR%%/metricbeat/module/kubernetes/_meta/fields.yml +%%DATADIR%%/metricbeat/module/kubernetes/apiserver/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/kubernetes/apiserver/_meta/fields.yml +%%DATADIR%%/metricbeat/module/kubernetes/state_pod/_meta/fields.yml +%%DATADIR%%/metricbeat/module/kubernetes/state_pod/_meta/data.json +%%DATADIR%%/metricbeat/module/kubernetes/state_pod/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/kubernetes/volume/_meta/fields.yml +%%DATADIR%%/metricbeat/module/kubernetes/volume/_meta/data.json +%%DATADIR%%/metricbeat/module/kubernetes/volume/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/kubernetes/state_deployment/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/kubernetes/state_deployment/_meta/fields.yml +%%DATADIR%%/metricbeat/module/kubernetes/state_deployment/_meta/data.json +%%DATADIR%%/metricbeat/module/kubernetes/pod/_meta/data.json +%%DATADIR%%/metricbeat/module/kubernetes/pod/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/kubernetes/pod/_meta/fields.yml +%%DATADIR%%/metricbeat/module/kubernetes/module.yml +%%DATADIR%%/metricbeat/module/kubernetes/system/_meta/data.json +%%DATADIR%%/metricbeat/module/kubernetes/system/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/kubernetes/system/_meta/fields.yml +%%DATADIR%%/metricbeat/module/kubernetes/state_replicaset/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/kubernetes/state_replicaset/_meta/fields.yml +%%DATADIR%%/metricbeat/module/kubernetes/state_replicaset/_meta/data.json +%%DATADIR%%/metricbeat/module/kubernetes/state_statefulset/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/kubernetes/state_statefulset/_meta/data.json +%%DATADIR%%/metricbeat/module/kubernetes/state_statefulset/_meta/fields.yml +%%DATADIR%%/metricbeat/module/kubernetes/state_node/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/kubernetes/state_node/_meta/fields.yml +%%DATADIR%%/metricbeat/module/kubernetes/state_node/_meta/data.json +%%DATADIR%%/metricbeat/module/kubernetes/container/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/kubernetes/container/_meta/fields.yml +%%DATADIR%%/metricbeat/module/kubernetes/container/_meta/data.json +%%DATADIR%%/metricbeat/module/aerospike/_meta/fields.yml +%%DATADIR%%/metricbeat/module/aerospike/_meta/env +%%DATADIR%%/metricbeat/module/aerospike/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/aerospike/_meta/config.yml +%%DATADIR%%/metricbeat/module/aerospike/_meta/Dockerfile +%%DATADIR%%/metricbeat/module/aerospike/_meta/config.reference.yml +%%DATADIR%%/metricbeat/module/aerospike/namespace/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/aerospike/namespace/_meta/fields.yml +%%DATADIR%%/metricbeat/module/aerospike/namespace/_meta/data.json +%%DATADIR%%/metricbeat/module/haproxy/stat/_meta/data.json +%%DATADIR%%/metricbeat/module/haproxy/stat/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/haproxy/stat/_meta/fields.yml +%%DATADIR%%/metricbeat/module/haproxy/module.yml +%%DATADIR%%/metricbeat/module/haproxy/info/_meta/data.json +%%DATADIR%%/metricbeat/module/haproxy/info/_meta/fields.yml +%%DATADIR%%/metricbeat/module/haproxy/info/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/haproxy/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/haproxy/_meta/config.reference.yml +%%DATADIR%%/metricbeat/module/haproxy/_meta/config.yml +%%DATADIR%%/metricbeat/module/haproxy/_meta/Dockerfile +%%DATADIR%%/metricbeat/module/haproxy/_meta/env +%%DATADIR%%/metricbeat/module/haproxy/_meta/Dockerfile.1.6 +%%DATADIR%%/metricbeat/module/haproxy/_meta/fields.yml +%%DATADIR%%/metricbeat/module/haproxy/_meta/Dockerfile.1.7 +%%DATADIR%%/metricbeat/module/haproxy/_meta/kibana/6/dashboard/Metricbeat-haproxy-http-frontend.json +%%DATADIR%%/metricbeat/module/haproxy/_meta/kibana/6/dashboard/Metricbeat-haproxy-http-server.json +%%DATADIR%%/metricbeat/module/haproxy/_meta/kibana/6/dashboard/Metricbeat-haproxy-http-backend.json +%%DATADIR%%/metricbeat/module/haproxy/_meta/kibana/6/dashboard/Metricbeat-haproxy-frontend.json +%%DATADIR%%/metricbeat/module/haproxy/_meta/kibana/6/dashboard/Metricbeat-haproxy-backend.json +%%DATADIR%%/metricbeat/module/haproxy/_meta/kibana/6/dashboard/Metricbeat-haproxy-overview.json +%%DATADIR%%/metricbeat/module/haproxy/_meta/kibana/6/dashboard/Metricbeat-haproxy-visualizations.json +%%DATADIR%%/metricbeat/module/haproxy/_meta/haproxy.conf +%%DATADIR%%/metricbeat/module/rabbitmq/exchange/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/rabbitmq/exchange/_meta/data.json +%%DATADIR%%/metricbeat/module/rabbitmq/exchange/_meta/fields.yml +%%DATADIR%%/metricbeat/module/rabbitmq/node/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/rabbitmq/node/_meta/data.json +%%DATADIR%%/metricbeat/module/rabbitmq/node/_meta/fields.yml +%%DATADIR%%/metricbeat/module/rabbitmq/connection/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/rabbitmq/connection/_meta/fields.yml +%%DATADIR%%/metricbeat/module/rabbitmq/connection/_meta/data.json +%%DATADIR%%/metricbeat/module/rabbitmq/queue/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/rabbitmq/queue/_meta/data.json +%%DATADIR%%/metricbeat/module/rabbitmq/queue/_meta/fields.yml +%%DATADIR%%/metricbeat/module/rabbitmq/module.yml +%%DATADIR%%/metricbeat/module/rabbitmq/_meta/config.yml +%%DATADIR%%/metricbeat/module/rabbitmq/_meta/Dockerfile +%%DATADIR%%/metricbeat/module/rabbitmq/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/rabbitmq/_meta/env +%%DATADIR%%/metricbeat/module/rabbitmq/_meta/kibana/5/dashboard/Metricbeat-Rabbitmq.json +%%DATADIR%%/metricbeat/module/rabbitmq/_meta/kibana/5/visualization/RabbitMQ-Erlang-Process-Usage.json +%%DATADIR%%/metricbeat/module/rabbitmq/_meta/kibana/5/visualization/RabbitMQ-Memory-Usage.json +%%DATADIR%%/metricbeat/module/rabbitmq/_meta/kibana/5/visualization/Rabbitmq-Number-of-Nodes.json +%%DATADIR%%/metricbeat/module/rabbitmq/_meta/kibana/5/visualization/RabbitMQ-Queue-Index-Operations.json +%%DATADIR%%/metricbeat/module/rabbitmq/_meta/kibana/5/search/Metricbeat-Rabbitmq.json +%%DATADIR%%/metricbeat/module/rabbitmq/_meta/kibana/6/dashboard/Metricbeat-rabbitmq-overview.json +%%DATADIR%%/metricbeat/module/rabbitmq/_meta/config.reference.yml +%%DATADIR%%/metricbeat/module/rabbitmq/_meta/fields.yml +%%DATADIR%%/metricbeat/module/php_fpm/pool/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/php_fpm/pool/_meta/fields.yml +%%DATADIR%%/metricbeat/module/php_fpm/pool/_meta/data.json +%%DATADIR%%/metricbeat/module/php_fpm/_meta/Dockerfile +%%DATADIR%%/metricbeat/module/php_fpm/_meta/config.yml +%%DATADIR%%/metricbeat/module/php_fpm/_meta/config.reference.yml +%%DATADIR%%/metricbeat/module/php_fpm/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/php_fpm/_meta/env +%%DATADIR%%/metricbeat/module/php_fpm/_meta/fields.yml +%%DATADIR%%/metricbeat/module/php_fpm/_meta/php-fpm.conf +%%DATADIR%%/metricbeat/module/php_fpm/process/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/php_fpm/process/_meta/data.json +%%DATADIR%%/metricbeat/module/php_fpm/process/_meta/fields.yml +%%DATADIR%%/metricbeat/module/php_fpm/Dockerfile +%%DATADIR%%/metricbeat/module/traefik/health/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/traefik/health/_meta/data.json +%%DATADIR%%/metricbeat/module/traefik/health/_meta/fields.yml +%%DATADIR%%/metricbeat/module/traefik/_meta/Dockerfile +%%DATADIR%%/metricbeat/module/traefik/_meta/config.yml +%%DATADIR%%/metricbeat/module/traefik/_meta/env +%%DATADIR%%/metricbeat/module/traefik/_meta/traefik.toml +%%DATADIR%%/metricbeat/module/traefik/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/traefik/_meta/fields.yml +%%DATADIR%%/metricbeat/module/logstash/node_stats/_meta/data.json +%%DATADIR%%/metricbeat/module/logstash/node_stats/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/logstash/node_stats/_meta/fields.yml +%%DATADIR%%/metricbeat/module/logstash/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/logstash/_meta/env +%%DATADIR%%/metricbeat/module/logstash/_meta/config.yml +%%DATADIR%%/metricbeat/module/logstash/_meta/Dockerfile +%%DATADIR%%/metricbeat/module/logstash/_meta/fields.yml +%%DATADIR%%/metricbeat/module/logstash/_meta/config.reference.yml +%%DATADIR%%/metricbeat/module/logstash/_meta/healthcheck.sh +%%DATADIR%%/metricbeat/module/logstash/node/_meta/data.json +%%DATADIR%%/metricbeat/module/logstash/node/_meta/fields.yml +%%DATADIR%%/metricbeat/module/logstash/node/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/windows/perfmon/_meta/data.json +%%DATADIR%%/metricbeat/module/windows/perfmon/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/windows/perfmon/_meta/fields.yml +%%DATADIR%%/metricbeat/module/windows/_meta/fields.yml +%%DATADIR%%/metricbeat/module/windows/_meta/kibana/6/dashboard/metricbeat-windows-service.json +%%DATADIR%%/metricbeat/module/windows/_meta/config.reference.yml +%%DATADIR%%/metricbeat/module/windows/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/windows/_meta/config.yml +%%DATADIR%%/metricbeat/module/windows/module.yml +%%DATADIR%%/metricbeat/module/windows/service/_meta/fields.yml +%%DATADIR%%/metricbeat/module/windows/service/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/windows/service/_meta/data.json +%%DATADIR%%/metricbeat/module/nginx/_meta/nginx.conf +%%DATADIR%%/metricbeat/module/nginx/_meta/config.reference.yml +%%DATADIR%%/metricbeat/module/nginx/_meta/Dockerfile +%%DATADIR%%/metricbeat/module/nginx/_meta/config.yml +%%DATADIR%%/metricbeat/module/nginx/_meta/kibana/6/dashboard/metricbeat-nginx-overview.json +%%DATADIR%%/metricbeat/module/nginx/_meta/fields.yml +%%DATADIR%%/metricbeat/module/nginx/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/nginx/_meta/env +%%DATADIR%%/metricbeat/module/nginx/stubstatus/_meta/data.json +%%DATADIR%%/metricbeat/module/nginx/stubstatus/_meta/fields.yml +%%DATADIR%%/metricbeat/module/nginx/stubstatus/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/nginx/module.yml +%%DATADIR%%/metricbeat/module/redis/_meta/fields.yml +%%DATADIR%%/metricbeat/module/redis/_meta/config.yml +%%DATADIR%%/metricbeat/module/redis/_meta/config.reference.yml +%%DATADIR%%/metricbeat/module/redis/_meta/Dockerfile +%%DATADIR%%/metricbeat/module/redis/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/redis/_meta/env +%%DATADIR%%/metricbeat/module/redis/_meta/kibana/6/dashboard/Metricbeat-redis-keys.json +%%DATADIR%%/metricbeat/module/redis/_meta/kibana/6/dashboard/Metricbeat-redis-overview.json +%%DATADIR%%/metricbeat/module/redis/_meta/kibana/5/dashboard/Metricbeat-Redis.json +%%DATADIR%%/metricbeat/module/redis/_meta/kibana/5/search/Metricbeat-Redis.json +%%DATADIR%%/metricbeat/module/redis/_meta/kibana/5/visualization/Redis-multiplexing-API.json +%%DATADIR%%/metricbeat/module/redis/_meta/kibana/5/visualization/Redis-Keyspaces.json +%%DATADIR%%/metricbeat/module/redis/_meta/kibana/5/visualization/Redis-server-mode.json +%%DATADIR%%/metricbeat/module/redis/_meta/kibana/5/visualization/Redis-hosts.json +%%DATADIR%%/metricbeat/module/redis/_meta/kibana/5/visualization/Redis-Connected-clients.json +%%DATADIR%%/metricbeat/module/redis/_meta/kibana/5/visualization/Redis-Clients-Metrics.json +%%DATADIR%%/metricbeat/module/redis/_meta/kibana/5/visualization/Redis-Server-Versions.json +%%DATADIR%%/metricbeat/module/redis/module.yml +%%DATADIR%%/metricbeat/module/redis/info/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/redis/info/_meta/data.json +%%DATADIR%%/metricbeat/module/redis/info/_meta/fields.yml +%%DATADIR%%/metricbeat/module/redis/key/_meta/data.json +%%DATADIR%%/metricbeat/module/redis/key/_meta/fields.yml +%%DATADIR%%/metricbeat/module/redis/key/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/redis/keyspace/_meta/data.json +%%DATADIR%%/metricbeat/module/redis/keyspace/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/redis/keyspace/_meta/fields.yml +%%DATADIR%%/metricbeat/module/postgresql/database/_meta/data.json +%%DATADIR%%/metricbeat/module/postgresql/database/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/postgresql/database/_meta/fields.yml +%%DATADIR%%/metricbeat/module/postgresql/activity/_meta/data.json +%%DATADIR%%/metricbeat/module/postgresql/activity/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/postgresql/activity/_meta/fields.yml +%%DATADIR%%/metricbeat/module/postgresql/_meta/config.yml +%%DATADIR%%/metricbeat/module/postgresql/_meta/env +%%DATADIR%%/metricbeat/module/postgresql/_meta/docker-entrypoint-initdb.d/0-enable-pg_stat_statements.sh +%%DATADIR%%/metricbeat/module/postgresql/_meta/docker-entrypoint-initdb.d/1-create-extension-pg_stat_statements.sql +%%DATADIR%%/metricbeat/module/postgresql/_meta/Dockerfile +%%DATADIR%%/metricbeat/module/postgresql/_meta/fields.yml +%%DATADIR%%/metricbeat/module/postgresql/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/postgresql/_meta/config.reference.yml +%%DATADIR%%/metricbeat/module/postgresql/bgwriter/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/postgresql/bgwriter/_meta/data.json +%%DATADIR%%/metricbeat/module/postgresql/bgwriter/_meta/fields.yml +%%DATADIR%%/metricbeat/module/postgresql/statement/_meta/data.json +%%DATADIR%%/metricbeat/module/postgresql/statement/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/postgresql/statement/_meta/fields.yml +%%DATADIR%%/metricbeat/module/dropwizard/_meta/fields.yml +%%DATADIR%%/metricbeat/module/dropwizard/_meta/env +%%DATADIR%%/metricbeat/module/dropwizard/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/dropwizard/_meta/Dockerfile +%%DATADIR%%/metricbeat/module/dropwizard/_meta/config.yml +%%DATADIR%%/metricbeat/module/dropwizard/_meta/.dockerignore +%%DATADIR%%/metricbeat/module/dropwizard/_meta/config.reference.yml +%%DATADIR%%/metricbeat/module/dropwizard/collector/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/dropwizard/collector/_meta/data.json +%%DATADIR%%/metricbeat/module/dropwizard/collector/_meta/fields.yml +%%DATADIR%%/metricbeat/module/memcached/stats/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/memcached/stats/_meta/fields.yml +%%DATADIR%%/metricbeat/module/memcached/stats/_meta/data.json +%%DATADIR%%/metricbeat/module/memcached/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/memcached/_meta/fields.yml +%%DATADIR%%/metricbeat/module/memcached/_meta/env +%%DATADIR%%/metricbeat/module/memcached/_meta/config.reference.yml +%%DATADIR%%/metricbeat/module/memcached/_meta/Dockerfile +%%DATADIR%%/metricbeat/module/memcached/_meta/config.yml +%%DATADIR%%/metricbeat/module/prometheus/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/prometheus/_meta/fields.yml +%%DATADIR%%/metricbeat/module/prometheus/_meta/env +%%DATADIR%%/metricbeat/module/prometheus/_meta/config.reference.yml +%%DATADIR%%/metricbeat/module/prometheus/_meta/config.yml +%%DATADIR%%/metricbeat/module/prometheus/_meta/Dockerfile +%%DATADIR%%/metricbeat/module/prometheus/collector/_meta/fields.yml +%%DATADIR%%/metricbeat/module/prometheus/collector/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/prometheus/collector/_meta/data.json +%%DATADIR%%/metricbeat/module/prometheus/stats/_meta/fields.yml +%%DATADIR%%/metricbeat/module/prometheus/stats/_meta/data.json +%%DATADIR%%/metricbeat/module/prometheus/stats/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/uwsgi/status/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/uwsgi/status/_meta/fields.yml +%%DATADIR%%/metricbeat/module/uwsgi/status/_meta/data.json +%%DATADIR%%/metricbeat/module/uwsgi/module.yml +%%DATADIR%%/metricbeat/module/uwsgi/_meta/env +%%DATADIR%%/metricbeat/module/uwsgi/_meta/Dockerfile +%%DATADIR%%/metricbeat/module/uwsgi/_meta/config.yml +%%DATADIR%%/metricbeat/module/uwsgi/_meta/kibana/5/dashboard/Metricbeat-uWSGI.json +%%DATADIR%%/metricbeat/module/uwsgi/_meta/kibana/5/visualization/ac7194b0-f0ae-11e7-b9ff-9f96241065de.json +%%DATADIR%%/metricbeat/module/uwsgi/_meta/kibana/5/visualization/a5058e70-f0ae-11e7-b9ff-9f96241065de.json +%%DATADIR%%/metricbeat/module/uwsgi/_meta/kibana/5/visualization/ba4a80b0-f0ae-11e7-b9ff-9f96241065de.json +%%DATADIR%%/metricbeat/module/uwsgi/_meta/kibana/5/visualization/8c5f96e0-f0ae-11e7-b9ff-9f96241065de.json +%%DATADIR%%/metricbeat/module/uwsgi/_meta/kibana/5/search/Metricbeat-uWSGI-status.json +%%DATADIR%%/metricbeat/module/uwsgi/_meta/kibana/6/dashboard/Metricbeat-uwsgi-overview.json +%%DATADIR%%/metricbeat/module/uwsgi/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/uwsgi/_meta/.dockerignore +%%DATADIR%%/metricbeat/module/uwsgi/_meta/fields.yml +%%DATADIR%%/metricbeat/module/uwsgi/_meta/config.reference.yml +%%DATADIR%%/metricbeat/module/graphite/_meta/fields.yml +%%DATADIR%%/metricbeat/module/graphite/_meta/config.reference.yml +%%DATADIR%%/metricbeat/module/graphite/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/graphite/_meta/config.yml +%%DATADIR%%/metricbeat/module/graphite/server/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/graphite/server/_meta/fields.yml +%%DATADIR%%/metricbeat/module/graphite/server/_meta/data.json +%%DATADIR%%/metricbeat/module/etcd/self/_meta/fields.yml +%%DATADIR%%/metricbeat/module/etcd/self/_meta/data.json +%%DATADIR%%/metricbeat/module/etcd/self/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/etcd/store/_meta/fields.yml +%%DATADIR%%/metricbeat/module/etcd/store/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/etcd/store/_meta/data.json +%%DATADIR%%/metricbeat/module/etcd/_meta/Dockerfile +%%DATADIR%%/metricbeat/module/etcd/_meta/config.yml +%%DATADIR%%/metricbeat/module/etcd/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/etcd/_meta/config.reference.yml +%%DATADIR%%/metricbeat/module/etcd/_meta/fields.yml +%%DATADIR%%/metricbeat/module/etcd/_meta/env +%%DATADIR%%/metricbeat/module/etcd/leader/_meta/data.json +%%DATADIR%%/metricbeat/module/etcd/leader/_meta/fields.yml +%%DATADIR%%/metricbeat/module/etcd/leader/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/system/cpu/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/system/cpu/_meta/data.json +%%DATADIR%%/metricbeat/module/system/cpu/_meta/fields.yml +%%DATADIR%%/metricbeat/module/system/uptime/_meta/data.json +%%DATADIR%%/metricbeat/module/system/uptime/_meta/fields.yml +%%DATADIR%%/metricbeat/module/system/uptime/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/system/filesystem/_meta/fields.yml +%%DATADIR%%/metricbeat/module/system/filesystem/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/system/filesystem/_meta/data.json +%%DATADIR%%/metricbeat/module/system/fsstat/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/system/fsstat/_meta/data.json +%%DATADIR%%/metricbeat/module/system/fsstat/_meta/fields.yml +%%DATADIR%%/metricbeat/module/system/process/_meta/fields.yml +%%DATADIR%%/metricbeat/module/system/process/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/system/process/_meta/data.json +%%DATADIR%%/metricbeat/module/system/core/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/system/core/_meta/fields.yml +%%DATADIR%%/metricbeat/module/system/core/_meta/data.json +%%DATADIR%%/metricbeat/module/system/diskio/_meta/fields.yml +%%DATADIR%%/metricbeat/module/system/diskio/_meta/data.json +%%DATADIR%%/metricbeat/module/system/diskio/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/system/socket_summary/_meta/fields.yml +%%DATADIR%%/metricbeat/module/system/socket_summary/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/system/socket/_meta/data.json +%%DATADIR%%/metricbeat/module/system/socket/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/system/socket/_meta/fields.yml +%%DATADIR%%/metricbeat/module/system/module.yml +%%DATADIR%%/metricbeat/module/system/raid/_meta/fields.yml +%%DATADIR%%/metricbeat/module/system/raid/_meta/data.json +%%DATADIR%%/metricbeat/module/system/raid/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/system/load/_meta/data.json +%%DATADIR%%/metricbeat/module/system/load/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/system/load/_meta/fields.yml +%%DATADIR%%/metricbeat/module/system/memory/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/system/memory/_meta/fields.yml +%%DATADIR%%/metricbeat/module/system/memory/_meta/data.json +%%DATADIR%%/metricbeat/module/system/_meta/fields.yml +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/dashboard/Metricbeat-network.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/dashboard/Metricbeat-cpu.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/dashboard/Metricbeat-overview.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/dashboard/CPU-slash-Memory-per-container.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/dashboard/Metricbeat-processes.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/dashboard/79ffd6e0-faa0-11e6-947f-177f697178b8.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/dashboard/Metricbeat-system-overview.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/dashboard/Metricbeat-memory.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/dashboard/Metricbeat-filesystem-per-Host.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/dashboard/d1f1f9e0-1b1c-11e7-b09e-037021c4f8df.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/dashboard/Metricbeat-filesystem.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/CPU-usage-over-time.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/Disk-space-overview.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/Disk-space-distribution.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/CPU-Usage.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/d3166e80-1b91-11e7-bec4-a5e9ec5cab8b.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/ab2d1e90-1b1a-11e7-b09e-037021c4f8df.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/Top-disks-by-memory-usage.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/2e224660-1b19-11e7-b09e-037021c4f8df.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/Swap-usage.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/Packet-loss-on-interfaces.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/26732e20-1b91-11e7-bec4-a5e9ec5cab8b.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/1aae9140-1b93-11e7-8ada-3df93aab833e.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/Total-Memory.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/Network-Packetloss.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/Top-processes-by-CPU-usage.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/Disk-utilization-over-time.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/217025e0-2a69-11e7-99f0-399f2a11b723.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/Disk-space.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/Network-Bytes.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/Memory-usage-per-process.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/aa984970-1e0b-11e7-852e-cdcfcfdffddd.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/System-Load-over-time.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/Container-CPU-usage.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/Free-disk-space-over-days.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/Top-processes-by-memory-usage.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/Servers-overview.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/Number-of-processes.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/6b7b9a40-faa1-11e6-86b1-cd7735ff7e23.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/fe064790-1b1f-11e7-bec4-a5e9ec5cab8b.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/System-overview-by-host.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/522ee670-1b92-11e7-bec4-a5e9ec5cab8b.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/4e4bb1e0-1b1b-11e7-b09e-037021c4f8df.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/Top-10-interfaces.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/Swap-usage-over-time.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/Top-hosts-by-CPU-usage.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/Container-Block-IO.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/Number-of-Pids.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/System-load.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/Memory-usage-over-time.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/95490a10-1e23-11e7-958f-490b8dcb96d8.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/34f97ee0-1b96-11e7-8ada-3df93aab833e.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/CPU-usage-per-process.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/Top-hosts-by-disk-size.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/System-Navigation.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/e0f001c0-1b18-11e7-b09e-037021c4f8df.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/Number-of-processes-over-time.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/Memory-usage.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/83e12df0-1b91-11e7-bec4-a5e9ec5cab8b.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/bfa5e400-1b16-11e7-b09e-037021c4f8df.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/In-vs-Out-Network-Bytes.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/855899e0-1b1c-11e7-b09e-037021c4f8df.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/Top-hosts-by-memory-usage.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/089b85d0-1b16-11e7-b09e-037021c4f8df.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/Container-Memory-stats.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/4d546850-1b15-11e7-b09e-037021c4f8df.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/Total-files-over-days.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/visualization/Available-Memory.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/search/Fsstats.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/search/Load-stats.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/search/Cpu-stats.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/search/Memory-stats.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/search/Filesystem-stats.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/search/Cpu-Load-stats.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/search/System-stats.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/search/Network-data.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/5/search/Process-stats.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/6/dashboard/Metricbeat-host-overview.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/6/dashboard/Metricbeat-system-overview.json +%%DATADIR%%/metricbeat/module/system/_meta/kibana/6/dashboard/Metricbeat-containers-overview.json +%%DATADIR%%/metricbeat/module/system/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/system/_meta/config.reference.yml +%%DATADIR%%/metricbeat/module/system/_meta/config.yml +%%DATADIR%%/metricbeat/module/system/network/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/system/network/_meta/data.json +%%DATADIR%%/metricbeat/module/system/network/_meta/fields.yml +%%DATADIR%%/metricbeat/module/system/process_summary/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/system/process_summary/_meta/data.json +%%DATADIR%%/metricbeat/module/system/process_summary/_meta/fields.yml +%%DATADIR%%/metricbeat/module/jolokia/_meta/env +%%DATADIR%%/metricbeat/module/jolokia/_meta/Dockerfile +%%DATADIR%%/metricbeat/module/jolokia/_meta/config.yml +%%DATADIR%%/metricbeat/module/jolokia/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/jolokia/_meta/fields.yml +%%DATADIR%%/metricbeat/module/jolokia/_meta/jolokia.xml +%%DATADIR%%/metricbeat/module/jolokia/jmx/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/jolokia/jmx/_meta/data.json +%%DATADIR%%/metricbeat/module/jolokia/jmx/_meta/fields.yml +%%DATADIR%%/metricbeat/module/couchbase/bucket/_meta/data.json +%%DATADIR%%/metricbeat/module/couchbase/bucket/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/couchbase/bucket/_meta/fields.yml +%%DATADIR%%/metricbeat/module/couchbase/_meta/env +%%DATADIR%%/metricbeat/module/couchbase/_meta/Dockerfile +%%DATADIR%%/metricbeat/module/couchbase/_meta/config.yml +%%DATADIR%%/metricbeat/module/couchbase/_meta/config.reference.yml +%%DATADIR%%/metricbeat/module/couchbase/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/couchbase/_meta/fields.yml +%%DATADIR%%/metricbeat/module/couchbase/_meta/configure-node.sh +%%DATADIR%%/metricbeat/module/couchbase/cluster/_meta/data.json +%%DATADIR%%/metricbeat/module/couchbase/cluster/_meta/fields.yml +%%DATADIR%%/metricbeat/module/couchbase/cluster/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/couchbase/node/_meta/fields.yml +%%DATADIR%%/metricbeat/module/couchbase/node/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/couchbase/node/_meta/data.json +%%DATADIR%%/metricbeat/module/mysql/_meta/Dockerfile +%%DATADIR%%/metricbeat/module/mysql/_meta/config.yml +%%DATADIR%%/metricbeat/module/mysql/_meta/env +%%DATADIR%%/metricbeat/module/mysql/_meta/config.reference.yml +%%DATADIR%%/metricbeat/module/mysql/_meta/kibana/5/search/67e88e60-0005-11e7-aaf1-b342e4b94bb0.json +%%DATADIR%%/metricbeat/module/mysql/_meta/kibana/5/dashboard/66881e90-0006-11e7-bf7f-c9acc3d3e306.json +%%DATADIR%%/metricbeat/module/mysql/_meta/kibana/5/visualization/e784dc50-0005-11e7-bf7f-c9acc3d3e306.json +%%DATADIR%%/metricbeat/module/mysql/_meta/kibana/5/visualization/45a00c10-0006-11e7-bf7f-c9acc3d3e306.json +%%DATADIR%%/metricbeat/module/mysql/_meta/kibana/5/visualization/4c36c420-000a-11e7-8cd4-73b67e9e3f3c.json +%%DATADIR%%/metricbeat/module/mysql/_meta/kibana/5/visualization/1a99f2b0-0006-11e7-bf7f-c9acc3d3e306.json +%%DATADIR%%/metricbeat/module/mysql/_meta/kibana/5/visualization/0f506420-0006-11e7-bf7f-c9acc3d3e306.json +%%DATADIR%%/metricbeat/module/mysql/_meta/kibana/5/visualization/a2175300-000a-11e7-b001-85aac4878445.json +%%DATADIR%%/metricbeat/module/mysql/_meta/kibana/5/visualization/1ede99e0-0009-11e7-8cd4-73b67e9e3f3c.json +%%DATADIR%%/metricbeat/module/mysql/_meta/kibana/5/visualization/1eda2280-0008-11e7-82f3-2f380154876c.json +%%DATADIR%%/metricbeat/module/mysql/_meta/kibana/6/dashboard/Metricbeat-mysql-overview.json +%%DATADIR%%/metricbeat/module/mysql/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/mysql/_meta/fields.yml +%%DATADIR%%/metricbeat/module/mysql/status/_meta/data.json +%%DATADIR%%/metricbeat/module/mysql/status/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/mysql/status/_meta/fields.yml +%%DATADIR%%/metricbeat/module/mysql/module.yml +%%DATADIR%%/metricbeat/module/mysql/galera_status/_meta/data.json +%%DATADIR%%/metricbeat/module/mysql/galera_status/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/mysql/galera_status/_meta/fields.yml +%%DATADIR%%/metricbeat/module/ceph/cluster_status/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/ceph/cluster_status/_meta/data.json +%%DATADIR%%/metricbeat/module/ceph/cluster_status/_meta/fields.yml +%%DATADIR%%/metricbeat/module/ceph/cluster_health/_meta/fields.yml +%%DATADIR%%/metricbeat/module/ceph/cluster_health/_meta/data.json +%%DATADIR%%/metricbeat/module/ceph/cluster_health/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/ceph/monitor_health/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/ceph/monitor_health/_meta/data.json +%%DATADIR%%/metricbeat/module/ceph/monitor_health/_meta/fields.yml +%%DATADIR%%/metricbeat/module/ceph/cluster_disk/_meta/data.json +%%DATADIR%%/metricbeat/module/ceph/cluster_disk/_meta/fields.yml +%%DATADIR%%/metricbeat/module/ceph/cluster_disk/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/ceph/osd_df/_meta/fields.yml +%%DATADIR%%/metricbeat/module/ceph/osd_df/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/ceph/osd_df/_meta/data.json +%%DATADIR%%/metricbeat/module/ceph/osd_tree/_meta/data.json +%%DATADIR%%/metricbeat/module/ceph/osd_tree/_meta/fields.yml +%%DATADIR%%/metricbeat/module/ceph/osd_tree/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/ceph/_meta/fields.yml +%%DATADIR%%/metricbeat/module/ceph/_meta/env +%%DATADIR%%/metricbeat/module/ceph/_meta/config.reference.yml +%%DATADIR%%/metricbeat/module/ceph/_meta/Dockerfile +%%DATADIR%%/metricbeat/module/ceph/_meta/config.yml +%%DATADIR%%/metricbeat/module/ceph/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/ceph/pool_disk/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/ceph/pool_disk/_meta/data.json +%%DATADIR%%/metricbeat/module/ceph/pool_disk/_meta/fields.yml +%%DATADIR%%/metricbeat/module/kibana/status/_meta/data.json +%%DATADIR%%/metricbeat/module/kibana/status/_meta/fields.yml +%%DATADIR%%/metricbeat/module/kibana/status/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/kibana/_meta/env +%%DATADIR%%/metricbeat/module/kibana/_meta/Dockerfile +%%DATADIR%%/metricbeat/module/kibana/_meta/config.yml +%%DATADIR%%/metricbeat/module/kibana/_meta/fields.yml +%%DATADIR%%/metricbeat/module/kibana/_meta/config.reference.yml +%%DATADIR%%/metricbeat/module/kibana/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/kibana/stats/_meta/data.json +%%DATADIR%%/metricbeat/module/kibana/stats/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/kibana/stats/_meta/fields.yml +%%DATADIR%%/metricbeat/module/apache/module.yml +%%DATADIR%%/metricbeat/module/apache/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/apache/_meta/env +%%DATADIR%%/metricbeat/module/apache/_meta/Dockerfile.2.4.12 +%%DATADIR%%/metricbeat/module/apache/_meta/Dockerfile +%%DATADIR%%/metricbeat/module/apache/_meta/kibana/5/visualization/Apache-HTTPD-CPU.json +%%DATADIR%%/metricbeat/module/apache/_meta/kibana/5/visualization/Apache-HTTPD-Uptime.json +%%DATADIR%%/metricbeat/module/apache/_meta/kibana/5/visualization/Apache-HTTPD-Hostname-list.json +%%DATADIR%%/metricbeat/module/apache/_meta/kibana/5/visualization/Apache-HTTPD-Total-accesses-and-kbytes.json +%%DATADIR%%/metricbeat/module/apache/_meta/kibana/5/visualization/Apache-HTTPD-Workers.json +%%DATADIR%%/metricbeat/module/apache/_meta/kibana/5/visualization/Apache-HTTPD-Load1-slash-5-slash-15.json +%%DATADIR%%/metricbeat/module/apache/_meta/kibana/5/visualization/Apache-HTTPD-Scoreboard.json +%%DATADIR%%/metricbeat/module/apache/_meta/kibana/5/search/Apache-HTTPD.json +%%DATADIR%%/metricbeat/module/apache/_meta/kibana/5/dashboard/Metricbeat-Apache-HTTPD-server-status.json +%%DATADIR%%/metricbeat/module/apache/_meta/kibana/6/dashboard/Metricbeat-apache-overview.json +%%DATADIR%%/metricbeat/module/apache/_meta/config.yml +%%DATADIR%%/metricbeat/module/apache/_meta/fields.yml +%%DATADIR%%/metricbeat/module/apache/_meta/httpd.conf +%%DATADIR%%/metricbeat/module/apache/_meta/config.reference.yml +%%DATADIR%%/metricbeat/module/apache/status/_meta/data.json +%%DATADIR%%/metricbeat/module/apache/status/_meta/fields.yml +%%DATADIR%%/metricbeat/module/apache/status/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/vsphere/virtualmachine/_meta/data.json +%%DATADIR%%/metricbeat/module/vsphere/virtualmachine/_meta/fields.yml +%%DATADIR%%/metricbeat/module/vsphere/virtualmachine/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/vsphere/_meta/config.yml +%%DATADIR%%/metricbeat/module/vsphere/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/vsphere/_meta/fields.yml +%%DATADIR%%/metricbeat/module/vsphere/_meta/config.reference.yml +%%DATADIR%%/metricbeat/module/vsphere/_meta/README.md +%%DATADIR%%/metricbeat/module/vsphere/datastore/_meta/data.json +%%DATADIR%%/metricbeat/module/vsphere/datastore/_meta/fields.yml +%%DATADIR%%/metricbeat/module/vsphere/datastore/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/vsphere/host/_meta/fields.yml +%%DATADIR%%/metricbeat/module/vsphere/host/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/vsphere/host/_meta/data.json +%%DATADIR%%/metricbeat/module/docker/image/_meta/fields.yml +%%DATADIR%%/metricbeat/module/docker/image/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/docker/image/_meta/data.json +%%DATADIR%%/metricbeat/module/docker/memory/_meta/fields.yml +%%DATADIR%%/metricbeat/module/docker/memory/_meta/data.json +%%DATADIR%%/metricbeat/module/docker/memory/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/docker/event/_meta/data.json +%%DATADIR%%/metricbeat/module/docker/event/_meta/fields.yml +%%DATADIR%%/metricbeat/module/docker/event/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/docker/network/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/docker/network/_meta/fields.yml +%%DATADIR%%/metricbeat/module/docker/network/_meta/data.json +%%DATADIR%%/metricbeat/module/docker/healthcheck/_meta/fields.yml +%%DATADIR%%/metricbeat/module/docker/healthcheck/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/docker/healthcheck/_meta/data.json +%%DATADIR%%/metricbeat/module/docker/_meta/kibana/5/visualization/Docker-Network-IO.json +%%DATADIR%%/metricbeat/module/docker/_meta/kibana/5/visualization/Docker-CPU-usage.json +%%DATADIR%%/metricbeat/module/docker/_meta/kibana/5/visualization/Docker-memory-usage.json +%%DATADIR%%/metricbeat/module/docker/_meta/kibana/5/visualization/Docker-containers.json +%%DATADIR%%/metricbeat/module/docker/_meta/kibana/5/visualization/Docker-images-and-names.json +%%DATADIR%%/metricbeat/module/docker/_meta/kibana/5/visualization/Docker-containers-per-host.json +%%DATADIR%%/metricbeat/module/docker/_meta/kibana/5/visualization/Docker-Number-of-Containers.json +%%DATADIR%%/metricbeat/module/docker/_meta/kibana/5/dashboard/Metricbeat-Docker.json +%%DATADIR%%/metricbeat/module/docker/_meta/kibana/5/search/Metricbeat-Docker.json +%%DATADIR%%/metricbeat/module/docker/_meta/kibana/6/dashboard/Metricbeat-docker-overview.json +%%DATADIR%%/metricbeat/module/docker/_meta/config.yml +%%DATADIR%%/metricbeat/module/docker/_meta/fields.yml +%%DATADIR%%/metricbeat/module/docker/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/docker/_meta/config.reference.yml +%%DATADIR%%/metricbeat/module/docker/module.yml +%%DATADIR%%/metricbeat/module/docker/container/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/docker/container/_meta/fields.yml +%%DATADIR%%/metricbeat/module/docker/container/_meta/data.json +%%DATADIR%%/metricbeat/module/docker/cpu/_meta/fields.yml +%%DATADIR%%/metricbeat/module/docker/cpu/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/docker/cpu/_meta/data.json +%%DATADIR%%/metricbeat/module/docker/info/_meta/data.json +%%DATADIR%%/metricbeat/module/docker/info/_meta/fields.yml +%%DATADIR%%/metricbeat/module/docker/info/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/docker/diskio/_meta/fields.yml +%%DATADIR%%/metricbeat/module/docker/diskio/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/docker/diskio/_meta/data.json +%%DATADIR%%/metricbeat/module/kvm/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/kvm/_meta/config.reference.yml +%%DATADIR%%/metricbeat/module/kvm/_meta/config.yml +%%DATADIR%%/metricbeat/module/kvm/_meta/fields.yml +%%DATADIR%%/metricbeat/module/kvm/dommemstat/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/kvm/dommemstat/_meta/data.json +%%DATADIR%%/metricbeat/module/kvm/dommemstat/_meta/fields.yml +%%DATADIR%%/metricbeat/module/munin/node/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/munin/node/_meta/fields.yml +%%DATADIR%%/metricbeat/module/munin/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/munin/_meta/munin-node.conf +%%DATADIR%%/metricbeat/module/munin/_meta/config.reference.yml +%%DATADIR%%/metricbeat/module/munin/_meta/fields.yml +%%DATADIR%%/metricbeat/module/munin/_meta/env +%%DATADIR%%/metricbeat/module/munin/_meta/config.yml +%%DATADIR%%/metricbeat/module/munin/_meta/Dockerfile +%%DATADIR%%/metricbeat/module/envoyproxy/server/_meta/fields.yml +%%DATADIR%%/metricbeat/module/envoyproxy/server/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/envoyproxy/server/_meta/data.json +%%DATADIR%%/metricbeat/module/envoyproxy/_meta/fields.yml +%%DATADIR%%/metricbeat/module/envoyproxy/_meta/envoy.json +%%DATADIR%%/metricbeat/module/envoyproxy/_meta/config.reference.yml +%%DATADIR%%/metricbeat/module/envoyproxy/_meta/config.yml +%%DATADIR%%/metricbeat/module/envoyproxy/_meta/Dockerfile +%%DATADIR%%/metricbeat/module/envoyproxy/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/envoyproxy/_meta/env +%%DATADIR%%/metricbeat/module/golang/module.yml +%%DATADIR%%/metricbeat/module/golang/expvar/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/golang/expvar/_meta/fields.yml +%%DATADIR%%/metricbeat/module/golang/heap/_meta/fields.yml +%%DATADIR%%/metricbeat/module/golang/heap/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/golang/heap/_meta/data.json +%%DATADIR%%/metricbeat/module/golang/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/golang/_meta/fields.yml +%%DATADIR%%/metricbeat/module/golang/_meta/kibana/6/dashboard/Metricbeat-golang-overview.json +%%DATADIR%%/metricbeat/module/golang/_meta/kibana/5/dashboard/f2dc7320-f519-11e6-a3c9-9d1f7c42b045.json +%%DATADIR%%/metricbeat/module/golang/_meta/kibana/5/visualization/b046cb80-f52a-11e6-969c-518c48c913e4.json +%%DATADIR%%/metricbeat/module/golang/_meta/kibana/5/visualization/ab226b50-f52a-11e6-969c-518c48c913e4.json +%%DATADIR%%/metricbeat/module/golang/_meta/kibana/5/visualization/b59a5200-f52a-11e6-969c-518c48c913e4.json +%%DATADIR%%/metricbeat/module/golang/_meta/kibana/5/visualization/95388680-f52a-11e6-969c-518c48c913e4.json +%%DATADIR%%/metricbeat/module/golang/_meta/kibana/5/visualization/9a9a8bf0-f52a-11e6-969c-518c48c913e4.json +%%DATADIR%%/metricbeat/module/golang/_meta/kibana/5/visualization/58000780-f529-11e6-844d-b170e2f0a07e.json +%%DATADIR%%/metricbeat/module/golang/_meta/config.yml +%%DATADIR%%/metricbeat/module/elasticsearch/ml_job/_meta/fields.yml +%%DATADIR%%/metricbeat/module/elasticsearch/ml_job/_meta/data.json +%%DATADIR%%/metricbeat/module/elasticsearch/ml_job/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/elasticsearch/shard/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/elasticsearch/shard/_meta/data-xpack.json +%%DATADIR%%/metricbeat/module/elasticsearch/shard/_meta/data.json +%%DATADIR%%/metricbeat/module/elasticsearch/shard/_meta/fields.yml +%%DATADIR%%/metricbeat/module/elasticsearch/index/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/elasticsearch/index/_meta/data.json +%%DATADIR%%/metricbeat/module/elasticsearch/index/_meta/fields.yml +%%DATADIR%%/metricbeat/module/elasticsearch/index_recovery/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/elasticsearch/index_recovery/_meta/data.json +%%DATADIR%%/metricbeat/module/elasticsearch/index_recovery/_meta/fields.yml +%%DATADIR%%/metricbeat/module/elasticsearch/ccr/_meta/data.json +%%DATADIR%%/metricbeat/module/elasticsearch/ccr/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/elasticsearch/ccr/_meta/fields.yml +%%DATADIR%%/metricbeat/module/elasticsearch/node_stats/_meta/fields.yml +%%DATADIR%%/metricbeat/module/elasticsearch/node_stats/_meta/data-xpack.json +%%DATADIR%%/metricbeat/module/elasticsearch/node_stats/_meta/data.json +%%DATADIR%%/metricbeat/module/elasticsearch/node_stats/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/elasticsearch/_meta/Dockerfile +%%DATADIR%%/metricbeat/module/elasticsearch/_meta/config.yml +%%DATADIR%%/metricbeat/module/elasticsearch/_meta/fields.yml +%%DATADIR%%/metricbeat/module/elasticsearch/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/elasticsearch/_meta/config.reference.yml +%%DATADIR%%/metricbeat/module/elasticsearch/_meta/env +%%DATADIR%%/metricbeat/module/elasticsearch/index_summary/_meta/fields.yml +%%DATADIR%%/metricbeat/module/elasticsearch/index_summary/_meta/data.json +%%DATADIR%%/metricbeat/module/elasticsearch/index_summary/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/elasticsearch/index_summary/_meta/data-xpack.json +%%DATADIR%%/metricbeat/module/elasticsearch/node/_meta/fields.yml +%%DATADIR%%/metricbeat/module/elasticsearch/node/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/elasticsearch/node/_meta/data.json +%%DATADIR%%/metricbeat/module/elasticsearch/pending_tasks/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/elasticsearch/pending_tasks/_meta/data.json +%%DATADIR%%/metricbeat/module/elasticsearch/pending_tasks/_meta/fields.yml +%%DATADIR%%/metricbeat/module/elasticsearch/cluster_stats/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/elasticsearch/cluster_stats/_meta/fields.yml +%%DATADIR%%/metricbeat/module/elasticsearch/cluster_stats/_meta/data.json +%%DATADIR%%/metricbeat/module/zookeeper/mntr/_meta/data.json +%%DATADIR%%/metricbeat/module/zookeeper/mntr/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/zookeeper/mntr/_meta/fields.yml +%%DATADIR%%/metricbeat/module/zookeeper/server/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/zookeeper/server/_meta/fields.yml +%%DATADIR%%/metricbeat/module/zookeeper/server/_meta/data.json +%%DATADIR%%/metricbeat/module/zookeeper/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/zookeeper/_meta/env +%%DATADIR%%/metricbeat/module/zookeeper/_meta/config.yml +%%DATADIR%%/metricbeat/module/zookeeper/_meta/Dockerfile +%%DATADIR%%/metricbeat/module/zookeeper/_meta/fields.yml +%%DATADIR%%/metricbeat/module/zookeeper/_meta/config.reference.yml +%%DATADIR%%/metricbeat/module/zookeeper/_meta/kibana/6/dashboard/Metricbeat-zookeeper-overview.json +%%DATADIR%%/metricbeat/module/kafka/_meta/run.sh +%%DATADIR%%/metricbeat/module/kafka/_meta/config.reference.yml +%%DATADIR%%/metricbeat/module/kafka/_meta/fields.yml +%%DATADIR%%/metricbeat/module/kafka/_meta/config.yml +%%DATADIR%%/metricbeat/module/kafka/_meta/Dockerfile +%%DATADIR%%/metricbeat/module/kafka/_meta/healthcheck.sh +%%DATADIR%%/metricbeat/module/kafka/_meta/env +%%DATADIR%%/metricbeat/module/kafka/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/kafka/_meta/kibana/6/dashboard/Metricbeat-kafka-overview.json +%%DATADIR%%/metricbeat/module/kafka/partition/_meta/fields.yml +%%DATADIR%%/metricbeat/module/kafka/partition/_meta/data.json +%%DATADIR%%/metricbeat/module/kafka/partition/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/kafka/consumergroup/_meta/fields.yml +%%DATADIR%%/metricbeat/module/kafka/consumergroup/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/kafka/consumergroup/_meta/data.json +%%DATADIR%%/metricbeat/module/http/_meta/env +%%DATADIR%%/metricbeat/module/http/_meta/Dockerfile +%%DATADIR%%/metricbeat/module/http/_meta/config.yml +%%DATADIR%%/metricbeat/module/http/_meta/fields.yml +%%DATADIR%%/metricbeat/module/http/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/http/json/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/http/json/_meta/data.json +%%DATADIR%%/metricbeat/module/http/json/_meta/fields.yml +%%DATADIR%%/metricbeat/module/http/server/_meta/data.json +%%DATADIR%%/metricbeat/module/http/server/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/http/server/_meta/fields.yml +%%DATADIR%%/metricbeat/module/mongodb/module.yml +%%DATADIR%%/metricbeat/module/mongodb/dbstats/_meta/data.json +%%DATADIR%%/metricbeat/module/mongodb/dbstats/_meta/fields.yml +%%DATADIR%%/metricbeat/module/mongodb/dbstats/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/mongodb/_meta/config.reference.yml +%%DATADIR%%/metricbeat/module/mongodb/_meta/fields.yml +%%DATADIR%%/metricbeat/module/mongodb/_meta/Dockerfile +%%DATADIR%%/metricbeat/module/mongodb/_meta/config.yml +%%DATADIR%%/metricbeat/module/mongodb/_meta/env +%%DATADIR%%/metricbeat/module/mongodb/_meta/kibana/5/dashboard/Metricbeat-MongoDB.json +%%DATADIR%%/metricbeat/module/mongodb/_meta/kibana/5/visualization/MongoDB-Concurrent-transactions-Write.json +%%DATADIR%%/metricbeat/module/mongodb/_meta/kibana/5/visualization/MongoDB-Engine-ampersand-Version.json +%%DATADIR%%/metricbeat/module/mongodb/_meta/kibana/5/visualization/MongoDB-asserts.json +%%DATADIR%%/metricbeat/module/mongodb/_meta/kibana/5/visualization/MongoDB-operation-counters.json +%%DATADIR%%/metricbeat/module/mongodb/_meta/kibana/5/visualization/MongoDB-Concurrent-transactions-Read.json +%%DATADIR%%/metricbeat/module/mongodb/_meta/kibana/5/visualization/MongoDB-WiredTiger-Cache.json +%%DATADIR%%/metricbeat/module/mongodb/_meta/kibana/5/visualization/MongoDB-memory-stats.json +%%DATADIR%%/metricbeat/module/mongodb/_meta/kibana/5/visualization/MongoDB-hosts.json +%%DATADIR%%/metricbeat/module/mongodb/_meta/kibana/5/search/MongoDB-search.json +%%DATADIR%%/metricbeat/module/mongodb/_meta/kibana/6/dashboard/Metricbeat-mongodb-overview.json +%%DATADIR%%/metricbeat/module/mongodb/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/mongodb/metrics/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/mongodb/metrics/_meta/data.json +%%DATADIR%%/metricbeat/module/mongodb/metrics/_meta/fields.yml +%%DATADIR%%/metricbeat/module/mongodb/replstatus/_meta/fields.yml +%%DATADIR%%/metricbeat/module/mongodb/replstatus/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/mongodb/replstatus/_meta/data.json +%%DATADIR%%/metricbeat/module/mongodb/status/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/mongodb/status/_meta/fields.yml +%%DATADIR%%/metricbeat/module/mongodb/status/_meta/data.json +%%DATADIR%%/metricbeat/module/mongodb/collstats/_meta/docs.asciidoc +%%DATADIR%%/metricbeat/module/mongodb/collstats/_meta/fields.yml +%%DATADIR%%/metricbeat/module/mongodb/collstats/_meta/data.json +%%DATADIR%%/filebeat/module/iis/_meta/config.yml +%%DATADIR%%/filebeat/module/iis/_meta/config.reference.yml +%%DATADIR%%/filebeat/module/iis/_meta/docs.asciidoc +%%DATADIR%%/filebeat/module/iis/_meta/kibana/6/dashboard/Filebeat-iis.json +%%DATADIR%%/filebeat/module/iis/_meta/fields.yml +%%DATADIR%%/filebeat/module/iis/error/manifest.yml +%%DATADIR%%/filebeat/module/iis/error/config/iis-error.yml +%%DATADIR%%/filebeat/module/iis/error/_meta/fields.yml +%%DATADIR%%/filebeat/module/iis/error/ingest/default.json +%%DATADIR%%/filebeat/module/iis/access/manifest.yml +%%DATADIR%%/filebeat/module/iis/access/config/iis-access.yml +%%DATADIR%%/filebeat/module/iis/access/_meta/fields.yml +%%DATADIR%%/filebeat/module/iis/access/ingest/default.json +%%DATADIR%%/filebeat/module/auditd/_meta/kibana/5/visualization/6295bdd0-0a0e-11e7-825f-6748cda7d858.json +%%DATADIR%%/filebeat/module/auditd/_meta/kibana/5/visualization/d1726930-0a7f-11e7-8b04-eb22a5669f27.json +%%DATADIR%%/filebeat/module/auditd/_meta/kibana/5/visualization/2bb0fa70-0a11-11e7-9e84-43da493ad0c7.json +%%DATADIR%%/filebeat/module/auditd/_meta/kibana/5/visualization/c5411910-0a87-11e7-8b04-eb22a5669f27.json +%%DATADIR%%/filebeat/module/auditd/_meta/kibana/5/visualization/5ebdbe50-0a0f-11e7-825f-6748cda7d858.json +%%DATADIR%%/filebeat/module/auditd/_meta/kibana/5/dashboard/dfbb49f0-0a0f-11e7-8a62-2d05eaaac5cb.json +%%DATADIR%%/filebeat/module/auditd/_meta/kibana/5/search/4ac0a370-0a11-11e7-8b04-eb22a5669f27.json +%%DATADIR%%/filebeat/module/auditd/_meta/kibana/6/dashboard/Filebeat-auditd.json +%%DATADIR%%/filebeat/module/auditd/_meta/config.reference.yml +%%DATADIR%%/filebeat/module/auditd/_meta/fields.yml +%%DATADIR%%/filebeat/module/auditd/_meta/docs.asciidoc +%%DATADIR%%/filebeat/module/auditd/_meta/config.yml +%%DATADIR%%/filebeat/module/auditd/module.yml +%%DATADIR%%/filebeat/module/auditd/log/ingest/pipeline.json +%%DATADIR%%/filebeat/module/auditd/log/_meta/fields.yml +%%DATADIR%%/filebeat/module/auditd/log/manifest.yml +%%DATADIR%%/filebeat/module/auditd/log/config/log.yml +%%DATADIR%%/filebeat/module/nginx/module.yml +%%DATADIR%%/filebeat/module/nginx/access/ingest/default.json +%%DATADIR%%/filebeat/module/nginx/access/manifest.yml +%%DATADIR%%/filebeat/module/nginx/access/config/nginx-access.yml +%%DATADIR%%/filebeat/module/nginx/access/_meta/fields.yml +%%DATADIR%%/filebeat/module/nginx/access/machine_learning/remote_ip_request_rate.json +%%DATADIR%%/filebeat/module/nginx/access/machine_learning/remote_ip_url_count.json +%%DATADIR%%/filebeat/module/nginx/access/machine_learning/datafeed_low_request_rate.json +%%DATADIR%%/filebeat/module/nginx/access/machine_learning/low_request_rate.json +%%DATADIR%%/filebeat/module/nginx/access/machine_learning/datafeed_remote_ip_request_rate.json +%%DATADIR%%/filebeat/module/nginx/access/machine_learning/datafeed_remote_ip_url_count.json +%%DATADIR%%/filebeat/module/nginx/access/machine_learning/visitor_rate.json +%%DATADIR%%/filebeat/module/nginx/access/machine_learning/response_code.json +%%DATADIR%%/filebeat/module/nginx/access/machine_learning/datafeed_visitor_rate.json +%%DATADIR%%/filebeat/module/nginx/access/machine_learning/datafeed_response_code.json +%%DATADIR%%/filebeat/module/nginx/_meta/config.yml +%%DATADIR%%/filebeat/module/nginx/_meta/config.reference.yml +%%DATADIR%%/filebeat/module/nginx/_meta/fields.yml +%%DATADIR%%/filebeat/module/nginx/_meta/kibana/5/search/Filebeat-Nginx-module.json +%%DATADIR%%/filebeat/module/nginx/_meta/kibana/5/search/ML-Filebeat-Nginx-Access.json +%%DATADIR%%/filebeat/module/nginx/_meta/kibana/5/visualization/ML-Nginx-Access-Top-Remote-IPs-Table.json +%%DATADIR%%/filebeat/module/nginx/_meta/kibana/5/visualization/Errors-over-time.json +%%DATADIR%%/filebeat/module/nginx/_meta/kibana/5/visualization/Nginx-Access-Response-codes-by-top-URLs.json +%%DATADIR%%/filebeat/module/nginx/_meta/kibana/5/visualization/Nginx-Access-Map.json +%%DATADIR%%/filebeat/module/nginx/_meta/kibana/5/visualization/ML-Nginx-Access-Top-URLs-Table.json +%%DATADIR%%/filebeat/module/nginx/_meta/kibana/5/visualization/New-Visualization.json +%%DATADIR%%/filebeat/module/nginx/_meta/kibana/5/visualization/Sent-sizes.json +%%DATADIR%%/filebeat/module/nginx/_meta/kibana/5/visualization/ML-Nginx-Access-Unique-Count-URL-Timechart.json +%%DATADIR%%/filebeat/module/nginx/_meta/kibana/5/visualization/ML-Nginx-Access-Map.json +%%DATADIR%%/filebeat/module/nginx/_meta/kibana/5/visualization/Nginx-Access-Browsers.json +%%DATADIR%%/filebeat/module/nginx/_meta/kibana/5/visualization/ML-Nginx-Access-Response-Code-Timechart.json +%%DATADIR%%/filebeat/module/nginx/_meta/kibana/5/visualization/ML-Nginx-Access-Remote-IP-Timechart.json +%%DATADIR%%/filebeat/module/nginx/_meta/kibana/5/visualization/Nginx-Access-OSes.json +%%DATADIR%%/filebeat/module/nginx/_meta/kibana/5/dashboard/ML-Nginx-Access-Remote-IP-Count-Explorer.json +%%DATADIR%%/filebeat/module/nginx/_meta/kibana/5/dashboard/Filebeat-Nginx-Dashboard.json +%%DATADIR%%/filebeat/module/nginx/_meta/kibana/5/dashboard/ML-Nginx-Remote-IP-URL-Explorer.json +%%DATADIR%%/filebeat/module/nginx/_meta/kibana/6/dashboard/Filebeat-nginx-overview.json +%%DATADIR%%/filebeat/module/nginx/_meta/kibana/6/dashboard/ml-nginx-remote-ip-url-explorer.json +%%DATADIR%%/filebeat/module/nginx/_meta/kibana/6/dashboard/Filebeat-nginx-logs.json +%%DATADIR%%/filebeat/module/nginx/_meta/kibana/6/dashboard/ml-nginx-access-remote-ip-count-explorer.json +%%DATADIR%%/filebeat/module/nginx/_meta/docs.asciidoc +%%DATADIR%%/filebeat/module/nginx/error/ingest/pipeline.json +%%DATADIR%%/filebeat/module/nginx/error/manifest.yml +%%DATADIR%%/filebeat/module/nginx/error/_meta/fields.yml +%%DATADIR%%/filebeat/module/nginx/error/config/nginx-error.yml +%%DATADIR%%/filebeat/module/redis/slowlog/ingest/pipeline.json +%%DATADIR%%/filebeat/module/redis/slowlog/manifest.yml +%%DATADIR%%/filebeat/module/redis/slowlog/_meta/fields.yml +%%DATADIR%%/filebeat/module/redis/slowlog/config/slowlog.yml +%%DATADIR%%/filebeat/module/redis/log/manifest.yml +%%DATADIR%%/filebeat/module/redis/log/ingest/pipeline.json +%%DATADIR%%/filebeat/module/redis/log/config/log.yml +%%DATADIR%%/filebeat/module/redis/log/_meta/fields.yml *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Tue May 7 14:39:34 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8F4915890C5; Tue, 7 May 2019 14:39:33 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7DD188BB08; Tue, 7 May 2019 14:39:33 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 580F91F9D2; Tue, 7 May 2019 14:39:33 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x47EdXeF013003; Tue, 7 May 2019 14:39:33 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x47EdWjY013000; Tue, 7 May 2019 14:39:32 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201905071439.x47EdWjY013000@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Tue, 7 May 2019 14:39:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500965 - head/devel/p5-Future X-SVN-Group: ports-head X-SVN-Commit-Author: culot X-SVN-Commit-Paths: head/devel/p5-Future X-SVN-Commit-Revision: 500965 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7DD188BB08 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.968,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 07 May 2019 14:39:34 -0000 Author: culot Date: Tue May 7 14:39:32 2019 New Revision: 500965 URL: https://svnweb.freebsd.org/changeset/ports/500965 Log: devel/p5-Future: update to 0.40 Changes: https://metacpan.org/source/PEVANS/Future-0.40/Changes Modified: head/devel/p5-Future/Makefile head/devel/p5-Future/distinfo head/devel/p5-Future/pkg-plist Modified: head/devel/p5-Future/Makefile ============================================================================== --- head/devel/p5-Future/Makefile Tue May 7 14:35:56 2019 (r500964) +++ head/devel/p5-Future/Makefile Tue May 7 14:39:32 2019 (r500965) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Future -PORTVERSION= 0.39 +PORTVERSION= 0.40 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PEVANS Modified: head/devel/p5-Future/distinfo ============================================================================== --- head/devel/p5-Future/distinfo Tue May 7 14:35:56 2019 (r500964) +++ head/devel/p5-Future/distinfo Tue May 7 14:39:32 2019 (r500965) @@ -1,3 +1,3 @@ -TIMESTAMP = 1539282329 -SHA256 (Future-0.39.tar.gz) = 1fdd988fabf477ad57156c8f9c1948c8037d7851830e8f37ae74e5a0ee4b6b45 -SIZE (Future-0.39.tar.gz) = 88840 +TIMESTAMP = 1557239634 +SHA256 (Future-0.40.tar.gz) = 6eafed7c0351643358cd8bc56a0f6217fe84580dbd5d42e1b9663cdad5bc1d6c +SIZE (Future-0.40.tar.gz) = 91250 Modified: head/devel/p5-Future/pkg-plist ============================================================================== --- head/devel/p5-Future/pkg-plist Tue May 7 14:35:56 2019 (r500964) +++ head/devel/p5-Future/pkg-plist Tue May 7 14:39:32 2019 (r500965) @@ -1,10 +1,12 @@ %%SITE_PERL%%/Future.pm +%%SITE_PERL%%/Future/Exception.pm %%SITE_PERL%%/Future/Mutex.pm %%SITE_PERL%%/Future/Phrasebook.pod %%SITE_PERL%%/Future/Utils.pm %%SITE_PERL%%/Test/Future.pm %%SITE_PERL%%/Test/Future/Deferred.pm %%PERL5_MAN3%%/Future.3.gz +%%PERL5_MAN3%%/Future::Exception.3.gz %%PERL5_MAN3%%/Future::Mutex.3.gz %%PERL5_MAN3%%/Future::Phrasebook.3.gz %%PERL5_MAN3%%/Future::Utils.3.gz From owner-svn-ports-all@freebsd.org Tue May 7 15:01:44 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C12841589E3B; Tue, 7 May 2019 15:01:44 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 663668C756; Tue, 7 May 2019 15:01:44 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 40D911FD8B; Tue, 7 May 2019 15:01:44 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x47F1iYO026549; Tue, 7 May 2019 15:01:44 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x47F1h4A026547; Tue, 7 May 2019 15:01:43 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201905071501.x47F1h4A026547@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Tue, 7 May 2019 15:01:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500966 - head/devel/p5-Paranoid X-SVN-Group: ports-head X-SVN-Commit-Author: culot X-SVN-Commit-Paths: head/devel/p5-Paranoid X-SVN-Commit-Revision: 500966 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 663668C756 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.956,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 07 May 2019 15:01:44 -0000 Author: culot Date: Tue May 7 15:01:43 2019 New Revision: 500966 URL: https://svnweb.freebsd.org/changeset/ports/500966 Log: devel/p5-Paranoid: update to 2.07 Changes: https://metacpan.org/source/CORLISS/Paranoid-2.07/CHANGELOG Modified: head/devel/p5-Paranoid/Makefile head/devel/p5-Paranoid/distinfo Modified: head/devel/p5-Paranoid/Makefile ============================================================================== --- head/devel/p5-Paranoid/Makefile Tue May 7 14:39:32 2019 (r500965) +++ head/devel/p5-Paranoid/Makefile Tue May 7 15:01:43 2019 (r500966) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Paranoid -PORTVERSION= 2.06 +PORTVERSION= 2.07 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Paranoid/distinfo ============================================================================== --- head/devel/p5-Paranoid/distinfo Tue May 7 14:39:32 2019 (r500965) +++ head/devel/p5-Paranoid/distinfo Tue May 7 15:01:43 2019 (r500966) @@ -1,3 +1,3 @@ -TIMESTAMP = 1535109207 -SHA256 (Paranoid-2.06.tar.gz) = 48763ec19d0a4194ecf613bd63e46325510228da9100c2e796615dc778612d3c -SIZE (Paranoid-2.06.tar.gz) = 98676 +TIMESTAMP = 1557240596 +SHA256 (Paranoid-2.07.tar.gz) = b55cfd8c6d5f181e218efd012f711a50cd14e4dbc8804650b95477178f43b7fc +SIZE (Paranoid-2.07.tar.gz) = 102703 From owner-svn-ports-all@freebsd.org Tue May 7 15:10:01 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 24673158A1D3; Tue, 7 May 2019 15:10:01 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BA3578CDDC; Tue, 7 May 2019 15:10:00 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 948C81FEF4; Tue, 7 May 2019 15:10:00 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x47FA0iI028998; Tue, 7 May 2019 15:10:00 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x47FA0cI028996; Tue, 7 May 2019 15:10:00 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201905071510.x47FA0cI028996@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Tue, 7 May 2019 15:10:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500967 - in head/sysutils/lsof: . files X-SVN-Group: ports-head X-SVN-Commit-Author: ler X-SVN-Commit-Paths: in head/sysutils/lsof: . files X-SVN-Commit-Revision: 500967 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: BA3578CDDC X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.958,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 07 May 2019 15:10:01 -0000 Author: ler Date: Tue May 7 15:09:59 2019 New Revision: 500967 URL: https://svnweb.freebsd.org/changeset/ports/500967 Log: sysutils/lsof: move to GitHub, update to 4.93.1 Changes since 4.92: 4.93.0 May 7, 2019 [freebsd] Made FreeBSD 13 adjustment. [darwin] Fix a typo causing a build error. Fix a potential memory leak. [linux] use tirpc for rpc if libc doesn't provide rpc.h. Fix a typo in man page. [linux] fix memory leaks detected by valgrind about unix endpoint information. Update the description about -fg and -fG options on linux. 4.93.1 May 7, 2019 Fix a broken symbolic link. The new features developed at lsof-org/lsof-linux repository is not merged yet. Deleted: head/sysutils/lsof/files/patch-Configure Modified: head/sysutils/lsof/Makefile head/sysutils/lsof/distinfo Modified: head/sysutils/lsof/Makefile ============================================================================== --- head/sysutils/lsof/Makefile Tue May 7 15:01:43 2019 (r500966) +++ head/sysutils/lsof/Makefile Tue May 7 15:09:59 2019 (r500967) @@ -2,14 +2,9 @@ # $FreeBSD$ PORTNAME= lsof -DISTVERSION= 4.92B -PORTREVISION= 1 +DISTVERSION= 4.93.1 PORTEPOCH= 8 CATEGORIES= sysutils -MASTER_SITES= ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \ - ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/NEW/ \ - LOCAL/ler/lsof -DISTNAME= ${PORTNAME}_${DISTVERSION}${DISTNAME_SUFFIX} MAINTAINER= ler@FreeBSD.org COMMENT= Lists information about open files (similar to fstat(1)) @@ -19,47 +14,43 @@ LICENSE_NAME= lsof LICENSE_FILE= ${FILESDIR}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -#Please leave the below line in for the next clean up. -FIXUP_RELEASE= YES -.if defined(FIXUP_RELEASE) -DISTNAME_SUFFIX=.freebsd -.else -SRCBALL_NAME= ${DISTNAME:S/_W$//}_src -WRKSRC= ${WRKDIR}/${DISTNAME}/${SRCBALL_NAME} -.endif +USES= shebangfix tar:bzip2 + HAS_CONFIGURE= yes -USES= shebangfix tar:bzip2 +USE_GITHUB= yes +GH_ACCOUNT= lsof-org + SHEBANG_FILES= scripts/sort_res.perl5 +.if !exists(${SRC_BASE}/sys/kern/kern_lockf.c) +IGNORE= requires kernel sources +.endif + .include CONFIGURE_SCRIPT= Configure CONFIGURE_ARGS= -n freebsd CONFIGURE_ENV= LSOF_CC="${CC}" FREEBSD_SYS="${SRC_BASE}/sys" -.if !exists(${SRC_BASE}/sys/kern/kern_lockf.c) -IGNORE= requires kernel sources -.endif +# .if !defined(FIXUP_RELEASE) +# post-extract: +# @( cd ${WRKDIR}/${DISTNAME} ; \ +# EXPMD5=`${SED} -n 's/^[[:blank:]]*\(MD5*=*\)/\1/p' README.${DISTNAME}` ; \ +# CALCMD5=`${MD5} ${SRCBALL_NAME}.tar` ; \ +# if [ "$${EXPMD5}"X != "$${CALCMD5}"X ]; then \ +# ${ECHO} "Expected and calculated MD5 signatures don't agree." ; \ +# ${ECHO} "($$EXPMD5 != $$CALCMD5)" ; \ +# exit 1 ; \ +# fi ; \ +# ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${SRCBALL_NAME}.tar ${EXTRACT_AFTER_ARGS} \ +# ) +# @( cd ${WRKSRC} ; ${ECHO_CMD} "y" | ./Inventory || exit 1 ) +# .endif -.if !defined(FIXUP_RELEASE) -post-extract: - @( cd ${WRKDIR}/${DISTNAME} ; \ - EXPMD5=`${SED} -n 's/^[[:blank:]]*\(MD5*=*\)/\1/p' README.${DISTNAME}` ; \ - CALCMD5=`${MD5} ${SRCBALL_NAME}.tar` ; \ - if [ "$${EXPMD5}"X != "$${CALCMD5}"X ]; then \ - ${ECHO} "Expected and calculated MD5 signatures don't agree." ; \ - ${ECHO} "($$EXPMD5 != $$CALCMD5)" ; \ - exit 1 ; \ - fi ; \ - ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${SRCBALL_NAME}.tar ${EXTRACT_AFTER_ARGS} \ - ) - @( cd ${WRKSRC} ; ${ECHO_CMD} "y" | ./Inventory || exit 1 ) -.endif - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/lsof ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/lsof.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/lsof.8 + ${INSTALL_MAN} ${WRKSRC}/Lsof.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/lsof.8 @${MKDIR} ${STAGEDIR}${PREFIX}/share/lsof ${INSTALL_SCRIPT} ${WRKSRC}/scripts/* ${STAGEDIR}${PREFIX}/share/lsof @${CHMOD} 0444 ${STAGEDIR}${PREFIX}/share/lsof/00* Modified: head/sysutils/lsof/distinfo ============================================================================== --- head/sysutils/lsof/distinfo Tue May 7 15:01:43 2019 (r500966) +++ head/sysutils/lsof/distinfo Tue May 7 15:09:59 2019 (r500967) @@ -1,3 +1,3 @@ -TIMESTAMP = 1528308653 -SHA256 (lsof_4.92B.freebsd.tar.bz2) = 7abcc69c265acf13e77573ca5e105cc647119e95199650f7af714f0239e092b4 -SIZE (lsof_4.92B.freebsd.tar.bz2) = 491292 +TIMESTAMP = 1557240808 +SHA256 (lsof-org-lsof-4.93.1_GH0.tar.gz) = ae522562e94bde45ef16d401f374ac4399b44443d1aa91cb0c7900857ea771ca +SIZE (lsof-org-lsof-4.93.1_GH0.tar.gz) = 1319055 From owner-svn-ports-all@freebsd.org Tue May 7 15:12:16 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED178158A41D; Tue, 7 May 2019 15:12:15 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9340F8D151; Tue, 7 May 2019 15:12:15 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6D49C20079; Tue, 7 May 2019 15:12:15 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x47FCFx3033722; Tue, 7 May 2019 15:12:15 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x47FCFg0033721; Tue, 7 May 2019 15:12:15 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201905071512.x47FCFg0033721@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Tue, 7 May 2019 15:12:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500968 - head/sysutils/lsof X-SVN-Group: ports-head X-SVN-Commit-Author: ler X-SVN-Commit-Paths: head/sysutils/lsof X-SVN-Commit-Revision: 500968 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9340F8D151 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.956,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 07 May 2019 15:12:16 -0000 Author: ler Date: Tue May 7 15:12:15 2019 New Revision: 500968 URL: https://svnweb.freebsd.org/changeset/ports/500968 Log: sysutils/lsof: remove fixup_release stuff. This will be no longer needed with the move to GitHub. Modified: head/sysutils/lsof/Makefile Modified: head/sysutils/lsof/Makefile ============================================================================== --- head/sysutils/lsof/Makefile Tue May 7 15:09:59 2019 (r500967) +++ head/sysutils/lsof/Makefile Tue May 7 15:12:15 2019 (r500968) @@ -33,21 +33,6 @@ CONFIGURE_SCRIPT= Configure CONFIGURE_ARGS= -n freebsd CONFIGURE_ENV= LSOF_CC="${CC}" FREEBSD_SYS="${SRC_BASE}/sys" -# .if !defined(FIXUP_RELEASE) -# post-extract: -# @( cd ${WRKDIR}/${DISTNAME} ; \ -# EXPMD5=`${SED} -n 's/^[[:blank:]]*\(MD5*=*\)/\1/p' README.${DISTNAME}` ; \ -# CALCMD5=`${MD5} ${SRCBALL_NAME}.tar` ; \ -# if [ "$${EXPMD5}"X != "$${CALCMD5}"X ]; then \ -# ${ECHO} "Expected and calculated MD5 signatures don't agree." ; \ -# ${ECHO} "($$EXPMD5 != $$CALCMD5)" ; \ -# exit 1 ; \ -# fi ; \ -# ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${SRCBALL_NAME}.tar ${EXTRACT_AFTER_ARGS} \ -# ) -# @( cd ${WRKSRC} ; ${ECHO_CMD} "y" | ./Inventory || exit 1 ) -# .endif - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/lsof ${STAGEDIR}${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/Lsof.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/lsof.8 From owner-svn-ports-all@freebsd.org Tue May 7 15:14:32 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2FBDD158A506; Tue, 7 May 2019 15:14:32 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CAE518D340; Tue, 7 May 2019 15:14:31 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A0A8620093; Tue, 7 May 2019 15:14:31 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x47FEV5v033934; Tue, 7 May 2019 15:14:31 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x47FEVS1033933; Tue, 7 May 2019 15:14:31 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201905071514.x47FEVS1033933@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Tue, 7 May 2019 15:14:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500969 - head/devel/p5-Term-Shell X-SVN-Group: ports-head X-SVN-Commit-Author: culot X-SVN-Commit-Paths: head/devel/p5-Term-Shell X-SVN-Commit-Revision: 500969 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: CAE518D340 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.956,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 07 May 2019 15:14:32 -0000 Author: culot Date: Tue May 7 15:14:30 2019 New Revision: 500969 URL: https://svnweb.freebsd.org/changeset/ports/500969 Log: devel/p5-Term-Shell: update to 0.11 - Take maintainership Changes: https://metacpan.org/source/SHLOMIF/Term-Shell-0.11/Changes Modified: head/devel/p5-Term-Shell/Makefile head/devel/p5-Term-Shell/distinfo Modified: head/devel/p5-Term-Shell/Makefile ============================================================================== --- head/devel/p5-Term-Shell/Makefile Tue May 7 15:12:15 2019 (r500968) +++ head/devel/p5-Term-Shell/Makefile Tue May 7 15:14:30 2019 (r500969) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= Term-Shell -PORTVERSION= 0.10 +PORTVERSION= 0.11 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= perl@FreeBSD.org +MAINTAINER= culot@FreeBSD.org COMMENT= Write command-line shells in Perl LICENSE= ART10 GPLv1+ Modified: head/devel/p5-Term-Shell/distinfo ============================================================================== --- head/devel/p5-Term-Shell/distinfo Tue May 7 15:12:15 2019 (r500968) +++ head/devel/p5-Term-Shell/distinfo Tue May 7 15:14:30 2019 (r500969) @@ -1,3 +1,3 @@ -TIMESTAMP = 1546484033 -SHA256 (Term-Shell-0.10.tar.gz) = 7d1f824c2db22769b60000b5b9ca2ad469c154939f9ec1cd3f0e06e9c967dda3 -SIZE (Term-Shell-0.10.tar.gz) = 36154 +TIMESTAMP = 1557241628 +SHA256 (Term-Shell-0.11.tar.gz) = 7a142361f22f2e5fae9d6e39353663e8bdfa6118d1aee82204bd9083ddb04154 +SIZE (Term-Shell-0.11.tar.gz) = 36357 From owner-svn-ports-all@freebsd.org Tue May 7 16:20:59 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57BE2158C80B; Tue, 7 May 2019 16:20:59 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 08E5B8FD99; Tue, 7 May 2019 16:20:59 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D4D9920C48; Tue, 7 May 2019 16:20:58 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x47GKwNw065767; Tue, 7 May 2019 16:20:58 GMT (envelope-from kmoore@FreeBSD.org) Received: (from kmoore@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x47GKwOC065763; Tue, 7 May 2019 16:20:58 GMT (envelope-from kmoore@FreeBSD.org) Message-Id: <201905071620.x47GKwOC065763@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kmoore set sender to kmoore@FreeBSD.org using -f From: Kris Moore Date: Tue, 7 May 2019 16:20:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500970 - in head/sysutils: zol zol-kmod X-SVN-Group: ports-head X-SVN-Commit-Author: kmoore X-SVN-Commit-Paths: in head/sysutils: zol zol-kmod X-SVN-Commit-Revision: 500970 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 08E5B8FD99 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.979,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 07 May 2019 16:20:59 -0000 Author: kmoore Date: Tue May 7 16:20:57 2019 New Revision: 500970 URL: https://svnweb.freebsd.org/changeset/ports/500970 Log: - Update to 2019050600 - Sync with latest ZoL upstream, including new TRIM support. - Add option to enable PYTHON support for some extra ZFS tools - Cleanup plist Modified: head/sysutils/zol-kmod/Makefile head/sysutils/zol-kmod/distinfo head/sysutils/zol/Makefile head/sysutils/zol/distinfo head/sysutils/zol/pkg-plist Modified: head/sysutils/zol-kmod/Makefile ============================================================================== --- head/sysutils/zol-kmod/Makefile Tue May 7 15:14:30 2019 (r500969) +++ head/sysutils/zol-kmod/Makefile Tue May 7 16:20:57 2019 (r500970) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= zol -PORTVERSION= 2019041800 +PORTVERSION= 2019050600 DISTVERSIONPREFIX= v CATEGORIES= sysutils PKGNAMESUFFIX= -kmod @@ -15,7 +15,7 @@ USES= kmod USE_GITHUB= yes GH_ACCOUNT= zfsonfreebsd GH_PROJECT= ZoF -GH_TAGNAME= e585f57 +GH_TAGNAME= 52a3f3c PLIST_FILES= ${KMODDIR}/zfs.ko Modified: head/sysutils/zol-kmod/distinfo ============================================================================== --- head/sysutils/zol-kmod/distinfo Tue May 7 15:14:30 2019 (r500969) +++ head/sysutils/zol-kmod/distinfo Tue May 7 16:20:57 2019 (r500970) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555593532 -SHA256 (zfsonfreebsd-ZoF-v2019041800-e585f57_GH0.tar.gz) = d7bef50a341c66299d35ac622ce8db3b2fafc33b368b3012bcba05f83b9a6408 -SIZE (zfsonfreebsd-ZoF-v2019041800-e585f57_GH0.tar.gz) = 6450009 +TIMESTAMP = 1557193056 +SHA256 (zfsonfreebsd-ZoF-v2019050600-52a3f3c_GH0.tar.gz) = 4159cd4f869f835b628a2896e0acd7fe0415dc1b062443f3d6c5cb65e3f896ac +SIZE (zfsonfreebsd-ZoF-v2019050600-52a3f3c_GH0.tar.gz) = 6741091 Modified: head/sysutils/zol/Makefile ============================================================================== --- head/sysutils/zol/Makefile Tue May 7 15:14:30 2019 (r500969) +++ head/sysutils/zol/Makefile Tue May 7 16:20:57 2019 (r500970) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= zol -PORTVERSION= 2019041800 +PORTVERSION= 2019050600 DISTVERSIONPREFIX= v CATEGORIES= sysutils @@ -14,18 +14,18 @@ BROKEN_aarch64= invokes x86 assembler RUN_DEPENDS= zol-kmod>=0:sysutils/zol-kmod -USES= autoreconf:build libtool gmake gettext-runtime:run +USES+= autoreconf:build libtool gmake gettext-runtime:run python:3.3+,build shebangfix GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --with-config="user" -OPTIONS_DEFINE= DEBUG +OPTIONS_DEFINE= DEBUG PYTHON OPTIONS_SUB= yes USE_GITHUB= yes GH_ACCOUNT= zfsonfreebsd GH_PROJECT= ZoF -GH_TAGNAME= e585f57 +GH_TAGNAME= 52a3f3c .include @@ -37,7 +37,20 @@ IGNORE= needs FreeBSD 12/13 with AES-CCM support CONFIGURE_ARGS+= --enable-debug --enable-debuginfo .endif +.if ${PORT_OPTIONS:MPYTHON} +CONFIGURE_ARGS+= --with-python=${PYTHON_VER} +BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cffi@${PY_FLAVOR} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cffi@${PY_FLAVOR} +PLIST_SUB+= PYTHON="" +.else +CONFIGURE_ARGS+= --without-python --disable-pyzfs +PLIST_SUB+= PYTHON="@comment " +.endif + pre-configure: cd ${WRKSRC} && ./autogen.sh + +post-stage: + ${RM} -rf ${STAGEDIR}/usr/lib .include Modified: head/sysutils/zol/distinfo ============================================================================== --- head/sysutils/zol/distinfo Tue May 7 15:14:30 2019 (r500969) +++ head/sysutils/zol/distinfo Tue May 7 16:20:57 2019 (r500970) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555593518 -SHA256 (zfsonfreebsd-ZoF-v2019041800-e585f57_GH0.tar.gz) = d7bef50a341c66299d35ac622ce8db3b2fafc33b368b3012bcba05f83b9a6408 -SIZE (zfsonfreebsd-ZoF-v2019041800-e585f57_GH0.tar.gz) = 6450009 +TIMESTAMP = 1557191491 +SHA256 (zfsonfreebsd-ZoF-v2019050600-52a3f3c_GH0.tar.gz) = 4159cd4f869f835b628a2896e0acd7fe0415dc1b062443f3d6c5cb65e3f896ac +SIZE (zfsonfreebsd-ZoF-v2019050600-52a3f3c_GH0.tar.gz) = 6741091 Modified: head/sysutils/zol/pkg-plist ============================================================================== --- head/sysutils/zol/pkg-plist Tue May 7 15:14:30 2019 (r500969) +++ head/sysutils/zol/pkg-plist Tue May 7 16:20:57 2019 (r500970) @@ -1,17 +1,7 @@ /etc/default/zfs -/usr/lib/dracut/modules.d/02zfsexpandknowledge/module-setup.sh -/usr/lib/dracut/modules.d/90zfs/export-zfs.sh -/usr/lib/dracut/modules.d/90zfs/module-setup.sh -/usr/lib/dracut/modules.d/90zfs/mount-zfs.sh -/usr/lib/dracut/modules.d/90zfs/parse-zfs.sh -/usr/lib/dracut/modules.d/90zfs/zfs-generator.sh -/usr/lib/dracut/modules.d/90zfs/zfs-lib.sh -/usr/lib/dracut/modules.d/90zfs/zfs-load-key.sh -/usr/lib/dracut/modules.d/90zfs/zfs-needshutdown.sh -bin/arc_summary.py -bin/arc_summary3.py -bin/arcstat.py -bin/dbufstat.py +%%PYTHON%%bin/arc_summary +%%PYTHON%%bin/arcstat +%%PYTHON%%bin/dbufstat bin/raidz_test bin/zgenhostid etc/init.d/zfs-import @@ -253,9 +243,11 @@ include/libzfs/sys/vdev_file.h include/libzfs/sys/vdev_impl.h include/libzfs/sys/vdev_indirect_births.h include/libzfs/sys/vdev_indirect_mapping.h +include/libzfs/sys/vdev_initialize.h include/libzfs/sys/vdev_raidz.h include/libzfs/sys/vdev_raidz_impl.h include/libzfs/sys/vdev_removal.h +include/libzfs/sys/vdev_trim.h include/libzfs/sys/xvattr.h include/libzfs/sys/zap.h include/libzfs/sys/zap_impl.h @@ -314,6 +306,38 @@ lib/libzpool.a lib/libzpool.so lib/libzpool.so.2 lib/libzpool.so.2.0.0 +%%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/__init__.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/__pycache__/_constants.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/__pycache__/_error_translation.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/__pycache__/_libzfs_core.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/__pycache__/_nvlist.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/__pycache__/ctypes.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/__pycache__/exceptions.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/_constants.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/_error_translation.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/_libzfs_core.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/_nvlist.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/bindings/__init__.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/bindings/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/bindings/__pycache__/libnvpair.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/bindings/__pycache__/libzfs_core.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/bindings/libnvpair.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/bindings/libzfs_core.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/ctypes.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/exceptions.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/test/__init__.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/test/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/test/__pycache__/test_libzfs_core.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/test/__pycache__/test_nvlist.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/test/test_libzfs_core.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/test/test_nvlist.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/pyzfs-0.8.0-py%%PYTHON_VER%%.egg-info/PKG-INFO +%%PYTHON%%%%PYTHON_SITELIBDIR%%/pyzfs-0.8.0-py%%PYTHON_VER%%.egg-info/SOURCES.txt +%%PYTHON%%%%PYTHON_SITELIBDIR%%/pyzfs-0.8.0-py%%PYTHON_VER%%.egg-info/dependency_links.txt +%%PYTHON%%%%PYTHON_SITELIBDIR%%/pyzfs-0.8.0-py%%PYTHON_VER%%.egg-info/not-zip-safe +%%PYTHON%%%%PYTHON_SITELIBDIR%%/pyzfs-0.8.0-py%%PYTHON_VER%%.egg-info/requires.txt +%%PYTHON%%%%PYTHON_SITELIBDIR%%/pyzfs-0.8.0-py%%PYTHON_VER%%.egg-info/top_level.txt libexec/zfs/zpool.d/ata_err libexec/zfs/zpool.d/cmd_to libexec/zfs/zpool.d/defect @@ -1047,6 +1071,7 @@ share/zfs/zfs-tests/tests/functional/cli_root/zpool_ev share/zfs/zfs-tests/tests/functional/cli_root/zpool_events/zpool_events.kshlib share/zfs/zfs-tests/tests/functional/cli_root/zpool_events/zpool_events_clear.ksh share/zfs/zfs-tests/tests/functional/cli_root/zpool_events/zpool_events_cliargs.ksh +share/zfs/zfs-tests/tests/functional/cli_root/zpool_events/zpool_events_errors.ksh share/zfs/zfs-tests/tests/functional/cli_root/zpool_events/zpool_events_follow.ksh share/zfs/zfs-tests/tests/functional/cli_root/zpool_events/zpool_events_poolname.ksh share/zfs/zfs-tests/tests/functional/cli_root/zpool_expand/cleanup.ksh @@ -1076,6 +1101,7 @@ share/zfs/zfs-tests/tests/functional/cli_root/zpool_hi share/zfs/zfs-tests/tests/functional/cli_root/zpool_history/zpool_history_001_neg.ksh share/zfs/zfs-tests/tests/functional/cli_root/zpool_history/zpool_history_002_pos.ksh share/zfs/zfs-tests/tests/functional/cli_root/zpool_import/blockfiles/cryptv0.dat.bz2 +share/zfs/zfs-tests/tests/functional/cli_root/zpool_import/blockfiles/missing_ivset.dat.bz2 share/zfs/zfs-tests/tests/functional/cli_root/zpool_import/blockfiles/unclean_export.dat.bz2 share/zfs/zfs-tests/tests/functional/cli_root/zpool_import/cleanup.ksh share/zfs/zfs-tests/tests/functional/cli_root/zpool_import/import_cachefile_device_added.ksh @@ -1110,6 +1136,7 @@ share/zfs/zfs-tests/tests/functional/cli_root/zpool_im share/zfs/zfs-tests/tests/functional/cli_root/zpool_import/zpool_import_encrypted.ksh share/zfs/zfs-tests/tests/functional/cli_root/zpool_import/zpool_import_encrypted_load.ksh share/zfs/zfs-tests/tests/functional/cli_root/zpool_import/zpool_import_errata3.ksh +share/zfs/zfs-tests/tests/functional/cli_root/zpool_import/zpool_import_errata4.ksh share/zfs/zfs-tests/tests/functional/cli_root/zpool_import/zpool_import_features_001_pos.ksh share/zfs/zfs-tests/tests/functional/cli_root/zpool_import/zpool_import_features_002_neg.ksh share/zfs/zfs-tests/tests/functional/cli_root/zpool_import/zpool_import_features_003_pos.ksh @@ -1117,9 +1144,24 @@ share/zfs/zfs-tests/tests/functional/cli_root/zpool_im share/zfs/zfs-tests/tests/functional/cli_root/zpool_import/zpool_import_missing_002_pos.ksh share/zfs/zfs-tests/tests/functional/cli_root/zpool_import/zpool_import_missing_003_pos.ksh share/zfs/zfs-tests/tests/functional/cli_root/zpool_import/zpool_import_rename_001_pos.ksh +share/zfs/zfs-tests/tests/functional/cli_root/zpool_initialize/cleanup.ksh +share/zfs/zfs-tests/tests/functional/cli_root/zpool_initialize/zpool_initialize.kshlib +share/zfs/zfs-tests/tests/functional/cli_root/zpool_initialize/zpool_initialize_attach_detach_add_remove.ksh +share/zfs/zfs-tests/tests/functional/cli_root/zpool_initialize/zpool_initialize_import_export.ksh +share/zfs/zfs-tests/tests/functional/cli_root/zpool_initialize/zpool_initialize_offline_export_import_online.ksh +share/zfs/zfs-tests/tests/functional/cli_root/zpool_initialize/zpool_initialize_online_offline.ksh +share/zfs/zfs-tests/tests/functional/cli_root/zpool_initialize/zpool_initialize_split.ksh +share/zfs/zfs-tests/tests/functional/cli_root/zpool_initialize/zpool_initialize_start_and_cancel_neg.ksh +share/zfs/zfs-tests/tests/functional/cli_root/zpool_initialize/zpool_initialize_start_and_cancel_pos.ksh +share/zfs/zfs-tests/tests/functional/cli_root/zpool_initialize/zpool_initialize_suspend_resume.ksh +share/zfs/zfs-tests/tests/functional/cli_root/zpool_initialize/zpool_initialize_unsupported_vdevs.ksh +share/zfs/zfs-tests/tests/functional/cli_root/zpool_initialize/zpool_initialize_verify_checksums.ksh +share/zfs/zfs-tests/tests/functional/cli_root/zpool_initialize/zpool_initialize_verify_initialized.ksh share/zfs/zfs-tests/tests/functional/cli_root/zpool_labelclear/labelclear.cfg share/zfs/zfs-tests/tests/functional/cli_root/zpool_labelclear/zpool_labelclear_active.ksh share/zfs/zfs-tests/tests/functional/cli_root/zpool_labelclear/zpool_labelclear_exported.ksh +share/zfs/zfs-tests/tests/functional/cli_root/zpool_labelclear/zpool_labelclear_removed.ksh +share/zfs/zfs-tests/tests/functional/cli_root/zpool_labelclear/zpool_labelclear_valid.ksh share/zfs/zfs-tests/tests/functional/cli_root/zpool_offline/cleanup.ksh share/zfs/zfs-tests/tests/functional/cli_root/zpool_offline/setup.ksh share/zfs/zfs-tests/tests/functional/cli_root/zpool_offline/zpool_offline_001_pos.ksh @@ -1165,6 +1207,7 @@ share/zfs/zfs-tests/tests/functional/cli_root/zpool_sc share/zfs/zfs-tests/tests/functional/cli_root/zpool_scrub/zpool_scrub_004_pos.ksh share/zfs/zfs-tests/tests/functional/cli_root/zpool_scrub/zpool_scrub_005_pos.ksh share/zfs/zfs-tests/tests/functional/cli_root/zpool_scrub/zpool_scrub_encrypted_unloaded.ksh +share/zfs/zfs-tests/tests/functional/cli_root/zpool_scrub/zpool_scrub_multiple_copies.ksh share/zfs/zfs-tests/tests/functional/cli_root/zpool_scrub/zpool_scrub_offline_device.ksh share/zfs/zfs-tests/tests/functional/cli_root/zpool_scrub/zpool_scrub_print_repairing.ksh share/zfs/zfs-tests/tests/functional/cli_root/zpool_set/cleanup.ksh @@ -1196,6 +1239,26 @@ share/zfs/zfs-tests/tests/functional/cli_root/zpool_sy share/zfs/zfs-tests/tests/functional/cli_root/zpool_sync/setup.ksh share/zfs/zfs-tests/tests/functional/cli_root/zpool_sync/zpool_sync_001_pos.ksh share/zfs/zfs-tests/tests/functional/cli_root/zpool_sync/zpool_sync_002_neg.ksh +share/zfs/zfs-tests/tests/functional/cli_root/zpool_trim/cleanup.ksh +share/zfs/zfs-tests/tests/functional/cli_root/zpool_trim/setup.ksh +share/zfs/zfs-tests/tests/functional/cli_root/zpool_trim/zpool_trim.kshlib +share/zfs/zfs-tests/tests/functional/cli_root/zpool_trim/zpool_trim_attach_detach_add_remove.ksh +share/zfs/zfs-tests/tests/functional/cli_root/zpool_trim/zpool_trim_import_export.ksh +share/zfs/zfs-tests/tests/functional/cli_root/zpool_trim/zpool_trim_multiple.ksh +share/zfs/zfs-tests/tests/functional/cli_root/zpool_trim/zpool_trim_neg.ksh +share/zfs/zfs-tests/tests/functional/cli_root/zpool_trim/zpool_trim_offline_export_import_online.ksh +share/zfs/zfs-tests/tests/functional/cli_root/zpool_trim/zpool_trim_online_offline.ksh +share/zfs/zfs-tests/tests/functional/cli_root/zpool_trim/zpool_trim_partial.ksh +share/zfs/zfs-tests/tests/functional/cli_root/zpool_trim/zpool_trim_rate.ksh +share/zfs/zfs-tests/tests/functional/cli_root/zpool_trim/zpool_trim_rate_neg.ksh +share/zfs/zfs-tests/tests/functional/cli_root/zpool_trim/zpool_trim_secure.ksh +share/zfs/zfs-tests/tests/functional/cli_root/zpool_trim/zpool_trim_split.ksh +share/zfs/zfs-tests/tests/functional/cli_root/zpool_trim/zpool_trim_start_and_cancel_neg.ksh +share/zfs/zfs-tests/tests/functional/cli_root/zpool_trim/zpool_trim_start_and_cancel_pos.ksh +share/zfs/zfs-tests/tests/functional/cli_root/zpool_trim/zpool_trim_suspend_resume.ksh +share/zfs/zfs-tests/tests/functional/cli_root/zpool_trim/zpool_trim_unsupported_vdevs.ksh +share/zfs/zfs-tests/tests/functional/cli_root/zpool_trim/zpool_trim_verify_checksums.ksh +share/zfs/zfs-tests/tests/functional/cli_root/zpool_trim/zpool_trim_verify_trimmed.ksh share/zfs/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-broken-mirror1.dat.bz2 share/zfs/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-broken-mirror2.dat.bz2 share/zfs/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-pool-v1.dat.bz2 @@ -1261,7 +1324,6 @@ share/zfs/zfs-tests/tests/functional/cli_root/zpool_up share/zfs/zfs-tests/tests/functional/cli_root/zpool_upgrade/zpool_upgrade_007_pos.ksh share/zfs/zfs-tests/tests/functional/cli_root/zpool_upgrade/zpool_upgrade_008_pos.ksh share/zfs/zfs-tests/tests/functional/cli_root/zpool_upgrade/zpool_upgrade_009_neg.ksh -share/zfs/zfs-tests/tests/functional/cli_user/misc/arc_summary3_001_pos.ksh share/zfs/zfs-tests/tests/functional/cli_user/misc/arc_summary_001_pos.ksh share/zfs/zfs-tests/tests/functional/cli_user/misc/arc_summary_002_neg.ksh share/zfs/zfs-tests/tests/functional/cli_user/misc/arcstat_001_pos.ksh @@ -1445,6 +1507,10 @@ share/zfs/zfs-tests/tests/functional/history/setup.ksh share/zfs/zfs-tests/tests/functional/history/sparc.migratedpool.DAT.Z share/zfs/zfs-tests/tests/functional/history/sparc.orig_history.txt share/zfs/zfs-tests/tests/functional/history/zfs-pool-v4.dat.Z +share/zfs/zfs-tests/tests/functional/hkdf/cleanup.ksh +share/zfs/zfs-tests/tests/functional/hkdf/hkdf_test +share/zfs/zfs-tests/tests/functional/hkdf/run_hkdf_test.ksh +share/zfs/zfs-tests/tests/functional/hkdf/setup.ksh share/zfs/zfs-tests/tests/functional/inheritance/cleanup.ksh share/zfs/zfs-tests/tests/functional/inheritance/config001.cfg share/zfs/zfs-tests/tests/functional/inheritance/config002.cfg @@ -1524,6 +1590,12 @@ share/zfs/zfs-tests/tests/functional/libzfs/cleanup.ks share/zfs/zfs-tests/tests/functional/libzfs/libzfs_input.ksh share/zfs/zfs-tests/tests/functional/libzfs/many_fds share/zfs/zfs-tests/tests/functional/libzfs/setup.ksh +share/zfs/zfs-tests/tests/functional/limits/cleanup.ksh +share/zfs/zfs-tests/tests/functional/limits/filesystem_count.ksh +share/zfs/zfs-tests/tests/functional/limits/filesystem_limit.ksh +share/zfs/zfs-tests/tests/functional/limits/setup.ksh +share/zfs/zfs-tests/tests/functional/limits/snapshot_count.ksh +share/zfs/zfs-tests/tests/functional/limits/snapshot_limit.ksh share/zfs/zfs-tests/tests/functional/link_count/cleanup.ksh share/zfs/zfs-tests/tests/functional/link_count/link_count_001.ksh share/zfs/zfs-tests/tests/functional/link_count/setup.ksh @@ -1561,12 +1633,14 @@ share/zfs/zfs-tests/tests/functional/mmp/mmp_on_thread share/zfs/zfs-tests/tests/functional/mmp/mmp_on_uberblocks.ksh share/zfs/zfs-tests/tests/functional/mmp/mmp_on_zdb.ksh share/zfs/zfs-tests/tests/functional/mmp/mmp_reset_interval.ksh +share/zfs/zfs-tests/tests/functional/mmp/mmp_write_distribution.ksh share/zfs/zfs-tests/tests/functional/mmp/mmp_write_uberblocks.ksh share/zfs/zfs-tests/tests/functional/mmp/multihost_history.ksh share/zfs/zfs-tests/tests/functional/mmp/setup.ksh share/zfs/zfs-tests/tests/functional/mount/cleanup.ksh share/zfs/zfs-tests/tests/functional/mount/setup.ksh share/zfs/zfs-tests/tests/functional/mount/umount_001.ksh +share/zfs/zfs-tests/tests/functional/mount/umount_unlinked_drain.ksh share/zfs/zfs-tests/tests/functional/mount/umountall_001.ksh share/zfs/zfs-tests/tests/functional/mv_files/cleanup.ksh share/zfs/zfs-tests/tests/functional/mv_files/mv_files.cfg @@ -1583,6 +1657,7 @@ share/zfs/zfs-tests/tests/functional/no_space/enospc.c share/zfs/zfs-tests/tests/functional/no_space/enospc_001_pos.ksh share/zfs/zfs-tests/tests/functional/no_space/enospc_002_pos.ksh share/zfs/zfs-tests/tests/functional/no_space/enospc_003_pos.ksh +share/zfs/zfs-tests/tests/functional/no_space/enospc_df.ksh share/zfs/zfs-tests/tests/functional/no_space/setup.ksh share/zfs/zfs-tests/tests/functional/nopwrite/cleanup.ksh share/zfs/zfs-tests/tests/functional/nopwrite/nopwrite.shlib @@ -1810,11 +1885,16 @@ share/zfs/zfs-tests/tests/functional/rsend/send-c_zstr share/zfs/zfs-tests/tests/functional/rsend/send-cpL_varied_recsize.ksh share/zfs/zfs-tests/tests/functional/rsend/send-wDR_encrypted_zvol.ksh share/zfs/zfs-tests/tests/functional/rsend/send_encrypted_files.ksh -share/zfs/zfs-tests/tests/functional/rsend/send_encrypted_heirarchy.ksh +share/zfs/zfs-tests/tests/functional/rsend/send_encrypted_hierarchy.ksh share/zfs/zfs-tests/tests/functional/rsend/send_encrypted_props.ksh +share/zfs/zfs-tests/tests/functional/rsend/send_encrypted_truncated_files.ksh share/zfs/zfs-tests/tests/functional/rsend/send_freeobjects.ksh +share/zfs/zfs-tests/tests/functional/rsend/send_holds.ksh share/zfs/zfs-tests/tests/functional/rsend/send_hole_birth.ksh +share/zfs/zfs-tests/tests/functional/rsend/send_mixed_raw.ksh share/zfs/zfs-tests/tests/functional/rsend/send_realloc_dnode_size.ksh +share/zfs/zfs-tests/tests/functional/rsend/send_realloc_encrypted_files.ksh +share/zfs/zfs-tests/tests/functional/rsend/send_realloc_files.ksh share/zfs/zfs-tests/tests/functional/rsend/setup.ksh share/zfs/zfs-tests/tests/functional/scrub_mirror/cleanup.ksh share/zfs/zfs-tests/tests/functional/scrub_mirror/default.cfg @@ -1884,6 +1964,15 @@ share/zfs/zfs-tests/tests/functional/sparse/sparse_001 share/zfs/zfs-tests/tests/functional/threadsappend/cleanup.ksh share/zfs/zfs-tests/tests/functional/threadsappend/setup.ksh share/zfs/zfs-tests/tests/functional/threadsappend/threadsappend_001_pos.ksh +share/zfs/zfs-tests/tests/functional/trim/autotrim_config.ksh +share/zfs/zfs-tests/tests/functional/trim/autotrim_integrity.ksh +share/zfs/zfs-tests/tests/functional/trim/autotrim_trim_integrity.ksh +share/zfs/zfs-tests/tests/functional/trim/cleanup.ksh +share/zfs/zfs-tests/tests/functional/trim/setup.ksh +share/zfs/zfs-tests/tests/functional/trim/trim.cfg +share/zfs/zfs-tests/tests/functional/trim/trim.kshlib +share/zfs/zfs-tests/tests/functional/trim/trim_config.ksh +share/zfs/zfs-tests/tests/functional/trim/trim_integrity.ksh share/zfs/zfs-tests/tests/functional/truncate/cleanup.ksh share/zfs/zfs-tests/tests/functional/truncate/setup.ksh share/zfs/zfs-tests/tests/functional/truncate/truncate.cfg @@ -1895,6 +1984,7 @@ share/zfs/zfs-tests/tests/functional/upgrade/cleanup.k share/zfs/zfs-tests/tests/functional/upgrade/setup.ksh share/zfs/zfs-tests/tests/functional/upgrade/upgrade_common.kshlib share/zfs/zfs-tests/tests/functional/upgrade/upgrade_projectquota_001_pos.ksh +share/zfs/zfs-tests/tests/functional/upgrade/upgrade_readonly_pool.ksh share/zfs/zfs-tests/tests/functional/upgrade/upgrade_userobj_001_pos.ksh share/zfs/zfs-tests/tests/functional/user_namespace/cleanup.ksh share/zfs/zfs-tests/tests/functional/user_namespace/setup.ksh @@ -1977,6 +2067,8 @@ share/zfs/zfs-tests/tests/functional/zvol/zvol_misc/zv share/zfs/zfs-tests/tests/functional/zvol/zvol_misc/zvol_misc_005_neg.ksh share/zfs/zfs-tests/tests/functional/zvol/zvol_misc/zvol_misc_006_pos.ksh share/zfs/zfs-tests/tests/functional/zvol/zvol_misc/zvol_misc_common.kshlib +share/zfs/zfs-tests/tests/functional/zvol/zvol_misc/zvol_misc_hierarchy.ksh +share/zfs/zfs-tests/tests/functional/zvol/zvol_misc/zvol_misc_rename_inuse.ksh share/zfs/zfs-tests/tests/functional/zvol/zvol_misc/zvol_misc_snapdev.ksh share/zfs/zfs-tests/tests/functional/zvol/zvol_misc/zvol_misc_volmode.ksh share/zfs/zfs-tests/tests/functional/zvol/zvol_misc/zvol_misc_zil.ksh @@ -1996,6 +2088,7 @@ share/zfs/zfs-tests/tests/perf/fio/random_readwrite_fi share/zfs/zfs-tests/tests/perf/fio/random_writes.fio share/zfs/zfs-tests/tests/perf/fio/sequential_reads.fio share/zfs/zfs-tests/tests/perf/fio/sequential_writes.fio +share/zfs/zfs-tests/tests/perf/nfs-sample.cfg share/zfs/zfs-tests/tests/perf/perf.shlib share/zfs/zfs-tests/tests/perf/regression/random_reads.ksh share/zfs/zfs-tests/tests/perf/regression/random_readwrite.ksh @@ -2013,7 +2106,3 @@ share/zfs/zfs.sh share/zfs/zimport.sh share/zfs/zloop.sh @dir /etc/default -@dir /usr/lib/dracut/modules.d/02zfsexpandknowledge -@dir /usr/lib/dracut/modules.d/90zfs -@dir /usr/lib/dracut/modules.d -@dir /usr/lib/dracut From owner-svn-ports-all@freebsd.org Tue May 7 16:37:16 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 733DF158CD54; Tue, 7 May 2019 16:37:16 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 15CA16A0CD; Tue, 7 May 2019 16:37:16 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E4AB120E7B; Tue, 7 May 2019 16:37:15 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x47GbF3m075593; Tue, 7 May 2019 16:37:15 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x47GbFkZ075592; Tue, 7 May 2019 16:37:15 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201905071637.x47GbFkZ075592@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Tue, 7 May 2019 16:37:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500971 - head/sysutils/lsof X-SVN-Group: ports-head X-SVN-Commit-Author: ler X-SVN-Commit-Paths: head/sysutils/lsof X-SVN-Commit-Revision: 500971 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 15CA16A0CD X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.976,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 07 May 2019 16:37:16 -0000 Author: ler Date: Tue May 7 16:37:15 2019 New Revision: 500971 URL: https://svnweb.freebsd.org/changeset/ports/500971 Log: sysutils/lsof: put the SRC_BASE check back where it actually works in poudriere. Modified: head/sysutils/lsof/Makefile Modified: head/sysutils/lsof/Makefile ============================================================================== --- head/sysutils/lsof/Makefile Tue May 7 16:20:57 2019 (r500970) +++ head/sysutils/lsof/Makefile Tue May 7 16:37:15 2019 (r500971) @@ -23,15 +23,15 @@ GH_ACCOUNT= lsof-org SHEBANG_FILES= scripts/sort_res.perl5 -.if !exists(${SRC_BASE}/sys/kern/kern_lockf.c) -IGNORE= requires kernel sources -.endif - .include CONFIGURE_SCRIPT= Configure CONFIGURE_ARGS= -n freebsd CONFIGURE_ENV= LSOF_CC="${CC}" FREEBSD_SYS="${SRC_BASE}/sys" + +.if !exists(${SRC_BASE}/sys/kern/kern_lockf.c) +IGNORE= requires kernel sources +.endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/lsof ${STAGEDIR}${PREFIX}/sbin From owner-svn-ports-all@freebsd.org Tue May 7 17:37:15 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 42141158E8D5; Tue, 7 May 2019 17:37:15 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DE3936CA80; Tue, 7 May 2019 17:37:14 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B74CF218E3; Tue, 7 May 2019 17:37:14 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x47HbEds007153; Tue, 7 May 2019 17:37:14 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x47HbDD9007149; Tue, 7 May 2019 17:37:13 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201905071737.x47HbDD9007149@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Tue, 7 May 2019 17:37:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r500972 - in branches/2019Q2/security: krb5-115/files krb5-116/files krb5-117/files krb5-devel/files X-SVN-Group: ports-branches X-SVN-Commit-Author: cy X-SVN-Commit-Paths: in branches/2019Q2/security: krb5-115/files krb5-116/files krb5-117/files krb5-devel/files X-SVN-Commit-Revision: 500972 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: DE3936CA80 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.953,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 07 May 2019 17:37:15 -0000 Author: cy Date: Tue May 7 17:37:13 2019 New Revision: 500972 URL: https://svnweb.freebsd.org/changeset/ports/500972 Log: MFH: r500725 Fix build with libressl 2.9.1. PR: 237621 Reported by: many Approved by: portmgr (joneum@) Modified: branches/2019Q2/security/krb5-115/files/patch-plugins_preauth_pkinit_pkinit__crypto__openssl.c branches/2019Q2/security/krb5-116/files/patch-plugins_preauth_pkinit_pkinit__crypto__openssl.c branches/2019Q2/security/krb5-117/files/patch-plugins_preauth_pkinit_pkinit__crypto__openssl.c branches/2019Q2/security/krb5-devel/files/patch-plugins_preauth_pkinit_pkinit__crypto__openssl.c Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/security/krb5-115/files/patch-plugins_preauth_pkinit_pkinit__crypto__openssl.c ============================================================================== --- branches/2019Q2/security/krb5-115/files/patch-plugins_preauth_pkinit_pkinit__crypto__openssl.c Tue May 7 16:37:15 2019 (r500971) +++ branches/2019Q2/security/krb5-115/files/patch-plugins_preauth_pkinit_pkinit__crypto__openssl.c Tue May 7 17:37:13 2019 (r500972) @@ -1,6 +1,6 @@ ---- plugins/preauth/pkinit/pkinit_crypto_openssl.c.orig 2018-11-01 23:51:07 UTC -+++ plugins/preauth/pkinit/pkinit_crypto_openssl.c -@@ -188,7 +188,8 @@ pkinit_pkcs11_code_to_text(int err); +--- plugins/preauth/pkinit/pkinit_crypto_openssl.c.orig 2019-01-08 08:02:37.000000000 -0800 ++++ plugins/preauth/pkinit/pkinit_crypto_openssl.c 2019-05-02 12:18:53.494194000 -0700 +@@ -189,7 +189,8 @@ (*_x509_pp) = PKCS7_cert_from_signer_info(_p7,_si) #endif @@ -10,7 +10,18 @@ /* 1.1 standardizes constructor and destructor names, renaming * EVP_MD_CTX_{create,destroy} and deprecating ASN1_STRING_data. */ -@@ -3040,7 +3041,9 @@ cleanup: +@@ -249,6 +250,10 @@ + + #endif + ++#if defined(LIBRESSL_VERSION_NUMBER) && !defined(static_ASN1_SEQUENCE_END_name) ++#define static_ASN1_SEQUENCE_END_name ASN1_SEQUENCE_END_name ++#endif ++ + static struct pkcs11_errstrings { + short code; + char *text; +@@ -3053,7 +3058,9 @@ return retval; } Modified: branches/2019Q2/security/krb5-116/files/patch-plugins_preauth_pkinit_pkinit__crypto__openssl.c ============================================================================== --- branches/2019Q2/security/krb5-116/files/patch-plugins_preauth_pkinit_pkinit__crypto__openssl.c Tue May 7 16:37:15 2019 (r500971) +++ branches/2019Q2/security/krb5-116/files/patch-plugins_preauth_pkinit_pkinit__crypto__openssl.c Tue May 7 17:37:13 2019 (r500972) @@ -1,6 +1,6 @@ ---- plugins/preauth/pkinit/pkinit_crypto_openssl.c.orig 2018-11-01 23:51:07 UTC -+++ plugins/preauth/pkinit/pkinit_crypto_openssl.c -@@ -188,7 +188,8 @@ pkinit_pkcs11_code_to_text(int err); +--- plugins/preauth/pkinit/pkinit_crypto_openssl.c.orig 2019-01-08 08:02:37.000000000 -0800 ++++ plugins/preauth/pkinit/pkinit_crypto_openssl.c 2019-05-02 12:18:53.494194000 -0700 +@@ -189,7 +189,8 @@ (*_x509_pp) = PKCS7_cert_from_signer_info(_p7,_si) #endif @@ -10,7 +10,18 @@ /* 1.1 standardizes constructor and destructor names, renaming * EVP_MD_CTX_{create,destroy} and deprecating ASN1_STRING_data. */ -@@ -3040,7 +3041,9 @@ cleanup: +@@ -249,6 +250,10 @@ + + #endif + ++#if defined(LIBRESSL_VERSION_NUMBER) && !defined(static_ASN1_SEQUENCE_END_name) ++#define static_ASN1_SEQUENCE_END_name ASN1_SEQUENCE_END_name ++#endif ++ + static struct pkcs11_errstrings { + short code; + char *text; +@@ -3053,7 +3058,9 @@ return retval; } Modified: branches/2019Q2/security/krb5-117/files/patch-plugins_preauth_pkinit_pkinit__crypto__openssl.c ============================================================================== --- branches/2019Q2/security/krb5-117/files/patch-plugins_preauth_pkinit_pkinit__crypto__openssl.c Tue May 7 16:37:15 2019 (r500971) +++ branches/2019Q2/security/krb5-117/files/patch-plugins_preauth_pkinit_pkinit__crypto__openssl.c Tue May 7 17:37:13 2019 (r500972) @@ -1,6 +1,6 @@ ---- plugins/preauth/pkinit/pkinit_crypto_openssl.c.orig 2018-11-01 23:51:07 UTC -+++ plugins/preauth/pkinit/pkinit_crypto_openssl.c -@@ -188,7 +188,8 @@ pkinit_pkcs11_code_to_text(int err); +--- plugins/preauth/pkinit/pkinit_crypto_openssl.c.orig 2019-01-08 08:02:37.000000000 -0800 ++++ plugins/preauth/pkinit/pkinit_crypto_openssl.c 2019-05-02 12:18:53.494194000 -0700 +@@ -189,7 +189,8 @@ (*_x509_pp) = PKCS7_cert_from_signer_info(_p7,_si) #endif @@ -10,7 +10,18 @@ /* 1.1 standardizes constructor and destructor names, renaming * EVP_MD_CTX_{create,destroy} and deprecating ASN1_STRING_data. */ -@@ -3040,7 +3041,9 @@ cleanup: +@@ -249,6 +250,10 @@ + + #endif + ++#if defined(LIBRESSL_VERSION_NUMBER) && !defined(static_ASN1_SEQUENCE_END_name) ++#define static_ASN1_SEQUENCE_END_name ASN1_SEQUENCE_END_name ++#endif ++ + static struct pkcs11_errstrings { + short code; + char *text; +@@ -3053,7 +3058,9 @@ return retval; } Modified: branches/2019Q2/security/krb5-devel/files/patch-plugins_preauth_pkinit_pkinit__crypto__openssl.c ============================================================================== --- branches/2019Q2/security/krb5-devel/files/patch-plugins_preauth_pkinit_pkinit__crypto__openssl.c Tue May 7 16:37:15 2019 (r500971) +++ branches/2019Q2/security/krb5-devel/files/patch-plugins_preauth_pkinit_pkinit__crypto__openssl.c Tue May 7 17:37:13 2019 (r500972) @@ -1,6 +1,6 @@ ---- plugins/preauth/pkinit/pkinit_crypto_openssl.c.orig 2018-11-01 23:51:07 UTC -+++ plugins/preauth/pkinit/pkinit_crypto_openssl.c -@@ -188,7 +188,8 @@ pkinit_pkcs11_code_to_text(int err); +--- plugins/preauth/pkinit/pkinit_crypto_openssl.c.orig 2019-01-08 08:02:37.000000000 -0800 ++++ plugins/preauth/pkinit/pkinit_crypto_openssl.c 2019-05-02 12:18:53.494194000 -0700 +@@ -189,7 +189,8 @@ (*_x509_pp) = PKCS7_cert_from_signer_info(_p7,_si) #endif @@ -10,7 +10,18 @@ /* 1.1 standardizes constructor and destructor names, renaming * EVP_MD_CTX_{create,destroy} and deprecating ASN1_STRING_data. */ -@@ -3040,7 +3041,9 @@ cleanup: +@@ -249,6 +250,10 @@ + + #endif + ++#if defined(LIBRESSL_VERSION_NUMBER) && !defined(static_ASN1_SEQUENCE_END_name) ++#define static_ASN1_SEQUENCE_END_name ASN1_SEQUENCE_END_name ++#endif ++ + static struct pkcs11_errstrings { + short code; + char *text; +@@ -3053,7 +3058,9 @@ return retval; } From owner-svn-ports-all@freebsd.org Tue May 7 19:19:10 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C23261590EF7; Tue, 7 May 2019 19:19:10 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6567D7085A; Tue, 7 May 2019 19:19:10 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3E7AF229D4; Tue, 7 May 2019 19:19:10 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x47JJA5T059323; Tue, 7 May 2019 19:19:10 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x47JJAPT059322; Tue, 7 May 2019 19:19:10 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <201905071919.x47JJAPT059322@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Tue, 7 May 2019 19:19:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500973 - head/games/flightgear X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/games/flightgear X-SVN-Commit-Revision: 500973 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6567D7085A X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.962,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 07 May 2019 19:19:10 -0000 Author: pkubaj Date: Tue May 7 19:19:09 2019 New Revision: 500973 URL: https://svnweb.freebsd.org/changeset/ports/500973 Log: games/flightgear: fix build with GCC-based architectures Add USES=compiler:c++11-lang to fix: The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1. Approved by: mentors (implicit approval) Modified: head/games/flightgear/Makefile Modified: head/games/flightgear/Makefile ============================================================================== --- head/games/flightgear/Makefile Tue May 7 17:37:13 2019 (r500972) +++ head/games/flightgear/Makefile Tue May 7 19:19:09 2019 (r500973) @@ -29,8 +29,8 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:x11-toolkits ${LOCALBASE}/share/flightgear/version:games/flightgear-data # Disable ninja, see https://sourceforge.net/p/flightgear/codetickets/2118/ -USES= alias cmake:noninja compiler cpe dos2unix gl jpeg openal:al,alut \ - sqlite tar:bzip2 +USES= alias cmake:noninja compiler:c++11-lang cpe dos2unix gl jpeg \ + openal:al,alut sqlite tar:bzip2 USE_XORG= ice sm x11 xext xft xi xinerama xmu xt USE_GL= gl glew glu glut From owner-svn-ports-all@freebsd.org Tue May 7 19:36:12 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 058571591A8D; Tue, 7 May 2019 19:36:12 +0000 (UTC) (envelope-from rigoletto@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 77017716CC; Tue, 7 May 2019 19:36:11 +0000 (UTC) (envelope-from rigoletto@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4DF7322D19; Tue, 7 May 2019 19:36:11 +0000 (UTC) (envelope-from rigoletto@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x47JaB3D069377; Tue, 7 May 2019 19:36:11 GMT (envelope-from rigoletto@FreeBSD.org) Received: (from rigoletto@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x47JaATm069373; Tue, 7 May 2019 19:36:10 GMT (envelope-from rigoletto@FreeBSD.org) Message-Id: <201905071936.x47JaATm069373@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rigoletto set sender to rigoletto@FreeBSD.org using -f From: =?UTF-8?Q?Alexandre_C=2e_Guimar=c3=a3es?= Date: Tue, 7 May 2019 19:36:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500974 - in head/graphics: mupdf zathura-pdf-mupdf X-SVN-Group: ports-head X-SVN-Commit-Author: rigoletto X-SVN-Commit-Paths: in head/graphics: mupdf zathura-pdf-mupdf X-SVN-Commit-Revision: 500974 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 77017716CC X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.976,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 07 May 2019 19:36:12 -0000 Author: rigoletto Date: Tue May 7 19:36:10 2019 New Revision: 500974 URL: https://svnweb.freebsd.org/changeset/ports/500974 Log: graphics/mupdf: Upate to 1.15.0 - bump graphics-zathura-mupdf PR: 237770 PR: 236590 Submitted by: Zsolt Udvari (maintainer) Approved by: tcberner (mentor) MFH: 2019Q2 Modified: head/graphics/mupdf/Makefile head/graphics/mupdf/distinfo head/graphics/mupdf/pkg-plist head/graphics/zathura-pdf-mupdf/Makefile Modified: head/graphics/mupdf/Makefile ============================================================================== --- head/graphics/mupdf/Makefile Tue May 7 19:19:09 2019 (r500973) +++ head/graphics/mupdf/Makefile Tue May 7 19:36:10 2019 (r500974) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= mupdf -DISTVERSION= 1.14.0 +DISTVERSION= 1.15.0 DISTVERSIONSUFFIX= -source -PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= http://www.mupdf.com/downloads/ \ @@ -25,17 +24,19 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ USES= cpe compiler:c++11-lang gl gmake jpeg pkgconfig USE_XORG= x11 xcursor xext xinerama xrandr USE_GL= gl glut -CPE_VENDOR= artifex USE_LDCONFIG= yes +CPE_VENDOR= artifex + # pkg-config to avoid the conflict with openjpeg15 CFLAGS+= `pkg-config --cflags libopenjp2` +LDFLAGS+= `pkg-config --libs libjpeg libopenjp2` -ljbig2dec MAKE_ARGS= build=release prefix=${PREFIX} mandir=${PREFIX}/man verbose=yes \ XCFLAGS+="-I${WRKSRC}/include/mupdf -fPIC" \ XLIBS+="-L${LOCALBASE}/lib -L${WRKSRC}/build/release" \ SOVERSION=${DISTVERSION} -ALL_TARGET= all extra +ALL_TARGET= all extra-libs OPTIONS_DEFINE= DOCS JS SCROLL OPTIONS_DEFAULT= SCROLL @@ -59,8 +60,6 @@ post-install: ${MV} ${STAGEDIR}${PREFIX}/bin/mupdf-x11 \ ${STAGEDIR}${PREFIX}/bin/mupdf ${INSTALL_PROGRAM} \ - ${WRKSRC}/build/release/mjsgen \ - ${WRKSRC}/build/release/mujstest \ ${WRKSRC}/build/release/muraster \ ${STAGEDIR}${PREFIX}/bin ${LN} -s libmupdf.so.${PORTVERSION} \ Modified: head/graphics/mupdf/distinfo ============================================================================== --- head/graphics/mupdf/distinfo Tue May 7 19:19:09 2019 (r500973) +++ head/graphics/mupdf/distinfo Tue May 7 19:36:10 2019 (r500974) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542296614 -SHA256 (mupdf-1.14.0-source.tar.gz) = c443483a678c3fc258fa4adc124146225d0bb443c522619faadebf6b363d7724 -SIZE (mupdf-1.14.0-source.tar.gz) = 55654104 +TIMESTAMP = 1557205886 +SHA256 (mupdf-1.15.0-source.tar.gz) = 9fe6773ee0dc192d1878b7886b51150cbeb1a8ad81d3cd806d8e1ab343ffd471 +SIZE (mupdf-1.15.0-source.tar.gz) = 53023898 Modified: head/graphics/mupdf/pkg-plist ============================================================================== --- head/graphics/mupdf/pkg-plist Tue May 7 19:19:09 2019 (r500973) +++ head/graphics/mupdf/pkg-plist Tue May 7 19:36:10 2019 (r500974) @@ -1,11 +1,8 @@ -bin/mjsgen -bin/mujstest bin/mupdf bin/mupdf-gl bin/muraster bin/mutool include/mupdf/fitz.h -include/mupdf/fitz/annotation.h include/mupdf/fitz/archive.h include/mupdf/fitz/band-writer.h include/mupdf/fitz/bidi.h @@ -31,15 +28,7 @@ include/mupdf/fitz/hash.h include/mupdf/fitz/image.h include/mupdf/fitz/link.h include/mupdf/fitz/outline.h -include/mupdf/fitz/output-pcl.h -include/mupdf/fitz/output-pclm.h -include/mupdf/fitz/output-png.h -include/mupdf/fitz/output-pnm.h -include/mupdf/fitz/output-ps.h -include/mupdf/fitz/output-psd.h -include/mupdf/fitz/output-pwg.h include/mupdf/fitz/output-svg.h -include/mupdf/fitz/output-tga.h include/mupdf/fitz/output.h include/mupdf/fitz/path.h include/mupdf/fitz/pixmap.h @@ -57,10 +46,10 @@ include/mupdf/fitz/transition.h include/mupdf/fitz/tree.h include/mupdf/fitz/util.h include/mupdf/fitz/version.h +include/mupdf/fitz/write-pixmap.h include/mupdf/fitz/writer.h include/mupdf/fitz/xml.h include/mupdf/memento.h -include/mupdf/pdf-tools.h include/mupdf/pdf.h include/mupdf/pdf/annot.h include/mupdf/pdf/clean.h @@ -68,8 +57,8 @@ include/mupdf/pdf/cmap.h include/mupdf/pdf/crypt.h include/mupdf/pdf/document.h include/mupdf/pdf/event.h -include/mupdf/pdf/field.h include/mupdf/pdf/font.h +include/mupdf/pdf/form.h include/mupdf/pdf/interpret.h include/mupdf/pdf/javascript.h include/mupdf/pdf/name-table.h @@ -78,7 +67,6 @@ include/mupdf/pdf/output-pdf.h include/mupdf/pdf/page.h include/mupdf/pdf/parse.h include/mupdf/pdf/resource.h -include/mupdf/pdf/widget.h include/mupdf/pdf/xref.h include/mupdf/ucdn.h lib/libmupdf-third.so @@ -91,10 +79,10 @@ man/man1/mutool.1.gz %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/android-sdk.html +%%PORTDOCS%%%%DOCSDIR%%/api-changes.html %%PORTDOCS%%%%DOCSDIR%%/artifex-logo.png %%PORTDOCS%%%%DOCSDIR%%/building.html %%PORTDOCS%%%%DOCSDIR%%/coding-overview.html -%%PORTDOCS%%%%DOCSDIR%%/coding-progressive.html %%PORTDOCS%%%%DOCSDIR%%/coding-style.html %%PORTDOCS%%%%DOCSDIR%%/examples/bbox-device.js %%PORTDOCS%%%%DOCSDIR%%/examples/create-thumbnail.js @@ -106,7 +94,9 @@ man/man1/mutool.1.gz %%PORTDOCS%%%%DOCSDIR%%/examples/multi-threaded.c %%PORTDOCS%%%%DOCSDIR%%/examples/pdf-create-lowlevel.js %%PORTDOCS%%%%DOCSDIR%%/examples/pdf-create.js +%%PORTDOCS%%%%DOCSDIR%%/examples/pdf-dejpx.js %%PORTDOCS%%%%DOCSDIR%%/examples/pdf-merge.js +%%PORTDOCS%%%%DOCSDIR%%/examples/pdf-portfolio.js %%PORTDOCS%%%%DOCSDIR%%/examples/trace-device.js %%PORTDOCS%%%%DOCSDIR%%/index.html %%PORTDOCS%%%%DOCSDIR%%/manual-mupdf-gl.html @@ -116,7 +106,6 @@ man/man1/mutool.1.gz %%PORTDOCS%%%%DOCSDIR%%/manual-mutool-draw.html %%PORTDOCS%%%%DOCSDIR%%/manual-mutool-extract.html %%PORTDOCS%%%%DOCSDIR%%/manual-mutool-merge.html -%%PORTDOCS%%%%DOCSDIR%%/manual-mutool-portfolio.html %%PORTDOCS%%%%DOCSDIR%%/manual-mutool-run.html %%PORTDOCS%%%%DOCSDIR%%/manual-mutool-show.html %%PORTDOCS%%%%DOCSDIR%%/manual-mutool-trace.html Modified: head/graphics/zathura-pdf-mupdf/Makefile ============================================================================== --- head/graphics/zathura-pdf-mupdf/Makefile Tue May 7 19:19:09 2019 (r500973) +++ head/graphics/zathura-pdf-mupdf/Makefile Tue May 7 19:36:10 2019 (r500974) @@ -3,6 +3,7 @@ PORTNAME= zathura-pdf-mupdf DISTVERSION= 0.3.4 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://pwmt.org/projects/zathura-pdf-mupdf/download/ \ http://www.madpilot.net/~mad/pwmt.org/ From owner-svn-ports-all@freebsd.org Tue May 7 19:42:08 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C5301591E34; Tue, 7 May 2019 19:42:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B7AB171C1F; Tue, 7 May 2019 19:42:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 91E1B22E9F; Tue, 7 May 2019 19:42:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x47Jg7E9071268; Tue, 7 May 2019 19:42:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x47Jg73o071266; Tue, 7 May 2019 19:42:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201905071942.x47Jg73o071266@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 7 May 2019 19:42:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500975 - in head/www/py-wagtail: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/www/py-wagtail: . files X-SVN-Commit-Revision: 500975 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B7AB171C1F X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 07 May 2019 19:42:08 -0000 Author: sunpoet Date: Tue May 7 19:42:06 2019 New Revision: 500975 URL: https://svnweb.freebsd.org/changeset/ports/500975 Log: Relax pillow version restriction It allows to build with Pillow 6.x. Reference: https://github.com/wagtail/wagtail/commit/02f3ae56969eb56201fbdc58e1c890351cdaa8b3 Added: head/www/py-wagtail/files/ head/www/py-wagtail/files/patch-setup.py (contents, props changed) Modified: head/www/py-wagtail/Makefile Modified: head/www/py-wagtail/Makefile ============================================================================== --- head/www/py-wagtail/Makefile Tue May 7 19:36:10 2019 (r500974) +++ head/www/py-wagtail/Makefile Tue May 7 19:42:06 2019 (r500975) @@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup460>= ${PYTHON_PKGNAMEPREFIX}dj22-djangorestframework>=3.7.4<4.0:www/py-dj22-djangorestframework@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}draftjs_exporter>=2.1.5<3.0:www/py-draftjs_exporter@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}html5lib>=0.999<2:www/py-html5lib@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pillow>=4.0.0<6.0:graphics/py-pillow@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pillow>=4.0.0<7.0.0:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=2016.6:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.11.1<3.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.11<2.0:devel/py-six@${PY_FLAVOR} \ Added: head/www/py-wagtail/files/patch-setup.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-wagtail/files/patch-setup.py Tue May 7 19:42:06 2019 (r500975) @@ -0,0 +1,11 @@ +--- setup.py.orig 2019-04-24 15:24:37 UTC ++++ setup.py +@@ -27,7 +27,7 @@ install_requires = [ + "django-treebeard>=4.2.0,<5.0", + "djangorestframework>=3.7.4,<4.0", + "draftjs_exporter>=2.1.5,<3.0", +- "Pillow>=4.0.0,<6.0", ++ "Pillow>=4.0.0,<7.0.0", + "beautifulsoup4>=4.5.1,<4.6.1", + "html5lib>=0.999,<2", + "Unidecode>=0.04.14,<2.0", From owner-svn-ports-all@freebsd.org Tue May 7 19:45:18 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 381F91591F5D; Tue, 7 May 2019 19:45:18 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AB9DB71EB6; Tue, 7 May 2019 19:45:17 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8580B22EC2; Tue, 7 May 2019 19:45:17 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x47JjHGq074788; Tue, 7 May 2019 19:45:17 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x47JjHKN074787; Tue, 7 May 2019 19:45:17 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <201905071945.x47JjHKN074787@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Tue, 7 May 2019 19:45:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500976 - head/biology/tRNAscan-SE X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/biology/tRNAscan-SE X-SVN-Commit-Revision: 500976 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: AB9DB71EB6 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 07 May 2019 19:45:18 -0000 Author: pkubaj Date: Tue May 7 19:45:17 2019 New Revision: 500976 URL: https://svnweb.freebsd.org/changeset/ports/500976 Log: biology/tRNAscan-SE: fix build with GCC-based architectures Add USES=compiler:c11 to fix build. Approved by: mentors (implicit approval) Modified: head/biology/tRNAscan-SE/Makefile Modified: head/biology/tRNAscan-SE/Makefile ============================================================================== --- head/biology/tRNAscan-SE/Makefile Tue May 7 19:42:06 2019 (r500975) +++ head/biology/tRNAscan-SE/Makefile Tue May 7 19:45:17 2019 (r500976) @@ -20,6 +20,6 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S,.0$,,} GNU_CONFIGURE= yes -USES= perl5 autoreconf +USES= compiler:c11 perl5 autoreconf .include From owner-svn-ports-all@freebsd.org Tue May 7 20:22:16 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7DE871592BFA; Tue, 7 May 2019 20:22:16 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 24F3172F88; Tue, 7 May 2019 20:22: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F2BF623577; Tue, 7 May 2019 20:22:15 +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 x47KMFKc095033; Tue, 7 May 2019 20:22:15 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x47KMFts095031; Tue, 7 May 2019 20:22:15 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201905072022.x47KMFts095031@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 7 May 2019 20:22:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500977 - head/graphics/libansilove X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/graphics/libansilove X-SVN-Commit-Revision: 500977 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 24F3172F88 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.952,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 07 May 2019 20:22:16 -0000 Author: amdmi3 Date: Tue May 7 20:22:15 2019 New Revision: 500977 URL: https://svnweb.freebsd.org/changeset/ports/500977 Log: - Update to 1.1.2 Modified: head/graphics/libansilove/Makefile head/graphics/libansilove/distinfo head/graphics/libansilove/pkg-plist Modified: head/graphics/libansilove/Makefile ============================================================================== --- head/graphics/libansilove/Makefile Tue May 7 19:45:17 2019 (r500976) +++ head/graphics/libansilove/Makefile Tue May 7 20:22:15 2019 (r500977) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libansilove -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 CATEGORIES= graphics MAINTAINER= amdmi3@FreeBSD.org Modified: head/graphics/libansilove/distinfo ============================================================================== --- head/graphics/libansilove/distinfo Tue May 7 19:45:17 2019 (r500976) +++ head/graphics/libansilove/distinfo Tue May 7 20:22:15 2019 (r500977) @@ -1,3 +1,3 @@ -TIMESTAMP = 1549987117 -SHA256 (ansilove-libansilove-1.1.1_GH0.tar.gz) = 0621f10cc29ff54efe120d2f7d2211e30827042e8951a23ef41cf3b247b34adb -SIZE (ansilove-libansilove-1.1.1_GH0.tar.gz) = 53759 +TIMESTAMP = 1557246817 +SHA256 (ansilove-libansilove-1.1.2_GH0.tar.gz) = 0c8c1402c746249df233c66c1fd4c467515490aa3cfc4c26f8f181b6a2060a2c +SIZE (ansilove-libansilove-1.1.2_GH0.tar.gz) = 54870 Modified: head/graphics/libansilove/pkg-plist ============================================================================== --- head/graphics/libansilove/pkg-plist Tue May 7 19:45:17 2019 (r500976) +++ head/graphics/libansilove/pkg-plist Tue May 7 20:22:15 2019 (r500977) @@ -1,5 +1,5 @@ include/ansilove.h lib/libansilove.so lib/libansilove.so.1 -lib/libansilove.so.1.1.1 +lib/libansilove.so.1.1.2 man/man3/libansilove.3.gz From owner-svn-ports-all@freebsd.org Tue May 7 20:28:23 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B241A1592E60; Tue, 7 May 2019 20:28:23 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 223477333C; Tue, 7 May 2019 20:28:23 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BF6EF23592; Tue, 7 May 2019 20:28:20 +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 x47KSKKD096377; Tue, 7 May 2019 20:28:20 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x47KSKeS096374; Tue, 7 May 2019 20:28:20 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201905072028.x47KSKeS096374@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Tue, 7 May 2019 20:28:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500978 - head/net/citrix_ica X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: head/net/citrix_ica X-SVN-Commit-Revision: 500978 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 223477333C X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 07 May 2019 20:28:23 -0000 Author: ehaupt Date: Tue May 7 20:28:19 2019 New Revision: 500978 URL: https://svnweb.freebsd.org/changeset/ports/500978 Log: - Update to 13.10.0 - wfica uses gzopen64() which requires a newer zlib (switch to linux:c7) Reviewed by: evfbsd@yandex.ru Modified: head/net/citrix_ica/Makefile head/net/citrix_ica/distinfo head/net/citrix_ica/pkg-plist Modified: head/net/citrix_ica/Makefile ============================================================================== --- head/net/citrix_ica/Makefile Tue May 7 20:22:15 2019 (r500977) +++ head/net/citrix_ica/Makefile Tue May 7 20:28:19 2019 (r500978) @@ -2,16 +2,16 @@ # $FreeBSD$ PORTNAME= citrix_ica -PORTVERSION= 13.6.0 +PORTVERSION= 13.10.0 CATEGORIES= net comms linux MASTER_SITES= # -DISTNAME= linuxx86-${PORTVERSION}.10243651 +DISTNAME= linuxx86-${PORTVERSION}.20 MAINTAINER= ports@FreeBSD.org COMMENT= Citrix(R) Presentation Server(TM) client ONLY_FOR_ARCHS= i386 amd64 -USES= fakeroot linux webplugin:linux +USES= fakeroot linux:c7 webplugin:linux USE_LINUX= alsalib gtk2 libxml2 openmotif WEBPLUGIN_DIR= ${PREFIX}/ICAClient WEBPLUGIN_FILES= npica.so Modified: head/net/citrix_ica/distinfo ============================================================================== --- head/net/citrix_ica/distinfo Tue May 7 20:22:15 2019 (r500977) +++ head/net/citrix_ica/distinfo Tue May 7 20:28:19 2019 (r500978) @@ -1,3 +1,3 @@ -TIMESTAMP = 1503590097 -SHA256 (linuxx86-13.6.0.10243651.tar.gz) = 0ba3eba208b37844904d540b3011075ed5cecf429a0ab6c6cd52f2d0fd841ad2 -SIZE (linuxx86-13.6.0.10243651.tar.gz) = 22560063 +TIMESTAMP = 1557220569 +SHA256 (linuxx86-13.10.0.20.tar.gz) = 2dca3c8eded11c5d824d579bc3a6b7d531eaeddcbfb16e91b5702c72cae9dee4 +SIZE (linuxx86-13.10.0.20.tar.gz) = 22123747 Modified: head/net/citrix_ica/pkg-plist ============================================================================== --- head/net/citrix_ica/pkg-plist Tue May 7 20:22:15 2019 (r500977) +++ head/net/citrix_ica/pkg-plist Tue May 7 20:28:19 2019 (r500978) @@ -352,6 +352,20 @@ %%WEBPLUGIN_DIR%%/pkginf/Ver.core.linuxx86 %%WEBPLUGIN_DIR%%/pkginf/changeno.dat @(,,00555) %%WEBPLUGIN_DIR%%/selfservice +%%WEBPLUGIN_DIR%%/VDBROWSER.DLL +%%WEBPLUGIN_DIR%%/VDPORTFORWARD.DLL +%%WEBPLUGIN_DIR%%/config/debug.ini +%%WEBPLUGIN_DIR%%/icons/000_SaveLayoutHover_h32bit_49x45.png +%%WEBPLUGIN_DIR%%/icons/000_SaveLayout_greyed_h32bit_49x45.png +%%WEBPLUGIN_DIR%%/icons/000_SaveLayout_h32bit_49x45.png +%%WEBPLUGIN_DIR%%/lib/UIDialogLibWebKit.so +%%WEBPLUGIN_DIR%%/nls/de/debug.ini +%%WEBPLUGIN_DIR%%/nls/en/debug.ini +%%WEBPLUGIN_DIR%%/nls/es/debug.ini +%%WEBPLUGIN_DIR%%/nls/fr/debug.ini +%%WEBPLUGIN_DIR%%/nls/ja/debug.ini +%%WEBPLUGIN_DIR%%/nls/ru/debug.ini +%%WEBPLUGIN_DIR%%/nls/zh_HANS/debug.ini %%WEBPLUGIN_DIR%%/setupwfc %%WEBPLUGIN_DIR%%/site/contrib/custom.script.js %%WEBPLUGIN_DIR%%/site/contrib/custom.style.css @@ -502,12 +516,6 @@ %%WEBPLUGIN_DIR%%/usb/ctxusbd.rc %%WEBPLUGIN_DIR%%/usb/ica-usb.rules %%WEBPLUGIN_DIR%%/usb/usb.conf -@(,,00555) %%WEBPLUGIN_DIR%%/util/gst_play0.10 -@(,,00555) %%WEBPLUGIN_DIR%%/util/gst_play1.0 -@(,,00555) %%WEBPLUGIN_DIR%%/util/gst_read0.10 -@(,,00555) %%WEBPLUGIN_DIR%%/util/gst_read1.0 -@(,,00555) %%WEBPLUGIN_DIR%%/util/libgstflatstm0.10.so -@(,,00555) %%WEBPLUGIN_DIR%%/util/libgstflatstm1.0.so @(,,00555) %%WEBPLUGIN_DIR%%/util/DeleteCompleteFlashCache.sh @(,,00555) %%WEBPLUGIN_DIR%%/util/configmgr @(,,00555) %%WEBPLUGIN_DIR%%/util/conncenter @@ -516,9 +524,15 @@ @(,,00555) %%WEBPLUGIN_DIR%%/util/echo_cmd @(,,00555) %%WEBPLUGIN_DIR%%/util/gst_aud_play @(,,00555) %%WEBPLUGIN_DIR%%/util/gst_aud_read +@(,,00555) %%WEBPLUGIN_DIR%%/util/gst_play0.10 +@(,,00555) %%WEBPLUGIN_DIR%%/util/gst_play1.0 +@(,,00555) %%WEBPLUGIN_DIR%%/util/gst_read0.10 +@(,,00555) %%WEBPLUGIN_DIR%%/util/gst_read1.0 @(,,00555) %%WEBPLUGIN_DIR%%/util/hdxcheck.sh @(,,00555) %%WEBPLUGIN_DIR%%/util/hinst @(,,00555) %%WEBPLUGIN_DIR%%/util/icalicense.sh +@(,,00555) %%WEBPLUGIN_DIR%%/util/libgstflatstm0.10.so +@(,,00555) %%WEBPLUGIN_DIR%%/util/libgstflatstm1.0.so @(,,00555) %%WEBPLUGIN_DIR%%/util/lurdump @(,,00555) %%WEBPLUGIN_DIR%%/util/new_store @(,,00555) %%WEBPLUGIN_DIR%%/util/nslaunch @@ -528,6 +542,7 @@ @(,,00555) %%WEBPLUGIN_DIR%%/util/pnabrowse_launch @(,,00555) %%WEBPLUGIN_DIR%%/util/storebrowse @(,,00555) %%WEBPLUGIN_DIR%%/util/sunraymac.sh +@(,,00555) %%WEBPLUGIN_DIR%%/util/webcontainer @(,,00555) %%WEBPLUGIN_DIR%%/util/what @(,,00555) %%WEBPLUGIN_DIR%%/util/xcapture @(,,00555) %%WEBPLUGIN_DIR%%/wfica From owner-svn-ports-all@freebsd.org Tue May 7 20:29:53 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 25EE11592F47; Tue, 7 May 2019 20:29:53 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BBD17734EC; Tue, 7 May 2019 20:29:52 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 936E62359D; Tue, 7 May 2019 20:29:52 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x47KTqcf096561; Tue, 7 May 2019 20:29:52 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x47KTqit096559; Tue, 7 May 2019 20:29:52 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201905072029.x47KTqit096559@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 7 May 2019 20:29:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500979 - head/devel/py-fs2 X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/py-fs2 X-SVN-Commit-Revision: 500979 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: BBD17734EC X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.95)[-0.952,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 07 May 2019 20:29:53 -0000 Author: swills Date: Tue May 7 20:29:51 2019 New Revision: 500979 URL: https://svnweb.freebsd.org/changeset/ports/500979 Log: devel/py-fs2: update to 2.4.5 Modified: head/devel/py-fs2/Makefile (contents, props changed) head/devel/py-fs2/distinfo (contents, props changed) Modified: head/devel/py-fs2/Makefile ============================================================================== --- head/devel/py-fs2/Makefile Tue May 7 20:28:19 2019 (r500978) +++ head/devel/py-fs2/Makefile Tue May 7 20:29:51 2019 (r500979) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= fs -PORTVERSION= 2.4.4 +PORTVERSION= 2.4.5 CATEGORIES= devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-fs2/distinfo ============================================================================== --- head/devel/py-fs2/distinfo Tue May 7 20:28:19 2019 (r500978) +++ head/devel/py-fs2/distinfo Tue May 7 20:29:51 2019 (r500979) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556631119 -SHA256 (fs-2.4.4.tar.gz) = 932b2bf9f76bcc50ebe9711378f7503f71410ddeb1a77754139b886fc5302e4f -SIZE (fs-2.4.4.tar.gz) = 124012 +TIMESTAMP = 1557260816 +SHA256 (fs-2.4.5.tar.gz) = 42022b74cfa30b1fad4e697720b1bc0eed8c49ca80ed8f5f0bb07d9db41d62bf +SIZE (fs-2.4.5.tar.gz) = 124343 From owner-svn-ports-all@freebsd.org Tue May 7 20:46:07 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F160159384F; Tue, 7 May 2019 20:46:07 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CCF2674507; Tue, 7 May 2019 20:46:06 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A6B8D238E6; Tue, 7 May 2019 20:46:06 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x47Kk60F006877; Tue, 7 May 2019 20:46:06 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x47Kk6YI006876; Tue, 7 May 2019 20:46:06 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201905072046.x47Kk6YI006876@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Tue, 7 May 2019 20:46:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500980 - head/www/gitlab-workhorse X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: head/www/gitlab-workhorse X-SVN-Commit-Revision: 500980 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: CCF2674507 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.952,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 07 May 2019 20:46:07 -0000 Author: mfechner Date: Tue May 7 20:46:06 2019 New Revision: 500980 URL: https://svnweb.freebsd.org/changeset/ports/500980 Log: Update to 8.5.2 which is required for gitlab-ce 11.10.4 upgrade. Modified: head/www/gitlab-workhorse/Makefile head/www/gitlab-workhorse/distinfo Modified: head/www/gitlab-workhorse/Makefile ============================================================================== --- head/www/gitlab-workhorse/Makefile Tue May 7 20:29:51 2019 (r500979) +++ head/www/gitlab-workhorse/Makefile Tue May 7 20:46:06 2019 (r500980) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab-workhorse -PORTVERSION= 8.5.1 +PORTVERSION= 8.5.2 CATEGORIES= www MAINTAINER= mfechner@FreeBSD.org @@ -20,7 +20,7 @@ USE_GITLAB= yes GL_ACCOUNT= gitlab-org # Find the commit hash here: https://gitlab.com/gitlab-org/gitlab-workhorse/tags -GL_COMMIT= be9f08059f33f7b4b0fdf42f220b13270680c04b +GL_COMMIT= 2419009d10dfff694710cf81fd56bd837269f055 MAKE_JOBS_UNSAFE=yes PLIST_FILES= bin/gitlab-workhorse \ Modified: head/www/gitlab-workhorse/distinfo ============================================================================== --- head/www/gitlab-workhorse/distinfo Tue May 7 20:29:51 2019 (r500979) +++ head/www/gitlab-workhorse/distinfo Tue May 7 20:46:06 2019 (r500980) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555692915 -SHA256 (gitlab-org-gitlab-workhorse-be9f08059f33f7b4b0fdf42f220b13270680c04b_GL0.tar.gz) = a0f951659602c8cf78aa390826226de62aaafa5c5f0e101089ca5dd1098d3ebe -SIZE (gitlab-org-gitlab-workhorse-be9f08059f33f7b4b0fdf42f220b13270680c04b_GL0.tar.gz) = 2951148 +TIMESTAMP = 1557156162 +SHA256 (gitlab-org-gitlab-workhorse-2419009d10dfff694710cf81fd56bd837269f055_GL0.tar.gz) = 13d56001dd8cd189fdaa950b9acce0caff8e6311d10fae1d54f1b9455dc49161 +SIZE (gitlab-org-gitlab-workhorse-2419009d10dfff694710cf81fd56bd837269f055_GL0.tar.gz) = 2951257 From owner-svn-ports-all@freebsd.org Tue May 7 20:48:53 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 403CB1593A1D; Tue, 7 May 2019 20:48:53 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DB28474781; Tue, 7 May 2019 20:48:52 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B1550238E9; Tue, 7 May 2019 20:48:52 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x47Kmqgj007114; Tue, 7 May 2019 20:48:52 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x47Kmqss007111; Tue, 7 May 2019 20:48:52 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201905072048.x47Kmqss007111@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Tue, 7 May 2019 20:48:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500981 - head/www/gitlab-ce X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: head/www/gitlab-ce X-SVN-Commit-Revision: 500981 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: DB28474781 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 07 May 2019 20:48:53 -0000 Author: mfechner Date: Tue May 7 20:48:51 2019 New Revision: 500981 URL: https://svnweb.freebsd.org/changeset/ports/500981 Log: Update to version 11.10.4. For detailed changelog please see here: https://about.gitlab.com/2019/05/01/gitlab-11-10-4-released/ Security: 4faac805-6be0-11e9-a685-001b217b3468 Modified: head/www/gitlab-ce/Makefile head/www/gitlab-ce/distinfo head/www/gitlab-ce/pkg-plist Modified: head/www/gitlab-ce/Makefile ============================================================================== --- head/www/gitlab-ce/Makefile Tue May 7 20:46:06 2019 (r500980) +++ head/www/gitlab-ce/Makefile Tue May 7 20:48:51 2019 (r500981) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab-ce -PORTVERSION= 11.10.2 +PORTVERSION= 11.10.4 PORTREVISION= 0 CATEGORIES= www devel @@ -18,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE # for the options MY_DEPENDS= git>=2.16.2:devel/git \ gitlab-shell>=9.0.0:devel/gitlab-shell \ - gitlab-workhorse>=8.5.1:www/gitlab-workhorse \ + gitlab-workhorse>=8.5.2:www/gitlab-workhorse \ gitaly>=1.34.1:devel/gitaly \ gitlab-pages>=1.5.0:www/gitlab-pages \ redis>=3.2.12:databases/redis \ @@ -228,7 +228,7 @@ USE_RC_SUBR= gitlab USE_GITLAB= yes GL_ACCOUNT= gitlab-org # Find the here: https://gitlab.com/gitlab-org/gitlab-ce/tags -GL_COMMIT= f3e84e78b62450d3fc6beb9191596a22bf271a38 +GL_COMMIT= 62c464651d2df6f4002af4e4967d11be9aec8d92 USERS= git GROUPS= git @@ -270,7 +270,6 @@ do-install: ${MV} ${WRKSRC}/config/initializers/rack_attack.rb.example ${WRKSRC}/config/initializers/rack_attack.rb.sample ${MV} ${WRKSRC}/lib/support/nginx/gitlab ${WRKSRC}/lib/support/nginx/gitlab.sample ${MV} ${WRKSRC}/lib/support/nginx/gitlab-ssl ${WRKSRC}/lib/support/nginx/gitlab-ssl.sample - ${MKDIR} ${STAGEDIR}/usr/local/git/repositories ${MKDIR} ${STAGEDIR}${PREFIX}/www/${PORTNAME}/public/assets ${MKDIR} ${STAGEDIR}${PREFIX}/www/${PORTNAME}/public/uploads ${MKDIR} ${STAGEDIR}${PREFIX}/www/${PORTNAME}/tmp/cache Modified: head/www/gitlab-ce/distinfo ============================================================================== --- head/www/gitlab-ce/distinfo Tue May 7 20:46:06 2019 (r500980) +++ head/www/gitlab-ce/distinfo Tue May 7 20:48:51 2019 (r500981) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556570767 -SHA256 (gitlab-org-gitlab-ce-f3e84e78b62450d3fc6beb9191596a22bf271a38_GL0.tar.gz) = 18025b7c8afc59bd7f4d24d11eda227885384dfe46541757137d4431a7b61ba9 -SIZE (gitlab-org-gitlab-ce-f3e84e78b62450d3fc6beb9191596a22bf271a38_GL0.tar.gz) = 62703385 +TIMESTAMP = 1557156121 +SHA256 (gitlab-org-gitlab-ce-62c464651d2df6f4002af4e4967d11be9aec8d92_GL0.tar.gz) = 3ac0950518ccc9873e6411108e658fbe7144c6f131cf43b44990f1b5acdde493 +SIZE (gitlab-org-gitlab-ce-62c464651d2df6f4002af4e4967d11be9aec8d92_GL0.tar.gz) = 62704897 Modified: head/www/gitlab-ce/pkg-plist ============================================================================== --- head/www/gitlab-ce/pkg-plist Tue May 7 20:46:06 2019 (r500980) +++ head/www/gitlab-ce/pkg-plist Tue May 7 20:48:51 2019 (r500981) @@ -4093,6 +4093,7 @@ %%WWWDIR%%/app/models/concerns/chronic_duration_attribute.rb %%WWWDIR%%/app/models/concerns/ci/contextable.rb %%WWWDIR%%/app/models/concerns/ci/metadatable.rb +%%WWWDIR%%/app/models/concerns/ci/pipeline_delegator.rb %%WWWDIR%%/app/models/concerns/ci/processable.rb %%WWWDIR%%/app/models/concerns/closed_at_filterable.rb %%WWWDIR%%/app/models/concerns/created_at_filterable.rb @@ -9707,6 +9708,7 @@ %%WWWDIR%%/lib/api/helpers/custom_attributes.rb %%WWWDIR%%/lib/api/helpers/custom_validators.rb %%WWWDIR%%/lib/api/helpers/discussions_helpers.rb +%%WWWDIR%%/lib/api/helpers/events_helpers.rb %%WWWDIR%%/lib/api/helpers/graphql_helpers.rb %%WWWDIR%%/lib/api/helpers/headers_helpers.rb %%WWWDIR%%/lib/api/helpers/internal_helpers.rb @@ -9745,6 +9747,7 @@ %%WWWDIR%%/lib/api/pipeline_schedules.rb %%WWWDIR%%/lib/api/pipelines.rb %%WWWDIR%%/lib/api/project_clusters.rb +%%WWWDIR%%/lib/api/project_events.rb %%WWWDIR%%/lib/api/project_export.rb %%WWWDIR%%/lib/api/project_hooks.rb %%WWWDIR%%/lib/api/project_import.rb @@ -9955,6 +9958,7 @@ %%WWWDIR%%/lib/gitlab/access.rb %%WWWDIR%%/lib/gitlab/access/branch_protection.rb %%WWWDIR%%/lib/gitlab/action_rate_limiter.rb +%%WWWDIR%%/lib/gitlab/action_view_output/context.rb %%WWWDIR%%/lib/gitlab/allowable.rb %%WWWDIR%%/lib/gitlab/app_logger.rb %%WWWDIR%%/lib/gitlab/asciidoc.rb @@ -11563,6 +11567,7 @@ %%WWWDIR%%/rubocop/cop/gitlab/predicate_memoization.rb %%WWWDIR%%/rubocop/cop/gitlab/union.rb %%WWWDIR%%/rubocop/cop/group_public_or_visible_to_user.rb +%%WWWDIR%%/rubocop/cop/include_action_view_context.rb %%WWWDIR%%/rubocop/cop/include_sidekiq_worker.rb %%WWWDIR%%/rubocop/cop/inject_enterprise_edition_module.rb %%WWWDIR%%/rubocop/cop/line_break_around_conditional_block.rb @@ -15238,6 +15243,7 @@ %%WWWDIR%%/spec/requests/api/pipeline_schedules_spec.rb %%WWWDIR%%/spec/requests/api/pipelines_spec.rb %%WWWDIR%%/spec/requests/api/project_clusters_spec.rb +%%WWWDIR%%/spec/requests/api/project_events_spec.rb %%WWWDIR%%/spec/requests/api/project_export_spec.rb %%WWWDIR%%/spec/requests/api/project_hooks_spec.rb %%WWWDIR%%/spec/requests/api/project_import_spec.rb @@ -15308,6 +15314,7 @@ %%WWWDIR%%/spec/rubocop/cop/gitlab/predicate_memoization_spec.rb %%WWWDIR%%/spec/rubocop/cop/gitlab/union_spec.rb %%WWWDIR%%/spec/rubocop/cop/group_public_or_visible_to_user_spec.rb +%%WWWDIR%%/spec/rubocop/cop/include_action_view_context_spec.rb %%WWWDIR%%/spec/rubocop/cop/include_sidekiq_worker_spec.rb %%WWWDIR%%/spec/rubocop/cop/inject_enterprise_edition_module_spec.rb %%WWWDIR%%/spec/rubocop/cop/line_break_around_conditional_block_spec.rb @@ -16413,8 +16420,3 @@ @sample %%WWWDIR%%/config/database.yml.sample @sample %%WWWDIR%%/lib/support/nginx/gitlab.sample @sample %%WWWDIR%%/lib/support/nginx/gitlab-ssl.sample -@owner root -@group wheel -@dir /usr/local -@dir(git,git,) /usr/local/git -@dir(git,git,2770) /usr/local/git/repositories From owner-svn-ports-all@freebsd.org Tue May 7 21:30:29 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE30215946F7; Tue, 7 May 2019 21:30:29 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7FF0975A6B; Tue, 7 May 2019 21:30: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5626424015; Tue, 7 May 2019 21:30:29 +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 x47LUTGX027959; Tue, 7 May 2019 21:30:29 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x47LUT8J027958; Tue, 7 May 2019 21:30:29 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201905072130.x47LUT8J027958@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 7 May 2019 21:30:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500982 - head/multimedia/plexmediaserver-plexpass X-SVN-Group: ports-head X-SVN-Commit-Author: feld X-SVN-Commit-Paths: head/multimedia/plexmediaserver-plexpass X-SVN-Commit-Revision: 500982 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7FF0975A6B X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.952,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 07 May 2019 21:30:30 -0000 Author: feld Date: Tue May 7 21:30:28 2019 New Revision: 500982 URL: https://svnweb.freebsd.org/changeset/ports/500982 Log: multimedia/plexmediaserver-plexpass: Update to 1.15.5.994 Changelog: https://forums.plex.tv/t/plex-media-server/30447/259 Modified: head/multimedia/plexmediaserver-plexpass/Makefile head/multimedia/plexmediaserver-plexpass/distinfo Modified: head/multimedia/plexmediaserver-plexpass/Makefile ============================================================================== --- head/multimedia/plexmediaserver-plexpass/Makefile Tue May 7 20:48:51 2019 (r500981) +++ head/multimedia/plexmediaserver-plexpass/Makefile Tue May 7 21:30:28 2019 (r500982) @@ -1,8 +1,8 @@ # Created by: KalleDK # $FreeBSD$ -PORTVERSION= 1.15.4.993 -DISTVERSIONSUFFIX=bb4a2cb6c +PORTVERSION= 1.15.5.994 +DISTVERSIONSUFFIX=4610c6e8d PORTREVISION= 0 MASTER_SITES= https://downloads.plex.tv/plex-media-server-new/${DISTVERSION}-${DISTVERSIONSUFFIX}/freebsd/ PKGNAMESUFFIX= -plexpass Modified: head/multimedia/plexmediaserver-plexpass/distinfo ============================================================================== --- head/multimedia/plexmediaserver-plexpass/distinfo Tue May 7 20:48:51 2019 (r500981) +++ head/multimedia/plexmediaserver-plexpass/distinfo Tue May 7 21:30:28 2019 (r500982) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556157872 -SHA256 (PlexMediaServer-1.15.4.993-bb4a2cb6c-FreeBSD-amd64.tar.bz2) = ff6e71412bba913741e835add9cf1ff8bba6b05d6507aa57ed6942897e25fc22 -SIZE (PlexMediaServer-1.15.4.993-bb4a2cb6c-FreeBSD-amd64.tar.bz2) = 90454662 +TIMESTAMP = 1557264579 +SHA256 (PlexMediaServer-1.15.5.994-4610c6e8d-FreeBSD-amd64.tar.bz2) = 77e67a12bde3125ba9955a997b9f68094b4d981358ab126cd25ffb605d12f6d2 +SIZE (PlexMediaServer-1.15.5.994-4610c6e8d-FreeBSD-amd64.tar.bz2) = 90966335 From owner-svn-ports-all@freebsd.org Tue May 7 22:06:53 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98D0015952BA; Tue, 7 May 2019 22:06:53 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3EBE976CB3; Tue, 7 May 2019 22:06:53 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 17773246DD; Tue, 7 May 2019 22:06:53 +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 x47M6qm2048745; Tue, 7 May 2019 22:06:52 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x47M6qtl048743; Tue, 7 May 2019 22:06:52 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <201905072206.x47M6qtl048743@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Tue, 7 May 2019 22:06:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500983 - head/www/firefox X-SVN-Group: ports-head X-SVN-Commit-Author: cmt X-SVN-Commit-Paths: head/www/firefox X-SVN-Commit-Revision: 500983 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3EBE976CB3 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.97)[-0.966,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 07 May 2019 22:06:53 -0000 Author: cmt Date: Tue May 7 22:06:52 2019 New Revision: 500983 URL: https://svnweb.freebsd.org/changeset/ports/500983 Log: update www/firefox to 66.0.5 https://www.mozilla.org/en-US/firefox/66.0.5/releasenotes/ MFH: 2019Q2 (blanket: web browser) Modified: head/www/firefox/Makefile head/www/firefox/distinfo Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Tue May 7 21:30:28 2019 (r500982) +++ head/www/firefox/Makefile Tue May 7 22:06:52 2019 (r500983) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 66.0.4 +DISTVERSION= 66.0.5 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build3/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source DISTFILES= ${DISTNAME}.source${EXTRACT_SUFX} MAINTAINER= gecko@FreeBSD.org Modified: head/www/firefox/distinfo ============================================================================== --- head/www/firefox/distinfo Tue May 7 21:30:28 2019 (r500982) +++ head/www/firefox/distinfo Tue May 7 22:06:52 2019 (r500983) @@ -1,3 +1,3 @@ -TIMESTAMP = 1557048971 -SHA256 (firefox-66.0.4.source.tar.xz) = 7ac6fae17e402276483fbfbb6b320d61e6695a28f1112ba2c987127f105dc25d -SIZE (firefox-66.0.4.source.tar.xz) = 283007704 +TIMESTAMP = 1557261981 +SHA256 (firefox-66.0.5.source.tar.xz) = a2aeb4e036d1365a2d2550e24ba8b4dde061281300f2b11a204cc1e9eb1792b5 +SIZE (firefox-66.0.5.source.tar.xz) = 282561836 From owner-svn-ports-all@freebsd.org Tue May 7 22:07:50 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D2D71595327; Tue, 7 May 2019 22:07:50 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A36F376DC4; Tue, 7 May 2019 22:07:49 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7D30A246E0; Tue, 7 May 2019 22:07:49 +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 x47M7nMj048914; Tue, 7 May 2019 22:07:49 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x47M7nb5048912; Tue, 7 May 2019 22:07:49 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <201905072207.x47M7nb5048912@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Tue, 7 May 2019 22:07:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500984 - head/www/firefox-esr X-SVN-Group: ports-head X-SVN-Commit-Author: cmt X-SVN-Commit-Paths: head/www/firefox-esr X-SVN-Commit-Revision: 500984 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A36F376DC4 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.97)[-0.966,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 07 May 2019 22:07:50 -0000 Author: cmt Date: Tue May 7 22:07:48 2019 New Revision: 500984 URL: https://svnweb.freebsd.org/changeset/ports/500984 Log: update www/firefox-esr to 60.6.3 (rc1) https://www.mozilla.org/en-US/firefox/60.6.3/releasenotes/ MFH: 2019Q2 (blanket: web browser) Modified: head/www/firefox-esr/Makefile head/www/firefox-esr/distinfo Modified: head/www/firefox-esr/Makefile ============================================================================== --- head/www/firefox-esr/Makefile Tue May 7 22:06:52 2019 (r500983) +++ head/www/firefox-esr/Makefile Tue May 7 22:07:48 2019 (r500984) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 60.6.2 +DISTVERSION= 60.6.3 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build2/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build1/source PKGNAMESUFFIX= -esr DISTFILES= ${DISTNAME}esr.source${EXTRACT_SUFX} Modified: head/www/firefox-esr/distinfo ============================================================================== --- head/www/firefox-esr/distinfo Tue May 7 22:06:52 2019 (r500983) +++ head/www/firefox-esr/distinfo Tue May 7 22:07:48 2019 (r500984) @@ -1,3 +1,3 @@ -TIMESTAMP = 1557062017 -SHA256 (firefox-60.6.2esr.source.tar.xz) = cdb3d7b7648d9898e32d5fdb2eaac27d7cafa4eb0f88b39ccb1d30445ec77d3b -SIZE (firefox-60.6.2esr.source.tar.xz) = 271234924 +TIMESTAMP = 1557262721 +SHA256 (firefox-60.6.3esr.source.tar.xz) = eebf34968c64cf8c007dd0da98124edf55cdda141f8b4c653e8e00b22650833e +SIZE (firefox-60.6.3esr.source.tar.xz) = 268688628 From owner-svn-ports-all@freebsd.org Tue May 7 22:09:44 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6BE415953B2; Tue, 7 May 2019 22:09:44 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6E29A76EEC; Tue, 7 May 2019 22:09:44 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5EEA2246E4; Tue, 7 May 2019 22:09:44 +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 x47M9iSu049150; Tue, 7 May 2019 22:09:44 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x47M9ibK049147; Tue, 7 May 2019 22:09:44 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <201905072209.x47M9ibK049147@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Tue, 7 May 2019 22:09:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r500985 - branches/2019Q2/www/firefox X-SVN-Group: ports-branches X-SVN-Commit-Author: cmt X-SVN-Commit-Paths: branches/2019Q2/www/firefox X-SVN-Commit-Revision: 500985 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6E29A76EEC X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.966,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 07 May 2019 22:09:44 -0000 Author: cmt Date: Tue May 7 22:09:43 2019 New Revision: 500985 URL: https://svnweb.freebsd.org/changeset/ports/500985 Log: MFH: r500983 update www/firefox to 66.0.5 https://www.mozilla.org/en-US/firefox/66.0.5/releasenotes/ Approved by: portmgr (blanket: web browser) Modified: branches/2019Q2/www/firefox/Makefile branches/2019Q2/www/firefox/distinfo Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/www/firefox/Makefile ============================================================================== --- branches/2019Q2/www/firefox/Makefile Tue May 7 22:07:48 2019 (r500984) +++ branches/2019Q2/www/firefox/Makefile Tue May 7 22:09:43 2019 (r500985) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 66.0.4 +DISTVERSION= 66.0.5 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build3/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source DISTFILES= ${DISTNAME}.source${EXTRACT_SUFX} MAINTAINER= gecko@FreeBSD.org Modified: branches/2019Q2/www/firefox/distinfo ============================================================================== --- branches/2019Q2/www/firefox/distinfo Tue May 7 22:07:48 2019 (r500984) +++ branches/2019Q2/www/firefox/distinfo Tue May 7 22:09:43 2019 (r500985) @@ -1,3 +1,3 @@ -TIMESTAMP = 1557048971 -SHA256 (firefox-66.0.4.source.tar.xz) = 7ac6fae17e402276483fbfbb6b320d61e6695a28f1112ba2c987127f105dc25d -SIZE (firefox-66.0.4.source.tar.xz) = 283007704 +TIMESTAMP = 1557261981 +SHA256 (firefox-66.0.5.source.tar.xz) = a2aeb4e036d1365a2d2550e24ba8b4dde061281300f2b11a204cc1e9eb1792b5 +SIZE (firefox-66.0.5.source.tar.xz) = 282561836 From owner-svn-ports-all@freebsd.org Tue May 7 22:10:48 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7B64015953FC; Tue, 7 May 2019 22:10:48 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2254476FF7; Tue, 7 May 2019 22:10:48 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F1143246FD; Tue, 7 May 2019 22:10:47 +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 x47MAlQq051613; Tue, 7 May 2019 22:10:47 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x47MAlJe051611; Tue, 7 May 2019 22:10:47 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <201905072210.x47MAlJe051611@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Tue, 7 May 2019 22:10:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r500986 - branches/2019Q2/www/firefox-esr X-SVN-Group: ports-branches X-SVN-Commit-Author: cmt X-SVN-Commit-Paths: branches/2019Q2/www/firefox-esr X-SVN-Commit-Revision: 500986 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2254476FF7 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.966,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 07 May 2019 22:10:48 -0000 Author: cmt Date: Tue May 7 22:10:47 2019 New Revision: 500986 URL: https://svnweb.freebsd.org/changeset/ports/500986 Log: MFH: r500984 update www/firefox-esr to 60.6.3 (rc1) https://www.mozilla.org/en-US/firefox/60.6.3/releasenotes/ Approved by: portmgr (blanket: web browser) Modified: branches/2019Q2/www/firefox-esr/Makefile branches/2019Q2/www/firefox-esr/distinfo Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/www/firefox-esr/Makefile ============================================================================== --- branches/2019Q2/www/firefox-esr/Makefile Tue May 7 22:09:43 2019 (r500985) +++ branches/2019Q2/www/firefox-esr/Makefile Tue May 7 22:10:47 2019 (r500986) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 60.6.2 +DISTVERSION= 60.6.3 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build2/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build1/source PKGNAMESUFFIX= -esr DISTFILES= ${DISTNAME}esr.source${EXTRACT_SUFX} Modified: branches/2019Q2/www/firefox-esr/distinfo ============================================================================== --- branches/2019Q2/www/firefox-esr/distinfo Tue May 7 22:09:43 2019 (r500985) +++ branches/2019Q2/www/firefox-esr/distinfo Tue May 7 22:10:47 2019 (r500986) @@ -1,3 +1,3 @@ -TIMESTAMP = 1557062017 -SHA256 (firefox-60.6.2esr.source.tar.xz) = cdb3d7b7648d9898e32d5fdb2eaac27d7cafa4eb0f88b39ccb1d30445ec77d3b -SIZE (firefox-60.6.2esr.source.tar.xz) = 271234924 +TIMESTAMP = 1557262721 +SHA256 (firefox-60.6.3esr.source.tar.xz) = eebf34968c64cf8c007dd0da98124edf55cdda141f8b4c653e8e00b22650833e +SIZE (firefox-60.6.3esr.source.tar.xz) = 268688628 From owner-svn-ports-all@freebsd.org Wed May 8 02:20:34 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97054159A32D; Wed, 8 May 2019 02:20:34 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3B7C58663D; Wed, 8 May 2019 02:20: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 13BE6271D8; Wed, 8 May 2019 02:20: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 x482KXA8079566; Wed, 8 May 2019 02:20:33 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x482KXrK079564; Wed, 8 May 2019 02:20:33 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905080220.x482KXrK079564@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 8 May 2019 02:20:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r500987 - branches/2019Q2/databases/sqlite3 X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2019Q2/databases/sqlite3 X-SVN-Commit-Revision: 500987 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3B7C58663D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.951,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 02:20:34 -0000 Author: jbeich Date: Wed May 8 02:20:33 2019 New Revision: 500987 URL: https://svnweb.freebsd.org/changeset/ports/500987 Log: MFH: r500835 databases/sqlite3: update to 3.28.0 Changes: https://sqlite.org/releaselog/3_28_0.html ABI: https://abi-laboratory.pro/tracker/timeline/sqlite/ PR: 237677 Approved by: Pavel Volkov (maintainer) Approved by: ports-secteam (joneum) Modified: branches/2019Q2/databases/sqlite3/Makefile branches/2019Q2/databases/sqlite3/distinfo Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/databases/sqlite3/Makefile ============================================================================== --- branches/2019Q2/databases/sqlite3/Makefile Tue May 7 22:10:47 2019 (r500986) +++ branches/2019Q2/databases/sqlite3/Makefile Wed May 8 02:20:33 2019 (r500987) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sqlite3 -DISTVERSION= 3.27.2 +DISTVERSION= 3.28.0 CATEGORIES= databases MASTER_SITES= https://www.sqlite.org/2019/ http://www2.sqlite.org/2019/ http://www3.sqlite.org/2019/ DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00 Modified: branches/2019Q2/databases/sqlite3/distinfo ============================================================================== --- branches/2019Q2/databases/sqlite3/distinfo Tue May 7 22:10:47 2019 (r500986) +++ branches/2019Q2/databases/sqlite3/distinfo Wed May 8 02:20:33 2019 (r500987) @@ -1,3 +1,3 @@ -TIMESTAMP = 1551112328 -SHA256 (sqlite-autoconf-3270200.tar.gz) = 50c39e85ea28b5ecfdb3f9e860afe9ba606381e21836b2849efca6a0bfe6ef6e -SIZE (sqlite-autoconf-3270200.tar.gz) = 2797531 +TIMESTAMP = 1555445174 +SHA256 (sqlite-autoconf-3280000.tar.gz) = d61b5286f062adfce5125eaf544d495300656908e61fca143517afcc0a89b7c3 +SIZE (sqlite-autoconf-3280000.tar.gz) = 2810415 From owner-svn-ports-all@freebsd.org Wed May 8 02:49:38 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 806CA159AC73; Wed, 8 May 2019 02:49:38 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2414E87418; Wed, 8 May 2019 02:49: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EF8AA27712; Wed, 8 May 2019 02:49:37 +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 x482nb2I095111; Wed, 8 May 2019 02:49:37 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x482nbCW095109; Wed, 8 May 2019 02:49:37 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201905080249.x482nbCW095109@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Wed, 8 May 2019 02:49:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500988 - head/www/qutebrowser X-SVN-Group: ports-head X-SVN-Commit-Author: novel X-SVN-Commit-Paths: head/www/qutebrowser X-SVN-Commit-Revision: 500988 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2414E87418 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.951,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 02:49:38 -0000 Author: novel Date: Wed May 8 02:49:37 2019 New Revision: 500988 URL: https://svnweb.freebsd.org/changeset/ports/500988 Log: www/qutebrowser: update to 1.6.2 Modified: head/www/qutebrowser/Makefile head/www/qutebrowser/distinfo Modified: head/www/qutebrowser/Makefile ============================================================================== --- head/www/qutebrowser/Makefile Wed May 8 02:20:33 2019 (r500987) +++ head/www/qutebrowser/Makefile Wed May 8 02:49:37 2019 (r500988) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= qutebrowser -DISTVERSION= 1.6.1 +DISTVERSION= 1.6.2 CATEGORIES= www MASTER_SITES= CHEESESHOP Modified: head/www/qutebrowser/distinfo ============================================================================== --- head/www/qutebrowser/distinfo Wed May 8 02:20:33 2019 (r500987) +++ head/www/qutebrowser/distinfo Wed May 8 02:49:37 2019 (r500988) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554427632 -SHA256 (qutebrowser-1.6.1.tar.gz) = 178421f121d72344dc9640018f6b6c747d7f1e6875932b6e12ef4941d37593e9 -SIZE (qutebrowser-1.6.1.tar.gz) = 3657215 +TIMESTAMP = 1557210272 +SHA256 (qutebrowser-1.6.2.tar.gz) = e1f135f1ae2029557e8dab135a06e2cfae36ce624fae7b9af097c277f1cdfcfb +SIZE (qutebrowser-1.6.2.tar.gz) = 3581355 From owner-svn-ports-all@freebsd.org Wed May 8 02:51:43 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 703EE159AF27; Wed, 8 May 2019 02:51:43 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 14AE5877C2; Wed, 8 May 2019 02:51:43 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E37FD27892; Wed, 8 May 2019 02:51:42 +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 x482pgns097038; Wed, 8 May 2019 02:51:42 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x482pg4r097035; Wed, 8 May 2019 02:51:42 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201905080251.x482pg4r097035@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Wed, 8 May 2019 02:51:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500989 - head/devel/libvirt X-SVN-Group: ports-head X-SVN-Commit-Author: novel X-SVN-Commit-Paths: head/devel/libvirt X-SVN-Commit-Revision: 500989 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 14AE5877C2 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.952,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 02:51:43 -0000 Author: novel Date: Wed May 8 02:51:42 2019 New Revision: 500989 URL: https://svnweb.freebsd.org/changeset/ports/500989 Log: devel/libvirt: update to 5.3.0 Modified: head/devel/libvirt/Makefile head/devel/libvirt/distinfo head/devel/libvirt/pkg-plist Modified: head/devel/libvirt/Makefile ============================================================================== --- head/devel/libvirt/Makefile Wed May 8 02:49:37 2019 (r500988) +++ head/devel/libvirt/Makefile Wed May 8 02:51:42 2019 (r500989) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libvirt -PORTVERSION= 5.2.0 -PORTREVISION= 1 +PORTVERSION= 5.3.0 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/ \ ftp://libvirt.org/libvirt/ @@ -106,7 +105,7 @@ USE_PERL5= build USE_LDCONFIG= yes INSTALL_TARGET= install-strip TEST_TARGET= check -SHLIB_VER= 0.5002.0 +SHLIB_VER= 0.5003.0 PLIST_SUB+= PORTVERSION="-${PORTVERSION}" \ SHLIB_VER=${SHLIB_VER} PORTDOCS= * Modified: head/devel/libvirt/distinfo ============================================================================== --- head/devel/libvirt/distinfo Wed May 8 02:49:37 2019 (r500988) +++ head/devel/libvirt/distinfo Wed May 8 02:51:42 2019 (r500989) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554350665 -SHA256 (libvirt-5.2.0.tar.xz) = e51cfb41afe629ce0d46fb93182a4f4ae0c151490db97c49f722756e1154e63f -SIZE (libvirt-5.2.0.tar.xz) = 14992888 +TIMESTAMP = 1557027250 +SHA256 (libvirt-5.3.0.tar.xz) = 8564bdd506817b3957fa67e4f06b217922d30f19e416c4dc620995fd155dc101 +SIZE (libvirt-5.3.0.tar.xz) = 12201620 Modified: head/devel/libvirt/pkg-plist ============================================================================== --- head/devel/libvirt/pkg-plist Wed May 8 02:49:37 2019 (r500988) +++ head/devel/libvirt/pkg-plist Wed May 8 02:51:42 2019 (r500989) @@ -192,6 +192,10 @@ share/augeas/lenses/tests/test_virtlogd.aug %%DOCSDIR%%%%PORTVERSION%%/html/internals/oomtesting.html %%DOCSDIR%%%%PORTVERSION%%/html/internals/rpc.html %%DOCSDIR%%%%PORTVERSION%%/html/java.html +%%DOCSDIR%%%%PORTVERSION%%/html/js/jquery-3.1.1.min.js +%%DOCSDIR%%%%PORTVERSION%%/html/js/jquery.rss.min.js +%%DOCSDIR%%%%PORTVERSION%%/html/js/main.js +%%DOCSDIR%%%%PORTVERSION%%/html/js/moment.min.js %%DOCSDIR%%%%PORTVERSION%%/html/libvirt-daemon-arch.png %%DOCSDIR%%%%PORTVERSION%%/html/libvirt-driver-arch.png %%DOCSDIR%%%%PORTVERSION%%/html/libvirt-object-model.png @@ -282,8 +286,9 @@ share/gtk-doc/html/libvirt/up.png %%DATADIR%%/cpu_map/x86_Broadwell-noTSX-IBRS.xml %%DATADIR%%/cpu_map/x86_Broadwell-noTSX.xml %%DATADIR%%/cpu_map/x86_Broadwell.xml +%%DATADIR%%/cpu_map/x86_Cascadelake-Server.xml %%DATADIR%%/cpu_map/x86_Conroe.xml -%%DATADIR%%/cpu_map/x86_EPYC-IBRS.xml +%%DATADIR%%/cpu_map/x86_EPYC-IBPB.xml %%DATADIR%%/cpu_map/x86_EPYC.xml %%DATADIR%%/cpu_map/x86_Haswell-IBRS.xml %%DATADIR%%/cpu_map/x86_Haswell-noTSX-IBRS.xml From owner-svn-ports-all@freebsd.org Wed May 8 02:52:23 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8EC6C159AF65; Wed, 8 May 2019 02:52:23 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 32A3F8795D; Wed, 8 May 2019 02:52: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C8A1F278BC; Wed, 8 May 2019 02:52: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 x482qMnH000340; Wed, 8 May 2019 02:52:22 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x482qM6f000338; Wed, 8 May 2019 02:52:22 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201905080252.x482qM6f000338@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Wed, 8 May 2019 02:52:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500990 - head/devel/py-libvirt X-SVN-Group: ports-head X-SVN-Commit-Author: novel X-SVN-Commit-Paths: head/devel/py-libvirt X-SVN-Commit-Revision: 500990 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 32A3F8795D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.951,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 02:52:23 -0000 Author: novel Date: Wed May 8 02:52:22 2019 New Revision: 500990 URL: https://svnweb.freebsd.org/changeset/ports/500990 Log: devel/py-libvirt: update to 5.3.0 Modified: head/devel/py-libvirt/Makefile head/devel/py-libvirt/distinfo Modified: head/devel/py-libvirt/Makefile ============================================================================== --- head/devel/py-libvirt/Makefile Wed May 8 02:51:42 2019 (r500989) +++ head/devel/py-libvirt/Makefile Wed May 8 02:52:22 2019 (r500990) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libvirt -PORTVERSION= 5.2.0 +PORTVERSION= 5.3.0 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/python/ \ ftp://libvirt.org/libvirt/python/ Modified: head/devel/py-libvirt/distinfo ============================================================================== --- head/devel/py-libvirt/distinfo Wed May 8 02:51:42 2019 (r500989) +++ head/devel/py-libvirt/distinfo Wed May 8 02:52:22 2019 (r500990) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554363223 -SHA256 (libvirt-python-5.2.0.tar.gz) = 02e1db308dc0a5aa8e4cb287c5bcf91165087ddf20b2712ad30d7936e82e8277 -SIZE (libvirt-python-5.2.0.tar.gz) = 193270 +TIMESTAMP = 1557057173 +SHA256 (libvirt-python-5.3.0.tar.gz) = 5213f995cb55a2f770aa36704b60313958c7ff1fde8cca39028ea889cc9f30ff +SIZE (libvirt-python-5.3.0.tar.gz) = 193620 From owner-svn-ports-all@freebsd.org Wed May 8 03:23:32 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35F19159BE65; Wed, 8 May 2019 03:23:32 +0000 (UTC) (envelope-from loader@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D002088F9B; Wed, 8 May 2019 03:23:31 +0000 (UTC) (envelope-from loader@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A55E427E52; Wed, 8 May 2019 03:23:31 +0000 (UTC) (envelope-from loader@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x483NV6I017166; Wed, 8 May 2019 03:23:31 GMT (envelope-from loader@FreeBSD.org) Received: (from loader@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x483NUjP017159; Wed, 8 May 2019 03:23:30 GMT (envelope-from loader@FreeBSD.org) Message-Id: <201905080323.x483NUjP017159@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: loader set sender to loader@FreeBSD.org using -f From: Fukang Chen Date: Wed, 8 May 2019 03:23:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500991 - in head: . net net/v2ray net/v2ray/files X-SVN-Group: ports-head X-SVN-Commit-Author: loader X-SVN-Commit-Paths: in head: . net net/v2ray net/v2ray/files X-SVN-Commit-Revision: 500991 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D002088F9B X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.98)[-0.976,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 03:23:32 -0000 Author: loader Date: Wed May 8 03:23:29 2019 New Revision: 500991 URL: https://svnweb.freebsd.org/changeset/ports/500991 Log: [NEW PORT]: net/v2ray: Platform for building proxies to bypass network restrictions Project V is a set of network tools that help you to build your own computer network. It secures your network connections and thus protects your privacy. WWW: https://www.v2ray.com PR: 235418 Submitted by: Yanhui Shen Reviewed by: koobs, mat Approved by: koobs (mentor) Differential Revision: https://reviews.freebsd.org/D19066 Added: head/net/v2ray/ head/net/v2ray/Makefile (contents, props changed) head/net/v2ray/distinfo (contents, props changed) head/net/v2ray/files/ head/net/v2ray/files/v2ray.in (contents, props changed) head/net/v2ray/pkg-descr (contents, props changed) Modified: head/GIDs head/UIDs head/net/Makefile Modified: head/GIDs ============================================================================== --- head/GIDs Wed May 8 02:52:22 2019 (r500990) +++ head/GIDs Wed May 8 03:23:29 2019 (r500991) @@ -300,7 +300,7 @@ nzbhydra2:*:355: # free: 357 # free: 358 # free: 359 -# free: 360 +v2ray:*:360: httptunnel:*:361: # free: 362 # free: 363 Modified: head/UIDs ============================================================================== --- head/UIDs Wed May 8 02:52:22 2019 (r500990) +++ head/UIDs Wed May 8 03:23:29 2019 (r500991) @@ -305,7 +305,7 @@ nzbhydra2:*:355:355::0:0:NZBHydra 2 Daemon:/nonexisten # free: 357 # free: 358 # free: 359 -# free: 360 +v2ray:*:360:360::0:0:V2Ray Daemon:/nonexistent:/usr/sbin/nologin httptunnel:*:361:361::0:0:httptunnel Daemon:/nonexistent:/usr/sbin/nologin # free: 362 # free: 363 Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Wed May 8 02:52:22 2019 (r500990) +++ head/net/Makefile Wed May 8 03:23:29 2019 (r500991) @@ -1479,6 +1479,7 @@ SUBDIR += urlendec SUBDIR += usbredir SUBDIR += utftpd + SUBDIR += v2ray SUBDIR += vblade SUBDIR += vde SUBDIR += vde2 Added: head/net/v2ray/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/v2ray/Makefile Wed May 8 03:23:29 2019 (r500991) @@ -0,0 +1,53 @@ +# $FreeBSD$ + +PORTNAME= v2ray +PORTVERSION= 4.14.0 +CATEGORIES= net +MASTER_SITES= https://github.com/v2ray/v2ray-core/releases/download/v${PORTVERSION}/ +DISTNAME= src_all +DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} + +MAINTAINER= shen.elf@gmail.com +COMMENT= Platform for building proxies to bypass network restrictions + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/v2ray.com/core/LICENSE + +USES= go zip + +NO_WRKSUBDIR= yes +WRKSRC= ${WRKDIR}/src +GO_BUILDFLAGS+= --ldflags '-s -w' + +USE_RC_SUBR= v2ray +USERS= v2ray +GROUPS= v2ray + +PLIST_FILES= bin/v2ray \ + bin/v2ctl \ + "@sample ${ETCDIR}/config.json.sample" \ + ${ETCDIR}/vpoint_socks_vmess.json \ + ${ETCDIR}/vpoint_vmess_freedom.json \ + ${DATADIR}/geoip.dat \ + ${DATADIR}/geosite.dat + +SUB_LIST= USER="${USERS}" \ + GROUP="${GROUPS}" + +do-build: + @cd ${WRKSRC} && \ + ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GO_CMD} build ${GO_BUILDFLAGS} -o ${GO_WRKDIR_BIN}/v2ray v2ray.com/core/main && \ + ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GO_CMD} build ${GO_BUILDFLAGS} -o ${GO_WRKDIR_BIN}/v2ctl v2ray.com/ext/tools/control/main + +do-install: + ${MKDIR} ${STAGEDIR}${ETCDIR} + ${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_PROGRAM} ${WRKDIR}/bin/v2ray ${STAGEDIR}${PREFIX}/bin/v2ray + ${INSTALL_PROGRAM} ${WRKDIR}/bin/v2ctl ${STAGEDIR}${PREFIX}/bin/v2ctl + ${INSTALL_DATA} ${WRKSRC}/v2ray.com/core/release/config/config.json ${STAGEDIR}${ETCDIR}/config.json.sample + ${INSTALL_DATA} ${WRKSRC}/v2ray.com/core/release/config/vpoint_socks_vmess.json ${STAGEDIR}${ETCDIR}/vpoint_socks_vmess.json + ${INSTALL_DATA} ${WRKSRC}/v2ray.com/core/release/config/vpoint_vmess_freedom.json ${STAGEDIR}${ETCDIR}/vpoint_vmess_freedom.json + ${INSTALL_DATA} ${WRKSRC}/v2ray.com/core/release/config/geoip.dat ${STAGEDIR}${DATADIR}/geoip.dat + ${INSTALL_DATA} ${WRKSRC}/v2ray.com/core/release/config/geosite.dat ${STAGEDIR}${DATADIR}/geosite.dat + +.include Added: head/net/v2ray/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/v2ray/distinfo Wed May 8 03:23:29 2019 (r500991) @@ -0,0 +1,3 @@ +TIMESTAMP = 1549167902 +SHA256 (v2ray-4.14.0/src_all.zip) = 842a8bf2a2f5787ca854b61697a444e86928650def5bae512b99c52e95230648 +SIZE (v2ray-4.14.0/src_all.zip) = 31614054 Added: head/net/v2ray/files/v2ray.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/v2ray/files/v2ray.in Wed May 8 03:23:29 2019 (r500991) @@ -0,0 +1,49 @@ +#!/bin/sh +# +# $FreeBSD$ +# + +# PROVIDE: v2ray +# KEYWORD: shutdown + +# Add these lines to /etc/rc.conf.local or /etc/rc.conf to enable `v2ray': +# +# v2ray_enable (bool): Set to "NO" by default. +# Set it to "YES" to enable v2ray +# v2ray_config (path): Set to "%%PREFIX%%/etc/v2ray/config.json" by default +# Set it to the v2ray server config +# v2ray_logdir (path): Set to "/var/log/v2ray" by default. +# Set it to the directory of v2ray log files +# v2ray_env (str): Set to "" by default. +# Set it to the desired environment variables + +. /etc/rc.subr + +name="v2ray" +rcvar="${name}_enable" + +: ${v2ray_enable="NO"} +: ${v2ray_config="%%PREFIX%%/etc/$name/config.json"} +: ${v2ray_logdir="/var/log/${name}"} +: ${v2ray_env=""} +: ${v2ray_user="%%USER%%"} +: ${v2ray_group="%%GROUP%%"} + +asset_env="V2RAY_LOCATION_ASSET=%%PREFIX%%/share/$name" +pidfile="/var/run/$name.pid" +procname="%%PREFIX%%/bin/$name" +command="/usr/sbin/daemon" +command_args="-c -p ${pidfile} /usr/bin/env ${asset_env} ${v2ray_env} ${procname} -config ${v2ray_config}" +required_files="${v2ray_config}" + +start_precmd="v2ray_startprecmd" + +v2ray_startprecmd() { + touch "${pidfile}" + chown ${v2ray_user}:${v2ray_group} "${pidfile}" + mkdir -p "${v2ray_logdir}" + chown -R ${v2ray_user}:${v2ray_group} "${v2ray_logdir}" +} + +load_rc_config "$name" +run_rc_command "$1" Added: head/net/v2ray/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/v2ray/pkg-descr Wed May 8 03:23:29 2019 (r500991) @@ -0,0 +1,5 @@ +Project V is a set of network tools that help you to build your +own computer network. It secures your network connections and +thus protects your privacy. + +WWW: https://www.v2ray.com From owner-svn-ports-all@freebsd.org Wed May 8 04:47:39 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A63A159D919; Wed, 8 May 2019 04:47:39 +0000 (UTC) (envelope-from rigoletto@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E460F8B1F2; Wed, 8 May 2019 04:47:38 +0000 (UTC) (envelope-from rigoletto@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CBA11C40; Wed, 8 May 2019 04:47:38 +0000 (UTC) (envelope-from rigoletto@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x484lcLI058879; Wed, 8 May 2019 04:47:38 GMT (envelope-from rigoletto@FreeBSD.org) Received: (from rigoletto@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x484lc4e058875; Wed, 8 May 2019 04:47:38 GMT (envelope-from rigoletto@FreeBSD.org) Message-Id: <201905080447.x484lc4e058875@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rigoletto set sender to rigoletto@FreeBSD.org using -f From: =?UTF-8?Q?Alexandre_C=2e_Guimar=c3=a3es?= Date: Wed, 8 May 2019 04:47:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r500992 - in branches/2019Q2/graphics: mupdf zathura-pdf-mupdf X-SVN-Group: ports-branches X-SVN-Commit-Author: rigoletto X-SVN-Commit-Paths: in branches/2019Q2/graphics: mupdf zathura-pdf-mupdf X-SVN-Commit-Revision: 500992 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E460F8B1F2 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.95)[-0.949,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 04:47:39 -0000 Author: rigoletto Date: Wed May 8 04:47:37 2019 New Revision: 500992 URL: https://svnweb.freebsd.org/changeset/ports/500992 Log: MFH: r500974 graphics/mupdf: Upate to 1.15.0 - bump graphics-zathura-mupdf PR: 237770 PR: 236590 Submitted by: Zsolt Udvari (maintainer) Approved by: tcberner (mentor) Approved by: ports-secteam (miwi) Modified: branches/2019Q2/graphics/mupdf/Makefile branches/2019Q2/graphics/mupdf/distinfo branches/2019Q2/graphics/mupdf/pkg-plist branches/2019Q2/graphics/zathura-pdf-mupdf/Makefile Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/graphics/mupdf/Makefile ============================================================================== --- branches/2019Q2/graphics/mupdf/Makefile Wed May 8 03:23:29 2019 (r500991) +++ branches/2019Q2/graphics/mupdf/Makefile Wed May 8 04:47:37 2019 (r500992) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= mupdf -DISTVERSION= 1.14.0 +DISTVERSION= 1.15.0 DISTVERSIONSUFFIX= -source -PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= http://www.mupdf.com/downloads/ \ @@ -25,17 +24,19 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ USES= cpe compiler:c++11-lang gl gmake jpeg pkgconfig USE_XORG= x11 xcursor xext xinerama xrandr USE_GL= gl glut -CPE_VENDOR= artifex USE_LDCONFIG= yes +CPE_VENDOR= artifex + # pkg-config to avoid the conflict with openjpeg15 CFLAGS+= `pkg-config --cflags libopenjp2` +LDFLAGS+= `pkg-config --libs libjpeg libopenjp2` -ljbig2dec MAKE_ARGS= build=release prefix=${PREFIX} mandir=${PREFIX}/man verbose=yes \ XCFLAGS+="-I${WRKSRC}/include/mupdf -fPIC" \ XLIBS+="-L${LOCALBASE}/lib -L${WRKSRC}/build/release" \ SOVERSION=${DISTVERSION} -ALL_TARGET= all extra +ALL_TARGET= all extra-libs OPTIONS_DEFINE= DOCS JS SCROLL OPTIONS_DEFAULT= SCROLL @@ -59,8 +60,6 @@ post-install: ${MV} ${STAGEDIR}${PREFIX}/bin/mupdf-x11 \ ${STAGEDIR}${PREFIX}/bin/mupdf ${INSTALL_PROGRAM} \ - ${WRKSRC}/build/release/mjsgen \ - ${WRKSRC}/build/release/mujstest \ ${WRKSRC}/build/release/muraster \ ${STAGEDIR}${PREFIX}/bin ${LN} -s libmupdf.so.${PORTVERSION} \ Modified: branches/2019Q2/graphics/mupdf/distinfo ============================================================================== --- branches/2019Q2/graphics/mupdf/distinfo Wed May 8 03:23:29 2019 (r500991) +++ branches/2019Q2/graphics/mupdf/distinfo Wed May 8 04:47:37 2019 (r500992) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542296614 -SHA256 (mupdf-1.14.0-source.tar.gz) = c443483a678c3fc258fa4adc124146225d0bb443c522619faadebf6b363d7724 -SIZE (mupdf-1.14.0-source.tar.gz) = 55654104 +TIMESTAMP = 1557205886 +SHA256 (mupdf-1.15.0-source.tar.gz) = 9fe6773ee0dc192d1878b7886b51150cbeb1a8ad81d3cd806d8e1ab343ffd471 +SIZE (mupdf-1.15.0-source.tar.gz) = 53023898 Modified: branches/2019Q2/graphics/mupdf/pkg-plist ============================================================================== --- branches/2019Q2/graphics/mupdf/pkg-plist Wed May 8 03:23:29 2019 (r500991) +++ branches/2019Q2/graphics/mupdf/pkg-plist Wed May 8 04:47:37 2019 (r500992) @@ -1,11 +1,8 @@ -bin/mjsgen -bin/mujstest bin/mupdf bin/mupdf-gl bin/muraster bin/mutool include/mupdf/fitz.h -include/mupdf/fitz/annotation.h include/mupdf/fitz/archive.h include/mupdf/fitz/band-writer.h include/mupdf/fitz/bidi.h @@ -31,15 +28,7 @@ include/mupdf/fitz/hash.h include/mupdf/fitz/image.h include/mupdf/fitz/link.h include/mupdf/fitz/outline.h -include/mupdf/fitz/output-pcl.h -include/mupdf/fitz/output-pclm.h -include/mupdf/fitz/output-png.h -include/mupdf/fitz/output-pnm.h -include/mupdf/fitz/output-ps.h -include/mupdf/fitz/output-psd.h -include/mupdf/fitz/output-pwg.h include/mupdf/fitz/output-svg.h -include/mupdf/fitz/output-tga.h include/mupdf/fitz/output.h include/mupdf/fitz/path.h include/mupdf/fitz/pixmap.h @@ -57,10 +46,10 @@ include/mupdf/fitz/transition.h include/mupdf/fitz/tree.h include/mupdf/fitz/util.h include/mupdf/fitz/version.h +include/mupdf/fitz/write-pixmap.h include/mupdf/fitz/writer.h include/mupdf/fitz/xml.h include/mupdf/memento.h -include/mupdf/pdf-tools.h include/mupdf/pdf.h include/mupdf/pdf/annot.h include/mupdf/pdf/clean.h @@ -68,8 +57,8 @@ include/mupdf/pdf/cmap.h include/mupdf/pdf/crypt.h include/mupdf/pdf/document.h include/mupdf/pdf/event.h -include/mupdf/pdf/field.h include/mupdf/pdf/font.h +include/mupdf/pdf/form.h include/mupdf/pdf/interpret.h include/mupdf/pdf/javascript.h include/mupdf/pdf/name-table.h @@ -78,7 +67,6 @@ include/mupdf/pdf/output-pdf.h include/mupdf/pdf/page.h include/mupdf/pdf/parse.h include/mupdf/pdf/resource.h -include/mupdf/pdf/widget.h include/mupdf/pdf/xref.h include/mupdf/ucdn.h lib/libmupdf-third.so @@ -91,10 +79,10 @@ man/man1/mutool.1.gz %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/android-sdk.html +%%PORTDOCS%%%%DOCSDIR%%/api-changes.html %%PORTDOCS%%%%DOCSDIR%%/artifex-logo.png %%PORTDOCS%%%%DOCSDIR%%/building.html %%PORTDOCS%%%%DOCSDIR%%/coding-overview.html -%%PORTDOCS%%%%DOCSDIR%%/coding-progressive.html %%PORTDOCS%%%%DOCSDIR%%/coding-style.html %%PORTDOCS%%%%DOCSDIR%%/examples/bbox-device.js %%PORTDOCS%%%%DOCSDIR%%/examples/create-thumbnail.js @@ -106,7 +94,9 @@ man/man1/mutool.1.gz %%PORTDOCS%%%%DOCSDIR%%/examples/multi-threaded.c %%PORTDOCS%%%%DOCSDIR%%/examples/pdf-create-lowlevel.js %%PORTDOCS%%%%DOCSDIR%%/examples/pdf-create.js +%%PORTDOCS%%%%DOCSDIR%%/examples/pdf-dejpx.js %%PORTDOCS%%%%DOCSDIR%%/examples/pdf-merge.js +%%PORTDOCS%%%%DOCSDIR%%/examples/pdf-portfolio.js %%PORTDOCS%%%%DOCSDIR%%/examples/trace-device.js %%PORTDOCS%%%%DOCSDIR%%/index.html %%PORTDOCS%%%%DOCSDIR%%/manual-mupdf-gl.html @@ -116,7 +106,6 @@ man/man1/mutool.1.gz %%PORTDOCS%%%%DOCSDIR%%/manual-mutool-draw.html %%PORTDOCS%%%%DOCSDIR%%/manual-mutool-extract.html %%PORTDOCS%%%%DOCSDIR%%/manual-mutool-merge.html -%%PORTDOCS%%%%DOCSDIR%%/manual-mutool-portfolio.html %%PORTDOCS%%%%DOCSDIR%%/manual-mutool-run.html %%PORTDOCS%%%%DOCSDIR%%/manual-mutool-show.html %%PORTDOCS%%%%DOCSDIR%%/manual-mutool-trace.html Modified: branches/2019Q2/graphics/zathura-pdf-mupdf/Makefile ============================================================================== --- branches/2019Q2/graphics/zathura-pdf-mupdf/Makefile Wed May 8 03:23:29 2019 (r500991) +++ branches/2019Q2/graphics/zathura-pdf-mupdf/Makefile Wed May 8 04:47:37 2019 (r500992) @@ -3,6 +3,7 @@ PORTNAME= zathura-pdf-mupdf DISTVERSION= 0.3.4 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://pwmt.org/projects/zathura-pdf-mupdf/download/ \ http://www.madpilot.net/~mad/pwmt.org/ From owner-svn-ports-all@freebsd.org Wed May 8 05:09:29 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8415A159DE2C; Wed, 8 May 2019 05:09:29 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1AEF38B9BF; Wed, 8 May 2019 05:09:29 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F312AFBC; Wed, 8 May 2019 05:09:28 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4859S3J069527; Wed, 8 May 2019 05:09:28 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4859S5Z069526; Wed, 8 May 2019 05:09:28 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905080509.x4859S5Z069526@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 8 May 2019 05:09:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500993 - head/devel/py-pydantic X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/py-pydantic X-SVN-Commit-Revision: 500993 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1AEF38B9BF X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 05:09:29 -0000 Author: yuri Date: Wed May 8 05:09:28 2019 New Revision: 500993 URL: https://svnweb.freebsd.org/changeset/ports/500993 Log: devel/py-pydantic: Update 0.24 -> 0.25 Reported by: portscout Modified: head/devel/py-pydantic/Makefile head/devel/py-pydantic/distinfo Modified: head/devel/py-pydantic/Makefile ============================================================================== --- head/devel/py-pydantic/Makefile Wed May 8 04:47:37 2019 (r500992) +++ head/devel/py-pydantic/Makefile Wed May 8 05:09:28 2019 (r500993) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pydantic -DISTVERSION= 0.24 +DISTVERSION= 0.25 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-pydantic/distinfo ============================================================================== --- head/devel/py-pydantic/distinfo Wed May 8 04:47:37 2019 (r500992) +++ head/devel/py-pydantic/distinfo Wed May 8 05:09:28 2019 (r500993) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556853625 -SHA256 (pydantic-0.24.tar.gz) = 4edf4c55a25ebc2d5041aa1bbe46fbf9b6b823bacfbc1e79c032e8e6d25dbae5 -SIZE (pydantic-0.24.tar.gz) = 56493 +TIMESTAMP = 1557289578 +SHA256 (pydantic-0.25.tar.gz) = 2203e01c1d87a3d964aa0db56efdb1b89a90eca610ab3f0ddea396e2a5fa4cc4 +SIZE (pydantic-0.25.tar.gz) = 57123 From owner-svn-ports-all@freebsd.org Wed May 8 05:49:02 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5288D159EA7C; Wed, 8 May 2019 05:49:02 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ED11F8CBA0; Wed, 8 May 2019 05:49:01 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C1F0B166B; Wed, 8 May 2019 05:49:01 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x485n1hK090266; Wed, 8 May 2019 05:49:01 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x485n1p3090264; Wed, 8 May 2019 05:49:01 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905080549.x485n1p3090264@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 8 May 2019 05:49:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500994 - head/science/py-pymatgen X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/science/py-pymatgen X-SVN-Commit-Revision: 500994 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: ED11F8CBA0 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 05:49:02 -0000 Author: yuri Date: Wed May 8 05:49:01 2019 New Revision: 500994 URL: https://svnweb.freebsd.org/changeset/ports/500994 Log: science/py-pymatgen: Update 2019.1.24 -> 2019.2.28 Modified: head/science/py-pymatgen/Makefile head/science/py-pymatgen/distinfo Modified: head/science/py-pymatgen/Makefile ============================================================================== --- head/science/py-pymatgen/Makefile Wed May 8 05:09:28 2019 (r500993) +++ head/science/py-pymatgen/Makefile Wed May 8 05:49:01 2019 (r500994) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pymatgen -DISTVERSION= 2019.1.24 +DISTVERSION= 2019.2.28 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/science/py-pymatgen/distinfo ============================================================================== --- head/science/py-pymatgen/distinfo Wed May 8 05:09:28 2019 (r500993) +++ head/science/py-pymatgen/distinfo Wed May 8 05:49:01 2019 (r500994) @@ -1,3 +1,3 @@ -TIMESTAMP = 1549307511 -SHA256 (pymatgen-2019.1.24.tar.gz) = 120db282fa1fc4db8c2eb200d82e46c3841007ca3dd234c7ba485e76cd38770d -SIZE (pymatgen-2019.1.24.tar.gz) = 2032681 +TIMESTAMP = 1557293612 +SHA256 (pymatgen-2019.2.28.tar.gz) = fe4c9b8b16d618fa531a09073d69db6ab02c0c379e672862a41163e39ac91e85 +SIZE (pymatgen-2019.2.28.tar.gz) = 2039954 From owner-svn-ports-all@freebsd.org Wed May 8 05:50:43 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A11F159EB48; Wed, 8 May 2019 05:50:43 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3E3C98CCF3; Wed, 8 May 2019 05:50:43 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 12704167A; Wed, 8 May 2019 05:50:43 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x485ogT3090536; Wed, 8 May 2019 05:50:42 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x485ogNO090532; Wed, 8 May 2019 05:50:42 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905080550.x485ogNO090532@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 8 May 2019 05:50:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500995 - in head/math: . primesieve X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math: . primesieve X-SVN-Commit-Revision: 500995 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3E3C98CCF3 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.978,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 05:50:43 -0000 Author: yuri Date: Wed May 8 05:50:41 2019 New Revision: 500995 URL: https://svnweb.freebsd.org/changeset/ports/500995 Log: New port: math/primesieve: Fast prime number generator Added: head/math/primesieve/ head/math/primesieve/Makefile (contents, props changed) head/math/primesieve/distinfo (contents, props changed) head/math/primesieve/pkg-descr (contents, props changed) head/math/primesieve/pkg-plist (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Wed May 8 05:49:01 2019 (r500994) +++ head/math/Makefile Wed May 8 05:50:41 2019 (r500995) @@ -679,6 +679,7 @@ SUBDIR += plplot-ada SUBDIR += polylib SUBDIR += primegen + SUBDIR += primesieve SUBDIR += primme SUBDIR += prng SUBDIR += proofgeneral Added: head/math/primesieve/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/primesieve/Makefile Wed May 8 05:50:41 2019 (r500995) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= primesieve +DISTVERSIONPREFIX= v +DISTVERSION= 7.4-26 +DISTVERSIONSUFFIX= -g5b757b77 +CATEGORIES= math + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Fast prime number generator + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= cmake compiler:c++11-lang +USE_GITHUB= yes +GH_ACCOUNT= kimwalisch +USE_LDCONFIG= yes + +CMAKE_OFF= BUILD_STATIC_LIBS + +do-test: + @cd ${BUILD_WRKSRC} && \ + ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DBUILD_TESTS:BOOL=ON ${CMAKE_SOURCE_PATH} && \ + ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ + ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test + +.include Added: head/math/primesieve/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/primesieve/distinfo Wed May 8 05:50:41 2019 (r500995) @@ -0,0 +1,3 @@ +TIMESTAMP = 1557293982 +SHA256 (kimwalisch-primesieve-v7.4-26-g5b757b77_GH0.tar.gz) = df450b205e4a03f297d0dacb256e810357277c0aacf185bd2c40239cfae36655 +SIZE (kimwalisch-primesieve-v7.4-26-g5b757b77_GH0.tar.gz) = 170496 Added: head/math/primesieve/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/primesieve/pkg-descr Wed May 8 05:50:41 2019 (r500995) @@ -0,0 +1,6 @@ +primesieve is a program and C/C++ library that generates primes using a highly +optimized sieve of Eratosthenes implementation. It counts the primes below 10^10 +in just 0.4 seconds on an Intel Core i7-6700 CPU (4 x 3.4 GHz). primesieve can +generate primes and prime k-tuplets up to 2^64. + +WWW: https://github.com/kimwalisch/primesieve Added: head/math/primesieve/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/primesieve/pkg-plist Wed May 8 05:50:41 2019 (r500995) @@ -0,0 +1,16 @@ +bin/primesieve +include/primesieve.h +include/primesieve.hpp +include/primesieve/StorePrimes.hpp +include/primesieve/iterator.h +include/primesieve/iterator.hpp +include/primesieve/primesieve_error.hpp +lib/cmake/primesieve/primesieveConfig.cmake +lib/cmake/primesieve/primesieveConfigVersion.cmake +lib/cmake/primesieve/primesieveShared-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/primesieve/primesieveShared.cmake +lib/libprimesieve.so +lib/libprimesieve.so.9 +lib/libprimesieve.so.9.5.0 +libdata/pkgconfig/primesieve.pc +man/man1/primesieve.1.gz From owner-svn-ports-all@freebsd.org Wed May 8 05:55:17 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 53176159ED2F; Wed, 8 May 2019 05:55:17 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E1AB08D068; Wed, 8 May 2019 05:55:16 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B579B1811; Wed, 8 May 2019 05:55:16 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x485tGtu095586; Wed, 8 May 2019 05:55:16 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x485tG3r095585; Wed, 8 May 2019 05:55:16 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905080555.x485tG3r095585@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 8 May 2019 05:55:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500996 - head/math/py-Pyomo X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/py-Pyomo X-SVN-Commit-Revision: 500996 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E1AB08D068 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 05:55:17 -0000 Author: yuri Date: Wed May 8 05:55:16 2019 New Revision: 500996 URL: https://svnweb.freebsd.org/changeset/ports/500996 Log: math/py-Pyomo: Update 5.5.1 -> 5.6.1 Modified: head/math/py-Pyomo/Makefile head/math/py-Pyomo/distinfo Modified: head/math/py-Pyomo/Makefile ============================================================================== --- head/math/py-Pyomo/Makefile Wed May 8 05:50:41 2019 (r500995) +++ head/math/py-Pyomo/Makefile Wed May 8 05:55:16 2019 (r500996) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= Pyomo -DISTVERSION= 5.5.1 -PORTREVISION= 1 +DISTVERSION= 5.6.1 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,11 +13,12 @@ LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>0:devel/py-appdirs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ply>0:devel/py-ply@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}PyUtilib>=5.6.3:devel/py-PyUtilib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}PyUtilib>=5.6.5:devel/py-PyUtilib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six@${PY_FLAVOR} USES= python USE_PYTHON= distutils concurrent autoplist + NO_ARCH= yes .include Modified: head/math/py-Pyomo/distinfo ============================================================================== --- head/math/py-Pyomo/distinfo Wed May 8 05:50:41 2019 (r500995) +++ head/math/py-Pyomo/distinfo Wed May 8 05:55:16 2019 (r500996) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540701272 -SHA256 (Pyomo-5.5.1.tar.gz) = 9b1624997b8a901c7bcd14df47d14a1aca41afa413471bcd4348c20dda172a44 -SIZE (Pyomo-5.5.1.tar.gz) = 1446058 +TIMESTAMP = 1557294758 +SHA256 (Pyomo-5.6.1.tar.gz) = 449be9a4c9b3caee7c89dbe5f0e4e5ad0eaeef8be110a860641cd249986e362c +SIZE (Pyomo-5.6.1.tar.gz) = 17434820 From owner-svn-ports-all@freebsd.org Wed May 8 06:11:17 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC355159F1F5; Wed, 8 May 2019 06:11:17 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 811468D725; Wed, 8 May 2019 06:11:17 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5971B1A0A; Wed, 8 May 2019 06:11:17 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x486BHH3003635; Wed, 8 May 2019 06:11:17 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x486BGrf003633; Wed, 8 May 2019 06:11:16 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905080611.x486BGrf003633@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 8 May 2019 06:11:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500997 - head/science/py-phonopy X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/science/py-phonopy X-SVN-Commit-Revision: 500997 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 811468D725 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 06:11:18 -0000 Author: yuri Date: Wed May 8 06:11:16 2019 New Revision: 500997 URL: https://svnweb.freebsd.org/changeset/ports/500997 Log: science/py-phonopy: 1.13.2.107 -> 2.0.0 Modified: head/science/py-phonopy/Makefile head/science/py-phonopy/distinfo head/science/py-phonopy/pkg-descr Modified: head/science/py-phonopy/Makefile ============================================================================== --- head/science/py-phonopy/Makefile Wed May 8 05:55:16 2019 (r500996) +++ head/science/py-phonopy/Makefile Wed May 8 06:11:16 2019 (r500997) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= phonopy -DISTVERSION= 1.13.2.107 -PORTREVISION= 1 +DISTVERSION= 2.0.0 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/science/py-phonopy/distinfo ============================================================================== --- head/science/py-phonopy/distinfo Wed May 8 05:55:16 2019 (r500996) +++ head/science/py-phonopy/distinfo Wed May 8 06:11:16 2019 (r500997) @@ -1,3 +1,3 @@ -TIMESTAMP = 1536899316 -SHA256 (phonopy-1.13.2.107.tar.gz) = 72f06728c98b9a7ab3db2d6fa2ae5d029029fbcff4e8fcfbc29f1e2620a0f905 -SIZE (phonopy-1.13.2.107.tar.gz) = 6559565 +TIMESTAMP = 1557294961 +SHA256 (phonopy-2.0.0.tar.gz) = 46baf7c4571fe75374071674727c2beb0388cf57073e0623d8457f04b1c54495 +SIZE (phonopy-2.0.0.tar.gz) = 6653497 Modified: head/science/py-phonopy/pkg-descr ============================================================================== --- head/science/py-phonopy/pkg-descr Wed May 8 05:55:16 2019 (r500996) +++ head/science/py-phonopy/pkg-descr Wed May 8 06:11:16 2019 (r500997) @@ -17,4 +17,4 @@ The following features of phonopy are highlighted: Elk, FHI-aims, WIEN2k, CRYSTAL * Python APIs -WWW: http://atztogo.github.io/phonopy/ +WWW: https://atztogo.github.io/phonopy/ From owner-svn-ports-all@freebsd.org Wed May 8 06:35:51 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3FB70159F7FA; Wed, 8 May 2019 06:35:51 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DB2F48E0D4; Wed, 8 May 2019 06:35:50 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B0D701ED0; Wed, 8 May 2019 06:35:50 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x486ZoPu016632; Wed, 8 May 2019 06:35:50 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x486ZobD016631; Wed, 8 May 2019 06:35:50 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905080635.x486ZobD016631@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 8 May 2019 06:35:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500998 - head/science/py-phonopy X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/science/py-phonopy X-SVN-Commit-Revision: 500998 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: DB2F48E0D4 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 06:35:51 -0000 Author: yuri Date: Wed May 8 06:35:50 2019 New Revision: 500998 URL: https://svnweb.freebsd.org/changeset/ports/500998 Log: science/py-phonopy: Update 2.0.0 -> 2.1.3 Modified: head/science/py-phonopy/Makefile head/science/py-phonopy/distinfo Modified: head/science/py-phonopy/Makefile ============================================================================== --- head/science/py-phonopy/Makefile Wed May 8 06:11:16 2019 (r500997) +++ head/science/py-phonopy/Makefile Wed May 8 06:35:50 2019 (r500998) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= phonopy -DISTVERSION= 2.0.0 +DISTVERSION= 2.1.3 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -25,7 +25,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py- USES= python USE_PYTHON= distutils cython autoplist -do-test: # One test fails: https://github.com/atztogo/phonopy/issues/79 +do-test: @cd ${WRKSRC} && \ ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} ${PYSETUP} test Modified: head/science/py-phonopy/distinfo ============================================================================== --- head/science/py-phonopy/distinfo Wed May 8 06:11:16 2019 (r500997) +++ head/science/py-phonopy/distinfo Wed May 8 06:35:50 2019 (r500998) @@ -1,3 +1,3 @@ -TIMESTAMP = 1557294961 -SHA256 (phonopy-2.0.0.tar.gz) = 46baf7c4571fe75374071674727c2beb0388cf57073e0623d8457f04b1c54495 -SIZE (phonopy-2.0.0.tar.gz) = 6653497 +TIMESTAMP = 1557297164 +SHA256 (phonopy-2.1.3.tar.gz) = 92fd6ae20af4742745a45274e48ae4ba1eafd6f3fe562ca97267471349a530ac +SIZE (phonopy-2.1.3.tar.gz) = 6737218 From owner-svn-ports-all@freebsd.org Wed May 8 06:42:37 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA6F8159FB4B; Wed, 8 May 2019 06:42:37 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7BF248E5F1; Wed, 8 May 2019 06:42:37 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 569F8206E; Wed, 8 May 2019 06:42:37 +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 x486gbdh021745; Wed, 8 May 2019 06:42:37 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x486ga4d021743; Wed, 8 May 2019 06:42:36 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201905080642.x486ga4d021743@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Wed, 8 May 2019 06:42:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500999 - head/lang/php71 X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: head/lang/php71 X-SVN-Commit-Revision: 500999 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7BF248E5F1 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 06:42:38 -0000 Author: tz Date: Wed May 8 06:42:36 2019 New Revision: 500999 URL: https://svnweb.freebsd.org/changeset/ports/500999 Log: lang/php71: Update from 7.1.28 to 7.1.29 Changelog: EXIF: Fixed bug #77950 (Heap-buffer-overflow in _estrndup via exif_process_IFD_TAG). Mail: Fixed bug #77821 (Potential heap corruption in TSendMail()). Changelog taken from: https://www.php.net/ChangeLog-7.php#7.1.29 MFH: 2019Q2 Modified: head/lang/php71/Makefile head/lang/php71/distinfo Modified: head/lang/php71/Makefile ============================================================================== --- head/lang/php71/Makefile Wed May 8 06:35:50 2019 (r500998) +++ head/lang/php71/Makefile Wed May 8 06:42:36 2019 (r500999) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= php71 -PORTVERSION= 7.1.28 -PORTREVISION?= 2 +PORTVERSION= 7.1.29 +PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${PORTVERSION} Modified: head/lang/php71/distinfo ============================================================================== --- head/lang/php71/distinfo Wed May 8 06:35:50 2019 (r500998) +++ head/lang/php71/distinfo Wed May 8 06:42:36 2019 (r500999) @@ -1,5 +1,3 @@ -TIMESTAMP = 1554455730 -SHA256 (php-7.1.28.tar.xz) = 45131497ec0a947e3f9145c000e8fcc1f86b46518ee3f6810d80efa2d39521e2 -SIZE (php-7.1.28.tar.xz) = 12222508 -SHA256 (php-7.1.x-mail-header.patch) = 8f173d89672f7ebfabfcc3c5d7f8dec1c4243aba665db4b4046e67c34d9d4dc7 -SIZE (php-7.1.x-mail-header.patch) = 4504 +TIMESTAMP = 1557174692 +SHA256 (php-7.1.29.tar.xz) = b9a9b094687edc2d9c9553d5531e38e249b569127cf3b32fe1c84280509746fb +SIZE (php-7.1.29.tar.xz) = 12221984 From owner-svn-ports-all@freebsd.org Wed May 8 06:45:14 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96185159FBAC; Wed, 8 May 2019 06:45:14 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3ABD18E709; Wed, 8 May 2019 06:45:14 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0C0EF2071; Wed, 8 May 2019 06:45:14 +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 x486jDZ5022033; Wed, 8 May 2019 06:45:13 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x486jDtO022031; Wed, 8 May 2019 06:45:13 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201905080645.x486jDtO022031@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Wed, 8 May 2019 06:45:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501000 - in head: databases/php72-interbase/files lang/php72 lang/php72/files X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: in head: databases/php72-interbase/files lang/php72 lang/php72/files X-SVN-Commit-Revision: 501000 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3ABD18E709 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.970,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 06:45:14 -0000 Author: tz Date: Wed May 8 06:45:13 2019 New Revision: 501000 URL: https://svnweb.freebsd.org/changeset/ports/501000 Log: lang/php72: Upgrade from 7.2.17 to 7.2.18 Changelog: CLI: Fixed bug #77794 (Incorrect Date header format in built-in server). EXIF: Fixed bug #77950 (Heap-buffer-overflow in _estrndup via exif_process_IFD_TAG). Interbase: Fixed bug #72175 (Impossibility of creating multiple connections to Interbase with php 7.x). Intl: Fixed bug #77895 (IntlDateFormatter::create fails in strict mode if $locale = null). litespeed: LiteSpeed SAPI 7.3.1, better process management, new API function litespeed_finish_request(). Mail: Fixed bug #77821 (Potential heap corruption in TSendMail()). PCRE: Fixed bug #77827 (preg_match does not ignore \r in regex flags). PDO: Fixed bug #77849 (Disable cloning of PDO handle/connection objects). phpdbg: Fixed bug #76801 (too many open files). Fixed bug #77800 (phpdbg segfaults on listing some conditional breakpoints). Fixed bug #77805 (phpdbg build fails when readline is shared). Reflection: Fixed bug #77772 (ReflectionClass::getMethods(null) doesn't work). Fixed bug #77882 (Different behavior: always calls destructor). Standard: Fixed bug #77680 (recursive mkdir on ftp stream wrapper is incorrect). Fixed bug #77844 (Crash due to null pointer in parse_ini_string with INI_SCANNER_TYPED). Fixed bug #77853 (Inconsistent substr_compare behaviour with empty haystack). Changelog taken from: https://www.php.net/ChangeLog-7.php#7.2.18 MFH: 2019Q2 Deleted: head/databases/php72-interbase/files/ Modified: head/lang/php72/Makefile head/lang/php72/distinfo head/lang/php72/files/patch-acinclude.m4 Modified: head/lang/php72/Makefile ============================================================================== --- head/lang/php72/Makefile Wed May 8 06:42:36 2019 (r500999) +++ head/lang/php72/Makefile Wed May 8 06:45:13 2019 (r501000) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= php72 -DISTVERSION= 7.2.17 -PORTREVISION?= 2 +DISTVERSION= 7.2.18 +PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${DISTVERSION} @@ -58,7 +58,7 @@ MYSQLND_DESC= Build with MySQL Native Driver LINKTHR_DESC= Link thread lib (for threaded extensions) ZTS_DESC= Force Zend Thread Safety (ZTS) build -CONFLICTS= php56-* php70-* php71-* php73-* +#CONFLICTS= php56-* php70-* php71-* php73-* DESTDIRNAME= INSTALL_ROOT Modified: head/lang/php72/distinfo ============================================================================== --- head/lang/php72/distinfo Wed May 8 06:42:36 2019 (r500999) +++ head/lang/php72/distinfo Wed May 8 06:45:13 2019 (r501000) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554455753 -SHA256 (php-7.2.17.tar.xz) = a3e5f51a9ae08813b3925bea3a4de02cd4906fcccf75646e267a213bb63bcf84 -SIZE (php-7.2.17.tar.xz) = 12144120 +TIMESTAMP = 1557174681 +SHA256 (php-7.2.18.tar.xz) = 9970dbb3ab1298c9e6aac54bebfa841c8ad14b18eead65594a68fa841364cb8d +SIZE (php-7.2.18.tar.xz) = 12172696 Modified: head/lang/php72/files/patch-acinclude.m4 ============================================================================== --- head/lang/php72/files/patch-acinclude.m4 Wed May 8 06:42:36 2019 (r500999) +++ head/lang/php72/files/patch-acinclude.m4 Wed May 8 06:45:13 2019 (r501000) @@ -5,7 +5,7 @@ dnl ---------------------------------------------- CLI static module [PHP_]translit($1,a-z_-,A-Z__)[_SHARED]=no - case "$PHP_SAPI" in -- cgi|embed[)] +- cgi|embed|phpdbg[)] - PHP_ADD_SOURCES($ext_dir,$2,$ac_extra,) - EXT_STATIC="$EXT_STATIC $1;$ext_dir" - ;; From owner-svn-ports-all@freebsd.org Wed May 8 06:46:58 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5E94159FC70; Wed, 8 May 2019 06:46:58 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 499408E8D8; Wed, 8 May 2019 06:46: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1F59A2073; Wed, 8 May 2019 06:46: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 x486kvvh022254; Wed, 8 May 2019 06:46:57 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x486kvWd022251; Wed, 8 May 2019 06:46:57 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201905080646.x486kvWd022251@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Wed, 8 May 2019 06:46:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501001 - in head: databases/php73-interbase/files lang/php73 lang/php73/files X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: in head: databases/php73-interbase/files lang/php73 lang/php73/files X-SVN-Commit-Revision: 501001 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 499408E8D8 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.970,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 06:46:58 -0000 Author: tz Date: Wed May 8 06:46:57 2019 New Revision: 501001 URL: https://svnweb.freebsd.org/changeset/ports/501001 Log: lang/php73: Upgrade from 7.3.4 to 7.3.5 Changelog: Core: Fixed bug #77903 (ArrayIterator stops iterating after offsetSet call). CLI: Fixed bug #77794 (Incorrect Date header format in built-in server). EXIF: Fixed bug #77950 (Heap-buffer-overflow in _estrndup via exif_process_IFD_TAG). Interbase: Fixed bug #72175 (Impossibility of creating multiple connections to Interbase with php 7.x). Intl: Fixed bug #77895 (IntlDateFormatter::create fails in strict mode if $locale = null). litespeed: LiteSpeed SAPI 7.3.1, better process management, new API function litespeed_finish_request(). LDAP: Fixed bug #77869 (Core dump when using server controls) (mcmic) Mail: Fixed bug #77821 (Potential heap corruption in TSendMail()). mbstring: Implemented FR #72777 (Implement regex stack limits for mbregex functions). MySQLi: Fixed bug #77773 (Unbuffered queries leak memory - MySQLi / mysqlnd). PCRE: Fixed bug #77827 (preg_match does not ignore \r in regex flags). PDO: Fixed bug #77849 (Disable cloning of PDO handle/connection objects). phpdbg: Fixed bug #76801 (too many open files). Fixed bug #77800 (phpdbg segfaults on listing some conditional breakpoints). Fixed bug #77805 (phpdbg build fails when readline is shared). Reflection: Fixed bug #77772 (ReflectionClass::getMethods(null) doesn't work). Fixed bug #77882 (Different behavior: always calls destructor). Standard: Fixed bug #77793 (Segmentation fault in extract() when overwriting reference with itself). Fixed bug #77844 (Crash due to null pointer in parse_ini_string with INI_SCANNER_TYPED). Fixed bug #77853 (Inconsistent substr_compare behaviour with empty haystack). Changelog taken from: https://www.php.net/ChangeLog-7.php#7.3.5 MFH: 2019Q2 Deleted: head/databases/php73-interbase/files/ Modified: head/lang/php73/Makefile head/lang/php73/distinfo head/lang/php73/files/patch-acinclude.m4 Modified: head/lang/php73/Makefile ============================================================================== --- head/lang/php73/Makefile Wed May 8 06:45:13 2019 (r501000) +++ head/lang/php73/Makefile Wed May 8 06:46:57 2019 (r501001) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= php73 -DISTVERSION= 7.3.4 -PORTREVISION?= 4 +DISTVERSION= 7.3.5 +PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${DISTVERSION} Modified: head/lang/php73/distinfo ============================================================================== --- head/lang/php73/distinfo Wed May 8 06:45:13 2019 (r501000) +++ head/lang/php73/distinfo Wed May 8 06:46:57 2019 (r501001) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554455789 -SHA256 (php-7.3.4.tar.xz) = 6fe79fa1f8655f98ef6708cde8751299796d6c1e225081011f4104625b923b83 -SIZE (php-7.3.4.tar.xz) = 11977004 +TIMESTAMP = 1557174604 +SHA256 (php-7.3.5.tar.xz) = e1011838a46fd4a195c8453b333916622d7ff5bce4aca2d9d99afac142db2472 +SIZE (php-7.3.5.tar.xz) = 11981356 Modified: head/lang/php73/files/patch-acinclude.m4 ============================================================================== --- head/lang/php73/files/patch-acinclude.m4 Wed May 8 06:45:13 2019 (r501000) +++ head/lang/php73/files/patch-acinclude.m4 Wed May 8 06:46:57 2019 (r501001) @@ -5,7 +5,7 @@ dnl ---------------------------------------------- CLI static module [PHP_]translit($1,a-z_-,A-Z__)[_SHARED]=no - case "$PHP_SAPI" in -- cgi|embed[)] +- cgi|embed|phpdbg[)] - PHP_ADD_SOURCES($ext_dir,$2,$ac_extra,) - EXT_STATIC="$EXT_STATIC $1;$ext_dir" - ;; From owner-svn-ports-all@freebsd.org Wed May 8 07:13:50 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA5C715A05F7; Wed, 8 May 2019 07:13:49 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7E5A18F5EA; Wed, 8 May 2019 07:13:49 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1AB1A256D; Wed, 8 May 2019 07:13:49 +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 x487Dm8s037660; Wed, 8 May 2019 07:13:48 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x487DmOE037655; Wed, 8 May 2019 07:13:48 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201905080713.x487DmOE037655@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Wed, 8 May 2019 07:13:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501002 - in head/lang/gcc8-devel: . files X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: in head/lang/gcc8-devel: . files X-SVN-Commit-Revision: 501002 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7E5A18F5EA X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.97)[-0.970,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 07:13:50 -0000 Author: gerald Date: Wed May 8 07:13:48 2019 New Revision: 501002 URL: https://svnweb.freebsd.org/changeset/ports/501002 Log: Update to the 20180503 snapshot of GCC 8.3.1. On the way forward port r499061 | gerald | 2019-04-15 from lang/gcc8 [1]: GCC has two runtime libraries: The static library libgcc.a (-lgcc) and the shared library libgcc_s.so (-lgcc_s). Both implement many of the same functions but they also each have their unique functions. When GCC links programs and libraries there are three possibilities: 1. gcc -static-libgcc or gcc -static: -lgcc => Just use libgcc.a. 2. gcc -shared-libgcc: -lgcc_s -lgcc => Link with libgcc_s first, so libgcc.a is only used for its unique functions. 3. gcc: -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed => Link with libgcc.a first so libgcc_s is only used for its unique functions (_Unwind_* functions). Approach 3 is the default for gcc and it's also what clang and clang++ use; approach 2 is the default for gfortran, g++ and probably other front ends. This patch makes 3 the default for gfortran. It significantly reduces the use of libgcc_s. The _Unwind_* functions are also available in the old base system libgcc_s which means this reduces the need for -rpath /usr/local/lib/gccN in ports that depend on libraries built with gfortran. Consider a dependency tree like this: prog -> libA -> libgcc_s (old base system libgcc_s is fine) -> libB -> libgcc_s (libB built with gfortran, needs new libgcc_s) Here prog needs to be linked with -rpath /usr/local/lib/gccN even if it's a normal C program compiled with clang. Without -rpath it will fail to start because it loads old libgcc_s first as a dependency of libA and then it fails to load libB. With this patch libB works with old base system libgcc_s or may not need libgcc_s at all, so prog does not need to be linked with -rpath. PR: 208120 [1] Submitted by: tijl [1] Added: head/lang/gcc8-devel/files/patch-gfortran-libgcc - copied unchanged from r500946, head/lang/gcc8/files/patch-gfortran-libgcc Modified: head/lang/gcc8-devel/Makefile head/lang/gcc8-devel/distinfo Modified: head/lang/gcc8-devel/Makefile ============================================================================== --- head/lang/gcc8-devel/Makefile Wed May 8 06:46:57 2019 (r501001) +++ head/lang/gcc8-devel/Makefile Wed May 8 07:13:48 2019 (r501002) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 8.3.1.s20190426 +PORTVERSION= 8.3.1.s20190503 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc8-devel/distinfo ============================================================================== --- head/lang/gcc8-devel/distinfo Wed May 8 06:46:57 2019 (r501001) +++ head/lang/gcc8-devel/distinfo Wed May 8 07:13:48 2019 (r501002) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556745588 -SHA256 (gcc-8-20190426.tar.xz) = 342295ab7baab1f7ad7110d1c3c00f29491d79c95aaed6c16f6e959024273fdf -SIZE (gcc-8-20190426.tar.xz) = 61860168 +TIMESTAMP = 1557177682 +SHA256 (gcc-8-20190503.tar.xz) = d3e69578dd5295f0289d3eb1a8d6448c21671833adbd6f135da11feb9c310f63 +SIZE (gcc-8-20190503.tar.xz) = 61871888 Copied: head/lang/gcc8-devel/files/patch-gfortran-libgcc (from r500946, head/lang/gcc8/files/patch-gfortran-libgcc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/gcc8-devel/files/patch-gfortran-libgcc Wed May 8 07:13:48 2019 (r501002, copy of r500946, head/lang/gcc8/files/patch-gfortran-libgcc) @@ -0,0 +1,70 @@ +GCC has two runtime libraries: The static library libgcc.a (-lgcc) and +the shared library libgcc_s.so (-lgcc_s). Both implement many of the +same functions but they also each have their unique functions. When +gcc links programs and libraries there are three possibilities: + +1. gcc -static-libgcc or gcc -static: -lgcc + => Just use libgcc.a. + +2. gcc -shared-libgcc: -lgcc_s -lgcc + => Link with libgcc_s first, so libgcc.a is only used for its unique + functions. + +3. gcc: -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed + => Link with libgcc.a first so libgcc_s is only used for its unique + functions (_Unwind_* functions). + +Approach 3 is the default for gcc and it's also what clang and clang++ use; +approach 2 is the default for gfortran, g++ and probably other front ends. + +This patch makes 3 the default for gfortran. It significantly reduces +the use of libgcc_s. The _Unwind_* functions are also available in the +old base system libgcc_s which means this reduces the need for +-rpath /usr/local/lib/gccN in ports that depend on libraries built with +gfortran. Consider a dependency tree like this: + + prog -> libA -> libgcc_s (old base system libgcc_s is fine) + -> libB -> libgcc_s (libB built with gfortran, needs new libgcc_s) + +Here prog needs to be linked with -rpath /usr/local/lib/gccN even if it's +a normal C program compiled with clang. Without -rpath it will fail to +start because it loads old libgcc_s first as a dependency of libA and then +it fails to load libB. With this patch libB works with old base system +libgcc_s or may not need libgcc_s at all, so prog does not need to be +linked with -rpath. + +Upstream is unlikely accept a patch like this because libgfortran calls +some _Unwind_* functions and so always needs libgcc_s. Also because +every Fortran program and library links to libgfortran it makes sense +that option 2 above is the default. On FreeBSD where clang and GCC +compiled code can be mixed and where multiple libgcc_s may be installed, +option 3 is just a lot easier to deal with. + +The bug that sparked this is PR 208120 (but note there's a lot of +misleading information in that bug. CMake is not actually doing +anything wrong.) + +--- UTC +--- gcc/fortran/gfortranspec.c.orig 2015-06-26 17:47:23 UTC ++++ gcc/fortran/gfortranspec.c +@@ -404,7 +404,7 @@ For more information about these matters + } + } + +-#ifdef ENABLE_SHARED_LIBGCC ++#if 0 + if (library) + { + unsigned int i; + +--- libgfortran/Makefile.in.orig 2019-02-22 14:22:13.000000000 +0000 ++++ libgfortran/Makefile.in 2019-02-27 16:27:08.856408000 +0000 +@@ -625,7 +625,7 @@ + $(LTLDFLAGS) $(LIBQUADLIB) ../libbacktrace/libbacktrace.la \ + $(HWCAP_LDFLAGS) \ + -lm $(extra_ldflags_libgfortran) \ +- $(version_arg) -Wc,-shared-libgcc ++ $(version_arg) + + libgfortran_la_DEPENDENCIES = $(version_dep) libgfortran.spec $(LIBQUADLIB_DEP) + cafexeclib_LTLIBRARIES = libcaf_single.la From owner-svn-ports-all@freebsd.org Wed May 8 07:52:05 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4A9815A0E15; Wed, 8 May 2019 07:52:05 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4833B90412; Wed, 8 May 2019 07:52:05 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2065B2C0E; Wed, 8 May 2019 07:52:05 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x487q5hI058271; Wed, 8 May 2019 07:52:05 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x487q4US058269; Wed, 8 May 2019 07:52:04 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201905080752.x487q4US058269@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Wed, 8 May 2019 07:52:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501003 - branches/2019Q2/print/cups-filters X-SVN-Group: ports-branches X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: branches/2019Q2/print/cups-filters X-SVN-Commit-Revision: 501003 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4833B90412 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.969,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 07:52:05 -0000 Author: tijl Date: Wed May 8 07:52:04 2019 New Revision: 501003 URL: https://svnweb.freebsd.org/changeset/ports/501003 Log: MFH: r499370 Update to 1.22.5. Merged to 2019Q2 to fix an issue with Ghostscript 9.27. PR: 237765 Approved by: ports-secteam (miwi) Modified: branches/2019Q2/print/cups-filters/Makefile branches/2019Q2/print/cups-filters/distinfo Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/print/cups-filters/Makefile ============================================================================== --- branches/2019Q2/print/cups-filters/Makefile Wed May 8 07:13:48 2019 (r501002) +++ branches/2019Q2/print/cups-filters/Makefile Wed May 8 07:52:04 2019 (r501003) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cups-filters -PORTVERSION= 1.22.2 +PORTVERSION= 1.22.5 CATEGORIES= print MASTER_SITES= https://www.openprinting.org/download/cups-filters/ Modified: branches/2019Q2/print/cups-filters/distinfo ============================================================================== --- branches/2019Q2/print/cups-filters/distinfo Wed May 8 07:13:48 2019 (r501002) +++ branches/2019Q2/print/cups-filters/distinfo Wed May 8 07:52:04 2019 (r501003) @@ -1,3 +1,3 @@ -TIMESTAMP = 1552752943 -SHA256 (cups-filters-1.22.2.tar.xz) = 9c21004147775b3da7208cc72c24de4d5d5c4f70275859c7e77a9e6b361ffe19 -SIZE (cups-filters-1.22.2.tar.xz) = 1476812 +TIMESTAMP = 1555686102 +SHA256 (cups-filters-1.22.5.tar.xz) = 30d453a2152f0b3032126720aecfe35d5c3adc00d9f32f0320da492e92f707a6 +SIZE (cups-filters-1.22.5.tar.xz) = 1476792 From owner-svn-ports-all@freebsd.org Wed May 8 08:08:56 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1ECC815A13DE; Wed, 8 May 2019 08:08:56 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B675F90A4A; Wed, 8 May 2019 08:08:55 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mail.j.mat.cc (owncloud.cube.mat.cc [79.143.240.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.mat.cc", Issuer "Let's Encrypt Authority X3" (verified OK)) (Authenticated sender: mat/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 753B761B8; Wed, 8 May 2019 08:08:55 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from atuin.in.mat.cc (unknown [IPv6:2a01:678:42:ffff:3e15:c2ff:fec4:452e]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: mat@mat.cc) by mail.j.mat.cc (Postfix) with ESMTPSA id D1EA3942D9C; Wed, 8 May 2019 08:08:51 +0000 (UTC) Date: Wed, 8 May 2019 10:08:51 +0200 From: Mathieu Arnold To: Kris Moore Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r500970 - in head/sysutils: zol zol-kmod Message-ID: <20190508080851.ipocajte7i64sth7@atuin.in.mat.cc> References: <201905071620.x47GKwOC065763@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="3hmumvrancpnwuek" Content-Disposition: inline In-Reply-To: <201905071620.x47GKwOC065763@repo.freebsd.org> User-Agent: NeoMutt/20180716 X-Rspamd-Queue-Id: B675F90A4A X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.96 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.960,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 08:08:56 -0000 --3hmumvrancpnwuek Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, May 07, 2019 at 04:20:58PM +0000, Kris Moore wrote: > =20 > -USES=3D autoreconf:build libtool gmake gettext-runtime:run > +USES+=3D autoreconf:build libtool gmake gettext-runtime:run python:3.3+= ,build shebangfix > =20 > +.if ${PORT_OPTIONS:MPYTHON} > +CONFIGURE_ARGS+=3D --with-python=3D${PYTHON_VER} > +BUILD_DEPENDS+=3D ${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cffi@${PY_FLAVO= R} > +RUN_DEPENDS+=3D ${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cffi@${PY_FLAVOR} > +PLIST_SUB+=3D PYTHON=3D"" > +.else > +CONFIGURE_ARGS+=3D --without-python --disable-pyzfs > +PLIST_SUB+=3D PYTHON=3D"@comment " > +.endif > + Looks like that when the PYTHON option is selected, this is missing a runtime dependency on Python. --=20 Mathieu Arnold --3hmumvrancpnwuek Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAABCgB9FiEEOraXidLtEhBkQLpbOkUW81GDzkgFAlzSjpNfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNB QjY5Nzg5RDJFRDEyMTA2NDQwQkE1QjNBNDUxNkYzNTE4M0NFNDgACgkQOkUW81GD zkgpqQ//R96dYQtLW78cg8sk3xB13l+cK/OFT1WEb+fb3eYWn4qFsLTWT8G419SZ z/M4tC0oJPCI0ZBPDt6UJsRm1+uBJ0b6W92eCKM9mJ9a7CHQvPtQCx2R1/tkX/bj DLO3RrYzaobkA6+Nz6hyXM6NWN/iyyHkVMrMfoso0IrrLnZe6GkdsolD23IAT+pH Kb7nEqeHULlPZWQKj6edupqpbhVxlpOQEfEZtHo66VfN3bxGrHfxc/xTSyKTuXmB voP4EElOGUKQiqhzSw3zJ3NDYI47Rq1SnxCkHPpWkt/9m4FfwX2mL2lVsVvm5aVF QleAolNjSbwlPHITbClhNyoFYo3bR1SxocebzRYfDnDgpwLC2vEO21LlKfDsGqeD oIZ2zLcPzQu0DfA7FAhwE4DMFOeIXImRJ9oPW2Hst2zum+d7webgLzl9a0Mqv4Cj g2v58qaZ+GFgGHJF3njIUFMxV2fEfi+ND0g738gaavC5h6oJZGkUuPYVCvO+weaG 58aPun4qfnslYf56aYUv1hYU8/xt5P2PRvJGBmdRQwmjVSSqbiwsQeZ3Sj55FQkT 3pgIxxXe1lE/UFod8HFYnA33TAQbrbkmJeD7HQ4OS+o8+J6sqf15FID1CRNVvLCO q0GaGT8RSTL84UiNRBXQaiLH3o3upQS3kOKVFjf33p77r3leqXo= =zZxD -----END PGP SIGNATURE----- --3hmumvrancpnwuek-- From owner-svn-ports-all@freebsd.org Wed May 8 08:09:21 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DEAB615A142D; Wed, 8 May 2019 08:09:20 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 81B4790B39; Wed, 8 May 2019 08:09:20 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mail.j.mat.cc (owncloud.cube.mat.cc [79.143.240.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.mat.cc", Issuer "Let's Encrypt Authority X3" (verified OK)) (Authenticated sender: mat/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4670F61B9; Wed, 8 May 2019 08:09:20 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from atuin.in.mat.cc (unknown [IPv6:2a01:678:42:ffff:3e15:c2ff:fec4:452e]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: mat@mat.cc) by mail.j.mat.cc (Postfix) with ESMTPSA id ED2E0942D9D; Wed, 8 May 2019 08:09:18 +0000 (UTC) Date: Wed, 8 May 2019 10:09:18 +0200 From: Mathieu Arnold To: Larry Rosenman Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r500971 - head/sysutils/lsof Message-ID: <20190508080918.mkji7sr3534vzx2v@atuin.in.mat.cc> References: <201905071637.x47GbFkZ075592@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="shfp7wn4c2amz2og" Content-Disposition: inline In-Reply-To: <201905071637.x47GbFkZ075592@repo.freebsd.org> User-Agent: NeoMutt/20180716 X-Rspamd-Queue-Id: 81B4790B39 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.96 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.96)[-0.962,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 08:09:21 -0000 --shfp7wn4c2amz2og Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, May 07, 2019 at 04:37:15PM +0000, Larry Rosenman wrote: > Author: ler > Date: Tue May 7 16:37:15 2019 > New Revision: 500971 > URL: https://svnweb.freebsd.org/changeset/ports/500971 >=20 > Log: > sysutils/lsof: put the SRC_BASE check back where it actually works in p= oudriere. >=20 > Modified: > head/sysutils/lsof/Makefile >=20 > Modified: head/sysutils/lsof/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/sysutils/lsof/Makefile Tue May 7 16:20:57 2019 (r500970) > +++ head/sysutils/lsof/Makefile Tue May 7 16:37:15 2019 (r500971) > @@ -23,15 +23,15 @@ GH_ACCOUNT=3D lsof-org > =20 > SHEBANG_FILES=3D scripts/sort_res.perl5 > =20 > -.if !exists(${SRC_BASE}/sys/kern/kern_lockf.c) > -IGNORE=3D requires kernel sources > -.endif > - > .include This ^^ is not needed any more. > CONFIGURE_SCRIPT=3D Configure > CONFIGURE_ARGS=3D -n freebsd > CONFIGURE_ENV=3D LSOF_CC=3D"${CC}" FREEBSD_SYS=3D"${SRC_BASE}/sys" > + > +.if !exists(${SRC_BASE}/sys/kern/kern_lockf.c) > +IGNORE=3D requires kernel sources > +.endif > =20 > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/lsof ${STAGEDIR}${PREFIX}/sbin >=20 >=20 --=20 Mathieu Arnold --shfp7wn4c2amz2og Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAABCgB9FiEEOraXidLtEhBkQLpbOkUW81GDzkgFAlzSjq5fFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNB QjY5Nzg5RDJFRDEyMTA2NDQwQkE1QjNBNDUxNkYzNTE4M0NFNDgACgkQOkUW81GD zkieeA//aOeSm4zPRm9LnbSa56lqmAeZQ2/3Ko1NpBFSORdKy7MVG6sETIW2VIKg 0wgpJDiQpIT8mRP1VzTGtabb57yP4MRmx93MMq7jFfL6erh8Nsjv53dMmasUVhuS Lgj20RFAWgde+Tpkk5eOAtSkebpX8cuLrfR/EqKmrtGcGYBagToevwvFulHCEGR7 M2nDU7+sslQA1HdLreNsppmzBh4o0M62ne258VVDNVwNC5+kEujYpWevazRgXeR8 DedFw95KqK8nPnGnkM46uH2Ztm5ae1dUtKPZarIAbj6we7pT9vux3/qfmup9RkBY Pdm6qzP9Bu1pRSckuRbBtD4P9/rgy+SMotySuiMMxqueMsGfIg3V8L3DH5NUZjSn WTWS9l2groJPAXwN5q/H43gPOJdKAQGHduVkKRm9g/o/dqvUxYxM4bs857Q1Esbh TisDLLCjvlBAs7mdXbWvlmfQthsGbHO//KgovweOE5beLCcBWWBI+xJEl6mbUdJe nBo6ie7sGCnrAgfHwh8QEM2HB+IIMi0Tc86qWIUhH9A5Vysy2DAMLVWw5wstYCQt crBs8jfrzurciAtWIeHjKDtIceORvhteZVm6jozVjMm8k3RA1ZbgAesrneZxyLh2 7veJP4bedypw83jjUQYVq0kgHjCm6oLOp4MeCoXiw7dPXQje/cY= =TP0g -----END PGP SIGNATURE----- --shfp7wn4c2amz2og-- From owner-svn-ports-all@freebsd.org Wed May 8 08:12:40 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E505415A15EE; Wed, 8 May 2019 08:12:39 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 875FC90F07; Wed, 8 May 2019 08:12:39 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 617212F96; Wed, 8 May 2019 08:12:39 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x488CdMa068882; Wed, 8 May 2019 08:12:39 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x488CboK068872; Wed, 8 May 2019 08:12:37 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <201905080812.x488CboK068872@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Wed, 8 May 2019 08:12:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501004 - head/games/openmw/files X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/games/openmw/files X-SVN-Commit-Revision: 501004 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 875FC90F07 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.970,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 08:12:40 -0000 Author: pkubaj Date: Wed May 8 08:12:37 2019 New Revision: 501004 URL: https://svnweb.freebsd.org/changeset/ports/501004 Log: games/openmw: fix build with GCC-based architectures After mygui upgrade, a couple of include are needed to build with GCC. Errors: /wrkdirs/usr/ports/games/openmw/work/openmw-openmw-0.45.0/apps/openmw/mwgui/alchemywindow.hpp:78:14: error: 'unique_ptr' in namespace 'std' does not name a template type std::unique_ptr mAlchemy; ^~~~~~~~~~ /wrkdirs/usr/ports/games/openmw/work/openmw-openmw-0.45.0/apps/openmw/mwgui/alchemywindow.hpp:78:9: note: 'std::unique_ptr' is defined in header ''; did you forget to +'#include '? /wrkdirs/usr/ports/games/openmw/work/openmw-openmw-0.45.0/apps/openmw/mwgui/alchemywindow.hpp:14:1: +#include PR: 237773 Approved by: tobik (maintainer), mat (mentor) Differential Revision: https://reviews.freebsd.org/D20184 Added: head/games/openmw/files/patch-apps_openmw_mwgui_alchemywindow.hpp (contents, props changed) head/games/openmw/files/patch-apps_openmw_mwgui_bookpage.hpp (contents, props changed) head/games/openmw/files/patch-apps_openmw_mwgui_loadingscreen.hpp (contents, props changed) head/games/openmw/files/patch-apps_openmw_mwgui_mapwindow.hpp (contents, props changed) head/games/openmw/files/patch-apps_openmw_mwgui_race.hpp (contents, props changed) head/games/openmw/files/patch-apps_openmw_mwgui_savegamedialog.hpp (contents, props changed) head/games/openmw/files/patch-apps_openmw_mwgui_screenfader.hpp (contents, props changed) head/games/openmw/files/patch-apps_openmw_mwgui_spellview.hpp (contents, props changed) head/games/openmw/files/patch-apps_openmw_mwgui_videowidget.hpp (contents, props changed) head/games/openmw/files/patch-components_crashcatcher_crashcatcher.cpp (contents, props changed) Added: head/games/openmw/files/patch-apps_openmw_mwgui_alchemywindow.hpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/openmw/files/patch-apps_openmw_mwgui_alchemywindow.hpp Wed May 8 08:12:37 2019 (r501004) @@ -0,0 +1,10 @@ +--- apps/openmw/mwgui/alchemywindow.hpp.orig 2019-05-07 12:08:49 UTC ++++ apps/openmw/mwgui/alchemywindow.hpp +@@ -1,6 +1,7 @@ + #ifndef MWGUI_ALCHEMY_H + #define MWGUI_ALCHEMY_H + ++#include + #include + + #include Added: head/games/openmw/files/patch-apps_openmw_mwgui_bookpage.hpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/openmw/files/patch-apps_openmw_mwgui_bookpage.hpp Wed May 8 08:12:37 2019 (r501004) @@ -0,0 +1,10 @@ +--- apps/openmw/mwgui/bookpage.hpp.orig 2019-05-07 12:12:37 UTC ++++ apps/openmw/mwgui/bookpage.hpp +@@ -6,6 +6,7 @@ + #include "MyGUI_FontManager.h" + + #include ++#include + #include + + #include Added: head/games/openmw/files/patch-apps_openmw_mwgui_loadingscreen.hpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/openmw/files/patch-apps_openmw_mwgui_loadingscreen.hpp Wed May 8 08:12:37 2019 (r501004) @@ -0,0 +1,11 @@ +--- apps/openmw/mwgui/loadingscreen.hpp.orig 2019-05-07 12:33:38 UTC ++++ apps/openmw/mwgui/loadingscreen.hpp +@@ -1,6 +1,8 @@ + #ifndef MWGUI_LOADINGSCREEN_H + #define MWGUI_LOADINGSCREEN_H + ++#include ++ + #include + #include + Added: head/games/openmw/files/patch-apps_openmw_mwgui_mapwindow.hpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/openmw/files/patch-apps_openmw_mwgui_mapwindow.hpp Wed May 8 08:12:37 2019 (r501004) @@ -0,0 +1,10 @@ +--- apps/openmw/mwgui/mapwindow.hpp.orig 2019-05-07 12:05:04 UTC ++++ apps/openmw/mwgui/mapwindow.hpp +@@ -1,6 +1,7 @@ + #ifndef MWGUI_MAPWINDOW_H + #define MWGUI_MAPWINDOW_H + ++#include + #include + + #include "windowpinnablebase.hpp" Added: head/games/openmw/files/patch-apps_openmw_mwgui_race.hpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/openmw/files/patch-apps_openmw_mwgui_race.hpp Wed May 8 08:12:37 2019 (r501004) @@ -0,0 +1,10 @@ +--- apps/openmw/mwgui/race.hpp.orig 2019-05-07 12:14:37 UTC ++++ apps/openmw/mwgui/race.hpp +@@ -4,6 +4,7 @@ + #include "windowbase.hpp" + #include + ++#include + + namespace MWGui + { Added: head/games/openmw/files/patch-apps_openmw_mwgui_savegamedialog.hpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/openmw/files/patch-apps_openmw_mwgui_savegamedialog.hpp Wed May 8 08:12:37 2019 (r501004) @@ -0,0 +1,11 @@ +--- apps/openmw/mwgui/savegamedialog.hpp.orig 2019-05-07 12:38:02 UTC ++++ apps/openmw/mwgui/savegamedialog.hpp +@@ -1,6 +1,8 @@ + #ifndef OPENMW_MWGUI_SAVEGAMEDIALOG_H + #define OPENMW_MWGUI_SAVEGAMEDIALOG_H + ++#include ++ + #include "windowbase.hpp" + + namespace MWState Added: head/games/openmw/files/patch-apps_openmw_mwgui_screenfader.hpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/openmw/files/patch-apps_openmw_mwgui_screenfader.hpp Wed May 8 08:12:37 2019 (r501004) @@ -0,0 +1,10 @@ +--- apps/openmw/mwgui/screenfader.hpp.orig 2019-05-07 12:35:15 UTC ++++ apps/openmw/mwgui/screenfader.hpp +@@ -2,6 +2,7 @@ + #define OPENMW_MWGUI_SCREENFADER_H + + #include ++#include + + #include "windowbase.hpp" + Added: head/games/openmw/files/patch-apps_openmw_mwgui_spellview.hpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/openmw/files/patch-apps_openmw_mwgui_spellview.hpp Wed May 8 08:12:37 2019 (r501004) @@ -0,0 +1,10 @@ +--- apps/openmw/mwgui/spellview.hpp.orig 2019-05-07 12:34:32 UTC ++++ apps/openmw/mwgui/spellview.hpp +@@ -1,6 +1,7 @@ + #ifndef OPENMW_GUI_SPELLVIEW_H + #define OPENMW_GUI_SPELLVIEW_H + ++#include + #include + + #include Added: head/games/openmw/files/patch-apps_openmw_mwgui_videowidget.hpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/openmw/files/patch-apps_openmw_mwgui_videowidget.hpp Wed May 8 08:12:37 2019 (r501004) @@ -0,0 +1,10 @@ +--- apps/openmw/mwgui/videowidget.hpp.orig 2019-05-07 12:36:32 UTC ++++ apps/openmw/mwgui/videowidget.hpp +@@ -1,6 +1,7 @@ + #ifndef OPENMW_MWGUI_VIDEOWIDGET_H + #define OPENMW_MWGUI_VIDEOWIDGET_H + ++#include + #include + + namespace Video Added: head/games/openmw/files/patch-components_crashcatcher_crashcatcher.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/openmw/files/patch-components_crashcatcher_crashcatcher.cpp Wed May 8 08:12:37 2019 (r501004) @@ -0,0 +1,10 @@ +--- components/crashcatcher/crashcatcher.cpp.orig 2019-05-07 13:04:04 UTC ++++ components/crashcatcher/crashcatcher.cpp +@@ -11,6 +11,7 @@ + #include + + #include ++#include + #include + #include + From owner-svn-ports-all@freebsd.org Wed May 8 08:14:55 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85CBD15A1636; Wed, 8 May 2019 08:14:55 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2DB0891032; Wed, 8 May 2019 08:14:55 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 06CD42FA0; Wed, 8 May 2019 08:14:55 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x488Es1r069105; Wed, 8 May 2019 08:14:54 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x488EsX4069103; Wed, 8 May 2019 08:14:54 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <201905080814.x488EsX4069103@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Wed, 8 May 2019 08:14:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501005 - in head/graphics/gimp-beautify-plugin: . files X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: in head/graphics/gimp-beautify-plugin: . files X-SVN-Commit-Revision: 501005 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2DB0891032 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.970,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 08:14:55 -0000 Author: pkubaj Date: Wed May 8 08:14:54 2019 New Revision: 501005 URL: https://svnweb.freebsd.org/changeset/ports/501005 Log: graphics/gimp-beautify-plugin: fix build with GCC-based architectures Respect CFLAGS and LDFLAGS to fix build when using GCC. Also add USES=gnome. Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D20180 Modified: head/graphics/gimp-beautify-plugin/Makefile head/graphics/gimp-beautify-plugin/files/patch-Makefile Modified: head/graphics/gimp-beautify-plugin/Makefile ============================================================================== --- head/graphics/gimp-beautify-plugin/Makefile Wed May 8 08:12:37 2019 (r501004) +++ head/graphics/gimp-beautify-plugin/Makefile Wed May 8 08:14:54 2019 (r501005) @@ -24,7 +24,7 @@ USE_GITHUB= yes GH_ACCOUNT= hejiann GH_TAGNAME= e209c8d -USES= gettext gmake pkgconfig +USES= gettext gmake gnome pkgconfig USE_GCC= yes USE_GNOME= atk cairo gdkpixbuf2 gtk20 USE_XORG= x11 xcomposite xcursor xdamage xext xfixes xi xinerama xrandr xrender Modified: head/graphics/gimp-beautify-plugin/files/patch-Makefile ============================================================================== --- head/graphics/gimp-beautify-plugin/files/patch-Makefile Wed May 8 08:12:37 2019 (r501004) +++ head/graphics/gimp-beautify-plugin/files/patch-Makefile Wed May 8 08:14:54 2019 (r501005) @@ -1,10 +1,59 @@ --- Makefile.orig 2012-08-12 09:23:45 UTC +++ Makefile -@@ -13,7 +13,6 @@ +@@ -13,17 +13,16 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -CC = gcc - GIMPTOOL = gimptool-2.0 +-GIMPTOOL = gimptool-2.0 ++GIMPTOOL = /usr/local/bin/gimptool-2.0 + GIMP_LIBS = `$(GIMPTOOL) --libs` + GIMP_CFLAGS = `$(GIMPTOOL) --cflags` + + LIBS = $(GIMP_LIBS) -lm +-CFLAGS = $(GIMP_CFLAGS) ++CFLAGS += $(GIMP_CFLAGS) + +-GDK_PIXBUF_CSOURCE = gdk-pixbuf-csource ++GDK_PIXBUF_CSOURCE = /usr/local/bin/gdk-pixbuf-csource + + all: beautify skin-whitening simple-border border + +@@ -71,7 +70,7 @@ useruninstall: + $(GIMPTOOL) --uninstall-bin texture-border + + beautify: beautify.o beautify-effect.o +- $(CC) -o $@ $^ $(LIBS) ++ $(CC) -o $@ $^ $(LDFLAGS) $(LIBS) + + beautify.o: beautify.c + $(CC) $(CFLAGS) -c beautify.c -o beautify.o +@@ -83,7 +82,7 @@ beautify-textures.h: beautify-textures.list + $(GDK_PIXBUF_CSOURCE) --raw --build-list `cat beautify-textures.list` > $(@F) + + skin-whitening: skin-whitening.o skin-whitening-effect.o +- $(CC) -o $@ $^ $(LIBS) ++ $(CC) -o $@ $^ $(LDFLAGS) $(LIBS) + + skin-whitening.o: skin-whitening.c skin-whitening-images.h + $(CC) $(CFLAGS) -c skin-whitening.c -o skin-whitening.o +@@ -95,7 +94,7 @@ skin-whitening-effect.o: skin-whitening-effect.c skin- + $(CC) $(CFLAGS) -c skin-whitening-effect.c -o skin-whitening-effect.o + + simple-border: simple-border.o +- $(CC) -o $@ $^ $(LIBS) ++ $(CC) -o $@ $^ $(LDFLAGS) $(LIBS) + + simple-border.o: simple-border.c simple-border-textures.h + $(CC) $(CFLAGS) -c simple-border.c -o simple-border.o +@@ -104,7 +103,7 @@ simple-border-textures.h: simple-border-textures.list + $(GDK_PIXBUF_CSOURCE) --raw --build-list `cat simple-border-textures.list` > $(@F) + + border: border.o +- $(CC) -o $@ $^ $(LIBS) ++ $(CC) -o $@ $^ $(LDFLAGS) $(LIBS) + + border.o: border.c border-textures.h + $(CC) $(CFLAGS) -c border.c -o border.o From owner-svn-ports-all@freebsd.org Wed May 8 08:41:23 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5C0515A1EF6; Wed, 8 May 2019 08:41:22 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8D06C91CB5; Wed, 8 May 2019 08:41:22 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 66D933348; Wed, 8 May 2019 08:41:22 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x488fMib079855; Wed, 8 May 2019 08:41:22 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x488fM5d079853; Wed, 8 May 2019 08:41:22 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201905080841.x488fM5d079853@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Wed, 8 May 2019 08:41:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501006 - head/editors/parinfer-rust X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/editors/parinfer-rust X-SVN-Commit-Revision: 501006 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8D06C91CB5 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.969,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 08:41:23 -0000 Author: tobik Date: Wed May 8 08:41:21 2019 New Revision: 501006 URL: https://svnweb.freebsd.org/changeset/ports/501006 Log: editors/parinfer-rust: Update to 0.3.1 (nop) Changes: https://github.com/eraserhd/parinfer-rust/compare/v0.2.0-198-g506ae2b...v0.3.1 Modified: head/editors/parinfer-rust/Makefile head/editors/parinfer-rust/distinfo Modified: head/editors/parinfer-rust/Makefile ============================================================================== --- head/editors/parinfer-rust/Makefile Wed May 8 08:14:54 2019 (r501005) +++ head/editors/parinfer-rust/Makefile Wed May 8 08:41:21 2019 (r501006) @@ -2,9 +2,7 @@ PORTNAME= parinfer-rust DISTVERSIONPREFIX= v -DISTVERSION= 0.2.0-198 -DISTVERSIONSUFFIX= -g506ae2b -PORTREVISION= 4 +DISTVERSION= 0.3.1 CATEGORIES= editors MAINTAINER= tobik@FreeBSD.org Modified: head/editors/parinfer-rust/distinfo ============================================================================== --- head/editors/parinfer-rust/distinfo Wed May 8 08:14:54 2019 (r501005) +++ head/editors/parinfer-rust/distinfo Wed May 8 08:41:21 2019 (r501006) @@ -1,4 +1,4 @@ -TIMESTAMP = 1548517117 +TIMESTAMP = 1557304445 SHA256 (rust/crates/base-x-0.2.2.tar.gz) = 2f59103b47307f76e03bef1633aec7fa9e29bfb5aa6daf5a334f94233c71f6c1 SIZE (rust/crates/base-x-0.2.2.tar.gz) = 9636 SHA256 (rust/crates/discard-1.0.3.tar.gz) = 9a9117502da3c5657cb8e2ca7ffcf52d659f00c78c5127d1ebadc2ebe76465be @@ -47,5 +47,5 @@ SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.t SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = 2918815 SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 2947998 -SHA256 (eraserhd-parinfer-rust-v0.2.0-198-g506ae2b_GH0.tar.gz) = e6365486b7b94c51c3d04a83b1a0948eba18cbde42ed960ecd64f5e22d48e3cd -SIZE (eraserhd-parinfer-rust-v0.2.0-198-g506ae2b_GH0.tar.gz) = 274654 +SHA256 (eraserhd-parinfer-rust-v0.3.1_GH0.tar.gz) = 55235afdb295d50d334d834aee000667ddb687ed7299721f82e9fbdaac0d5e3d +SIZE (eraserhd-parinfer-rust-v0.3.1_GH0.tar.gz) = 274589 From owner-svn-ports-all@freebsd.org Wed May 8 08:44:39 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CAC5315A1FCE; Wed, 8 May 2019 08:44:39 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6D8EF9211A; Wed, 8 May 2019 08:44:39 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 61C4334A6; Wed, 8 May 2019 08:44:39 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x488idMx085177; Wed, 8 May 2019 08:44:39 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x488icU1085175; Wed, 8 May 2019 08:44:38 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201905080844.x488icU1085175@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Wed, 8 May 2019 08:44:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501007 - head/devel/ghq X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/devel/ghq X-SVN-Commit-Revision: 501007 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6D8EF9211A X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.970,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 08:44:40 -0000 Author: tobik Date: Wed May 8 08:44:38 2019 New Revision: 501007 URL: https://svnweb.freebsd.org/changeset/ports/501007 Log: devel/ghq: Update to 0.12.1 Changes: https://github.com/motemen/ghq/blob/v0.12.1/CHANGELOG.md#v0121-2019-05-07 Modified: head/devel/ghq/Makefile head/devel/ghq/distinfo Modified: head/devel/ghq/Makefile ============================================================================== --- head/devel/ghq/Makefile Wed May 8 08:41:21 2019 (r501006) +++ head/devel/ghq/Makefile Wed May 8 08:44:38 2019 (r501007) @@ -2,7 +2,7 @@ PORTNAME= ghq DISTVERSIONPREFIX= v -DISTVERSION= 0.11.2 +DISTVERSION= 0.12.1 CATEGORIES= devel MAINTAINER= tobik@FreeBSD.org @@ -15,13 +15,13 @@ USES= go:modules GO_PKGNAME= github.com/motemen/ghq USE_GITHUB= yes GH_ACCOUNT= motemen -GH_TUPLE= daviddengcn:go-colortext:186a3d44e920:go_colortext/vendor/github.com/daviddengcn/go-colortext \ +GH_TUPLE= blang:semver:v3.5.1:blang_semver/vendor/github.com/blang/semver \ + daviddengcn:go-colortext:186a3d44e920:daviddengcn_go_colortext/vendor/github.com/daviddengcn/go-colortext \ golang:net:f4e77d36d62c:golang_net/vendor/golang.org/x/net \ - golang:sync:112230192c58:sync/vendor/golang.org/x/sync \ - golang:xerrors:1f06c39b4373:xerrors/vendor/golang.org/x/xerrors \ - motemen:go-colorine:45d19169413a:go_colorine/vendor/github.com/motemen/go-colorine \ - urfave:cli:v1.20.0:cli/vendor/github.com/urfave/cli \ - blang:semver:v3.5.1:semver/vendor/github.com/blang/semver + golang:sync:112230192c58:golang_sync/vendor/golang.org/x/sync \ + golang:xerrors:385005612d73:golang_xerrors/vendor/golang.org/x/xerrors \ + motemen:go-colorine:45d19169413a:motemen_go_colorine/vendor/github.com/motemen/go-colorine \ + urfave:cli:v1.20.0:urfave_cli/vendor/github.com/urfave/cli PLIST_FILES= bin/ghq \ share/zsh/site-functions/_ghq Modified: head/devel/ghq/distinfo ============================================================================== --- head/devel/ghq/distinfo Wed May 8 08:41:21 2019 (r501006) +++ head/devel/ghq/distinfo Wed May 8 08:44:38 2019 (r501007) @@ -1,17 +1,17 @@ -TIMESTAMP = 1557086516 -SHA256 (motemen-ghq-v0.11.2_GH0.tar.gz) = 4c06b2a5820d9add429186f5e06824d46e767b250c0ad4804e6889f34cf9e260 -SIZE (motemen-ghq-v0.11.2_GH0.tar.gz) = 27714 +TIMESTAMP = 1557304925 +SHA256 (motemen-ghq-v0.12.1_GH0.tar.gz) = b1a8b25623bbdf1d295e1b76fd45508e23507c3e80162b577055c0c662451902 +SIZE (motemen-ghq-v0.12.1_GH0.tar.gz) = 29235 +SHA256 (blang-semver-v3.5.1_GH0.tar.gz) = 3d9da53f4c2d3169bfa9b25f2f36f301a37556a47259c870881524c643c69c57 +SIZE (blang-semver-v3.5.1_GH0.tar.gz) = 14831 SHA256 (daviddengcn-go-colortext-186a3d44e920_GH0.tar.gz) = 7f7d7eb82df56329938c44a32ca9c7e866a5816c3bf0a348ab657200fd407d47 SIZE (daviddengcn-go-colortext-186a3d44e920_GH0.tar.gz) = 4534 SHA256 (golang-net-f4e77d36d62c_GH0.tar.gz) = 0c60b192575e149c8f29a3ed63ac7ba3c8525d0f700f0843cadc345b31fbab80 SIZE (golang-net-f4e77d36d62c_GH0.tar.gz) = 1100359 SHA256 (golang-sync-112230192c58_GH0.tar.gz) = 6d98880ea18369550cb12d7011df8e4b21c5b7588268a412b863b5c9d2fa0313 SIZE (golang-sync-112230192c58_GH0.tar.gz) = 16832 -SHA256 (golang-xerrors-1f06c39b4373_GH0.tar.gz) = 09b703ea0bbfe5a6d190ced76676635bbcec4fddca41b471d965ff5356fec1a7 -SIZE (golang-xerrors-1f06c39b4373_GH0.tar.gz) = 12572 +SHA256 (golang-xerrors-385005612d73_GH0.tar.gz) = e42be19febc1eb7a5c2a50a56af380c749b10da6967a13656ee1c790a52605e0 +SIZE (golang-xerrors-385005612d73_GH0.tar.gz) = 12676 SHA256 (motemen-go-colorine-45d19169413a_GH0.tar.gz) = 88d37bae10fca6de298c55e3b68e0fae14a0e6225783179e37fb3cbe6342ab6e SIZE (motemen-go-colorine-45d19169413a_GH0.tar.gz) = 88149 SHA256 (urfave-cli-v1.20.0_GH0.tar.gz) = c5ba59f5742c99618b5ba34211699287cd3e80c41488bb267035ce0163e3bade SIZE (urfave-cli-v1.20.0_GH0.tar.gz) = 58397 -SHA256 (blang-semver-v3.5.1_GH0.tar.gz) = 3d9da53f4c2d3169bfa9b25f2f36f301a37556a47259c870881524c643c69c57 -SIZE (blang-semver-v3.5.1_GH0.tar.gz) = 14831 From owner-svn-ports-all@freebsd.org Wed May 8 08:58:24 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F55815A25D5; Wed, 8 May 2019 08:58:24 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9C10B9272F; Wed, 8 May 2019 08:58:23 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 749113813; Wed, 8 May 2019 08:58:23 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x488wNAE090549; Wed, 8 May 2019 08:58:23 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x488wNfP090548; Wed, 8 May 2019 08:58:23 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <201905080858.x488wNfP090548@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Wed, 8 May 2019 08:58:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501008 - head/math/gh-bc X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/math/gh-bc X-SVN-Commit-Revision: 501008 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9C10B9272F X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.969,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 08:58:24 -0000 Author: pkubaj Date: Wed May 8 08:58:23 2019 New Revision: 501008 URL: https://svnweb.freebsd.org/changeset/ports/501008 Log: math/gh-bc: fix build with GCC-based architectures Add USES=compiler:c11 to fix build: ./src/num.c:1305: error: expected ';', ',' or ')' before 'n' Approved by: mentors (implicit approval) Modified: head/math/gh-bc/Makefile Modified: head/math/gh-bc/Makefile ============================================================================== --- head/math/gh-bc/Makefile Wed May 8 08:44:38 2019 (r501007) +++ head/math/gh-bc/Makefile Wed May 8 08:58:23 2019 (r501008) @@ -11,6 +11,7 @@ COMMENT= GNU compatible bc/dc calculator LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md +USES= compiler:c11 USE_GITHUB= yes GH_ACCOUNT= gavinhoward From owner-svn-ports-all@freebsd.org Wed May 8 09:01:31 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65AF915A29AA; Wed, 8 May 2019 09:01:31 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0B46C928EB; Wed, 8 May 2019 09:01:31 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D938D398A; Wed, 8 May 2019 09:01: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 x4891UYB095709; Wed, 8 May 2019 09:01:30 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4891UmR095708; Wed, 8 May 2019 09:01:30 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201905080901.x4891UmR095708@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 8 May 2019 09:01:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501009 - head/net/ltm X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/net/ltm X-SVN-Commit-Revision: 501009 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0B46C928EB X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.968,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 09:01:31 -0000 Author: amdmi3 Date: Wed May 8 09:01:30 2019 New Revision: 501009 URL: https://svnweb.freebsd.org/changeset/ports/501009 Log: - Update WWW Approved by: portmgr blanket Modified: head/net/ltm/pkg-descr Modified: head/net/ltm/pkg-descr ============================================================================== --- head/net/ltm/pkg-descr Wed May 8 08:58:23 2019 (r501008) +++ head/net/ltm/pkg-descr Wed May 8 09:01:30 2019 (r501009) @@ -4,4 +4,4 @@ matrix tables in real time via a ncurses interface. The LAN Analyzer is a "binary only" distribution. -WWW: http://www.statseeker.com +WWW: https://www.statseeker.com/ From owner-svn-ports-all@freebsd.org Wed May 8 09:10:12 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C0F0915A2B4B; Wed, 8 May 2019 09:10:12 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 67D5792EE6; Wed, 8 May 2019 09:10:12 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 39B4339EB; Wed, 8 May 2019 09:10:12 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x489ACDZ096334; Wed, 8 May 2019 09:10:12 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x489ABF2096332; Wed, 8 May 2019 09:10:11 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201905080910.x489ABF2096332@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Wed, 8 May 2019 09:10:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501010 - head/devel/p5-Config-IniFiles X-SVN-Group: ports-head X-SVN-Commit-Author: culot X-SVN-Commit-Paths: head/devel/p5-Config-IniFiles X-SVN-Commit-Revision: 501010 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 67D5792EE6 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.969,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 09:10:12 -0000 Author: culot Date: Wed May 8 09:10:11 2019 New Revision: 501010 URL: https://svnweb.freebsd.org/changeset/ports/501010 Log: devel/p5-Config-IniFiles: update to 3.000002 Changes: https://metacpan.org/source/SHLOMIF/Config-IniFiles-3.000002/Changes Modified: head/devel/p5-Config-IniFiles/Makefile head/devel/p5-Config-IniFiles/distinfo Modified: head/devel/p5-Config-IniFiles/Makefile ============================================================================== --- head/devel/p5-Config-IniFiles/Makefile Wed May 8 09:01:30 2019 (r501009) +++ head/devel/p5-Config-IniFiles/Makefile Wed May 8 09:10:11 2019 (r501010) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Config-IniFiles -PORTVERSION= 2.98 +PORTVERSION= 3.000002 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Config-IniFiles/distinfo ============================================================================== --- head/devel/p5-Config-IniFiles/distinfo Wed May 8 09:01:30 2019 (r501009) +++ head/devel/p5-Config-IniFiles/distinfo Wed May 8 09:10:11 2019 (r501010) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526495856 -SHA256 (Config-IniFiles-2.98.tar.gz) = 9d5fc5c2192058e58ad35150ddae3043a2679f2aa4e1fb7e18e36794622b1797 -SIZE (Config-IniFiles-2.98.tar.gz) = 69529 +TIMESTAMP = 1557306396 +SHA256 (Config-IniFiles-3.000002.tar.gz) = d92ed6ed2db98d5addf732c96d2a9c15d9f878c7e8b355bb7a5c1668e3f8ba09 +SIZE (Config-IniFiles-3.000002.tar.gz) = 69941 From owner-svn-ports-all@freebsd.org Wed May 8 09:31:32 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4823115A30DE; Wed, 8 May 2019 09:31:32 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D8A079385E; Wed, 8 May 2019 09:31:31 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B38673E1A; Wed, 8 May 2019 09:31:31 +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 x489VVxs008156; Wed, 8 May 2019 09:31:31 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x489VVFn008154; Wed, 8 May 2019 09:31:31 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201905080931.x489VVFn008154@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 8 May 2019 09:31:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501011 - head/www/smarty3 X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/www/smarty3 X-SVN-Commit-Revision: 501011 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D8A079385E X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.953,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 09:31:32 -0000 Author: amdmi3 Date: Wed May 8 09:31:31 2019 New Revision: 501011 URL: https://svnweb.freebsd.org/changeset/ports/501011 Log: - Fix LICENSE - Add LICENSE_FILE - Update WWW Approved by: portmgr blanket Modified: head/www/smarty3/Makefile head/www/smarty3/pkg-descr Modified: head/www/smarty3/Makefile ============================================================================== --- head/www/smarty3/Makefile Wed May 8 09:10:11 2019 (r501010) +++ head/www/smarty3/Makefile Wed May 8 09:31:31 2019 (r501011) @@ -10,7 +10,8 @@ PKGNAMESUFFIX= 3${PHP_PKGNAMESUFFIX} MAINTAINER= ports@michael-fausten.de COMMENT= PHP compiling template engine -LICENSE= LGPL3 +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/LICENSE USES= php:web,flavors USE_PHP= pcre Modified: head/www/smarty3/pkg-descr ============================================================================== --- head/www/smarty3/pkg-descr Wed May 8 09:10:11 2019 (r501010) +++ head/www/smarty3/pkg-descr Wed May 8 09:31:31 2019 (r501011) @@ -8,4 +8,4 @@ the templates into PHP scripts, eliminating the n templates on every invocation. This makes Smarty extremely scalable and managable for large application needs. -WWW: http://www.smarty.net/ +WWW: https://www.smarty.net/ From owner-svn-ports-all@freebsd.org Wed May 8 09:35:18 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0C1B15A31CE; Wed, 8 May 2019 09:35:17 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7388093B61; Wed, 8 May 2019 09:35:17 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4830D3FF6; Wed, 8 May 2019 09:35:17 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x489ZHbx012405; Wed, 8 May 2019 09:35:17 GMT (envelope-from egypcio@FreeBSD.org) Received: (from egypcio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x489ZGv4012402; Wed, 8 May 2019 09:35:16 GMT (envelope-from egypcio@FreeBSD.org) Message-Id: <201905080935.x489ZGv4012402@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: egypcio set sender to egypcio@FreeBSD.org using -f From: =?UTF-8?Q?Vin=c3=adcius_Zavam?= Date: Wed, 8 May 2019 09:35:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501012 - head/sysutils/py-borgmatic X-SVN-Group: ports-head X-SVN-Commit-Author: egypcio X-SVN-Commit-Paths: head/sysutils/py-borgmatic X-SVN-Commit-Revision: 501012 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7388093B61 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 09:35:18 -0000 Author: egypcio Date: Wed May 8 09:35:16 2019 New Revision: 501012 URL: https://svnweb.freebsd.org/changeset/ports/501012 Log: [NEW PORT] sysutils/py-borgmatic: Wrapper script for Borg backup software Borgmatic is a simple Python wrapper script for the Borg backup software that initiates a backup, prunes any old backups according to a retention policy, and validates backups for consistency. The script supports specifying your settings in a declarative configuration file rather than having to put them all on the command-line, and handles common errors. WWW: https://torsion.org/borgmatic/ Approved by: rene (mentor) Sponsored by: cleverbridge AG Differential Revision: https://reviews.freebsd.org/D20150 Added: head/sysutils/py-borgmatic/ head/sysutils/py-borgmatic/Makefile (contents, props changed) head/sysutils/py-borgmatic/distinfo (contents, props changed) head/sysutils/py-borgmatic/pkg-descr (contents, props changed) Added: head/sysutils/py-borgmatic/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-borgmatic/Makefile Wed May 8 09:35:16 2019 (r501012) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= borgmatic +PORTVERSION= 1.3.1 +CATEGORIES= sysutils python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= egypcio@FreeBSD.org +COMMENT= Wrapper script for Borg backup software + +LICENSE= GPLv3 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}borgbackup>=0:archivers/py-borgbackup@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pykwalify>=0:textproc/py-pykwalify@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}ruamel.yaml>=0:devel/py-ruamel.yaml@${PY_FLAVOR} + +USES= python:3.6 +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include Added: head/sysutils/py-borgmatic/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-borgmatic/distinfo Wed May 8 09:35:16 2019 (r501012) @@ -0,0 +1,3 @@ +TIMESTAMP = 1556898873 +SHA256 (borgmatic-1.3.1.tar.gz) = 3aa7b796a8c9619646fa0c1357c9aa2d01c635eff1272279ddca04fde96f32e4 +SIZE (borgmatic-1.3.1.tar.gz) = 36819 Added: head/sysutils/py-borgmatic/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-borgmatic/pkg-descr Wed May 8 09:35:16 2019 (r501012) @@ -0,0 +1,9 @@ +Borgmatic is a simple Python wrapper script for the Borg backup software that +initiates a backup, prunes any old backups according to a retention policy, +and validates backups for consistency. + +The script supports specifying your settings in a declarative configuration +file rather than having to put them all on the command-line, and handles common +errors. + +WWW: https://torsion.org/borgmatic/ From owner-svn-ports-all@freebsd.org Wed May 8 09:46:19 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A108B15A346E; Wed, 8 May 2019 09:46:19 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3C32F94018; Wed, 8 May 2019 09:46:19 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 16E1441CD; Wed, 8 May 2019 09:46:19 +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 x489kIV2017561; Wed, 8 May 2019 09:46:18 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x489kILr017560; Wed, 8 May 2019 09:46:18 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201905080946.x489kILr017560@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Wed, 8 May 2019 09:46:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501013 - head/lang/php71 X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: head/lang/php71 X-SVN-Commit-Revision: 501013 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3C32F94018 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.95)[-0.953,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 09:46:19 -0000 Author: tz Date: Wed May 8 09:46:18 2019 New Revision: 501013 URL: https://svnweb.freebsd.org/changeset/ports/501013 Log: lang/php71: put mailheader patch back Reported by: mat Modified: head/lang/php71/distinfo Modified: head/lang/php71/distinfo ============================================================================== --- head/lang/php71/distinfo Wed May 8 09:35:16 2019 (r501012) +++ head/lang/php71/distinfo Wed May 8 09:46:18 2019 (r501013) @@ -1,3 +1,5 @@ -TIMESTAMP = 1557174692 +TIMESTAMP = 1557308735 SHA256 (php-7.1.29.tar.xz) = b9a9b094687edc2d9c9553d5531e38e249b569127cf3b32fe1c84280509746fb SIZE (php-7.1.29.tar.xz) = 12221984 +SHA256 (php-7.1.x-mail-header.patch) = 8f173d89672f7ebfabfcc3c5d7f8dec1c4243aba665db4b4046e67c34d9d4dc7 +SIZE (php-7.1.x-mail-header.patch) = 4504 From owner-svn-ports-all@freebsd.org Wed May 8 10:15:30 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D77015A3C80; Wed, 8 May 2019 10:15:30 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E2DEA94C3F; Wed, 8 May 2019 10:15:29 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CD52046DF; Wed, 8 May 2019 10:15:29 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x48AFTrv033541; Wed, 8 May 2019 10:15:29 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x48AFTkn033539; Wed, 8 May 2019 10:15:29 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201905081015.x48AFTkn033539@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Wed, 8 May 2019 10:15:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501014 - head/devel/p5-Test-Inter X-SVN-Group: ports-head X-SVN-Commit-Author: culot X-SVN-Commit-Paths: head/devel/p5-Test-Inter X-SVN-Commit-Revision: 501014 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E2DEA94C3F X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.95)[-0.953,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 10:15:30 -0000 Author: culot Date: Wed May 8 10:15:29 2019 New Revision: 501014 URL: https://svnweb.freebsd.org/changeset/ports/501014 Log: devel/p5-Test-Inter: update to 1.09 Changes: https://metacpan.org/source/SBECK/Test-Inter-1.09/Changes Modified: head/devel/p5-Test-Inter/Makefile head/devel/p5-Test-Inter/distinfo Modified: head/devel/p5-Test-Inter/Makefile ============================================================================== --- head/devel/p5-Test-Inter/Makefile Wed May 8 09:46:18 2019 (r501013) +++ head/devel/p5-Test-Inter/Makefile Wed May 8 10:15:29 2019 (r501014) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test-Inter -PORTVERSION= 1.07 +PORTVERSION= 1.09 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,6 +12,11 @@ COMMENT= Framework for more readable interactive test LICENSE= ART10 GPLv1+ LICENSE_COMB= dual + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-File-Find-Rule>0:devel/p5-File-Find-Rule +TEST_DEPENDS= p5-Test-Pod>=1.00:devel/p5-Test-Pod \ + p5-Pod-Coverage>=1.00:devel/p5-Pod-Coverage NO_ARCH= yes USES= perl5 Modified: head/devel/p5-Test-Inter/distinfo ============================================================================== --- head/devel/p5-Test-Inter/distinfo Wed May 8 09:46:18 2019 (r501013) +++ head/devel/p5-Test-Inter/distinfo Wed May 8 10:15:29 2019 (r501014) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522240401 -SHA256 (Test-Inter-1.07.tar.gz) = c3b1e2c753b88a893e08ec2dd3d0f0b3eb513cdce7afa52780cb0e02b6c576ee -SIZE (Test-Inter-1.07.tar.gz) = 43249 +TIMESTAMP = 1557307660 +SHA256 (Test-Inter-1.09.tar.gz) = 1e9f129cc1a001fb95449d385253b38afabf5b466e3b3bd33e4e430f216e177a +SIZE (Test-Inter-1.09.tar.gz) = 44460 From owner-svn-ports-all@freebsd.org Wed May 8 10:59:58 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE98C15A678F; Wed, 8 May 2019 10:59:58 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8376F6C899; Wed, 8 May 2019 10:59:58 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5BFA34DBB; Wed, 8 May 2019 10:59:58 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x48Axwhu058132; Wed, 8 May 2019 10:59:58 GMT (envelope-from 0mp@FreeBSD.org) Received: (from 0mp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x48AxwW5058130; Wed, 8 May 2019 10:59:58 GMT (envelope-from 0mp@FreeBSD.org) Message-Id: <201905081059.x48AxwW5058130@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: 0mp set sender to 0mp@FreeBSD.org using -f From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Wed, 8 May 2019 10:59:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501015 - in head/games/orthorobot: . files X-SVN-Group: ports-head X-SVN-Commit-Author: 0mp X-SVN-Commit-Paths: in head/games/orthorobot: . files X-SVN-Commit-Revision: 501015 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8376F6C899 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 10:59:59 -0000 Author: 0mp Date: Wed May 8 10:59:57 2019 New Revision: 501015 URL: https://svnweb.freebsd.org/changeset/ports/501015 Log: games/orthorobot: Add DESKTOP_ENTRIES Also remove pkg-message: it is not useful as the game is installed and launched as most applications. Deleted: head/games/orthorobot/files/pkg-message.in Modified: head/games/orthorobot/Makefile Modified: head/games/orthorobot/Makefile ============================================================================== --- head/games/orthorobot/Makefile Wed May 8 10:15:29 2019 (r501014) +++ head/games/orthorobot/Makefile Wed May 8 10:59:57 2019 (r501015) @@ -4,6 +4,7 @@ PORTNAME= orthorobot DISTVERSIONPREFIX= v DISTVERSION= 1.1.1-1 DISTVERSIONSUFFIX= -g48f0742 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= 0mp@FreeBSD.org @@ -21,8 +22,11 @@ GH_ACCOUNT= Stabyourself NO_ARCH= yes -SUB_FILES= ${PORTNAME} pkg-message -SUB_LIST+= LOVE_CMD=${LOVE_CMD} PORTNAME=${PORTNAME} +DESKTOP_ENTRIES="Ortho Robot" "${COMMENT}" "${WRKSRC}/textavatar.png" \ + "${PORTNAME}" "Game;LogicGame;" false + +SUB_FILES= ${PORTNAME} +SUB_LIST= LOVE_CMD=${LOVE_CMD} PORTNAME=${PORTNAME} PLIST_FILES= bin/${PORTNAME} ${DATADIR}/${PORTNAME}.love From owner-svn-ports-all@freebsd.org Wed May 8 11:34:28 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7FAD115A7A92; Wed, 8 May 2019 11:34:28 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1C0326F0D6; Wed, 8 May 2019 11:34:28 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CD325545B; Wed, 8 May 2019 11:34:27 +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 x48BYRvD079720; Wed, 8 May 2019 11:34:27 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x48BYR2D079715; Wed, 8 May 2019 11:34:27 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201905081134.x48BYR2D079715@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Wed, 8 May 2019 11:34:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501016 - head/textproc/ibus-typing-booster X-SVN-Group: ports-head X-SVN-Commit-Author: thierry X-SVN-Commit-Paths: head/textproc/ibus-typing-booster X-SVN-Commit-Revision: 501016 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1C0326F0D6 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.975,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 11:34:28 -0000 Author: thierry Date: Wed May 8 11:34:26 2019 New Revision: 501016 URL: https://svnweb.freebsd.org/changeset/ports/501016 Log: Upgrade to 2.6.1. Release notes at . Modified: head/textproc/ibus-typing-booster/Makefile head/textproc/ibus-typing-booster/distinfo head/textproc/ibus-typing-booster/pkg-plist Modified: head/textproc/ibus-typing-booster/Makefile ============================================================================== --- head/textproc/ibus-typing-booster/Makefile Wed May 8 10:59:57 2019 (r501015) +++ head/textproc/ibus-typing-booster/Makefile Wed May 8 11:34:26 2019 (r501016) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ibus-typing-booster -PORTVERSION= 2.6.0 +PORTVERSION= 2.6.1 CATEGORIES= textproc MAINTAINER= thierry@FreeBSD.org Modified: head/textproc/ibus-typing-booster/distinfo ============================================================================== --- head/textproc/ibus-typing-booster/distinfo Wed May 8 10:59:57 2019 (r501015) +++ head/textproc/ibus-typing-booster/distinfo Wed May 8 11:34:26 2019 (r501016) @@ -1,3 +1,3 @@ -TIMESTAMP = 1551729879 -SHA256 (mike-fabian-ibus-typing-booster-2.6.0_GH0.tar.gz) = 8ed7482ac427e1a10a76ce6412cf45a0604f87b084414a9d529edee2f2d7b9de -SIZE (mike-fabian-ibus-typing-booster-2.6.0_GH0.tar.gz) = 6811564 +TIMESTAMP = 1557314545 +SHA256 (mike-fabian-ibus-typing-booster-2.6.1_GH0.tar.gz) = f1827d0a5bf098c427af62078aacf351e9b331322c94b278ca02826d0127db13 +SIZE (mike-fabian-ibus-typing-booster-2.6.1_GH0.tar.gz) = 6891657 Modified: head/textproc/ibus-typing-booster/pkg-plist ============================================================================== --- head/textproc/ibus-typing-booster/pkg-plist Wed May 8 10:59:57 2019 (r501015) +++ head/textproc/ibus-typing-booster/pkg-plist Wed May 8 11:34:26 2019 (r501016) @@ -799,6 +799,7 @@ share/applications/ibus-setup-typing-booster.desktop %%DATADIR%%/data/annotationsDerived/km.xml %%DATADIR%%/data/annotationsDerived/kn.xml %%DATADIR%%/data/annotationsDerived/ko.xml +%%DATADIR%%/data/annotationsDerived/ku.xml %%DATADIR%%/data/annotationsDerived/ky.xml %%DATADIR%%/data/annotationsDerived/lo.xml %%DATADIR%%/data/annotationsDerived/lt.xml @@ -819,6 +820,7 @@ share/applications/ibus-setup-typing-booster.desktop %%DATADIR%%/data/annotationsDerived/ps.xml %%DATADIR%%/data/annotationsDerived/pt.xml %%DATADIR%%/data/annotationsDerived/pt_PT.xml +%%DATADIR%%/data/annotationsDerived/qu.xml %%DATADIR%%/data/annotationsDerived/ro.xml %%DATADIR%%/data/annotationsDerived/root.xml %%DATADIR%%/data/annotationsDerived/ru.xml From owner-svn-ports-all@freebsd.org Wed May 8 11:38:43 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F13CD15A7B10; Wed, 8 May 2019 11:38:42 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 999466F217; Wed, 8 May 2019 11:38:42 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6CD59545C; Wed, 8 May 2019 11:38:42 +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 x48BcgXP080007; Wed, 8 May 2019 11:38:42 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x48Bcg1t080006; Wed, 8 May 2019 11:38:42 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201905081138.x48Bcg1t080006@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Wed, 8 May 2019 11:38:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501017 - head/security/snort3 X-SVN-Group: ports-head X-SVN-Commit-Author: bofh X-SVN-Commit-Paths: head/security/snort3 X-SVN-Commit-Revision: 501017 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 999466F217 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.982,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 11:38:43 -0000 Author: bofh Date: Wed May 8 11:38:41 2019 New Revision: 501017 URL: https://svnweb.freebsd.org/changeset/ports/501017 Log: security/snort3: Update version 3.0.0-254=>3.0.0-255 Modified: head/security/snort3/Makefile head/security/snort3/distinfo Modified: head/security/snort3/Makefile ============================================================================== --- head/security/snort3/Makefile Wed May 8 11:34:26 2019 (r501016) +++ head/security/snort3/Makefile Wed May 8 11:38:41 2019 (r501017) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= snort -DISTVERSION= 3.0.0-254 +DISTVERSION= 3.0.0-255 PORTEPOCH= 1 CATEGORIES= security PKGNAMESUFFIX= 3 Modified: head/security/snort3/distinfo ============================================================================== --- head/security/snort3/distinfo Wed May 8 11:34:26 2019 (r501016) +++ head/security/snort3/distinfo Wed May 8 11:38:41 2019 (r501017) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556358887 -SHA256 (snort3-snort3-3.0.0-254_GH0.tar.gz) = ccfed8eab0ec459ef8638c26afa8aca684bc2464ed8a2d449c7fb6aa148baac6 -SIZE (snort3-snort3-3.0.0-254_GH0.tar.gz) = 6362860 +TIMESTAMP = 1557135966 +SHA256 (snort3-snort3-3.0.0-255_GH0.tar.gz) = 65467078ef7d77dd78b24c3639acca86d8710f33d6700c482043a7e3c9500803 +SIZE (snort3-snort3-3.0.0-255_GH0.tar.gz) = 6363224 From owner-svn-ports-all@freebsd.org Wed May 8 12:24:18 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5FFCA1583347; Wed, 8 May 2019 12:24:18 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 01BAE70B4D; Wed, 8 May 2019 12:24: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CEDF75CB1; Wed, 8 May 2019 12:24: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 x48COHDO006110; Wed, 8 May 2019 12:24:17 GMT (envelope-from jadawin@FreeBSD.org) Received: (from jadawin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x48COHit006106; Wed, 8 May 2019 12:24:17 GMT (envelope-from jadawin@FreeBSD.org) Message-Id: <201905081224.x48COHit006106@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jadawin set sender to jadawin@FreeBSD.org using -f From: Philippe Audeoud Date: Wed, 8 May 2019 12:24:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501018 - head/archivers/p5-Archive-Tar X-SVN-Group: ports-head X-SVN-Commit-Author: jadawin X-SVN-Commit-Paths: head/archivers/p5-Archive-Tar X-SVN-Commit-Revision: 501018 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 01BAE70B4D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.98)[-0.982,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 12:24:18 -0000 Author: jadawin Date: Wed May 8 12:24:17 2019 New Revision: 501018 URL: https://svnweb.freebsd.org/changeset/ports/501018 Log: - Update to 2.32 - Changelog: https://metacpan.org/source/BINGOS/Archive-Tar-2.32/CHANGES 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 Wed May 8 11:38:41 2019 (r501017) +++ head/archivers/p5-Archive-Tar/Makefile Wed May 8 12:24:17 2019 (r501018) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Archive-Tar -PORTVERSION= 2.30 +PORTVERSION= 2.32 CATEGORIES= archivers perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:BINGOS Modified: head/archivers/p5-Archive-Tar/distinfo ============================================================================== --- head/archivers/p5-Archive-Tar/distinfo Wed May 8 11:38:41 2019 (r501017) +++ head/archivers/p5-Archive-Tar/distinfo Wed May 8 12:24:17 2019 (r501018) @@ -1,3 +1,3 @@ -TIMESTAMP = 1529521605 -SHA256 (Archive-Tar-2.30.tar.gz) = 4a5a172cfefe08cb2d32f99ed388a3b55967588bbf254e950bc8a48a8bf1d2e5 -SIZE (Archive-Tar-2.30.tar.gz) = 63693 +TIMESTAMP = 1556540577 +SHA256 (Archive-Tar-2.32.tar.gz) = 92783780731ab0c9247adf43e70f4801e8317e3915ea87e38b85c8f734e8fca2 +SIZE (Archive-Tar-2.32.tar.gz) = 63665 From owner-svn-ports-all@freebsd.org Wed May 8 12:36:01 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B987915839BA; Wed, 8 May 2019 12:36:01 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5D27A713D6; Wed, 8 May 2019 12:36:01 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 34C825E53; Wed, 8 May 2019 12:36:01 +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 x48Ca1i6011576; Wed, 8 May 2019 12:36:01 GMT (envelope-from jadawin@FreeBSD.org) Received: (from jadawin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x48Ca0i3011574; Wed, 8 May 2019 12:36:00 GMT (envelope-from jadawin@FreeBSD.org) Message-Id: <201905081236.x48Ca0i3011574@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jadawin set sender to jadawin@FreeBSD.org using -f From: Philippe Audeoud Date: Wed, 8 May 2019 12:36:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501019 - head/mail/p5-Mail-IMAPClient X-SVN-Group: ports-head X-SVN-Commit-Author: jadawin X-SVN-Commit-Paths: head/mail/p5-Mail-IMAPClient X-SVN-Commit-Revision: 501019 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5D27A713D6 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.98)[-0.982,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 12:36:01 -0000 Author: jadawin Date: Wed May 8 12:36:00 2019 New Revision: 501019 URL: https://svnweb.freebsd.org/changeset/ports/501019 Log: - Update to 3.42 - Changelog: https://metacpan.org/source/PLOBBES/Mail-IMAPClient-3.42/Changes Modified: head/mail/p5-Mail-IMAPClient/Makefile head/mail/p5-Mail-IMAPClient/distinfo Modified: head/mail/p5-Mail-IMAPClient/Makefile ============================================================================== --- head/mail/p5-Mail-IMAPClient/Makefile Wed May 8 12:24:17 2019 (r501018) +++ head/mail/p5-Mail-IMAPClient/Makefile Wed May 8 12:36:00 2019 (r501019) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mail-IMAPClient -PORTVERSION= 3.39 +PORTVERSION= 3.42 CATEGORIES= mail perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PLOBBES Modified: head/mail/p5-Mail-IMAPClient/distinfo ============================================================================== --- head/mail/p5-Mail-IMAPClient/distinfo Wed May 8 12:24:17 2019 (r501018) +++ head/mail/p5-Mail-IMAPClient/distinfo Wed May 8 12:36:00 2019 (r501019) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486393105 -SHA256 (Mail-IMAPClient-3.39.tar.gz) = b541fdb47d5bca93048bcee69f42ad2cc96af635557ba6a9db1d8f049a434ea3 -SIZE (Mail-IMAPClient-3.39.tar.gz) = 190965 +TIMESTAMP = 1556540661 +SHA256 (Mail-IMAPClient-3.42.tar.gz) = 1c2264d50c54c839a3e38ce2f8edda3d24f30cc607940d7574beab19cb00ce7e +SIZE (Mail-IMAPClient-3.42.tar.gz) = 192320 From owner-svn-ports-all@freebsd.org Wed May 8 12:39:09 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0252F1583A37; Wed, 8 May 2019 12:39:09 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 99CBF714FD; Wed, 8 May 2019 12:39:08 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from ler-imac.local (unknown [IPv6:2600:1700:210:b180:2d2f:26c8:8dbb:59f7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: ler/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id E15EC7FDE; Wed, 8 May 2019 12:39:07 +0000 (UTC) (envelope-from ler@FreeBSD.org) Date: Wed, 8 May 2019 07:39:06 -0500 From: Larry Rosenman To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r500971 - head/sysutils/lsof Message-ID: <20190508123906.z3ms4alujpfkjqdo@ler-imac.local> Mail-Followup-To: Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201905071637.x47GbFkZ075592@repo.freebsd.org> <20190508080918.mkji7sr3534vzx2v@atuin.in.mat.cc> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="r7ba6pjrqmgivzn2" Content-Disposition: inline In-Reply-To: <20190508080918.mkji7sr3534vzx2v@atuin.in.mat.cc> User-Agent: NeoMutt/20180716 X-Rspamd-Queue-Id: 99CBF714FD X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.98 / 15.00]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.98)[-0.985,0]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 12:39:09 -0000 --r7ba6pjrqmgivzn2 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, May 08, 2019 at 10:09:18AM +0200, Mathieu Arnold wrote: > On Tue, May 07, 2019 at 04:37:15PM +0000, Larry Rosenman wrote: > > Author: ler > > Date: Tue May 7 16:37:15 2019 > > New Revision: 500971 > > URL: https://svnweb.freebsd.org/changeset/ports/500971 > >=20 > > Log: > > sysutils/lsof: put the SRC_BASE check back where it actually works in= poudriere. > >=20 > > Modified: > > head/sysutils/lsof/Makefile > >=20 > > Modified: head/sysutils/lsof/Makefile > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > --- head/sysutils/lsof/Makefile Tue May 7 16:20:57 2019 (r500970) > > +++ head/sysutils/lsof/Makefile Tue May 7 16:37:15 2019 (r500971) > > @@ -23,15 +23,15 @@ GH_ACCOUNT=3D lsof-org > > =20 > > SHEBANG_FILES=3D scripts/sort_res.perl5 > > =20 > > -.if !exists(${SRC_BASE}/sys/kern/kern_lockf.c) > > -IGNORE=3D requires kernel sources > > -.endif > > - > > .include >=20 > This ^^ is not needed any more. >=20 > > CONFIGURE_SCRIPT=3D Configure > > CONFIGURE_ARGS=3D -n freebsd > > CONFIGURE_ENV=3D LSOF_CC=3D"${CC}" FREEBSD_SYS=3D"${SRC_BASE}/sys" > > + > > +.if !exists(${SRC_BASE}/sys/kern/kern_lockf.c) > > +IGNORE=3D requires kernel sources > > +.endif > > =20 > > do-install: > > ${INSTALL_PROGRAM} ${WRKSRC}/lsof ${STAGEDIR}${PREFIX}/sbin > >=20 > >=20 >=20 > --=20 > Mathieu Arnold Then why does this fail? s=E2=8C=8282% [ler@borg.lerctr.org:~/FreeBSD/ports/sysutils/lsof] ports(1) = =E2=80=A1 sudo poudriere testport -j p120-S-amd64 -p ler-checkout sysutils/= lsof [00:00:00] Creating the reference jail... done [00:00:01] Mounting system devices for p120-S-amd64-ler-checkout [00:00:01] Mounting ports/packages/distfiles [00:00:01] Converting package repository to new format [00:00:01] Stashing existing package repository [00:00:01] Mounting ccache from: /var/cache/ccache [00:00:01] Mounting packages from: /usr/local/poudriere/data/packages/p120-= S-amd64-ler-checkout [00:00:01] Copying /var/db/ports from: /usr/local/etc/poudriere.d/p120-S-am= d64-options [00:00:02] Appending to make.conf: /usr/local/etc/poudriere.d/p120-S-amd64-= make.conf /etc/resolv.conf -> /usr/local/poudriere/data/.m/p120-S-amd64-ler-checkout/= ref/etc/resolv.conf [00:00:02] Starting jail p120-S-amd64-ler-checkout [00:00:06] Ports supports: FLAVORS SELECTED_OPTIONS [00:00:06] Logs: /usr/local/poudriere/data/logs/bulk/p120-S-amd64-ler-check= out/2019-05-08_07h35m04s [00:00:06] Loading MOVED for /usr/local/poudriere/data/.m/p120-S-amd64-ler-= checkout/ref/usr/ports [00:00:07] Gathering ports metadata [00:00:08] Calculating ports order and dependencies [00:00:08] pkg package missing, skipping sanity [00:00:08] Skipping incremental rebuild and repository sanity checks [00:00:08] Cleaning the build queue [00:00:08] Sanity checking build queue [00:00:08] Processing PRIORITY_BOOST [00:00:08] Balancing pool [00:00:08] Recording filesystem state for prepkg... done [00:00:11] Building 2 packages using 2 builders [00:00:11] Starting/Cloning builders [00:00:12] Hit CTRL+t at any time to see build progress and stats [00:00:12] [01] [00:00:00] Building ports-mgmt/pkg | pkg-1.10.5_5 [00:01:44] [01] [00:01:32] Finished ports-mgmt/pkg | pkg-1.10.5_5: Success [00:01:44] [01] [00:00:00] Building devel/ccache | ccache-3.4.3_1 [00:01:52] [01] [00:00:08] Finished devel/ccache | ccache-3.4.3_1: Success [00:01:52] Stopping 2 builders [00:01:53] Creating pkg repository Creating repository in /tmp/packages: 100% Packing files for repository: 100% [00:01:54] Committing packages to repository: /usr/local/poudriere/data/pac= kages/p120-S-amd64-ler-checkout/.real_1557319018 via .latest symlink [00:01:54] Removing old packages [00:01:54] Building with flags: [00:01:54] Removing existing /usr/local build started at Wed May 8 07:36:58 CDT 2019 port directory: /usr/ports/sysutils/lsof package name: lsof-4.93.1,8 building for: FreeBSD p120-S-amd64-ler-checkout 12.0-STABLE FreeBSD 12.0-ST= ABLE 1200508 amd64 maintained by: ler@FreeBSD.org Makefile ident: $FreeBSD: head/sysutils/lsof/Makefile 500971 2019-05-0= 7 16:37:15Z ler $ Poudriere version: 3.3.99.20190311 Host OSVERSION: 1300021 Jail OSVERSION: 1200508 Job Id: ---Begin Environment--- SHELL=3D/bin/csh OSVERSION=3D1200508 UNAME_v=3DFreeBSD 12.0-STABLE 1200508 UNAME_r=3D12.0-STABLE BLOCKSIZE=3DK MAIL=3D/var/mail/root STATUS=3D1 HOME=3D/root PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/b= in LOCALBASE=3D/usr/local USER=3Droot TRYBROKEN=3Dyes LIBEXECPREFIX=3D/usr/local/libexec/poudriere POUDRIERE_VERSION=3D3.3.99.20190311 MASTERMNT=3D/usr/local/poudriere/data/.m/p120-S-amd64-ler-checkout/ref POUDRIERE_BUILD_TYPE=3Dbulk PACKAGE_BUILDING=3Dyes SAVED_TERM=3Dxterm-256color PWD=3D/usr/local/poudriere/data/.m/p120-S-amd64-ler-checkout/ref/.p NO_WARNING_PKG_INSTALL_EOL=3Dyes P_PORTS_FEATURES=3DFLAVORS SELECTED_OPTIONS MASTERNAME=3Dp120-S-amd64-ler-checkout SCRIPTPREFIX=3D/usr/local/share/poudriere OLDPWD=3D/usr/local/poudriere/data/.m/p120-S-amd64-ler-checkout/ref/.p/pool SCRIPTPATH=3D/usr/local/share/poudriere/testport.sh POUDRIEREPATH=3D/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS=3D PKGENV=3DPACKAGES=3D/tmp/pkgs PKGREPOSITORY=3D/tmp/pkgs PKGLATESTREPOSITORY= =3D/tmp/pkgs/Latest FLAVOR=3D DEPENDS_ARGS=3D MAKE_ARGS=3D ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ---End OPTIONS List--- --MAINTAINER-- ler@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- -n freebsd --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- LSOF_CC=3D"cc" FREEBSD_SYS=3D"/usr/src/sys" XDG_DATA_HOME=3D/wrkdirs/usr/po= rts/sysutils/lsof/work XDG_CONFIG_HOME=3D/wrkdirs/usr/ports/sysutils/lsof/= work HOME=3D/wrkdirs/usr/ports/sysutils/lsof/work TMPDIR=3D"/tmp" PATH=3D/= wrkdirs/usr/ports/sysutils/lsof/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/us= r/local/sbin:/usr/local/bin:/root/bin SHELL=3D/bin/sh CONFIG_SHELL=3D/bin/sh --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=3D/wrkdirs/usr/ports/sysutils/lsof/work XDG_CONFIG_HOME=3D/w= rkdirs/usr/ports/sysutils/lsof/work HOME=3D/wrkdirs/usr/ports/sysutils/lso= f/work TMPDIR=3D"/tmp" PATH=3D/wrkdirs/usr/ports/sysutils/lsof/work/.bin:/s= bin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE= =3Dyes MK_DEBUG_FILES=3Dno MK_KERNEL_SYMBOLS=3Dno SHELL=3D/bin/sh NO_LINT= =3DYES PREFIX=3D/usr/local LOCALBASE=3D/usr/local CC=3D"cc" CFLAGS=3D"-O2= -pipe -fstack-protector-strong -fno-strict-aliasing " CPP=3D"cpp" CPPFLA= GS=3D"" LDFLAGS=3D" -fstack-protector-strong " LIBS=3D"" CXX=3D"c++" CXXF= LAGS=3D"-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " MANPREF= IX=3D"/usr/local" BSD_INSTALL_PROGRAM=3D"install -s -m 555" BSD_INSTALL_L= IB=3D"install -s -m 0644" BSD_INSTALL_SCRIPT=3D"install -m 555" BSD_INS= TALL_DATA=3D"install -m 0644" BSD_INSTALL_MAN=3D"install -m 444" --End MAKE_ENV-- --PLIST_SUB-- OSREL=3D12.0 PREFIX=3D%D LOCALBASE=3D/usr/local RESETPREFIX=3D/usr/local L= IB32DIR=3Dlib DOCSDIR=3D"share/doc/lsof" EXAMPLESDIR=3D"share/examples/lso= f" DATADIR=3D"share/lsof" WWWDIR=3D"www/lsof" ETCDIR=3D"etc/lsof" --End PLIST_SUB-- --SUB_LIST-- PREFIX=3D/usr/local LOCALBASE=3D/usr/local DATADIR=3D/usr/local/share/lsof= DOCSDIR=3D/usr/local/share/doc/lsof EXAMPLESDIR=3D/usr/local/share/example= s/lsof WWWDIR=3D/usr/local/www/lsof ETCDIR=3D/usr/local/etc/lsof --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=3Dyes BATCH=3Dyes WRKDIRPREFIX=3D/wrkdirs PORTSDIR=3D/usr/ports PACKAGES=3D/packages DISTDIR=3D/distfiles FORCE_PACKAGE=3Dyes PACKAGE_BUILDING=3Dyes PACKAGE_BUILDING_FLAVORS=3Dyes #### /usr/local/etc/poudriere.d/p120-S-amd64-make.conf #### #__EXIM__ LOG_FILE_PATH=3D"syslog:${LOGDIR}/%slog" LOGDIR=3D/var/log/exim # DEFAULT_VERSIONS+=3Dssl=3Dopenssl111 DEFAULT_VERSIONS+=3Dapache=3D2.4 WITH_DEBUG_PORTS=3Dmail/dovecot mail/dovecot-pigeonhole DEFAULT_VERSIONS+=3Dphp=3D7.2 DEFAULT_VERSIONS+=3Dpgsql=3D10 DEFAULT_VERSIONS+=3Dlinux=3Dc7 DEFAULT_VERSIONS+=3Dgssapi=3Dnone DEFAULT_VERSIONS+=3Dpython=3D3.7 WITH_CCACHE_BUILD=3Dyes CCACHE_DIR=3D/root/.ccache #### /usr/ports/Mk/Scripts/ports_env.sh #### _CCVERSION_921dbbb2=3DFreeBSD clang version 8.0.0 (tags/RELEASE_800/final 3= 56365) (based on LLVM 8.0.0) Target: x86_64-unknown-freebsd12.0 Thread mode= l: posix InstalledDir: /usr/bin _ALTCCVERSION_921dbbb2=3Dnone _CXXINTERNAL_acaad9ca=3DFreeBSD clang version 8.0.0 (tags/RELEASE_800/final= 356365) (based on LLVM 8.0.0) Target: x86_64-unknown-freebsd12.0 Thread mo= del: posix InstalledDir: /usr/bin "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-= linker" "/libexec/ld-elf.so.1" "--hash-style=3Dboth" "--enable-new-dtags" "= -o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/u= sr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-= needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/cr= tend.o" "/usr/lib/crtn.o" CC_OUTPUT_921dbbb2_58173849=3Dyes CC_OUTPUT_921dbbb2_9bdba57c=3Dyes CC_OUTPUT_921dbbb2_6a4fe7f5=3Dyes CC_OUTPUT_921dbbb2_6bcac02b=3Dyes CC_OUTPUT_921dbbb2_67d20829=3Dyes CC_OUTPUT_921dbbb2_bfa62e83=3Dyes CC_OUTPUT_921dbbb2_f0b4d593=3Dyes CC_OUTPUT_921dbbb2_308abb44=3Dyes CC_OUTPUT_921dbbb2_f00456e5=3Dyes CC_OUTPUT_921dbbb2_65ad290d=3Dyes CC_OUTPUT_921dbbb2_f2776b26=3Dyes CC_OUTPUT_921dbbb2_b2657cc3=3Dyes CC_OUTPUT_921dbbb2_380987f7=3Dyes CC_OUTPUT_921dbbb2_160933ec=3Dyes CC_OUTPUT_921dbbb2_fb62803b=3Dyes _OBJC_CCVERSION_921dbbb2=3DFreeBSD clang version 8.0.0 (tags/RELEASE_800/fi= nal 356365) (based on LLVM 8.0.0) Target: x86_64-unknown-freebsd12.0 Thread= model: posix InstalledDir: /usr/bin _OBJC_ALTCCVERSION_921dbbb2=3Dnone ARCH=3Damd64 OPSYS=3DFreeBSD _OSRELEASE=3D12.0-STABLE OSREL=3D12.0 OSVERSION=3D1200508 PYTHONBASE=3D/usr/local HAVE_COMPAT_IA32_KERN=3DYES _SMP_CPUS=3D24 CONFIGURE_MAX_CMD_LEN=3D262144 HAVE_PORTS_ENV=3D1 #### Misc Poudriere #### GID=3D0 UID=3D0 ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 33554432 stack size (kbytes, -s) 2097152 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited socket buffer size (bytes, -b) unlimited pseudo-terminals (-p) unlimited kqueues (-k) unlimited umtx shared locks (-o) unlimited --End resource limits-- =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D> lsof-4.93.1,8 requires kernel sources. *** Error code 1 Stop. make: stopped in /usr/ports/sysutils/lsof build of sysutils/lsof | lsof-4.93.1,8 ended at Wed May 8 07:36:59 CDT 2019 build time: 00:00:01 !!! build failure encountered !!! [00:01:54] Error: Build failed in phase: check-sanity [00:01:54] Cleaning up [00:01:54] Unmounting file systems =E2=8C=8274% [ler@borg.lerctr.org:~/FreeBSD/ports/sysutils/lsof] ports(1) 1= =E2=80=A1 cat Makefile # Created by: David O'Brien # $FreeBSD: head/sysutils/lsof/Makefile 500971 2019-05-07 16:37:15Z ler $ PORTNAME=3D lsof DISTVERSION=3D 4.93.1 PORTEPOCH=3D 8 CATEGORIES=3D sysutils MAINTAINER=3D ler@FreeBSD.org COMMENT=3D Lists information about open files (similar to fstat(1)) LICENSE=3D lsof LICENSE_NAME=3D lsof LICENSE_FILE=3D ${FILESDIR}/LICENSE LICENSE_PERMS=3D dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USES=3D shebangfix tar:bzip2 HAS_CONFIGURE=3D yes USE_GITHUB=3D yes GH_ACCOUNT=3D lsof-org SHEBANG_FILES=3D scripts/sort_res.perl5 CONFIGURE_SCRIPT=3D Configure CONFIGURE_ARGS=3D -n freebsd CONFIGURE_ENV=3D LSOF_CC=3D"${CC}" FREEBSD_SYS=3D"${SRC_BASE}/sys" =2Eif !exists(${SRC_BASE}/sys/kern/kern_lockf.c) IGNORE=3D requires kernel sources =2Eendif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/lsof ${STAGEDIR}${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/Lsof.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/lsof.8 @${MKDIR} ${STAGEDIR}${PREFIX}/share/lsof ${INSTALL_SCRIPT} ${WRKSRC}/scripts/* ${STAGEDIR}${PREFIX}/share/lsof @${CHMOD} 0444 ${STAGEDIR}${PREFIX}/share/lsof/00* =2Einclude =E2=8C=8284% [ler@borg.lerctr.org:~/FreeBSD/ports/sysutils/lsof] ports(1) = =E2=80=A1 --=20 Larry Rosenman https://people.FreeBSD.org/~ler/ Phone: +1 214-642-9640 E-Mail: ler@FreeBSD.org US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106 --r7ba6pjrqmgivzn2 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQHBBAABCgCrFiEEHjgknedhWzvJgwVzaXyZsatIp30FAlzSzeotFIAAAAAAFQAP cGthLWFkZHJlc3NAZ251cGcub3JnbGVyQEZyZWVCU0Qub3JnXxSAAAAAAC4AKGlz c3Vlci1mcHJAbm90YXRpb25zLm9wZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQxRTM4 MjQ5REU3NjE1QjNCQzk4MzA1NzM2OTdDOTlCMUFCNDhBNzdEAAoJEGl8mbGrSKd9 +DcH/3MBJ0H+ehzfcRy7Hn1OlobPmWGvx2Nx2/HosYwoSSrLjhHyBTRAEt+1ifrY iFhghviUti9v5B4AQzBh8Y+7sErWDEYd+ZWbbPJfEbZ6+CrorHwfzsDiDxLeeVhm BfAG1vJifHmPIZGtY+ZVYpBSsKO/YdBlda/jVYhrlm+U/oE/9rDOB6ldMntFRj14 MksQ4S+CicEViZWq8GG4u2Lmy0P0YNQOKfF+v43Dv6sVf604Hc7FE0fgVJ85nrHx HyO6vHFOMuXwmjhUDavyM3qPftGPL67UIq7RZAbuKMc522R3f5O8dgNYVH0Gc8BL AjDIa6amC0RJz/bdr2O1mdX3eEg= =5bwW -----END PGP SIGNATURE----- --r7ba6pjrqmgivzn2-- From owner-svn-ports-all@freebsd.org Wed May 8 12:54:16 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D4171584155; Wed, 8 May 2019 12:54:16 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0478271E55; Wed, 8 May 2019 12:54:16 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DDBE161AD; Wed, 8 May 2019 12:54:15 +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 x48CsFWp022158; Wed, 8 May 2019 12:54:15 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x48CsELb022147; Wed, 8 May 2019 12:54:14 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201905081254.x48CsELb022147@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Wed, 8 May 2019 12:54:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501020 - in head: . Mk Mk/Scripts Mk/Uses audio audio/esound audio/gstreamer-plugins-esound multimedia/gstreamer-plugins X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: in head: . Mk Mk/Scripts Mk/Uses audio audio/esound audio/gstreamer-plugins-esound multimedia/gstreamer-plugins X-SVN-Commit-Revision: 501020 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0478271E55 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.961,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 12:54:16 -0000 Author: rene Date: Wed May 8 12:54:13 2019 New Revision: 501020 URL: https://svnweb.freebsd.org/changeset/ports/501020 Log: Remove esound support from the ports tree, as audio/esound expired. Deleted: head/audio/esound/ head/audio/gstreamer-plugins-esound/ Modified: head/MOVED head/Mk/Scripts/qa.sh head/Mk/Uses/gnome.mk head/Mk/bsd.gstreamer.mk head/Mk/bsd.options.desc.mk head/audio/Makefile head/multimedia/gstreamer-plugins/Makefile head/multimedia/gstreamer-plugins/Makefile.common Modified: head/MOVED ============================================================================== --- head/MOVED Wed May 8 12:36:00 2019 (r501019) +++ head/MOVED Wed May 8 12:54:13 2019 (r501020) @@ -12214,3 +12214,5 @@ devel/py-jsonschema2|devel/py-jsonschema|2019-05-01|Ha devel/rubygem-msgpack1|devel/rubygem-msgpack|2019-05-01|Has expired: Use devel/rubygem-msgpack instead www/p5-CGI.pm|www/p5-CGI|2019-05-01|Has expired: Use www/p5-CGI instead math/rpy|math/py-rpy|2019-04-03|Moved to correct directory, this is a python library +audio/esound||2019-05-08|Has expired: Abandonware +audio/gstreamer-plugins-esound||2019-05-08|Has expired: Depends on audio/esound Modified: head/Mk/Scripts/qa.sh ============================================================================== --- head/Mk/Scripts/qa.sh Wed May 8 12:36:00 2019 (r501019) +++ head/Mk/Scripts/qa.sh Wed May 8 12:54:13 2019 (r501020) @@ -363,7 +363,6 @@ proxydeps_suggest_uses() { ${pkg} = "graphics/cairo" -o \ ${pkg} = "graphics/cairomm" -o \ ${pkg} = "devel/dconf" -o \ - ${pkg} = "audio/esound" -o \ ${pkg} = "devel/gconf2" -o \ ${pkg} = "devel/gconfmm26" -o \ ${pkg} = "devel/glib20" -o \ Modified: head/Mk/Uses/gnome.mk ============================================================================== --- head/Mk/Uses/gnome.mk Wed May 8 12:36:00 2019 (r501019) +++ head/Mk/Uses/gnome.mk Wed May 8 12:54:13 2019 (r501020) @@ -67,7 +67,7 @@ IGNORE= USES=gnome takes no arguments .endif # non-version specific components -_USE_GNOME_ALL= esound intlhack intltool introspection \ +_USE_GNOME_ALL= intlhack intltool introspection \ referencehack gnomemimedata \ gnomeprefix @@ -164,11 +164,6 @@ libsigc++20_LIB_DEPENDS= libsigc-2.0.so:devel/libsigc+ pangomm_LIB_DEPENDS= libpangomm-1.4.so:x11-toolkits/pangomm pangomm_USE_GNOME_IMPL= pango glibmm cairomm - -ESD_CONFIG?= ${LOCALBASE}/bin/esd-config -esound_LIB_DEPENDS= libesd.so:audio/esound -esound_CONFIGURE_ENV= ESD_CONFIG="${ESD_CONFIG}" -esound_MAKE_ENV= ESD_CONFIG="${ESD_CONFIG}" gnomemimedata_BUILD_DEPENDS=${LOCALBASE}/libdata/pkgconfig/gnome-mime-data-2.0.pc:misc/gnome-mime-data gnomemimedata_RUN_DEPENDS=${LOCALBASE}/libdata/pkgconfig/gnome-mime-data-2.0.pc:misc/gnome-mime-data Modified: head/Mk/bsd.gstreamer.mk ============================================================================== --- head/Mk/bsd.gstreamer.mk Wed May 8 12:36:00 2019 (r501019) +++ head/Mk/bsd.gstreamer.mk Wed May 8 12:54:13 2019 (r501020) @@ -121,7 +121,6 @@ _GSTREAMER_PLUGINS+= \ bz2 \ cdaudio \ dvd \ - esound \ ffmpeg \ fluendo-mp3 \ fluendo-mpegdemux \ @@ -225,9 +224,6 @@ cdparanoia_IMPL= # chromaprint_DEPENDS= audio/gstreamer-plugins-chromaprint chromeprint_IMPL= bad - -esound_DEPENDS= audio/gstreamer-plugins-esound -esound_IMPL= good faac_DEPENDS= audio/gstreamer-plugins-faac faac_IMPL= bad Modified: head/Mk/bsd.options.desc.mk ============================================================================== --- head/Mk/bsd.options.desc.mk Wed May 8 12:36:00 2019 (r501019) +++ head/Mk/bsd.options.desc.mk Wed May 8 12:54:13 2019 (r501020) @@ -78,7 +78,6 @@ DTRACE_DESC?= Build with DTrace probes DV_DESC?= Quasar DV video codec support (libdv) DVDCSS_DESC?= Encrypted DVD support via libdvdcss ECW_DESC?= ECW image format support -ESOUND_DESC?= EsounD sound server support EXAMPLES_DESC?= Build and/or install examples EXIV2_DESC?= EXIF and IPTC metadata support via exiv2 EXPAT_DESC?= XML parser support via Expat Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Wed May 8 12:36:00 2019 (r501019) +++ head/audio/Makefile Wed May 8 12:54:13 2019 (r501020) @@ -133,7 +133,6 @@ SUBDIR += enscribe SUBDIR += epos-devel SUBDIR += eq10q-lv2 - SUBDIR += esound SUBDIR += espeak SUBDIR += espressivo-lv2 SUBDIR += etcd @@ -249,7 +248,6 @@ SUBDIR += gstreamer-plugins-amrwbdec SUBDIR += gstreamer-plugins-cdaudio SUBDIR += gstreamer-plugins-cdparanoia - SUBDIR += gstreamer-plugins-esound SUBDIR += gstreamer-plugins-faac SUBDIR += gstreamer-plugins-faad SUBDIR += gstreamer-plugins-flac Modified: head/multimedia/gstreamer-plugins/Makefile ============================================================================== --- head/multimedia/gstreamer-plugins/Makefile Wed May 8 12:36:00 2019 (r501019) +++ head/multimedia/gstreamer-plugins/Makefile Wed May 8 12:54:13 2019 (r501020) @@ -6,7 +6,7 @@ PORTNAME= gstreamer PORTVERSION?= ${BASE_PORTVERSION} # When chasing a shared library for a plug-in bump the PORTREVISION in the # plug-in port instead, like ${category}/gstreamer-plugin-${PLUGIN}. -PORTREVISION?= 11 +PORTREVISION?= 12 PORTEPOCH= 3 CATEGORIES?= multimedia audio MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-plugins-base/:base \ @@ -45,8 +45,8 @@ DIST?= good SHLIB_VERSION= 1 VERSION= ${GST_VERSION} WANT_GSTREAMER= yes +USES= gettext gmake gnome libtool:keepla pathfix pkgconfig shebangfix tar:bzip2 USE_GNOME+= introspection:build -USES= gettext gmake libtool:keepla pathfix pkgconfig shebangfix tar:bzip2 GNU_CONFIGURE= yes GST_PLUGIN?= base INSTALL_TARGET= install-strip Modified: head/multimedia/gstreamer-plugins/Makefile.common ============================================================================== --- head/multimedia/gstreamer-plugins/Makefile.common Wed May 8 12:36:00 2019 (r501019) +++ head/multimedia/gstreamer-plugins/Makefile.common Wed May 8 12:54:13 2019 (r501020) @@ -73,7 +73,6 @@ GOOD_GST_ALL_PLUGINS+= \ annodex \ cairo \ dv \ - esd \ flac \ gconf \ gdk_pixbuf \ @@ -248,15 +247,6 @@ gst_dvd_GST_PLUGIN_DIR= ext/dvdread gst_dvd_PLIST_FILES= ${GST_LIB_DIR}/libgstdvdread.la \ ${GST_LIB_DIR}/libgstdvdread.so gst_dvd_DIST= ugly - - -# esound -gst_esound_USE_GNOME+= esound -gst_esound_GST_PLUGIN_DIR= ext/esd -gst_esound_CONFIGURE_ENV+= ESD_CFLAGS="`pkg-config --cflags esound`" \ - ESD_LIBS="`pkg-config --libs esound`" -gst_esound_PLIST_FILES= ${GST_LIB_DIR}/libgstesd.so \ - ${GST_LIB_DIR}/libgstesd.la # exif # hmm not a real plugin, seems to be part of metadata? From owner-svn-ports-all@freebsd.org Wed May 8 13:29:27 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DFB931584B96; Wed, 8 May 2019 13:29:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 91C7F72C79; Wed, 8 May 2019 13:29: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5C69966CD; Wed, 8 May 2019 13:29: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 x48DTQDD037952; Wed, 8 May 2019 13:29:26 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x48DTMMp037931; Wed, 8 May 2019 13:29:22 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201905081329.x48DTMMp037931@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 8 May 2019 13:29:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501021 - in head/audio: . libopenshot-audio libopenshot-audio/files X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: in head/audio: . libopenshot-audio libopenshot-audio/files X-SVN-Commit-Revision: 501021 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 91C7F72C79 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.967,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 13:29:27 -0000 Author: amdmi3 Date: Wed May 8 13:29:22 2019 New Revision: 501021 URL: https://svnweb.freebsd.org/changeset/ports/501021 Log: OpenShot Audio Library (libopenshot-audio) is a free, open-source project that enables high-quality editing and playback of audio, and is based on the amazing JUCE library. WWW: https://www.openshot.org/ PR: 237574 Submitted by: tatsuki_makino@hotmail.com Added: head/audio/libopenshot-audio/ head/audio/libopenshot-audio/Makefile (contents, props changed) head/audio/libopenshot-audio/distinfo (contents, props changed) head/audio/libopenshot-audio/files/ head/audio/libopenshot-audio/files/patch-CMakeLists.txt (contents, props changed) head/audio/libopenshot-audio/files/patch-JuceLibraryCode_modules_juce__audio__devices_audio__io_juce__AudioIODeviceType.cpp (contents, props changed) head/audio/libopenshot-audio/files/patch-JuceLibraryCode_modules_juce__audio__devices_juce__audio__devices.cpp (contents, props changed) head/audio/libopenshot-audio/files/patch-JuceLibraryCode_modules_juce__audio__devices_midi__io_juce__MidiInput.h (contents, props changed) head/audio/libopenshot-audio/files/patch-JuceLibraryCode_modules_juce__audio__devices_midi__io_juce__MidiOutput.h (contents, props changed) head/audio/libopenshot-audio/files/patch-JuceLibraryCode_modules_juce__core_juce__core.cpp (contents, props changed) head/audio/libopenshot-audio/files/patch-JuceLibraryCode_modules_juce__core_maths_juce__MathsFunctions.h (contents, props changed) head/audio/libopenshot-audio/files/patch-JuceLibraryCode_modules_juce__core_native_juce__BasicNativeHeaders.h (contents, props changed) head/audio/libopenshot-audio/files/patch-JuceLibraryCode_modules_juce__core_native_juce__linux__Files.cpp (contents, props changed) head/audio/libopenshot-audio/files/patch-JuceLibraryCode_modules_juce__core_native_juce__linux__Network.cpp (contents, props changed) head/audio/libopenshot-audio/files/patch-JuceLibraryCode_modules_juce__core_native_juce__linux__SystemStats.cpp (contents, props changed) head/audio/libopenshot-audio/files/patch-JuceLibraryCode_modules_juce__data__structures_app__properties_juce__PropertiesFile.cpp (contents, props changed) head/audio/libopenshot-audio/files/patch-JuceLibraryCode_modules_juce__events_juce__events.cpp (contents, props changed) head/audio/libopenshot-audio/files/patch-JuceLibraryCode_modules_juce__events_juce__events.h (contents, props changed) head/audio/libopenshot-audio/pkg-descr (contents, props changed) head/audio/libopenshot-audio/pkg-plist (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Wed May 8 12:54:13 2019 (r501020) +++ head/audio/Makefile Wed May 8 13:29:22 2019 (r501021) @@ -423,6 +423,7 @@ SUBDIR += libogg SUBDIR += liboggz SUBDIR += libopenmpt + SUBDIR += libopenshot-audio SUBDIR += libopenspc SUBDIR += libopusenc SUBDIR += libsamplerate Added: head/audio/libopenshot-audio/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/libopenshot-audio/Makefile Wed May 8 13:29:22 2019 (r501021) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= libopenshot-audio +DISTVERSIONPREFIX= v +DISTVERSION= 0.1.8-39 +DISTVERSIONSUFFIX= -g9a1a609 +CATEGORIES= audio multimedia + +MAINTAINER= tatsuki_makino@hotmail.com +COMMENT= OpenShot Audio Library + +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING + +RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-plugins +LIB_DEPENDS= libasound.so:audio/alsa-lib + +USES= cmake dos2unix +USE_LDCONFIG= yes +USE_GITHUB= yes +GH_ACCOUNT= OpenShot + +CMAKE_ON= CMAKE_DISABLE_FIND_PACKAGE_Doxygen \ + CMAKE_DISABLE_FIND_PACKAGE_ImageMagick + +.include Added: head/audio/libopenshot-audio/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/libopenshot-audio/distinfo Wed May 8 13:29:22 2019 (r501021) @@ -0,0 +1,3 @@ +TIMESTAMP = 1556290800 +SHA256 (OpenShot-libopenshot-audio-v0.1.8-39-g9a1a609_GH0.tar.gz) = 7acabb2938c179e22e474c80d8c61940d319007ed454521f215f7bf6b8f1d24c +SIZE (OpenShot-libopenshot-audio-v0.1.8-39-g9a1a609_GH0.tar.gz) = 1695347 Added: head/audio/libopenshot-audio/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/libopenshot-audio/files/patch-CMakeLists.txt Wed May 8 13:29:22 2019 (r501021) @@ -0,0 +1,27 @@ +--- CMakeLists.txt.orig 2019-04-17 16:56:20 UTC ++++ CMakeLists.txt +@@ -147,14 +147,15 @@ ELSE (WIN32) + SET(CMAKE_CXX_FLAGS " ${CMAKE_CXX_FLAGS} -flax-vector-conversions") + + ELSE (APPLE) +- SET_PROPERTY(GLOBAL PROPERTY JUCE_LINUX "JUCE_LINUX") ++ #SET_PROPERTY(GLOBAL PROPERTY JUCE_LINUX "JUCE_LINUX") + SET(EXTENSION "cpp") + + find_package(ZLIB REQUIRED) + find_package(ALSA REQUIRED) ++ find_library(EXECINFO_LIBRARY NAMES execinfo) + include_directories(${ZLIB_INCLUDE_DIR} ${ALSA_INCLUDE_DIR}) +- ADD_DEFINITIONS(-DLINUX) +- SET(JUCE_PLATFORM_SPECIFIC_LIBRARIES ${ZLIB_LIBRARIES} ${ALSA_LIBRARIES}) ++ #ADD_DEFINITIONS(-DLINUX) ++ SET(JUCE_PLATFORM_SPECIFIC_LIBRARIES ${ZLIB_LIBRARIES} ${ALSA_LIBRARIES} ${EXECINFO_LIBRARY}) + SET(CMAKE_CXX_FLAGS " ${CMAKE_CXX_FLAGS} -std=c++11") + ENDIF(APPLE) + ENDIF(UNIX) +@@ -220,4 +221,4 @@ file(GLOB_RECURSE doc_files ${CMAKE_CURRENT_BINARY_DIR + INSTALL(FILES ${doc_files} DESTINATION share/doc/libopenshot-audio) + + # Install manpage +-INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/doc/openshot-audio-test-sound.1 DESTINATION share/man/man1) ++INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/doc/openshot-audio-test-sound.1 DESTINATION man/man1) Added: head/audio/libopenshot-audio/files/patch-JuceLibraryCode_modules_juce__audio__devices_audio__io_juce__AudioIODeviceType.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/libopenshot-audio/files/patch-JuceLibraryCode_modules_juce__audio__devices_audio__io_juce__AudioIODeviceType.cpp Wed May 8 13:29:22 2019 (r501021) @@ -0,0 +1,21 @@ +--- JuceLibraryCode/modules/juce_audio_devices/audio_io/juce_AudioIODeviceType.cpp.orig 2019-04-17 16:56:20 UTC ++++ JuceLibraryCode/modules/juce_audio_devices/audio_io/juce_AudioIODeviceType.cpp +@@ -62,15 +62,15 @@ AudioIODeviceType* AudioIODeviceType::createAudioIODev + AudioIODeviceType* AudioIODeviceType::createAudioIODeviceType_ASIO() { return nullptr; } + #endif + +-#if ! (JUCE_LINUX && JUCE_ALSA) ++#if ! ((JUCE_BSD || JUCE_LINUX) && JUCE_ALSA) + AudioIODeviceType* AudioIODeviceType::createAudioIODeviceType_ALSA() { return nullptr; } + #endif + +-#if ! (JUCE_LINUX && JUCE_JACK) ++#if ! ((JUCE_BSD || JUCE_LINUX) && JUCE_JACK) + AudioIODeviceType* AudioIODeviceType::createAudioIODeviceType_JACK() { return nullptr; } + #endif + +-#if ! (JUCE_LINUX && JUCE_BELA) ++#if ! ((JUCE_BSD || JUCE_LINUX) && JUCE_BELA) + AudioIODeviceType* AudioIODeviceType::createAudioIODeviceType_Bela() { return nullptr; } + #endif + Added: head/audio/libopenshot-audio/files/patch-JuceLibraryCode_modules_juce__audio__devices_juce__audio__devices.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/libopenshot-audio/files/patch-JuceLibraryCode_modules_juce__audio__devices_juce__audio__devices.cpp Wed May 8 13:29:22 2019 (r501021) @@ -0,0 +1,20 @@ +--- JuceLibraryCode/modules/juce_audio_devices/juce_audio_devices.cpp.orig 2019-04-17 16:56:20 UTC ++++ JuceLibraryCode/modules/juce_audio_devices/juce_audio_devices.cpp +@@ -119,7 +119,7 @@ + #endif + + //============================================================================== +-#elif JUCE_LINUX ++#elif JUCE_BSD || JUCE_LINUX + #if JUCE_ALSA + /* Got an include error here? If so, you've either not got ALSA installed, or you've + not got your paths set up correctly to find its header files. +@@ -212,7 +212,7 @@ + #endif + + //============================================================================== +-#elif JUCE_LINUX ++#elif JUCE_BSD || JUCE_LINUX + #if JUCE_ALSA + #include "native/juce_linux_ALSA.cpp" + #endif Added: head/audio/libopenshot-audio/files/patch-JuceLibraryCode_modules_juce__audio__devices_midi__io_juce__MidiInput.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/libopenshot-audio/files/patch-JuceLibraryCode_modules_juce__audio__devices_midi__io_juce__MidiInput.h Wed May 8 13:29:22 2019 (r501021) @@ -0,0 +1,11 @@ +--- JuceLibraryCode/modules/juce_audio_devices/midi_io/juce_MidiInput.h.orig 2019-04-17 16:56:20 UTC ++++ JuceLibraryCode/modules/juce_audio_devices/midi_io/juce_MidiInput.h +@@ -123,7 +123,7 @@ class JUCE_API MidiInput final (public) + static MidiInput* openDevice (int deviceIndex, + MidiInputCallback* callback); + +- #if JUCE_LINUX || JUCE_MAC || JUCE_IOS || DOXYGEN ++ #if JUCE_BSD || JUCE_LINUX || JUCE_MAC || JUCE_IOS || DOXYGEN + /** This will try to create a new midi input device (Not available on Windows). + + This will attempt to create a new midi input device with the specified name, Added: head/audio/libopenshot-audio/files/patch-JuceLibraryCode_modules_juce__audio__devices_midi__io_juce__MidiOutput.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/libopenshot-audio/files/patch-JuceLibraryCode_modules_juce__audio__devices_midi__io_juce__MidiOutput.h Wed May 8 13:29:22 2019 (r501021) @@ -0,0 +1,11 @@ +--- JuceLibraryCode/modules/juce_audio_devices/midi_io/juce_MidiOutput.h.orig 2019-04-17 16:56:20 UTC ++++ JuceLibraryCode/modules/juce_audio_devices/midi_io/juce_MidiOutput.h +@@ -66,7 +66,7 @@ class JUCE_API MidiOutput final : private Thread (pu + static MidiOutput* openDevice (int deviceIndex); + + +- #if JUCE_LINUX || JUCE_MAC || JUCE_IOS || DOXYGEN ++ #if JUCE_BSD || JUCE_LINUX || JUCE_MAC || JUCE_IOS || DOXYGEN + /** This will try to create a new midi output device (Not available on Windows). + + This will attempt to create a new midi output device that other apps can connect Added: head/audio/libopenshot-audio/files/patch-JuceLibraryCode_modules_juce__core_juce__core.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/libopenshot-audio/files/patch-JuceLibraryCode_modules_juce__core_juce__core.cpp Wed May 8 13:29:22 2019 (r501021) @@ -0,0 +1,29 @@ +--- JuceLibraryCode/modules/juce_core/juce_core.cpp.orig 2019-04-17 16:56:20 UTC ++++ JuceLibraryCode/modules/juce_core/juce_core.cpp +@@ -66,7 +66,7 @@ + #endif + + #else +- #if JUCE_LINUX || JUCE_ANDROID ++ #if JUCE_BSD || JUCE_LINUX || JUCE_ANDROID + #include + #include + #include +@@ -74,7 +74,7 @@ + #include + #endif + +- #if JUCE_LINUX ++ #if JUCE_BSD || JUCE_LINUX + #include + #include + #include +@@ -209,7 +209,7 @@ + #include "native/juce_win32_Threads.cpp" + + //============================================================================== +-#elif JUCE_LINUX ++#elif JUCE_BSD || JUCE_LINUX + #include "native/juce_linux_CommonFile.cpp" + #include "native/juce_linux_Files.cpp" + #include "native/juce_linux_Network.cpp" Added: head/audio/libopenshot-audio/files/patch-JuceLibraryCode_modules_juce__core_maths_juce__MathsFunctions.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/libopenshot-audio/files/patch-JuceLibraryCode_modules_juce__core_maths_juce__MathsFunctions.h Wed May 8 13:29:22 2019 (r501021) @@ -0,0 +1,16 @@ +--- JuceLibraryCode/modules/juce_core/maths/juce_MathsFunctions.h.orig 2019-04-17 16:56:20 UTC ++++ JuceLibraryCode/modules/juce_core/maths/juce_MathsFunctions.h +@@ -76,10 +76,11 @@ using uint32 = unsigned int; + /** An unsigned integer type that's guaranteed to be large enough to hold a pointer without truncating it. */ + using pointer_sized_uint = _W64 unsigned int; + #else ++# include + /** A signed integer type that's guaranteed to be large enough to hold a pointer without truncating it. */ +- using pointer_sized_int = int; ++ using pointer_sized_int = intptr_t; + /** An unsigned integer type that's guaranteed to be large enough to hold a pointer without truncating it. */ +- using pointer_sized_uint = unsigned int; ++ using pointer_sized_uint = uintptr_t; + #endif + + #if JUCE_WINDOWS && ! JUCE_MINGW Added: head/audio/libopenshot-audio/files/patch-JuceLibraryCode_modules_juce__core_native_juce__BasicNativeHeaders.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/libopenshot-audio/files/patch-JuceLibraryCode_modules_juce__core_native_juce__BasicNativeHeaders.h Wed May 8 13:29:22 2019 (r501021) @@ -0,0 +1,10 @@ +--- JuceLibraryCode/modules/juce_core/native/juce_BasicNativeHeaders.h.orig 2019-04-17 16:56:20 UTC ++++ JuceLibraryCode/modules/juce_core/native/juce_BasicNativeHeaders.h +@@ -261,6 +261,7 @@ + #include + #include + #include ++ #include + + //============================================================================== + #elif JUCE_ANDROID Added: head/audio/libopenshot-audio/files/patch-JuceLibraryCode_modules_juce__core_native_juce__linux__Files.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/libopenshot-audio/files/patch-JuceLibraryCode_modules_juce__core_native_juce__linux__Files.cpp Wed May 8 13:29:22 2019 (r501021) @@ -0,0 +1,11 @@ +--- JuceLibraryCode/modules/juce_core/native/juce_linux_Files.cpp.orig 2019-04-17 16:56:20 UTC ++++ JuceLibraryCode/modules/juce_core/native/juce_linux_Files.cpp +@@ -216,7 +216,7 @@ bool Process::openDocument (const String& fileName, co + setsid(); + + // Child process +- execve (argv[0], (char**) argv, environ); ++ execv (argv[0], (char**) argv); + exit (0); + } + Added: head/audio/libopenshot-audio/files/patch-JuceLibraryCode_modules_juce__core_native_juce__linux__Network.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/libopenshot-audio/files/patch-JuceLibraryCode_modules_juce__core_native_juce__linux__Network.cpp Wed May 8 13:29:22 2019 (r501021) @@ -0,0 +1,25 @@ +--- JuceLibraryCode/modules/juce_core/native/juce_linux_Network.cpp.orig 2019-04-17 16:56:20 UTC ++++ JuceLibraryCode/modules/juce_core/native/juce_linux_Network.cpp +@@ -34,6 +34,14 @@ void MACAddress::findAllAddresses (Array& + { + for (struct ifaddrs* i = addrs; i != nullptr; i = i->ifa_next) + { ++#if JUCE_BSD ++ if (i->ifa_addr->sa_family != AF_LINK) { ++ continue; ++ } ++ struct sockaddr_dl *dl = (struct sockaddr_dl *)i->ifa_addr; ++ { ++ MACAddress ma ((const uint8*) LLADDR(dl)); ++#else + struct ifreq ifr; + strcpy (ifr.ifr_name, i->ifa_name); + ifr.ifr_addr.sa_family = AF_INET; +@@ -41,6 +49,7 @@ void MACAddress::findAllAddresses (Array& + if (ioctl (s, SIOCGIFHWADDR, &ifr) == 0) + { + MACAddress ma ((const uint8*) ifr.ifr_hwaddr.sa_data); ++#endif + + if (! ma.isNull()) + result.addIfNotAlreadyThere (ma); Added: head/audio/libopenshot-audio/files/patch-JuceLibraryCode_modules_juce__core_native_juce__linux__SystemStats.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/libopenshot-audio/files/patch-JuceLibraryCode_modules_juce__core_native_juce__linux__SystemStats.cpp Wed May 8 13:29:22 2019 (r501021) @@ -0,0 +1,30 @@ +--- JuceLibraryCode/modules/juce_core/native/juce_linux_SystemStats.cpp.orig 2019-04-17 16:56:20 UTC ++++ JuceLibraryCode/modules/juce_core/native/juce_linux_SystemStats.cpp +@@ -87,10 +87,13 @@ int SystemStats::getCpuSpeedInMegahertz() + + int SystemStats::getMemorySizeInMegabytes() + { ++#if JUCE_BSD ++#else + struct sysinfo sysi; + + if (sysinfo (&sysi) == 0) + return (int) (sysi.totalram * sysi.mem_unit / (1024 * 1024)); ++#endif + + return 0; + } +@@ -134,8 +137,13 @@ static String getLocaleValue (nl_item key) + return result; + } + ++#if JUCE_BSD ++String SystemStats::getUserLanguage() { return String::fromUTF8(""); } ++String SystemStats::getUserRegion() { return String::fromUTF8(""); } ++#else + String SystemStats::getUserLanguage() { return getLocaleValue (_NL_IDENTIFICATION_LANGUAGE); } + String SystemStats::getUserRegion() { return getLocaleValue (_NL_IDENTIFICATION_TERRITORY); } ++#endif + String SystemStats::getDisplayLanguage() { return getUserLanguage() + "-" + getUserRegion(); } + + //============================================================================== Added: head/audio/libopenshot-audio/files/patch-JuceLibraryCode_modules_juce__data__structures_app__properties_juce__PropertiesFile.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/libopenshot-audio/files/patch-JuceLibraryCode_modules_juce__data__structures_app__properties_juce__PropertiesFile.cpp Wed May 8 13:29:22 2019 (r501021) @@ -0,0 +1,11 @@ +--- JuceLibraryCode/modules/juce_data_structures/app_properties/juce_PropertiesFile.cpp.orig 2019-04-17 16:56:20 UTC ++++ JuceLibraryCode/modules/juce_data_structures/app_properties/juce_PropertiesFile.cpp +@@ -90,7 +90,7 @@ File PropertiesFile::Options::getDefaultFile() const + if (folderName.isNotEmpty()) + dir = dir.getChildFile (folderName); + +- #elif JUCE_LINUX || JUCE_ANDROID ++ #elif JUCE_BSD || JUCE_LINUX || JUCE_ANDROID + auto dir = File (commonToAllUsers ? "/var" : "~") + .getChildFile (folderName.isNotEmpty() ? folderName + : ("." + applicationName)); Added: head/audio/libopenshot-audio/files/patch-JuceLibraryCode_modules_juce__events_juce__events.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/libopenshot-audio/files/patch-JuceLibraryCode_modules_juce__events_juce__events.cpp Wed May 8 13:29:22 2019 (r501021) @@ -0,0 +1,20 @@ +--- JuceLibraryCode/modules/juce_events/juce_events.cpp.orig 2019-04-17 16:56:20 UTC ++++ JuceLibraryCode/modules/juce_events/juce_events.cpp +@@ -49,7 +49,7 @@ + #import + #import + +-#elif JUCE_LINUX ++#elif JUCE_BSD || JUCE_LINUX + #include + #endif + +@@ -94,7 +94,7 @@ + #include "native/juce_win32_WinRTWrapper.cpp" + #endif + +-#elif JUCE_LINUX ++#elif JUCE_BSD || JUCE_LINUX + #include "native/juce_linux_Messaging.cpp" + + #elif JUCE_ANDROID Added: head/audio/libopenshot-audio/files/patch-JuceLibraryCode_modules_juce__events_juce__events.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/libopenshot-audio/files/patch-JuceLibraryCode_modules_juce__events_juce__events.h Wed May 8 13:29:22 2019 (r501021) @@ -0,0 +1,11 @@ +--- JuceLibraryCode/modules/juce_events/juce_events.h.orig 2019-04-17 16:56:20 UTC ++++ JuceLibraryCode/modules/juce_events/juce_events.h +@@ -89,7 +89,7 @@ + #include "interprocess/juce_ConnectedChildProcess.h" + #include "interprocess/juce_NetworkServiceDiscovery.h" + +-#if JUCE_LINUX ++#if JUCE_BSD || JUCE_LINUX + #include "native/juce_linux_EventLoop.h" + #endif + Added: head/audio/libopenshot-audio/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/libopenshot-audio/pkg-descr Wed May 8 13:29:22 2019 (r501021) @@ -0,0 +1,5 @@ +OpenShot Audio Library (libopenshot-audio) is a free, open-source project that +enables high-quality editing and playback of audio, and is based on the amazing +JUCE library. + +WWW: https://www.openshot.org/ Added: head/audio/libopenshot-audio/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/libopenshot-audio/pkg-plist Wed May 8 13:29:22 2019 (r501021) @@ -0,0 +1,333 @@ +bin/openshot-audio-test-sound +include/libopenshot-audio/AppConfig.h +include/libopenshot-audio/JuceHeader.h +include/libopenshot-audio/juce_audio_basics/audio_play_head/juce_AudioPlayHead.h +include/libopenshot-audio/juce_audio_basics/buffers/juce_AudioChannelSet.h +include/libopenshot-audio/juce_audio_basics/buffers/juce_AudioDataConverters.h +include/libopenshot-audio/juce_audio_basics/buffers/juce_AudioProcessLoadMeasurer.h +include/libopenshot-audio/juce_audio_basics/buffers/juce_AudioSampleBuffer.h +include/libopenshot-audio/juce_audio_basics/buffers/juce_FloatVectorOperations.h +include/libopenshot-audio/juce_audio_basics/juce_audio_basics.h +include/libopenshot-audio/juce_audio_basics/midi/juce_MidiBuffer.h +include/libopenshot-audio/juce_audio_basics/midi/juce_MidiFile.h +include/libopenshot-audio/juce_audio_basics/midi/juce_MidiKeyboardState.h +include/libopenshot-audio/juce_audio_basics/midi/juce_MidiMessage.h +include/libopenshot-audio/juce_audio_basics/midi/juce_MidiMessageSequence.h +include/libopenshot-audio/juce_audio_basics/midi/juce_MidiRPN.h +include/libopenshot-audio/juce_audio_basics/mpe/juce_MPEInstrument.h +include/libopenshot-audio/juce_audio_basics/mpe/juce_MPEMessages.h +include/libopenshot-audio/juce_audio_basics/mpe/juce_MPENote.h +include/libopenshot-audio/juce_audio_basics/mpe/juce_MPESynthesiser.h +include/libopenshot-audio/juce_audio_basics/mpe/juce_MPESynthesiserBase.h +include/libopenshot-audio/juce_audio_basics/mpe/juce_MPESynthesiserVoice.h +include/libopenshot-audio/juce_audio_basics/mpe/juce_MPEUtils.h +include/libopenshot-audio/juce_audio_basics/mpe/juce_MPEValue.h +include/libopenshot-audio/juce_audio_basics/mpe/juce_MPEZoneLayout.h +include/libopenshot-audio/juce_audio_basics/native/juce_mac_CoreAudioLayouts.h +include/libopenshot-audio/juce_audio_basics/sources/juce_AudioSource.h +include/libopenshot-audio/juce_audio_basics/sources/juce_BufferingAudioSource.h +include/libopenshot-audio/juce_audio_basics/sources/juce_ChannelRemappingAudioSource.h +include/libopenshot-audio/juce_audio_basics/sources/juce_IIRFilterAudioSource.h +include/libopenshot-audio/juce_audio_basics/sources/juce_MemoryAudioSource.h +include/libopenshot-audio/juce_audio_basics/sources/juce_MixerAudioSource.h +include/libopenshot-audio/juce_audio_basics/sources/juce_PositionableAudioSource.h +include/libopenshot-audio/juce_audio_basics/sources/juce_ResamplingAudioSource.h +include/libopenshot-audio/juce_audio_basics/sources/juce_ReverbAudioSource.h +include/libopenshot-audio/juce_audio_basics/sources/juce_ToneGeneratorAudioSource.h +include/libopenshot-audio/juce_audio_basics/synthesisers/juce_Synthesiser.h +include/libopenshot-audio/juce_audio_basics/utilities/juce_ADSR.h +include/libopenshot-audio/juce_audio_basics/utilities/juce_CatmullRomInterpolator.h +include/libopenshot-audio/juce_audio_basics/utilities/juce_Decibels.h +include/libopenshot-audio/juce_audio_basics/utilities/juce_IIRFilter.h +include/libopenshot-audio/juce_audio_basics/utilities/juce_LagrangeInterpolator.h +include/libopenshot-audio/juce_audio_basics/utilities/juce_Reverb.h +include/libopenshot-audio/juce_audio_basics/utilities/juce_SmoothedValue.h +include/libopenshot-audio/juce_audio_devices/audio_io/juce_AudioDeviceManager.h +include/libopenshot-audio/juce_audio_devices/audio_io/juce_AudioIODevice.h +include/libopenshot-audio/juce_audio_devices/audio_io/juce_AudioIODeviceType.h +include/libopenshot-audio/juce_audio_devices/audio_io/juce_SystemAudioVolume.h +include/libopenshot-audio/juce_audio_devices/juce_audio_devices.h +include/libopenshot-audio/juce_audio_devices/midi_io/juce_MidiInput.h +include/libopenshot-audio/juce_audio_devices/midi_io/juce_MidiMessageCollector.h +include/libopenshot-audio/juce_audio_devices/midi_io/juce_MidiOutput.h +include/libopenshot-audio/juce_audio_devices/native/juce_MidiDataConcatenator.h +include/libopenshot-audio/juce_audio_devices/native/juce_ios_Audio.h +include/libopenshot-audio/juce_audio_devices/sources/juce_AudioSourcePlayer.h +include/libopenshot-audio/juce_audio_devices/sources/juce_AudioTransportSource.h +include/libopenshot-audio/juce_audio_formats/codecs/flac/all.h +include/libopenshot-audio/juce_audio_formats/codecs/flac/alloc.h +include/libopenshot-audio/juce_audio_formats/codecs/flac/assert.h +include/libopenshot-audio/juce_audio_formats/codecs/flac/callback.h +include/libopenshot-audio/juce_audio_formats/codecs/flac/compat.h +include/libopenshot-audio/juce_audio_formats/codecs/flac/endswap.h +include/libopenshot-audio/juce_audio_formats/codecs/flac/export.h +include/libopenshot-audio/juce_audio_formats/codecs/flac/format.h +include/libopenshot-audio/juce_audio_formats/codecs/flac/libFLAC/include/private/all.h +include/libopenshot-audio/juce_audio_formats/codecs/flac/libFLAC/include/private/bitmath.h +include/libopenshot-audio/juce_audio_formats/codecs/flac/libFLAC/include/private/bitreader.h +include/libopenshot-audio/juce_audio_formats/codecs/flac/libFLAC/include/private/bitwriter.h +include/libopenshot-audio/juce_audio_formats/codecs/flac/libFLAC/include/private/cpu.h +include/libopenshot-audio/juce_audio_formats/codecs/flac/libFLAC/include/private/crc.h +include/libopenshot-audio/juce_audio_formats/codecs/flac/libFLAC/include/private/fixed.h +include/libopenshot-audio/juce_audio_formats/codecs/flac/libFLAC/include/private/float.h +include/libopenshot-audio/juce_audio_formats/codecs/flac/libFLAC/include/private/format.h +include/libopenshot-audio/juce_audio_formats/codecs/flac/libFLAC/include/private/lpc.h +include/libopenshot-audio/juce_audio_formats/codecs/flac/libFLAC/include/private/md5.h +include/libopenshot-audio/juce_audio_formats/codecs/flac/libFLAC/include/private/memory.h +include/libopenshot-audio/juce_audio_formats/codecs/flac/libFLAC/include/private/metadata.h +include/libopenshot-audio/juce_audio_formats/codecs/flac/libFLAC/include/private/stream_encoder.h +include/libopenshot-audio/juce_audio_formats/codecs/flac/libFLAC/include/private/stream_encoder_framing.h +include/libopenshot-audio/juce_audio_formats/codecs/flac/libFLAC/include/private/window.h +include/libopenshot-audio/juce_audio_formats/codecs/flac/libFLAC/include/protected/all.h +include/libopenshot-audio/juce_audio_formats/codecs/flac/libFLAC/include/protected/stream_decoder.h +include/libopenshot-audio/juce_audio_formats/codecs/flac/libFLAC/include/protected/stream_encoder.h +include/libopenshot-audio/juce_audio_formats/codecs/flac/metadata.h +include/libopenshot-audio/juce_audio_formats/codecs/flac/ordinals.h +include/libopenshot-audio/juce_audio_formats/codecs/flac/stream_decoder.h +include/libopenshot-audio/juce_audio_formats/codecs/flac/stream_encoder.h +include/libopenshot-audio/juce_audio_formats/codecs/flac/win_utf8_io.h +include/libopenshot-audio/juce_audio_formats/codecs/juce_AiffAudioFormat.h +include/libopenshot-audio/juce_audio_formats/codecs/juce_CoreAudioFormat.h +include/libopenshot-audio/juce_audio_formats/codecs/juce_FlacAudioFormat.h +include/libopenshot-audio/juce_audio_formats/codecs/juce_LAMEEncoderAudioFormat.h +include/libopenshot-audio/juce_audio_formats/codecs/juce_MP3AudioFormat.h +include/libopenshot-audio/juce_audio_formats/codecs/juce_OggVorbisAudioFormat.h +include/libopenshot-audio/juce_audio_formats/codecs/juce_WavAudioFormat.h +include/libopenshot-audio/juce_audio_formats/codecs/juce_WindowsMediaAudioFormat.h +include/libopenshot-audio/juce_audio_formats/codecs/oggvorbis/codec.h +include/libopenshot-audio/juce_audio_formats/codecs/oggvorbis/config_types.h +include/libopenshot-audio/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/backends.h +include/libopenshot-audio/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/bitrate.h +include/libopenshot-audio/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/books/coupled/res_books_51.h +include/libopenshot-audio/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/books/coupled/res_books_stereo.h +include/libopenshot-audio/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/books/floor/floor_books.h +include/libopenshot-audio/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/books/uncoupled/res_books_uncoupled.h +include/libopenshot-audio/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/codebook.h +include/libopenshot-audio/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/codec_internal.h +include/libopenshot-audio/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/envelope.h +include/libopenshot-audio/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/highlevel.h +include/libopenshot-audio/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/lookup.h +include/libopenshot-audio/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/lookup_data.h +include/libopenshot-audio/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/lpc.h +include/libopenshot-audio/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/lsp.h +include/libopenshot-audio/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/masking.h +include/libopenshot-audio/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/mdct.h +include/libopenshot-audio/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/misc.h +include/libopenshot-audio/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/modes/floor_all.h +include/libopenshot-audio/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/modes/psych_11.h +include/libopenshot-audio/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/modes/psych_16.h +include/libopenshot-audio/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/modes/psych_44.h +include/libopenshot-audio/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/modes/psych_8.h +include/libopenshot-audio/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/modes/residue_16.h +include/libopenshot-audio/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/modes/residue_44.h +include/libopenshot-audio/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/modes/residue_44p51.h +include/libopenshot-audio/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/modes/residue_44u.h +include/libopenshot-audio/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/modes/residue_8.h +include/libopenshot-audio/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/modes/setup_11.h +include/libopenshot-audio/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/modes/setup_16.h +include/libopenshot-audio/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/modes/setup_22.h +include/libopenshot-audio/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/modes/setup_32.h +include/libopenshot-audio/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/modes/setup_44.h +include/libopenshot-audio/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/modes/setup_44p51.h +include/libopenshot-audio/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/modes/setup_44u.h +include/libopenshot-audio/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/modes/setup_8.h +include/libopenshot-audio/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/modes/setup_X.h +include/libopenshot-audio/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/os.h +include/libopenshot-audio/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/psy.h +include/libopenshot-audio/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/registry.h +include/libopenshot-audio/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/scales.h +include/libopenshot-audio/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/smallft.h +include/libopenshot-audio/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/window.h +include/libopenshot-audio/juce_audio_formats/codecs/oggvorbis/ogg.h +include/libopenshot-audio/juce_audio_formats/codecs/oggvorbis/os_types.h +include/libopenshot-audio/juce_audio_formats/codecs/oggvorbis/vorbisenc.h +include/libopenshot-audio/juce_audio_formats/codecs/oggvorbis/vorbisfile.h +include/libopenshot-audio/juce_audio_formats/format/juce_AudioFormat.h +include/libopenshot-audio/juce_audio_formats/format/juce_AudioFormatManager.h +include/libopenshot-audio/juce_audio_formats/format/juce_AudioFormatReader.h +include/libopenshot-audio/juce_audio_formats/format/juce_AudioFormatReaderSource.h +include/libopenshot-audio/juce_audio_formats/format/juce_AudioFormatWriter.h +include/libopenshot-audio/juce_audio_formats/format/juce_AudioSubsectionReader.h +include/libopenshot-audio/juce_audio_formats/format/juce_BufferingAudioFormatReader.h +include/libopenshot-audio/juce_audio_formats/format/juce_MemoryMappedAudioFormatReader.h +include/libopenshot-audio/juce_audio_formats/juce_audio_formats.h +include/libopenshot-audio/juce_audio_formats/sampler/juce_Sampler.h +include/libopenshot-audio/juce_core/containers/juce_AbstractFifo.h +include/libopenshot-audio/juce_core/containers/juce_Array.h +include/libopenshot-audio/juce_core/containers/juce_ArrayAllocationBase.h +include/libopenshot-audio/juce_core/containers/juce_ArrayBase.h +include/libopenshot-audio/juce_core/containers/juce_DynamicObject.h +include/libopenshot-audio/juce_core/containers/juce_ElementComparator.h +include/libopenshot-audio/juce_core/containers/juce_HashMap.h +include/libopenshot-audio/juce_core/containers/juce_LinkedListPointer.h +include/libopenshot-audio/juce_core/containers/juce_ListenerList.h +include/libopenshot-audio/juce_core/containers/juce_NamedValueSet.h +include/libopenshot-audio/juce_core/containers/juce_OwnedArray.h +include/libopenshot-audio/juce_core/containers/juce_PropertySet.h +include/libopenshot-audio/juce_core/containers/juce_ReferenceCountedArray.h +include/libopenshot-audio/juce_core/containers/juce_ScopedValueSetter.h +include/libopenshot-audio/juce_core/containers/juce_SortedSet.h +include/libopenshot-audio/juce_core/containers/juce_SparseSet.h +include/libopenshot-audio/juce_core/containers/juce_Variant.h +include/libopenshot-audio/juce_core/files/juce_DirectoryIterator.h +include/libopenshot-audio/juce_core/files/juce_File.h +include/libopenshot-audio/juce_core/files/juce_FileFilter.h +include/libopenshot-audio/juce_core/files/juce_FileInputStream.h +include/libopenshot-audio/juce_core/files/juce_FileOutputStream.h +include/libopenshot-audio/juce_core/files/juce_FileSearchPath.h +include/libopenshot-audio/juce_core/files/juce_MemoryMappedFile.h +include/libopenshot-audio/juce_core/files/juce_TemporaryFile.h +include/libopenshot-audio/juce_core/files/juce_WildcardFileFilter.h +include/libopenshot-audio/juce_core/javascript/juce_JSON.h +include/libopenshot-audio/juce_core/javascript/juce_Javascript.h +include/libopenshot-audio/juce_core/juce_core.h +include/libopenshot-audio/juce_core/logging/juce_FileLogger.h +include/libopenshot-audio/juce_core/logging/juce_Logger.h +include/libopenshot-audio/juce_core/maths/juce_BigInteger.h +include/libopenshot-audio/juce_core/maths/juce_Expression.h +include/libopenshot-audio/juce_core/maths/juce_MathsFunctions.h +include/libopenshot-audio/juce_core/maths/juce_NormalisableRange.h +include/libopenshot-audio/juce_core/maths/juce_Random.h +include/libopenshot-audio/juce_core/maths/juce_Range.h +include/libopenshot-audio/juce_core/maths/juce_StatisticsAccumulator.h +include/libopenshot-audio/juce_core/memory/juce_Atomic.h +include/libopenshot-audio/juce_core/memory/juce_ByteOrder.h +include/libopenshot-audio/juce_core/memory/juce_ContainerDeletePolicy.h +include/libopenshot-audio/juce_core/memory/juce_HeapBlock.h +include/libopenshot-audio/juce_core/memory/juce_HeavyweightLeakedObjectDetector.h +include/libopenshot-audio/juce_core/memory/juce_LeakedObjectDetector.h +include/libopenshot-audio/juce_core/memory/juce_Memory.h +include/libopenshot-audio/juce_core/memory/juce_MemoryBlock.h +include/libopenshot-audio/juce_core/memory/juce_OptionalScopedPointer.h +include/libopenshot-audio/juce_core/memory/juce_ReferenceCountedObject.h +include/libopenshot-audio/juce_core/memory/juce_ScopedPointer.h +include/libopenshot-audio/juce_core/memory/juce_SharedResourcePointer.h +include/libopenshot-audio/juce_core/memory/juce_Singleton.h +include/libopenshot-audio/juce_core/memory/juce_WeakReference.h +include/libopenshot-audio/juce_core/misc/juce_ConsoleApplication.h +include/libopenshot-audio/juce_core/misc/juce_Result.h +include/libopenshot-audio/juce_core/misc/juce_RuntimePermissions.h +include/libopenshot-audio/juce_core/misc/juce_StdFunctionCompat.h +include/libopenshot-audio/juce_core/misc/juce_Uuid.h +include/libopenshot-audio/juce_core/misc/juce_WindowsRegistry.h +include/libopenshot-audio/juce_core/native/juce_BasicNativeHeaders.h +include/libopenshot-audio/juce_core/native/juce_android_JNIHelpers.h +include/libopenshot-audio/juce_core/native/juce_mac_ClangBugWorkaround.h +include/libopenshot-audio/juce_core/native/juce_osx_ObjCHelpers.h +include/libopenshot-audio/juce_core/native/juce_posix_IPAddress.h +include/libopenshot-audio/juce_core/native/juce_posix_SharedCode.h +include/libopenshot-audio/juce_core/native/juce_win32_ComSmartPtr.h +include/libopenshot-audio/juce_core/network/juce_IPAddress.h +include/libopenshot-audio/juce_core/network/juce_MACAddress.h +include/libopenshot-audio/juce_core/network/juce_NamedPipe.h +include/libopenshot-audio/juce_core/network/juce_Socket.h +include/libopenshot-audio/juce_core/network/juce_URL.h +include/libopenshot-audio/juce_core/network/juce_WebInputStream.h +include/libopenshot-audio/juce_core/streams/juce_BufferedInputStream.h +include/libopenshot-audio/juce_core/streams/juce_FileInputSource.h +include/libopenshot-audio/juce_core/streams/juce_InputSource.h +include/libopenshot-audio/juce_core/streams/juce_InputStream.h +include/libopenshot-audio/juce_core/streams/juce_MemoryInputStream.h +include/libopenshot-audio/juce_core/streams/juce_MemoryOutputStream.h +include/libopenshot-audio/juce_core/streams/juce_OutputStream.h +include/libopenshot-audio/juce_core/streams/juce_SubregionStream.h +include/libopenshot-audio/juce_core/streams/juce_URLInputSource.h +include/libopenshot-audio/juce_core/system/juce_CompilerSupport.h +include/libopenshot-audio/juce_core/system/juce_PlatformDefs.h +include/libopenshot-audio/juce_core/system/juce_StandardHeader.h +include/libopenshot-audio/juce_core/system/juce_SystemStats.h +include/libopenshot-audio/juce_core/system/juce_TargetPlatform.h +include/libopenshot-audio/juce_core/text/juce_Base64.h +include/libopenshot-audio/juce_core/text/juce_CharPointer_ASCII.h +include/libopenshot-audio/juce_core/text/juce_CharPointer_UTF16.h +include/libopenshot-audio/juce_core/text/juce_CharPointer_UTF32.h +include/libopenshot-audio/juce_core/text/juce_CharPointer_UTF8.h +include/libopenshot-audio/juce_core/text/juce_CharacterFunctions.h +include/libopenshot-audio/juce_core/text/juce_Identifier.h +include/libopenshot-audio/juce_core/text/juce_LocalisedStrings.h +include/libopenshot-audio/juce_core/text/juce_NewLine.h +include/libopenshot-audio/juce_core/text/juce_String.h +include/libopenshot-audio/juce_core/text/juce_StringArray.h +include/libopenshot-audio/juce_core/text/juce_StringPairArray.h +include/libopenshot-audio/juce_core/text/juce_StringPool.h +include/libopenshot-audio/juce_core/text/juce_StringRef.h +include/libopenshot-audio/juce_core/text/juce_TextDiff.h +include/libopenshot-audio/juce_core/threads/juce_ChildProcess.h +include/libopenshot-audio/juce_core/threads/juce_CriticalSection.h +include/libopenshot-audio/juce_core/threads/juce_DynamicLibrary.h +include/libopenshot-audio/juce_core/threads/juce_HighResolutionTimer.h +include/libopenshot-audio/juce_core/threads/juce_InterProcessLock.h +include/libopenshot-audio/juce_core/threads/juce_Process.h +include/libopenshot-audio/juce_core/threads/juce_ReadWriteLock.h +include/libopenshot-audio/juce_core/threads/juce_ScopedLock.h +include/libopenshot-audio/juce_core/threads/juce_ScopedReadLock.h +include/libopenshot-audio/juce_core/threads/juce_ScopedWriteLock.h +include/libopenshot-audio/juce_core/threads/juce_SpinLock.h +include/libopenshot-audio/juce_core/threads/juce_Thread.h +include/libopenshot-audio/juce_core/threads/juce_ThreadLocalValue.h +include/libopenshot-audio/juce_core/threads/juce_ThreadPool.h +include/libopenshot-audio/juce_core/threads/juce_TimeSliceThread.h +include/libopenshot-audio/juce_core/threads/juce_WaitableEvent.h +include/libopenshot-audio/juce_core/time/juce_PerformanceCounter.h +include/libopenshot-audio/juce_core/time/juce_RelativeTime.h +include/libopenshot-audio/juce_core/time/juce_Time.h +include/libopenshot-audio/juce_core/unit_tests/juce_UnitTest.h +include/libopenshot-audio/juce_core/xml/juce_XmlDocument.h +include/libopenshot-audio/juce_core/xml/juce_XmlElement.h +include/libopenshot-audio/juce_core/zip/juce_GZIPCompressorOutputStream.h +include/libopenshot-audio/juce_core/zip/juce_GZIPDecompressorInputStream.h +include/libopenshot-audio/juce_core/zip/juce_ZipFile.h +include/libopenshot-audio/juce_core/zip/zlib/crc32.h +include/libopenshot-audio/juce_core/zip/zlib/deflate.h +include/libopenshot-audio/juce_core/zip/zlib/inffast.h +include/libopenshot-audio/juce_core/zip/zlib/inffixed.h +include/libopenshot-audio/juce_core/zip/zlib/inflate.h +include/libopenshot-audio/juce_core/zip/zlib/inftrees.h +include/libopenshot-audio/juce_core/zip/zlib/trees.h +include/libopenshot-audio/juce_core/zip/zlib/zconf.h +include/libopenshot-audio/juce_core/zip/zlib/zconf.in.h +include/libopenshot-audio/juce_core/zip/zlib/zlib.h +include/libopenshot-audio/juce_core/zip/zlib/zutil.h +include/libopenshot-audio/juce_data_structures/app_properties/juce_ApplicationProperties.h +include/libopenshot-audio/juce_data_structures/app_properties/juce_PropertiesFile.h +include/libopenshot-audio/juce_data_structures/juce_data_structures.h +include/libopenshot-audio/juce_data_structures/undomanager/juce_UndoManager.h +include/libopenshot-audio/juce_data_structures/undomanager/juce_UndoableAction.h +include/libopenshot-audio/juce_data_structures/values/juce_CachedValue.h +include/libopenshot-audio/juce_data_structures/values/juce_Value.h +include/libopenshot-audio/juce_data_structures/values/juce_ValueTree.h +include/libopenshot-audio/juce_data_structures/values/juce_ValueTreeSynchroniser.h +include/libopenshot-audio/juce_data_structures/values/juce_ValueWithDefault.h +include/libopenshot-audio/juce_events/broadcasters/juce_ActionBroadcaster.h +include/libopenshot-audio/juce_events/broadcasters/juce_ActionListener.h +include/libopenshot-audio/juce_events/broadcasters/juce_AsyncUpdater.h +include/libopenshot-audio/juce_events/broadcasters/juce_ChangeBroadcaster.h +include/libopenshot-audio/juce_events/broadcasters/juce_ChangeListener.h +include/libopenshot-audio/juce_events/interprocess/juce_ConnectedChildProcess.h +include/libopenshot-audio/juce_events/interprocess/juce_InterprocessConnection.h +include/libopenshot-audio/juce_events/interprocess/juce_InterprocessConnectionServer.h +include/libopenshot-audio/juce_events/interprocess/juce_NetworkServiceDiscovery.h +include/libopenshot-audio/juce_events/juce_events.h +include/libopenshot-audio/juce_events/messages/juce_ApplicationBase.h +include/libopenshot-audio/juce_events/messages/juce_CallbackMessage.h +include/libopenshot-audio/juce_events/messages/juce_DeletedAtShutdown.h +include/libopenshot-audio/juce_events/messages/juce_Initialisation.h +include/libopenshot-audio/juce_events/messages/juce_Message.h +include/libopenshot-audio/juce_events/messages/juce_MessageListener.h +include/libopenshot-audio/juce_events/messages/juce_MessageManager.h +include/libopenshot-audio/juce_events/messages/juce_MountedVolumeListChangeDetector.h +include/libopenshot-audio/juce_events/messages/juce_NotificationType.h +include/libopenshot-audio/juce_events/native/juce_linux_EventLoop.h +include/libopenshot-audio/juce_events/native/juce_osx_MessageQueue.h +include/libopenshot-audio/juce_events/native/juce_win32_HiddenMessageWindow.h +include/libopenshot-audio/juce_events/native/juce_win32_WinRTWrapper.h +include/libopenshot-audio/juce_events/timers/juce_MultiTimer.h +include/libopenshot-audio/juce_events/timers/juce_Timer.h +lib/libopenshot-audio.so +lib/libopenshot-audio.so.0.1.8 +lib/libopenshot-audio.so.6 +man/man1/openshot-audio-test-sound.1.gz +@dir include/libopenshot-audio/juce_audio_devices/native/java/app/com/roli/juce +@dir include/libopenshot-audio/juce_core/native/java/app/com/roli/juce +@dir include/libopenshot-audio/juce_core/native/javacore/app/com/roli/juce +@dir include/libopenshot-audio/juce_core/native/javacore/init/com/roli/juce From owner-svn-ports-all@freebsd.org Wed May 8 14:22:08 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0737815886C1; Wed, 8 May 2019 14:22:08 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A1CAC75109; Wed, 8 May 2019 14:22:07 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 70A64709D; Wed, 8 May 2019 14:22:07 +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 x48EM79W066443; Wed, 8 May 2019 14:22:07 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x48EM7X3066442; Wed, 8 May 2019 14:22:07 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201905081422.x48EM7X3066442@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Wed, 8 May 2019 14:22:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501022 - branches/2019Q2/lang/php71 X-SVN-Group: ports-branches X-SVN-Commit-Author: tz X-SVN-Commit-Paths: branches/2019Q2/lang/php71 X-SVN-Commit-Revision: 501022 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A1CAC75109 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 14:22:08 -0000 Author: tz Date: Wed May 8 14:22:06 2019 New Revision: 501022 URL: https://svnweb.freebsd.org/changeset/ports/501022 Log: MFH: r500999 r501013 lang/php71: Update from 7.1.28 to 7.1.29 Changelog: EXIF: Fixed bug #77950 (Heap-buffer-overflow in _estrndup via exif_process_IFD_TAG). Mail: Fixed bug #77821 (Potential heap corruption in TSendMail()). Changelog taken from: https://www.php.net/ChangeLog-7.php#7.1.29 lang/php71: put mailheader patch back Reported by: mat Approved by: ports-secteam (mivy) Modified: branches/2019Q2/lang/php71/Makefile branches/2019Q2/lang/php71/distinfo Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/lang/php71/Makefile ============================================================================== --- branches/2019Q2/lang/php71/Makefile Wed May 8 13:29:22 2019 (r501021) +++ branches/2019Q2/lang/php71/Makefile Wed May 8 14:22:06 2019 (r501022) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= php71 -PORTVERSION= 7.1.28 -PORTREVISION?= 2 +PORTVERSION= 7.1.29 +PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${PORTVERSION} Modified: branches/2019Q2/lang/php71/distinfo ============================================================================== --- branches/2019Q2/lang/php71/distinfo Wed May 8 13:29:22 2019 (r501021) +++ branches/2019Q2/lang/php71/distinfo Wed May 8 14:22:06 2019 (r501022) @@ -1,5 +1,5 @@ -TIMESTAMP = 1554455730 -SHA256 (php-7.1.28.tar.xz) = 45131497ec0a947e3f9145c000e8fcc1f86b46518ee3f6810d80efa2d39521e2 -SIZE (php-7.1.28.tar.xz) = 12222508 +TIMESTAMP = 1557308735 +SHA256 (php-7.1.29.tar.xz) = b9a9b094687edc2d9c9553d5531e38e249b569127cf3b32fe1c84280509746fb +SIZE (php-7.1.29.tar.xz) = 12221984 SHA256 (php-7.1.x-mail-header.patch) = 8f173d89672f7ebfabfcc3c5d7f8dec1c4243aba665db4b4046e67c34d9d4dc7 SIZE (php-7.1.x-mail-header.patch) = 4504 From owner-svn-ports-all@freebsd.org Wed May 8 14:24:04 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9F7C158888D; Wed, 8 May 2019 14:24:03 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7F29575246; Wed, 8 May 2019 14:24:03 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 569FF70C2; Wed, 8 May 2019 14:24:03 +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 x48EO3Q1069724; Wed, 8 May 2019 14:24:03 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x48EO2E4069721; Wed, 8 May 2019 14:24:02 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201905081424.x48EO2E4069721@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Wed, 8 May 2019 14:24:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501023 - in branches/2019Q2: databases/php72-interbase/files lang/php72 lang/php72/files X-SVN-Group: ports-branches X-SVN-Commit-Author: tz X-SVN-Commit-Paths: in branches/2019Q2: databases/php72-interbase/files lang/php72 lang/php72/files X-SVN-Commit-Revision: 501023 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7F29575246 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 14:24:04 -0000 Author: tz Date: Wed May 8 14:24:02 2019 New Revision: 501023 URL: https://svnweb.freebsd.org/changeset/ports/501023 Log: MFH: r501000 lang/php72: Upgrade from 7.2.17 to 7.2.18 Changelog: CLI: Fixed bug #77794 (Incorrect Date header format in built-in server). EXIF: Fixed bug #77950 (Heap-buffer-overflow in _estrndup via exif_process_IFD_TAG). Interbase: Fixed bug #72175 (Impossibility of creating multiple connections to Interbase with php 7.x). Intl: Fixed bug #77895 (IntlDateFormatter::create fails in strict mode if $locale = null). litespeed: LiteSpeed SAPI 7.3.1, better process management, new API function litespeed_finish_request(). Mail: Fixed bug #77821 (Potential heap corruption in TSendMail()). PCRE: Fixed bug #77827 (preg_match does not ignore \r in regex flags). PDO: Fixed bug #77849 (Disable cloning of PDO handle/connection objects). phpdbg: Fixed bug #76801 (too many open files). Fixed bug #77800 (phpdbg segfaults on listing some conditional breakpoints). Fixed bug #77805 (phpdbg build fails when readline is shared). Reflection: Fixed bug #77772 (ReflectionClass::getMethods(null) doesn't work). Fixed bug #77882 (Different behavior: always calls destructor). Standard: Fixed bug #77680 (recursive mkdir on ftp stream wrapper is incorrect). Fixed bug #77844 (Crash due to null pointer in parse_ini_string with INI_SCANNER_TYPED). Fixed bug #77853 (Inconsistent substr_compare behaviour with empty haystack). Changelog taken from: https://www.php.net/ChangeLog-7.php#7.2.18 Approved by: ports-secteam (mivy) Deleted: branches/2019Q2/databases/php72-interbase/files/ Modified: branches/2019Q2/lang/php72/Makefile branches/2019Q2/lang/php72/distinfo branches/2019Q2/lang/php72/files/patch-acinclude.m4 Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/lang/php72/Makefile ============================================================================== --- branches/2019Q2/lang/php72/Makefile Wed May 8 14:22:06 2019 (r501022) +++ branches/2019Q2/lang/php72/Makefile Wed May 8 14:24:02 2019 (r501023) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= php72 -DISTVERSION= 7.2.17 -PORTREVISION?= 2 +DISTVERSION= 7.2.18 +PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${DISTVERSION} @@ -58,7 +58,7 @@ MYSQLND_DESC= Build with MySQL Native Driver LINKTHR_DESC= Link thread lib (for threaded extensions) ZTS_DESC= Force Zend Thread Safety (ZTS) build -CONFLICTS= php56-* php70-* php71-* php73-* +#CONFLICTS= php56-* php70-* php71-* php73-* DESTDIRNAME= INSTALL_ROOT Modified: branches/2019Q2/lang/php72/distinfo ============================================================================== --- branches/2019Q2/lang/php72/distinfo Wed May 8 14:22:06 2019 (r501022) +++ branches/2019Q2/lang/php72/distinfo Wed May 8 14:24:02 2019 (r501023) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554455753 -SHA256 (php-7.2.17.tar.xz) = a3e5f51a9ae08813b3925bea3a4de02cd4906fcccf75646e267a213bb63bcf84 -SIZE (php-7.2.17.tar.xz) = 12144120 +TIMESTAMP = 1557174681 +SHA256 (php-7.2.18.tar.xz) = 9970dbb3ab1298c9e6aac54bebfa841c8ad14b18eead65594a68fa841364cb8d +SIZE (php-7.2.18.tar.xz) = 12172696 Modified: branches/2019Q2/lang/php72/files/patch-acinclude.m4 ============================================================================== --- branches/2019Q2/lang/php72/files/patch-acinclude.m4 Wed May 8 14:22:06 2019 (r501022) +++ branches/2019Q2/lang/php72/files/patch-acinclude.m4 Wed May 8 14:24:02 2019 (r501023) @@ -5,7 +5,7 @@ dnl ---------------------------------------------- CLI static module [PHP_]translit($1,a-z_-,A-Z__)[_SHARED]=no - case "$PHP_SAPI" in -- cgi|embed[)] +- cgi|embed|phpdbg[)] - PHP_ADD_SOURCES($ext_dir,$2,$ac_extra,) - EXT_STATIC="$EXT_STATIC $1;$ext_dir" - ;; From owner-svn-ports-all@freebsd.org Wed May 8 14:26:13 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF74315888DD; Wed, 8 May 2019 14:26:12 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 944BD75348; Wed, 8 May 2019 14:26: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6A22970C3; Wed, 8 May 2019 14:26: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 x48EQCrI070052; Wed, 8 May 2019 14:26:12 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x48EQBIR070050; Wed, 8 May 2019 14:26:11 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201905081426.x48EQBIR070050@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Wed, 8 May 2019 14:26:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501024 - in branches/2019Q2: databases/php73-interbase/files lang/php73 lang/php73/files X-SVN-Group: ports-branches X-SVN-Commit-Author: tz X-SVN-Commit-Paths: in branches/2019Q2: databases/php73-interbase/files lang/php73 lang/php73/files X-SVN-Commit-Revision: 501024 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 944BD75348 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 14:26:13 -0000 Author: tz Date: Wed May 8 14:26:11 2019 New Revision: 501024 URL: https://svnweb.freebsd.org/changeset/ports/501024 Log: MFH: r501001 lang/php73: Upgrade from 7.3.4 to 7.3.5 Changelog: Core: Fixed bug #77903 (ArrayIterator stops iterating after offsetSet call). CLI: Fixed bug #77794 (Incorrect Date header format in built-in server). EXIF: Fixed bug #77950 (Heap-buffer-overflow in _estrndup via exif_process_IFD_TAG). Interbase: Fixed bug #72175 (Impossibility of creating multiple connections to Interbase with php 7.x). Intl: Fixed bug #77895 (IntlDateFormatter::create fails in strict mode if $locale = null). litespeed: LiteSpeed SAPI 7.3.1, better process management, new API function litespeed_finish_request(). LDAP: Fixed bug #77869 (Core dump when using server controls) (mcmic) Mail: Fixed bug #77821 (Potential heap corruption in TSendMail()). mbstring: Implemented FR #72777 (Implement regex stack limits for mbregex functions). MySQLi: Fixed bug #77773 (Unbuffered queries leak memory - MySQLi / mysqlnd). PCRE: Fixed bug #77827 (preg_match does not ignore \r in regex flags). PDO: Fixed bug #77849 (Disable cloning of PDO handle/connection objects). phpdbg: Fixed bug #76801 (too many open files). Fixed bug #77800 (phpdbg segfaults on listing some conditional breakpoints). Fixed bug #77805 (phpdbg build fails when readline is shared). Reflection: Fixed bug #77772 (ReflectionClass::getMethods(null) doesn't work). Fixed bug #77882 (Different behavior: always calls destructor). Standard: Fixed bug #77793 (Segmentation fault in extract() when overwriting reference with itself). Fixed bug #77844 (Crash due to null pointer in parse_ini_string with INI_SCANNER_TYPED). Fixed bug #77853 (Inconsistent substr_compare behaviour with empty haystack). Changelog taken from: https://www.php.net/ChangeLog-7.php#7.3.5 Approved by: ports-secteam (mivy) Deleted: branches/2019Q2/databases/php73-interbase/files/ Modified: branches/2019Q2/lang/php73/Makefile branches/2019Q2/lang/php73/distinfo branches/2019Q2/lang/php73/files/patch-acinclude.m4 Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/lang/php73/Makefile ============================================================================== --- branches/2019Q2/lang/php73/Makefile Wed May 8 14:24:02 2019 (r501023) +++ branches/2019Q2/lang/php73/Makefile Wed May 8 14:26:11 2019 (r501024) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= php73 -DISTVERSION= 7.3.4 -PORTREVISION?= 2 +DISTVERSION= 7.3.5 +PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${DISTVERSION} Modified: branches/2019Q2/lang/php73/distinfo ============================================================================== --- branches/2019Q2/lang/php73/distinfo Wed May 8 14:24:02 2019 (r501023) +++ branches/2019Q2/lang/php73/distinfo Wed May 8 14:26:11 2019 (r501024) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554455789 -SHA256 (php-7.3.4.tar.xz) = 6fe79fa1f8655f98ef6708cde8751299796d6c1e225081011f4104625b923b83 -SIZE (php-7.3.4.tar.xz) = 11977004 +TIMESTAMP = 1557174604 +SHA256 (php-7.3.5.tar.xz) = e1011838a46fd4a195c8453b333916622d7ff5bce4aca2d9d99afac142db2472 +SIZE (php-7.3.5.tar.xz) = 11981356 Modified: branches/2019Q2/lang/php73/files/patch-acinclude.m4 ============================================================================== --- branches/2019Q2/lang/php73/files/patch-acinclude.m4 Wed May 8 14:24:02 2019 (r501023) +++ branches/2019Q2/lang/php73/files/patch-acinclude.m4 Wed May 8 14:26:11 2019 (r501024) @@ -5,7 +5,7 @@ dnl ---------------------------------------------- CLI static module [PHP_]translit($1,a-z_-,A-Z__)[_SHARED]=no - case "$PHP_SAPI" in -- cgi|embed[)] +- cgi|embed|phpdbg[)] - PHP_ADD_SOURCES($ext_dir,$2,$ac_extra,) - EXT_STATIC="$EXT_STATIC $1;$ext_dir" - ;; From owner-svn-ports-all@freebsd.org Wed May 8 14:56:02 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 277B11589604; Wed, 8 May 2019 14:56:02 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BF0157648E; Wed, 8 May 2019 14:56:01 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8DE7775CD; Wed, 8 May 2019 14:56:01 +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 x48Eu1OP085994; Wed, 8 May 2019 14:56:01 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x48Eu1mT085990; Wed, 8 May 2019 14:56:01 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201905081456.x48Eu1mT085990@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 8 May 2019 14:56:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501025 - in head/security: py-paramiko py-paramiko1 X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: in head/security: py-paramiko py-paramiko1 X-SVN-Commit-Revision: 501025 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: BF0157648E X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.962,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 14:56:02 -0000 Author: amdmi3 Date: Wed May 8 14:56:00 2019 New Revision: 501025 URL: https://svnweb.freebsd.org/changeset/ports/501025 Log: - Fix test target Approved by: portmgr blanket Modified: head/security/py-paramiko/Makefile head/security/py-paramiko1/Makefile Modified: head/security/py-paramiko/Makefile ============================================================================== --- head/security/py-paramiko/Makefile Wed May 8 14:26:11 2019 (r501024) +++ head/security/py-paramiko/Makefile Wed May 8 14:56:00 2019 (r501025) @@ -26,7 +26,7 @@ USE_PYTHON= autoplist distutils CONFLICTS_INSTALL= py??-paramiko1-* NO_ARCH= yes -do-test: extract +do-test: @(cd ${WRKSRC} && ${PYTHON_CMD} -m unittest discover .) .include Modified: head/security/py-paramiko1/Makefile ============================================================================== --- head/security/py-paramiko1/Makefile Wed May 8 14:26:11 2019 (r501024) +++ head/security/py-paramiko1/Makefile Wed May 8 14:56:00 2019 (r501025) @@ -22,7 +22,7 @@ CONFLICTS_INSTALL= py??-paramiko-* OPTIONS_DEFINE= EXAMPLES -regression-test: extract +do-test: @(cd ${WRKSRC} && ${PYTHON_CMD} test.py) .include From owner-svn-ports-all@freebsd.org Wed May 8 14:56:28 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B008A1589639; Wed, 8 May 2019 14:56:28 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 52E5B7657C; Wed, 8 May 2019 14:56:28 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2A12F75CE; Wed, 8 May 2019 14:56:28 +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 x48EuSST086112; Wed, 8 May 2019 14:56:28 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x48EuSS5086111; Wed, 8 May 2019 14:56:28 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201905081456.x48EuSS5086111@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 8 May 2019 14:56:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501026 - head/games/sgt-puzzles X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/games/sgt-puzzles X-SVN-Commit-Revision: 501026 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 52E5B7657C X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.962,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 14:56:28 -0000 Author: amdmi3 Date: Wed May 8 14:56:27 2019 New Revision: 501026 URL: https://svnweb.freebsd.org/changeset/ports/501026 Log: - Fix custom target dependency Modified: head/games/sgt-puzzles/Makefile Modified: head/games/sgt-puzzles/Makefile ============================================================================== --- head/games/sgt-puzzles/Makefile Wed May 8 14:56:00 2019 (r501025) +++ head/games/sgt-puzzles/Makefile Wed May 8 14:56:27 2019 (r501026) @@ -69,7 +69,7 @@ post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/puzzles.txt ${WRKSRC}/HACKING ${STAGEDIR}${DOCSDIR}/ -check-puzzle-list-completeness:: +check-puzzle-list-completeness: extract @${ECHO_CMD} ${PUZZLE_LIST} | ${FMT} -w 1 | ${SORT} > ${WRKDIR}/puzzle_list.port @${LS} ${WRKSRC}/icons | ${GREP} 48d24.png | ${CUT} -f 1 -d- | ${SORT} > ${WRKDIR}/puzzle_list.upstream @cmp ${WRKDIR}/puzzle_list.port ${WRKDIR}/puzzle_list.upstream From owner-svn-ports-all@freebsd.org Wed May 8 15:28:10 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78E69158A672; Wed, 8 May 2019 15:28:10 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F0BDB80569; Wed, 8 May 2019 15:28:09 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C719B7ACF; Wed, 8 May 2019 15:28:09 +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 x48FS9vi003019; Wed, 8 May 2019 15:28:09 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x48FS9WX003018; Wed, 8 May 2019 15:28:09 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201905081528.x48FS9WX003018@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Wed, 8 May 2019 15:28:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501027 - head/graphics/cimg X-SVN-Group: ports-head X-SVN-Commit-Author: thierry X-SVN-Commit-Paths: head/graphics/cimg X-SVN-Commit-Revision: 501027 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: F0BDB80569 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.962,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 15:28:10 -0000 Author: thierry Date: Wed May 8 15:28:09 2019 New Revision: 501027 URL: https://svnweb.freebsd.org/changeset/ports/501027 Log: Upgrade to v.2.6.1. Modified: head/graphics/cimg/Makefile head/graphics/cimg/distinfo Modified: head/graphics/cimg/Makefile ============================================================================== --- head/graphics/cimg/Makefile Wed May 8 14:56:27 2019 (r501026) +++ head/graphics/cimg/Makefile Wed May 8 15:28:09 2019 (r501027) @@ -3,7 +3,7 @@ PORTNAME= cimg DISTVERSIONPREFIX= v. -DISTVERSION= 2.5.7 +DISTVERSION= 2.6.1 PORTEPOCH= 3 CATEGORIES= graphics devel Modified: head/graphics/cimg/distinfo ============================================================================== --- head/graphics/cimg/distinfo Wed May 8 14:56:27 2019 (r501026) +++ head/graphics/cimg/distinfo Wed May 8 15:28:09 2019 (r501027) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556136497 -SHA256 (dtschump-CImg-v.2.5.7_GH0.tar.gz) = 332ab73a5b3ebc7c50b6485759d81ce0572596dbebda3b119ebe80f003b8587f -SIZE (dtschump-CImg-v.2.5.7_GH0.tar.gz) = 11075638 +TIMESTAMP = 1557328804 +SHA256 (dtschump-CImg-v.2.6.1_GH0.tar.gz) = edce266bf8882c23449425164439477a7dd780ec00eada99673c5f75e6ac0689 +SIZE (dtschump-CImg-v.2.6.1_GH0.tar.gz) = 11075650 From owner-svn-ports-all@freebsd.org Wed May 8 16:00:07 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 547E8158B674; Wed, 8 May 2019 16:00:07 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EE17F8214F; Wed, 8 May 2019 16:00:06 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BE8A47FE9; Wed, 8 May 2019 16:00:06 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x48G06JI019534; Wed, 8 May 2019 16:00:06 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x48G06F9019530; Wed, 8 May 2019 16:00:06 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905081600.x48G06F9019530@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 8 May 2019 16:00:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501028 - in head/www/davix: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/www/davix: . files X-SVN-Commit-Revision: 501028 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: EE17F8214F X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 16:00:07 -0000 Author: yuri Date: Wed May 8 16:00:05 2019 New Revision: 501028 URL: https://svnweb.freebsd.org/changeset/ports/501028 Log: www/davix: Update 0.7.1 -> 0.7.3 Change to tarballs because the previously used github repository is broken: cmake says one function has wrong number of arguments. Modified: head/www/davix/Makefile head/www/davix/distinfo head/www/davix/files/patch-test_functional_CMakeLists.txt head/www/davix/pkg-plist Modified: head/www/davix/Makefile ============================================================================== --- head/www/davix/Makefile Wed May 8 15:28:09 2019 (r501027) +++ head/www/davix/Makefile Wed May 8 16:00:05 2019 (r501028) @@ -1,10 +1,9 @@ # $FreeBSD$ PORTNAME= davix -DISTVERSION= 0.7.1 -PORTREVISION= 1 +DISTVERSION= 0.7.3 CATEGORIES= www -MASTER_SITES= https://github.com/cern-fts/davix/releases/download/R_${DISTVERSION:S/./_/g}/ +MASTER_SITES= http://grid-deployment.web.cern.ch/grid-deployment/dms/lcgutil/tar/${PORTNAME}/${DISTVERSION}/ MAINTAINER= yuri@FreeBSD.org COMMENT= Make the task of managing files over HTTP-based protocols simple Modified: head/www/davix/distinfo ============================================================================== --- head/www/davix/distinfo Wed May 8 15:28:09 2019 (r501027) +++ head/www/davix/distinfo Wed May 8 16:00:05 2019 (r501028) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541295884 -SHA256 (davix-0.7.1.tar.gz) = 0d13c21d5d4ef9194313ae4cfba8095ac5a4272f276993c43103f833514f206b -SIZE (davix-0.7.1.tar.gz) = 4336124 +TIMESTAMP = 1557330227 +SHA256 (davix-0.7.3.tar.gz) = cd46276e72c6a0da1e2ad30eb66ec509a4c023687767c62a66713fa8c23d328a +SIZE (davix-0.7.3.tar.gz) = 4341865 Modified: head/www/davix/files/patch-test_functional_CMakeLists.txt ============================================================================== --- head/www/davix/files/patch-test_functional_CMakeLists.txt Wed May 8 15:28:09 2019 (r501027) +++ head/www/davix/files/patch-test_functional_CMakeLists.txt Wed May 8 16:00:05 2019 (r501028) @@ -1,11 +1,11 @@ ---- test/functional/CMakeLists.txt.orig 2018-10-02 17:09:41 UTC +--- test/functional/CMakeLists.txt.orig 2019-05-08 15:50:42 UTC +++ test/functional/CMakeLists.txt -@@ -83,7 +83,7 @@ add_library(test_davix_functional_lib ST +@@ -81,7 +81,7 @@ add_library(test_davix_functional_lib ST #target_link_libraries(test_mv libdavix test_davix_functional_lib) - add_executable(tester ${src_tester}) --target_link_libraries(tester libdavix test_davix_functional_lib) -+target_link_libraries(tester libdavix test_davix_functional_lib uuid) + add_executable(davix-tester ${src_tester}) +-target_link_libraries(davix-tester libdavix test_davix_functional_lib) ++target_link_libraries(davix-tester libdavix test_davix_functional_lib uuid) - function(assert_not_empty var) - if("${var}" STREQUAL "") + install(TARGETS davix-tester + DESTINATION ${BIN_INSTALL_DIR}/) Modified: head/www/davix/pkg-plist ============================================================================== --- head/www/davix/pkg-plist Wed May 8 15:28:09 2019 (r501027) +++ head/www/davix/pkg-plist Wed May 8 16:00:05 2019 (r501028) @@ -5,6 +5,7 @@ bin/davix-mkdir bin/davix-mv bin/davix-put bin/davix-rm +bin/davix-tester bin/davix-unit-tests include/davix/auth/davixauth.hpp include/davix/auth/davixx509cred.hpp From owner-svn-ports-all@freebsd.org Wed May 8 16:05:01 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6A6E158BA69; Wed, 8 May 2019 16:05:01 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6BC3382830; Wed, 8 May 2019 16:05:01 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 45D67818B; Wed, 8 May 2019 16:05:01 +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 x48G51Of024562; Wed, 8 May 2019 16:05:01 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x48G50AP024559; Wed, 8 May 2019 16:05:00 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905081605.x48G50AP024559@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 8 May 2019 16:05:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501029 - head/multimedia/svt-av1 X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/multimedia/svt-av1 X-SVN-Commit-Revision: 501029 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6BC3382830 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.976,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 16:05:02 -0000 Author: jbeich Date: Wed May 8 16:05:00 2019 New Revision: 501029 URL: https://svnweb.freebsd.org/changeset/ports/501029 Log: multimedia/svt-av1: update to s20180508 Changes: https://github.com/OpenVisualCloud/SVT-AV1/compare/3b11c3ea...8c77c93a Modified: head/multimedia/svt-av1/Makefile (contents, props changed) head/multimedia/svt-av1/distinfo (contents, props changed) Modified: head/multimedia/svt-av1/Makefile ============================================================================== --- head/multimedia/svt-av1/Makefile Wed May 8 16:00:05 2019 (r501028) +++ head/multimedia/svt-av1/Makefile Wed May 8 16:05:00 2019 (r501029) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= svt-av1 -PORTVERSION= s20180506 +PORTVERSION= s20180508 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org @@ -23,7 +23,7 @@ USE_GITHUB= yes USE_LDCONFIG= yes GH_ACCOUNT= OpenVisualCloud GH_PROJECT= SVT-AV1 -GH_TAGNAME= 3b11c3ea +GH_TAGNAME= 8c77c93a CMAKE_OFF= BUILD_TESTING # no useful tests yet post-patch: Modified: head/multimedia/svt-av1/distinfo ============================================================================== --- head/multimedia/svt-av1/distinfo Wed May 8 16:00:05 2019 (r501028) +++ head/multimedia/svt-av1/distinfo Wed May 8 16:05:00 2019 (r501029) @@ -1,3 +1,3 @@ -TIMESTAMP = 1557161638 -SHA256 (OpenVisualCloud-SVT-AV1-s20180506-3b11c3ea_GH0.tar.gz) = 53ce3256a3e2f593f76a0a17bd5ddb976e54fe05ada88449cb2564f83b498d79 -SIZE (OpenVisualCloud-SVT-AV1-s20180506-3b11c3ea_GH0.tar.gz) = 2225635 +TIMESTAMP = 1557299994 +SHA256 (OpenVisualCloud-SVT-AV1-s20180508-8c77c93a_GH0.tar.gz) = 3160c3b88d94f471cf5aeeaeb6bb2ab0fd5a1817a858167d11734aa22a562413 +SIZE (OpenVisualCloud-SVT-AV1-s20180508-8c77c93a_GH0.tar.gz) = 2226627 From owner-svn-ports-all@freebsd.org Wed May 8 16:06:05 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4359A158BBAD; Wed, 8 May 2019 16:06:05 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C03F882AE1; Wed, 8 May 2019 16:06: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 99C56818E; Wed, 8 May 2019 16:06:04 +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 x48G64Sk025873; Wed, 8 May 2019 16:06:04 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x48G5rH0025809; Wed, 8 May 2019 16:05:53 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905081605.x48G5rH0025809@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 8 May 2019 16:05:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501030 - in head: astro/siril biology/abyss biology/py-fastTSNE comms/wsjtx converters/pdf2djvu devel/openmp devel/openmp/files devel/py-numba finance/quantlib french/aster graphics/bl... X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head: astro/siril biology/abyss biology/py-fastTSNE comms/wsjtx converters/pdf2djvu devel/openmp devel/openmp/files devel/py-numba finance/quantlib french/aster graphics/blender graphics/darktable ... X-SVN-Commit-Revision: 501030 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C03F882AE1 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.980,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 16:06:05 -0000 Author: jbeich Date: Wed May 8 16:05:53 2019 New Revision: 501030 URL: https://svnweb.freebsd.org/changeset/ports/501030 Log: devel/openmp: phase out - Expire after the last version without /usr/lib/libomp.so - Drop SOVERSION for seamless transition (i.e., avoid conditionals) PR: 236907 Approved by: bapt (maintainer) Differential Revision: https://reviews.freebsd.org/D19767 Deleted: head/devel/openmp/files/patch-libomptarget_src_CMakeLists.txt head/devel/openmp/files/patch-runtime_src_CMakeLists.txt Modified: head/astro/siril/Makefile (contents, props changed) head/biology/abyss/Makefile (contents, props changed) head/biology/py-fastTSNE/Makefile (contents, props changed) head/comms/wsjtx/Makefile (contents, props changed) head/converters/pdf2djvu/Makefile (contents, props changed) head/devel/openmp/Makefile (contents, props changed) head/devel/py-numba/Makefile (contents, props changed) head/finance/quantlib/Makefile (contents, props changed) head/french/aster/Makefile (contents, props changed) head/graphics/blender/Makefile (contents, props changed) head/graphics/darktable/Makefile (contents, props changed) head/graphics/gmic/Makefile (contents, props changed) head/graphics/gthumb/Makefile (contents, props changed) head/graphics/lightzone/Makefile (contents, props changed) head/graphics/mandelbulber/Makefile (contents, props changed) head/graphics/rawtherapee/Makefile (contents, props changed) head/graphics/tesseract/Makefile (contents, props changed) head/math/R/Makefile (contents, props changed) head/math/ambit/Makefile (contents, props changed) head/math/blaze/Makefile (contents, props changed) head/math/blazeiterative/Makefile (contents, props changed) head/math/combblas/Makefile (contents, props changed) head/math/dbcsr/Makefile (contents, props changed) head/math/gretl/Makefile (contents, props changed) head/math/hipmcl/Makefile (contents, props changed) head/math/hmat-oss/Makefile (contents, props changed) head/math/libnormaliz/Makefile (contents, props changed) head/math/libxsmm/Makefile (contents, props changed) head/math/lis/Makefile (contents, props changed) head/math/mkl-dnn/Makefile (contents, props changed) head/math/py-rpy2/Makefile (contents, props changed) head/math/py-yt/Makefile (contents, props changed) head/math/timbl/Makefile (contents, props changed) head/math/tmv/Makefile (contents, props changed) head/misc/urh/Makefile (contents, props changed) head/science/abinit/Makefile (contents, props changed) head/science/chrono/Makefile (contents, props changed) head/science/code_saturne/Makefile (contents, props changed) head/science/dftbplus/Makefile (contents, props changed) head/science/gabedit/Makefile (contents, props changed) head/science/gromacs/Makefile (contents, props changed) head/science/lammps/Makefile (contents, props changed) head/science/latte/Makefile (contents, props changed) head/science/openmx/Makefile (contents, props changed) head/science/py-GPy/Makefile (contents, props changed) head/science/py-PyFR/Makefile (contents, props changed) head/science/py-phono3py/Makefile (contents, props changed) head/science/qmcpack/Makefile (contents, props changed) head/textproc/libfolia/Makefile (contents, props changed) head/textproc/ucto/Makefile (contents, props changed) Modified: head/astro/siril/Makefile ============================================================================== --- head/astro/siril/Makefile Wed May 8 16:05:00 2019 (r501029) +++ head/astro/siril/Makefile Wed May 8 16:05:53 2019 (r501030) @@ -2,7 +2,7 @@ PORTNAME= siril DISTVERSION= 0.9.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro graphics MASTER_SITES= https://free-astro.org/download/ Modified: head/biology/abyss/Makefile ============================================================================== --- head/biology/abyss/Makefile Wed May 8 16:05:00 2019 (r501029) +++ head/biology/abyss/Makefile Wed May 8 16:05:53 2019 (r501030) @@ -2,7 +2,7 @@ PORTNAME= abyss DISTVERSION= 2.1.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= biology MASTER_SITES= http://www.bcgsc.ca/platform/bioinfo/software/${PORTNAME}/releases/${DISTVERSION}/ Modified: head/biology/py-fastTSNE/Makefile ============================================================================== --- head/biology/py-fastTSNE/Makefile Wed May 8 16:05:00 2019 (r501029) +++ head/biology/py-fastTSNE/Makefile Wed May 8 16:05:53 2019 (r501030) @@ -2,6 +2,7 @@ PORTNAME= fastTSNE DISTVERSION= 0.2.13 +PORTREVISION= 1 CATEGORIES= biology python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/comms/wsjtx/Makefile ============================================================================== --- head/comms/wsjtx/Makefile Wed May 8 16:05:00 2019 (r501029) +++ head/comms/wsjtx/Makefile Wed May 8 16:05:53 2019 (r501030) @@ -2,7 +2,7 @@ PORTNAME= wsjtx PORTVERSION= 2.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms hamradio MASTER_SITES= SF/wsjt/${PORTNAME}-${PORTVERSION}${DISTVERSIONSUFFIX} Modified: head/converters/pdf2djvu/Makefile ============================================================================== --- head/converters/pdf2djvu/Makefile Wed May 8 16:05:00 2019 (r501029) +++ head/converters/pdf2djvu/Makefile Wed May 8 16:05:53 2019 (r501030) @@ -2,7 +2,7 @@ PORTNAME= pdf2djvu PORTVERSION= 0.9.12 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= converters MASTER_SITES= https://github.com/jwilk/${PORTNAME}/releases/download/${PORTVERSION}/ Modified: head/devel/openmp/Makefile ============================================================================== --- head/devel/openmp/Makefile Wed May 8 16:05:00 2019 (r501029) +++ head/devel/openmp/Makefile Wed May 8 16:05:53 2019 (r501030) @@ -3,6 +3,7 @@ PORTNAME= openmp DISTVERSION= 8.0.0 DISTVERSIONSUFFIX= .src +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://llvm.org/releases/${DISTVERSION}/ @@ -12,6 +13,8 @@ COMMENT= Open Multi-Processing runtime for LLVM/Clang LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt +DEPRECATED= Part of base system since FreeBSD 11.3/12.1 +EXPIRATION_DATE=2019-12-31 ONLY_FOR_ARCHS= amd64 i386 USES= cmake compiler:c++11-lib perl5 tar:xz @@ -23,8 +26,6 @@ PLIST_FILES= include/omp.h \ lib/libgomp.so \ lib/libiomp5.so \ lib/libomp.so \ - lib/libomp.so.0 \ - lib/libomptarget.so \ - lib/libomptarget.so.0 + lib/libomptarget.so .include Modified: head/devel/py-numba/Makefile ============================================================================== --- head/devel/py-numba/Makefile Wed May 8 16:05:00 2019 (r501029) +++ head/devel/py-numba/Makefile Wed May 8 16:05:53 2019 (r501030) @@ -3,7 +3,7 @@ PORTNAME= numba DISTVERSION= 0.40.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/finance/quantlib/Makefile ============================================================================== --- head/finance/quantlib/Makefile Wed May 8 16:05:00 2019 (r501029) +++ head/finance/quantlib/Makefile Wed May 8 16:05:53 2019 (r501030) @@ -3,7 +3,7 @@ PORTNAME= quantlib PORTVERSION= 1.15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= finance math devel MASTER_SITES= https://dl.bintray.com/${PORTNAME}/releases/ DISTNAME= QuantLib-${PORTVERSION} Modified: head/french/aster/Makefile ============================================================================== --- head/french/aster/Makefile Wed May 8 16:05:00 2019 (r501029) +++ head/french/aster/Makefile Wed May 8 16:05:53 2019 (r501030) @@ -3,7 +3,7 @@ PORTNAME= aster DISTVERSION= ${ASTER_DISTVERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= french cad MAINTAINER= thierry@FreeBSD.org Modified: head/graphics/blender/Makefile ============================================================================== --- head/graphics/blender/Makefile Wed May 8 16:05:00 2019 (r501029) +++ head/graphics/blender/Makefile Wed May 8 16:05:53 2019 (r501030) @@ -3,7 +3,7 @@ PORTNAME= blender PORTVERSION= 2.79b -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= graphics games MASTER_SITES= http://download.blender.org/source/ \ http://mirror.cs.umn.edu/blender.org/source/ \ @@ -128,7 +128,7 @@ OPENJPEG_LIB_DEPENDS= libopenjpeg.so:graphics/openjpe # -DOpenMP_C_FLAGS:STRING=-fopenmp -lm \ # -DOpenMP_CXX_FLAGS:STRING=-fopenmp -lm #OPENMP_CMAKE_OFF= -DWITH_OPENMP:BOOL=OFF -#OPENMP_LIB_DEPENDS= libomp.so.0:devel/openmp +#OPENMP_LIB_DEPENDS= libomp.so:devel/openmp #OPENMP_LDFLAGS= -L${LOCALBASE}/lib OPENSUBDIV_CMAKE_BOOL= WITH_OPENSUBDIV OPENSUBDIV_LIB_DEPENDS= libosdCPU.so:graphics/opensubdiv Modified: head/graphics/darktable/Makefile ============================================================================== --- head/graphics/darktable/Makefile Wed May 8 16:05:00 2019 (r501029) +++ head/graphics/darktable/Makefile Wed May 8 16:05:53 2019 (r501030) @@ -3,6 +3,7 @@ PORTNAME= darktable PORTVERSION= 2.6.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION:C/\.rc/rc/}/ @@ -108,7 +109,7 @@ CXX= clang++${LLVM_VER} # Depend on devel/openmp instead of the full LLVM at runtime. Required # for a consistent libomp experience. -LIB_DEPENDS+= libomp.so.0:devel/openmp +LIB_DEPENDS+= libomp.so:devel/openmp .endif .if defined(WITH_DEBUG) Modified: head/graphics/gmic/Makefile ============================================================================== --- head/graphics/gmic/Makefile Wed May 8 16:05:00 2019 (r501029) +++ head/graphics/gmic/Makefile Wed May 8 16:05:53 2019 (r501030) @@ -2,6 +2,7 @@ PORTNAME= gmic DISTVERSION= 2.6.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://gmic.eu/files/source/ DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/graphics/gthumb/Makefile ============================================================================== --- head/graphics/gthumb/Makefile Wed May 8 16:05:00 2019 (r501029) +++ head/graphics/gthumb/Makefile Wed May 8 16:05:53 2019 (r501030) @@ -4,7 +4,7 @@ PORTNAME= gthumb PORTVERSION= 3.6.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: head/graphics/lightzone/Makefile ============================================================================== --- head/graphics/lightzone/Makefile Wed May 8 16:05:00 2019 (r501029) +++ head/graphics/lightzone/Makefile Wed May 8 16:05:53 2019 (r501030) @@ -3,8 +3,8 @@ PORTNAME= lightzone DISTVERSION= 4.1.8-3 -PORTREVISION= 2 DISTVERSIONSUFFIX= -g36e87773 +PORTREVISION= 3 CATEGORIES= graphics java DIST_SUBDIR= ${PORTNAME} Modified: head/graphics/mandelbulber/Makefile ============================================================================== --- head/graphics/mandelbulber/Makefile Wed May 8 16:05:00 2019 (r501029) +++ head/graphics/mandelbulber/Makefile Wed May 8 16:05:53 2019 (r501030) @@ -3,6 +3,7 @@ PORTNAME= mandelbulber PORTVERSION= 2.17 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= amdmi3@FreeBSD.org Modified: head/graphics/rawtherapee/Makefile ============================================================================== --- head/graphics/rawtherapee/Makefile Wed May 8 16:05:00 2019 (r501029) +++ head/graphics/rawtherapee/Makefile Wed May 8 16:05:53 2019 (r501030) @@ -3,6 +3,7 @@ PORTNAME= rawtherapee PORTVERSION= 5.6 +PORTREVISION= 1 #DISTNAME= ${PORTNAME}-${PORTVERSION:R}-rc2${DISTVERSIONSUFFIX} CATEGORIES= graphics MASTER_SITES= http://rawtherapee.com/shared/source/ Modified: head/graphics/tesseract/Makefile ============================================================================== --- head/graphics/tesseract/Makefile Wed May 8 16:05:00 2019 (r501029) +++ head/graphics/tesseract/Makefile Wed May 8 16:05:53 2019 (r501030) @@ -3,7 +3,7 @@ PORTNAME= tesseract PORTVERSION= 4.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MAINTAINER= pkubaj@anongoth.pl Modified: head/math/R/Makefile ============================================================================== --- head/math/R/Makefile Wed May 8 16:05:00 2019 (r501029) +++ head/math/R/Makefile Wed May 8 16:05:53 2019 (r501030) @@ -3,6 +3,7 @@ PORTNAME= R DISTVERSION= 3.6.0 +PORTREVISION= 1 CATEGORIES= math lang MASTER_SITES= CRAN/src/base/R-${PORTVERSION:C|\..*||} Modified: head/math/ambit/Makefile ============================================================================== --- head/math/ambit/Makefile Wed May 8 16:05:00 2019 (r501029) +++ head/math/ambit/Makefile Wed May 8 16:05:53 2019 (r501030) @@ -3,6 +3,7 @@ PORTNAME= ambit DISTVERSIONPREFIX= v DISTVERSION= 0.3 +PORTREVISION= 1 CATEGORIES= math PKGNAMESUFFIX= -tensor # avoid clash with shells/ambit Modified: head/math/blaze/Makefile ============================================================================== --- head/math/blaze/Makefile Wed May 8 16:05:00 2019 (r501029) +++ head/math/blaze/Makefile Wed May 8 16:05:53 2019 (r501030) @@ -2,6 +2,7 @@ PORTNAME= blaze DISTVERSION= 3.5 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/downloads/ Modified: head/math/blazeiterative/Makefile ============================================================================== --- head/math/blazeiterative/Makefile Wed May 8 16:05:00 2019 (r501029) +++ head/math/blazeiterative/Makefile Wed May 8 16:05:53 2019 (r501030) @@ -2,7 +2,7 @@ PORTNAME= blazeiterative PORTVERSION= g20180409 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org Modified: head/math/combblas/Makefile ============================================================================== --- head/math/combblas/Makefile Wed May 8 16:05:00 2019 (r501029) +++ head/math/combblas/Makefile Wed May 8 16:05:53 2019 (r501030) @@ -2,7 +2,7 @@ PORTNAME= CombBLAS DISTVERSION= 1.6.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= https://people.eecs.berkeley.edu/~aydin/${PORTNAME}_FILES/ DISTNAME= ${PORTNAME}_beta_${DISTVERSION:S/.//:S/./_/} Modified: head/math/dbcsr/Makefile ============================================================================== --- head/math/dbcsr/Makefile Wed May 8 16:05:00 2019 (r501029) +++ head/math/dbcsr/Makefile Wed May 8 16:05:53 2019 (r501030) @@ -3,7 +3,7 @@ PORTNAME= dbcsr DISTVERSIONPREFIX= v DISTVERSION= 1.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org Modified: head/math/gretl/Makefile ============================================================================== --- head/math/gretl/Makefile Wed May 8 16:05:00 2019 (r501029) +++ head/math/gretl/Makefile Wed May 8 16:05:53 2019 (r501030) @@ -3,7 +3,7 @@ PORTNAME= gretl DISTVERSION= 2019a -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math finance MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSIONFULL}/ Modified: head/math/hipmcl/Makefile ============================================================================== --- head/math/hipmcl/Makefile Wed May 8 16:05:00 2019 (r501029) +++ head/math/hipmcl/Makefile Wed May 8 16:05:53 2019 (r501030) @@ -2,6 +2,7 @@ PORTNAME= HipMCL DISTVERSION= g20180814 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/ Modified: head/math/hmat-oss/Makefile ============================================================================== --- head/math/hmat-oss/Makefile Wed May 8 16:05:00 2019 (r501029) +++ head/math/hmat-oss/Makefile Wed May 8 16:05:53 2019 (r501030) @@ -3,6 +3,7 @@ PORTNAME= hmat-oss DISTVERSION= 1.5.0-340 DISTVERSIONSUFFIX= -g700d1fa +PORTREVISION= 1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org Modified: head/math/libnormaliz/Makefile ============================================================================== --- head/math/libnormaliz/Makefile Wed May 8 16:05:00 2019 (r501029) +++ head/math/libnormaliz/Makefile Wed May 8 16:05:53 2019 (r501030) @@ -3,7 +3,7 @@ PORTNAME= libnormaliz DISTVERSIONPREFIX= v DISTVERSION= 3.6.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= phascolarctos@protonmail.ch Modified: head/math/libxsmm/Makefile ============================================================================== --- head/math/libxsmm/Makefile Wed May 8 16:05:00 2019 (r501029) +++ head/math/libxsmm/Makefile Wed May 8 16:05:53 2019 (r501030) @@ -2,7 +2,7 @@ PORTNAME= libxsmm DISTVERSION= 1.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math science MAINTAINER= yuri@FreeBSD.org Modified: head/math/lis/Makefile ============================================================================== --- head/math/lis/Makefile Wed May 8 16:05:00 2019 (r501029) +++ head/math/lis/Makefile Wed May 8 16:05:53 2019 (r501030) @@ -2,6 +2,7 @@ PORTNAME= lis DISTVERSION= 2.0.18 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= https://www.ssisc.org/lis/dl/ Modified: head/math/mkl-dnn/Makefile ============================================================================== --- head/math/mkl-dnn/Makefile Wed May 8 16:05:00 2019 (r501029) +++ head/math/mkl-dnn/Makefile Wed May 8 16:05:53 2019 (r501030) @@ -3,7 +3,7 @@ PORTNAME= mkl-dnn DISTVERSIONPREFIX= v DISTVERSION= 0.18.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org Modified: head/math/py-rpy2/Makefile ============================================================================== --- head/math/py-rpy2/Makefile Wed May 8 16:05:00 2019 (r501029) +++ head/math/py-rpy2/Makefile Wed May 8 16:05:53 2019 (r501030) @@ -3,7 +3,7 @@ PORTNAME= rpy2 DISTVERSION= 3.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/math/py-yt/Makefile ============================================================================== --- head/math/py-yt/Makefile Wed May 8 16:05:00 2019 (r501029) +++ head/math/py-yt/Makefile Wed May 8 16:05:53 2019 (r501030) @@ -3,7 +3,7 @@ PORTNAME= yt DISTVERSION= 3.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math astro python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/math/timbl/Makefile ============================================================================== --- head/math/timbl/Makefile Wed May 8 16:05:00 2019 (r501029) +++ head/math/timbl/Makefile Wed May 8 16:05:53 2019 (r501030) @@ -4,6 +4,7 @@ PORTNAME= timbl DISTVERSIONPREFIX= v DISTVERSION= 6.4.13 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org Modified: head/math/tmv/Makefile ============================================================================== --- head/math/tmv/Makefile Wed May 8 16:05:00 2019 (r501029) +++ head/math/tmv/Makefile Wed May 8 16:05:53 2019 (r501030) @@ -3,7 +3,7 @@ PORTNAME= tmv DISTVERSIONPREFIX= v DISTVERSION= 0.75 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org Modified: head/misc/urh/Makefile ============================================================================== --- head/misc/urh/Makefile Wed May 8 16:05:00 2019 (r501029) +++ head/misc/urh/Makefile Wed May 8 16:05:53 2019 (r501030) @@ -2,7 +2,7 @@ PORTNAME= urh DISTVERSION= 2.5.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc hamradio python MASTER_SITES= CHEESESHOP Modified: head/science/abinit/Makefile ============================================================================== --- head/science/abinit/Makefile Wed May 8 16:05:00 2019 (r501029) +++ head/science/abinit/Makefile Wed May 8 16:05:53 2019 (r501030) @@ -3,7 +3,7 @@ PORTNAME= abinit DISTVERSION= 8.10.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science MASTER_SITES= https://www.abinit.org/sites/default/files/packages/ Modified: head/science/chrono/Makefile ============================================================================== --- head/science/chrono/Makefile Wed May 8 16:05:00 2019 (r501029) +++ head/science/chrono/Makefile Wed May 8 16:05:53 2019 (r501030) @@ -3,6 +3,7 @@ PORTNAME= chrono DISTVERSION= 4.0.0-89 DISTVERSIONSUFFIX= -ge36b5a9ce +PORTREVISION= 1 CATEGORIES= science devel MAINTAINER= yuri@FreeBSD.org Modified: head/science/code_saturne/Makefile ============================================================================== --- head/science/code_saturne/Makefile Wed May 8 16:05:00 2019 (r501029) +++ head/science/code_saturne/Makefile Wed May 8 16:05:53 2019 (r501030) @@ -4,7 +4,7 @@ PORTNAME= code_saturne PORTVERSION= 5.3.2 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science parallel MAINTAINER= thierry@FreeBSD.org Modified: head/science/dftbplus/Makefile ============================================================================== --- head/science/dftbplus/Makefile Wed May 8 16:05:00 2019 (r501029) +++ head/science/dftbplus/Makefile Wed May 8 16:05:53 2019 (r501030) @@ -2,7 +2,7 @@ PORTNAME= dftbplus DISTVERSION= 18.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org Modified: head/science/gabedit/Makefile ============================================================================== --- head/science/gabedit/Makefile Wed May 8 16:05:00 2019 (r501029) +++ head/science/gabedit/Makefile Wed May 8 16:05:53 2019 (r501030) @@ -2,6 +2,7 @@ PORTNAME= gabedit DISTVERSION= 2.5.1 +PORTREVISION= 1 CATEGORIES= science #MASTER_SITES= http://prdownloads.sourceforge.net/${PORTNAME}/ # old SF-based source #DISTNAME= GabeditSrc${DISTVERSION:S/.//g} Modified: head/science/gromacs/Makefile ============================================================================== --- head/science/gromacs/Makefile Wed May 8 16:05:00 2019 (r501029) +++ head/science/gromacs/Makefile Wed May 8 16:05:53 2019 (r501030) @@ -3,7 +3,7 @@ PORTNAME= gromacs DISTVERSION= 2019.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= ftp://ftp.gromacs.org/pub/gromacs/ Modified: head/science/lammps/Makefile ============================================================================== --- head/science/lammps/Makefile Wed May 8 16:05:00 2019 (r501029) +++ head/science/lammps/Makefile Wed May 8 16:05:53 2019 (r501030) @@ -2,6 +2,7 @@ PORTNAME= lammps PORTVERSION= ${GH_TAGNAME:C/(stable|patch)_([0-9]{1,2})([A-Z][a-z][a-z])([0-9]{4})/\4.\3.\2/S/Jan/01/S/Feb/02/S/Mar/03/S/Apr/04/S/May/05/S/Jun/06/S/Jul/07/S/Aug/08/S/Sep/09/S/Oct/10/S/Nov/11/S/Dec/12/} +PORTREVISION= 1 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org Modified: head/science/latte/Makefile ============================================================================== --- head/science/latte/Makefile Wed May 8 16:05:00 2019 (r501029) +++ head/science/latte/Makefile Wed May 8 16:05:53 2019 (r501030) @@ -3,7 +3,7 @@ PORTNAME= latte DISTVERSIONPREFIX= v DISTVERSION= 1.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org Modified: head/science/openmx/Makefile ============================================================================== --- head/science/openmx/Makefile Wed May 8 16:05:00 2019 (r501029) +++ head/science/openmx/Makefile Wed May 8 16:05:53 2019 (r501030) @@ -2,7 +2,7 @@ PORTNAME= openmx DISTVERSION= 3.8.5 # the 18June12 patch upgrades 3.8 -> 3.8.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science MASTER_SITES= http://www.openmx-square.org/ \ http://www.openmx-square.org/bugfixed/18June12/:patch Modified: head/science/py-GPy/Makefile ============================================================================== --- head/science/py-GPy/Makefile Wed May 8 16:05:00 2019 (r501029) +++ head/science/py-GPy/Makefile Wed May 8 16:05:53 2019 (r501030) @@ -2,6 +2,7 @@ PORTNAME= GPy DISTVERSION= 1.9.6 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/science/py-PyFR/Makefile ============================================================================== --- head/science/py-PyFR/Makefile Wed May 8 16:05:00 2019 (r501029) +++ head/science/py-PyFR/Makefile Wed May 8 16:05:53 2019 (r501030) @@ -2,7 +2,7 @@ PORTNAME= PyFR DISTVERSION= 1.8.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science python MASTER_SITES= http://www.pyfr.org/download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/science/py-phono3py/Makefile ============================================================================== --- head/science/py-phono3py/Makefile Wed May 8 16:05:00 2019 (r501029) +++ head/science/py-phono3py/Makefile Wed May 8 16:05:53 2019 (r501030) @@ -2,7 +2,7 @@ PORTNAME= phono3py DISTVERSION= 1.13.3.27 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/science/qmcpack/Makefile ============================================================================== --- head/science/qmcpack/Makefile Wed May 8 16:05:00 2019 (r501029) +++ head/science/qmcpack/Makefile Wed May 8 16:05:53 2019 (r501030) @@ -3,7 +3,7 @@ PORTNAME= qmcpack DISTVERSIONPREFIX= v DISTVERSION= 3.7.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org Modified: head/textproc/libfolia/Makefile ============================================================================== --- head/textproc/libfolia/Makefile Wed May 8 16:05:00 2019 (r501029) +++ head/textproc/libfolia/Makefile Wed May 8 16:05:53 2019 (r501030) @@ -3,7 +3,7 @@ PORTNAME= libfolia DISTVERSIONPREFIX= v DISTVERSION= 1.15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org Modified: head/textproc/ucto/Makefile ============================================================================== --- head/textproc/ucto/Makefile Wed May 8 16:05:00 2019 (r501029) +++ head/textproc/ucto/Makefile Wed May 8 16:05:53 2019 (r501030) @@ -3,7 +3,7 @@ PORTNAME= ucto DISTVERSIONPREFIX= v DISTVERSION= 0.14.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org From owner-svn-ports-all@freebsd.org Wed May 8 16:23:38 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1CA2B158C7EC; Wed, 8 May 2019 16:23:38 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B627683DA0; Wed, 8 May 2019 16:23:37 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9192284FD; Wed, 8 May 2019 16:23:37 +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 x48GNbJv036552; Wed, 8 May 2019 16:23:37 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x48GNbN4036551; Wed, 8 May 2019 16:23:37 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201905081623.x48GNbN4036551@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Wed, 8 May 2019 16:23:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501031 - head X-SVN-Group: ports-head X-SVN-Commit-Author: jrm X-SVN-Commit-Paths: head X-SVN-Commit-Revision: 501031 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B627683DA0 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.962,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 16:23:38 -0000 Author: jrm Date: Wed May 8 16:23:37 2019 New Revision: 501031 URL: https://svnweb.freebsd.org/changeset/ports/501031 Log: .gitauthors: Update dougm's name Modified: head/.gitauthors (contents, props changed) Modified: head/.gitauthors ============================================================================== --- head/.gitauthors Wed May 8 16:05:53 2019 (r501030) +++ head/.gitauthors Wed May 8 16:23:37 2019 (r501031) @@ -217,7 +217,7 @@ dmarion = Damjan Marion dmlb = Duncan Barclay doceng = Doc Manager dougb = Doug Barton -dougm = Douglas William Moore +dougm = Doug Moore dru = Dru Lavigne dryice = Dryice Dong Liu dt = Dmitrij Tejblum From owner-svn-ports-all@freebsd.org Wed May 8 16:24:43 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72D99158C914; Wed, 8 May 2019 16:24:43 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1A36983EFF; Wed, 8 May 2019 16:24:43 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E84A584FE; Wed, 8 May 2019 16:24:42 +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 x48GOgWH036723; Wed, 8 May 2019 16:24:42 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x48GOguo036722; Wed, 8 May 2019 16:24:42 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201905081624.x48GOguo036722@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 8 May 2019 16:24:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501032 - head/emulators/qemu-sbruno X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/emulators/qemu-sbruno X-SVN-Commit-Revision: 501032 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1A36983EFF X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.962,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 16:24:43 -0000 Author: antoine Date: Wed May 8 16:24:42 2019 New Revision: 501032 URL: https://svnweb.freebsd.org/changeset/ports/501032 Log: Unbreak qemu-user-static at runtime Modified: head/emulators/qemu-sbruno/Makefile Modified: head/emulators/qemu-sbruno/Makefile ============================================================================== --- head/emulators/qemu-sbruno/Makefile Wed May 8 16:23:37 2019 (r501031) +++ head/emulators/qemu-sbruno/Makefile Wed May 8 16:24:42 2019 (r501032) @@ -3,7 +3,7 @@ PORTNAME= qemu PORTVERSION= 2.11.50.g20190318 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators PKGNAMESUFFIX?= -sbruno DIST_SUBDIR= qemu/${PORTVERSION} @@ -128,6 +128,7 @@ PLIST_SUB+= SOFTMMU="" PLIST_SUB+= STATIC="" .endif +SSP_CFLAGS?= -fstack-protector # XXX -strong crashes qemu-user-static WITHOUT_CPU_CFLAGS=yes #to avoid problems with register allocation CFLAGS:= ${CFLAGS:C/-fno-tree-vrp//} CFLAGS+= -Wno-address-of-packed-member From owner-svn-ports-all@freebsd.org Wed May 8 16:29:09 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6DBD5158CA89; Wed, 8 May 2019 16:29:09 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 10B558409F; Wed, 8 May 2019 16:29:09 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DD1428502; Wed, 8 May 2019 16:29:08 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x48GT8N3037128; Wed, 8 May 2019 16:29:08 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x48GT8wM037124; Wed, 8 May 2019 16:29:08 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905081629.x48GT8wM037124@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 8 May 2019 16:29:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501033 - in head/multimedia: . subsync X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/multimedia: . subsync X-SVN-Commit-Revision: 501033 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 10B558409F X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.964,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 16:29:09 -0000 Author: yuri Date: Wed May 8 16:29:07 2019 New Revision: 501033 URL: https://svnweb.freebsd.org/changeset/ports/501033 Log: New port: multimedia/subsync: Synchronize your subtitles using machine learning Added: head/multimedia/subsync/ head/multimedia/subsync/Makefile (contents, props changed) head/multimedia/subsync/distinfo (contents, props changed) head/multimedia/subsync/pkg-descr (contents, props changed) Modified: head/multimedia/Makefile Modified: head/multimedia/Makefile ============================================================================== --- head/multimedia/Makefile Wed May 8 16:24:42 2019 (r501032) +++ head/multimedia/Makefile Wed May 8 16:29:07 2019 (r501033) @@ -386,6 +386,7 @@ SUBDIR += snappy SUBDIR += spigot SUBDIR += spook + SUBDIR += subsync SUBDIR += subtitlecomposer SUBDIR += subtitleeditor SUBDIR += subtitleoffsetmodifier Added: head/multimedia/subsync/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/subsync/Makefile Wed May 8 16:29:07 2019 (r501033) @@ -0,0 +1,31 @@ +# $FreeBSD$ + +PORTNAME= subsync +DISTVERSION= g20190408 +CATEGORIES= multimedia python + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Synchronize your subtitles using machine learning + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}argparse>0:devel/py-argparse@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}ffmpeg-python>0:multimedia/py-ffmpeg-python@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pysrt>0:textproc/py-pysrt@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scikit-learn>0:science/py-scikit-learn@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}webrtcvad>0:audio/py-webrtcvad@${PY_FLAVOR} + +USES= python +USE_GITHUB= yes +GH_ACCOUNT= smacke # tympanix account has another version of the same project requiring tensorflow +GH_TAGNAME= 3b9c66f +USE_PYTHON= distutils concurrent noflavors autoplist + +NO_ARCH= yes + +.include Added: head/multimedia/subsync/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/subsync/distinfo Wed May 8 16:29:07 2019 (r501033) @@ -0,0 +1,3 @@ +TIMESTAMP = 1557331810 +SHA256 (smacke-subsync-g20190408-3b9c66f_GH0.tar.gz) = a691ec2d8b6c2868e5a63a84e0b7266a44c8b35220673e4033100594ea3644d3 +SIZE (smacke-subsync-g20190408-3b9c66f_GH0.tar.gz) = 2219182 Added: head/multimedia/subsync/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/subsync/pkg-descr Wed May 8 16:29:07 2019 (r501033) @@ -0,0 +1,4 @@ +Language-agnostic automatic synchronization of subtitles with video, so that +subtitles are aligned to the correct starting point within the video. + +WWW: https://github.com/smacke/subsync From owner-svn-ports-all@freebsd.org Wed May 8 16:31:16 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A459158CB92; Wed, 8 May 2019 16:31:16 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2ECF0843E7; Wed, 8 May 2019 16:31:16 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 17DD713F2; Wed, 8 May 2019 16:31:16 +0000 (UTC) From: Jan Beich To: Antoine Brodin Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r501032 - head/emulators/qemu-sbruno References: <201905081624.x48GOguo036722@repo.freebsd.org> Date: Wed, 08 May 2019 18:31:12 +0200 In-Reply-To: <201905081624.x48GOguo036722@repo.freebsd.org> (Antoine Brodin's message of "Wed, 8 May 2019 16:24:42 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: 2ECF0843E7 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.92 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.93)[-0.927,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 16:31:16 -0000 Antoine Brodin writes: > Author: antoine > Date: Wed May 8 16:24:42 2019 > New Revision: 501032 > URL: https://svnweb.freebsd.org/changeset/ports/501032 > > Log: > Unbreak qemu-user-static at runtime Why? Wasn't r500819 enough? It was even confirmed in https://github.com/seanbruno/qemu-bsd-user/issues/74#issuecomment-490337655 From owner-svn-ports-all@freebsd.org Wed May 8 16:36:54 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D9E2158D092; Wed, 8 May 2019 16:36:54 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0592184A28; Wed, 8 May 2019 16:36:54 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id CC4D41627; Wed, 8 May 2019 16:36:53 +0000 (UTC) From: Jan Beich To: Antoine Brodin Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r501032 - head/emulators/qemu-sbruno References: <201905081624.x48GOguo036722@repo.freebsd.org> Date: Wed, 08 May 2019 18:36:48 +0200 In-Reply-To: (Jan Beich's message of "Wed, 08 May 2019 18:31:12 +0200") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: 0592184A28 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.92 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.93)[-0.927,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; ASN(0.00)[asn:11403, ipnet:96.47.64.0/20, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 16:36:54 -0000 Jan Beich writes: > Antoine Brodin writes: > >> Author: antoine >> Date: Wed May 8 16:24:42 2019 >> New Revision: 501032 >> URL: https://svnweb.freebsd.org/changeset/ports/501032 >> >> Log: >> Unbreak qemu-user-static at runtime > > Why? Wasn't r500819 enough? It was even confirmed in > https://github.com/seanbruno/qemu-bsd-user/issues/74#issuecomment-490337655 Also, I've just checked /latest package for -CURRENT: - qemu-aarch64-static works fine - qemu-arm-static works fine From owner-svn-ports-all@freebsd.org Wed May 8 18:26:56 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76D3E15903CD; Wed, 8 May 2019 18:26:56 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 19EE18895D; Wed, 8 May 2019 18:26:56 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E8A2A991D; Wed, 8 May 2019 18:26:55 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x48IQt50000983; Wed, 8 May 2019 18:26:55 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x48IQtDY000981; Wed, 8 May 2019 18:26:55 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <201905081826.x48IQtDY000981@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Wed, 8 May 2019 18:26:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501034 - head/www/node X-SVN-Group: ports-head X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: head/www/node X-SVN-Commit-Revision: 501034 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 19EE18895D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.94)[-0.941,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 18:26:56 -0000 Author: bhughes Date: Wed May 8 18:26:55 2019 New Revision: 501034 URL: https://svnweb.freebsd.org/changeset/ports/501034 Log: www/node: Update 12.1.0 -> 12.2.0 https://nodejs.org/en/blog/release/v12.2.0/ Sponsored by: Miles AS Modified: head/www/node/Makefile head/www/node/distinfo Modified: head/www/node/Makefile ============================================================================== --- head/www/node/Makefile Wed May 8 16:29:07 2019 (r501033) +++ head/www/node/Makefile Wed May 8 18:26:55 2019 (r501034) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 12.1.0 +PORTVERSION= 12.2.0 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ Modified: head/www/node/distinfo ============================================================================== --- head/www/node/distinfo Wed May 8 16:29:07 2019 (r501033) +++ head/www/node/distinfo Wed May 8 18:26:55 2019 (r501034) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556699265 -SHA256 (node-v12.1.0.tar.gz) = 3333a6cbf160657defece414f63b076fb758dc31af45cd9418c106141fdba0c5 -SIZE (node-v12.1.0.tar.gz) = 49232668 +TIMESTAMP = 1557301464 +SHA256 (node-v12.2.0.tar.gz) = 55f935d35ee201f47fb3b79fdb249dae0ba25f3e98190cfc548a9e3d30c90979 +SIZE (node-v12.2.0.tar.gz) = 49056589 From owner-svn-ports-all@freebsd.org Wed May 8 18:41:06 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64B4A1590866; Wed, 8 May 2019 18:41:06 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0B21288FF1; Wed, 8 May 2019 18:41:06 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BF0549BFA; Wed, 8 May 2019 18:41:05 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x48If5NM006669; Wed, 8 May 2019 18:41:05 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x48If5AK006667; Wed, 8 May 2019 18:41:05 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <201905081841.x48If5AK006667@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Wed, 8 May 2019 18:41:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501035 - head/www/node/files X-SVN-Group: ports-head X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: head/www/node/files X-SVN-Commit-Revision: 501035 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0B21288FF1 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.94)[-0.944,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 18:41:06 -0000 Author: bhughes Date: Wed May 8 18:41:05 2019 New Revision: 501035 URL: https://svnweb.freebsd.org/changeset/ports/501035 Log: www/node: fix build on powerpc64 Upstream broke powerpc64 big-endian. Replace the check for AIX with check for big-endian PPC64 to fix the build. PR: 237586 Submitted by: pkubaj Sponsored by: Miles AS Added: head/www/node/files/patch-deps_v8_src_simulator.h (contents, props changed) Modified: head/www/node/files/patch-deps_v8_src_libsampler_sampler.cc Modified: head/www/node/files/patch-deps_v8_src_libsampler_sampler.cc ============================================================================== --- head/www/node/files/patch-deps_v8_src_libsampler_sampler.cc Wed May 8 18:26:55 2019 (r501034) +++ head/www/node/files/patch-deps_v8_src_libsampler_sampler.cc Wed May 8 18:41:05 2019 (r501035) @@ -1,6 +1,6 @@ --- deps/v8/src/libsampler/sampler.cc.orig 2019-04-23 12:30:43 UTC +++ deps/v8/src/libsampler/sampler.cc -@@ -466,9 +466,9 @@ void SignalHandler::FillRegisterState(void* context, R +@@ -466,9 +466,13 @@ void SignalHandler::FillRegisterState(void* context, R state->sp = reinterpret_cast(mcontext.mc_rsp); state->fp = reinterpret_cast(mcontext.mc_rbp); #elif V8_HOST_ARCH_ARM @@ -10,6 +10,10 @@ + state->pc = reinterpret_cast(mcontext.__gregs[_REG_PC]); + state->sp = reinterpret_cast(mcontext.__gregs[_REG_SP]); + state->fp = reinterpret_cast(mcontext.__gregs[_REG_FP]); ++#elif V8_TARGET_ARCH_PPC_BE ++ state->pc = reinterpret_cast(mcontext.mc_srr0); ++ state->sp = reinterpret_cast(mcontext.mc_frame[1]); ++ state->fp = reinterpret_cast(mcontext.mc_frame[31]); #endif // V8_HOST_ARCH_* #elif V8_OS_NETBSD #if V8_HOST_ARCH_IA32 Added: head/www/node/files/patch-deps_v8_src_simulator.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/node/files/patch-deps_v8_src_simulator.h Wed May 8 18:41:05 2019 (r501035) @@ -0,0 +1,11 @@ +--- deps/v8/src/simulator.h.orig 2019-04-26 17:47:06 UTC ++++ deps/v8/src/simulator.h +@@ -124,7 +124,7 @@ class GeneratedCode { + + DISABLE_CFI_ICALL Return Call(Args... args) { + // When running without a simulator we call the entry directly. +-#if V8_OS_AIX ++#if V8_TARGET_ARCH_PPC_BE + // AIX ABI requires function descriptors (FD). Artificially create a pseudo + // FD to ensure correct dispatch to generated code. The 'volatile' + // declaration is required to avoid the compiler from not observing the From owner-svn-ports-all@freebsd.org Wed May 8 18:41:09 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E79F0159086A; Wed, 8 May 2019 18:41:08 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7E7F989000; Wed, 8 May 2019 18:41:08 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3E1A69C00; Wed, 8 May 2019 18:41:08 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x48If8IT006874; Wed, 8 May 2019 18:41:08 GMT (envelope-from trasz@FreeBSD.org) Received: (from trasz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x48If7L7006867; Wed, 8 May 2019 18:41:07 GMT (envelope-from trasz@FreeBSD.org) Message-Id: <201905081841.x48If7L7006867@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: trasz set sender to trasz@FreeBSD.org using -f From: Edward Tomasz Napierala Date: Wed, 8 May 2019 18:41:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501036 - in head/devel: . linux-ltp X-SVN-Group: ports-head X-SVN-Commit-Author: trasz X-SVN-Commit-Paths: in head/devel: . linux-ltp X-SVN-Commit-Revision: 501036 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7E7F989000 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.951,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 18:41:09 -0000 Author: trasz Date: Wed May 8 18:41:06 2019 New Revision: 501036 URL: https://svnweb.freebsd.org/changeset/ports/501036 Log: New port: devel/linux-ltp The LTP testsuite contains a collection of tools for testing the Linux kernel and related features. This package is intended for testing the Linux kernel ABI provided by linux(4). WWW: https://github.com/linux-test-project/ltp Reviewed by: ngie, lwhsu (earlier version) Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D20092 Added: head/devel/linux-ltp/ head/devel/linux-ltp/Makefile (contents, props changed) head/devel/linux-ltp/distinfo (contents, props changed) head/devel/linux-ltp/pkg-descr (contents, props changed) head/devel/linux-ltp/pkg-message (contents, props changed) head/devel/linux-ltp/pkg-plist.amd64 (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed May 8 18:41:05 2019 (r501035) +++ head/devel/Makefile Wed May 8 18:41:06 2019 (r501036) @@ -1651,6 +1651,7 @@ SUBDIR += linux-c7-qt SUBDIR += linux-c7-sdl12 SUBDIR += linux-c7-sdl20 + SUBDIR += linux-ltp SUBDIR += linux_libusb SUBDIR += lion SUBDIR += listserialc Added: head/devel/linux-ltp/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/linux-ltp/Makefile Wed May 8 18:41:06 2019 (r501036) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +# Note that this port uses RPMs from openSUSE - CentOS doesn't seem +# to carry LTP packages. For future updates, here's the openSUSE +# package site: https://build.opensuse.org/package/show/benchmark/ltp + +PORTNAME= ltp +PORTVERSION= 20190115 +CATEGORIES= devel +MASTER_SITES= https://download.opensuse.org/repositories/benchmark/%SUBDIR%/:DEFAULT,amd64,SOURCE +MASTER_SITE_SUBDIR= openSUSE_Leap_42.3/x86_64/:DEFAULT,amd64 \ + openSUSE_Leap_42.3/src/:SOURCE + +MAINTAINER= trasz@FreeBSD.org +COMMENT= Linux Test Project (openSUSE Leap 42.3) + +LICENSE= GPLv2+ + +ONLY_FOR_ARCHS= amd64 + +RPMVERSION= 1.5 +USES= linux:c7 +USE_LINUX_RPM= yes + +.include Added: head/devel/linux-ltp/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/linux-ltp/distinfo Wed May 8 18:41:06 2019 (r501036) @@ -0,0 +1,5 @@ +TIMESTAMP = 1556466977 +SHA256 (centos/ltp-20190115-1.5.x86_64.rpm) = 49b30b8143ed8e56961d0fb973d3ed7d178fc73714d00cb6b16cd60ea994ef85 +SIZE (centos/ltp-20190115-1.5.x86_64.rpm) = 13788125 +SHA256 (centos/ltp-20190115-1.5.src.rpm) = a4acee34312ce39642ff025d800297e9c3443fdbbe8363c0d0cf9350a3c8c312 +SIZE (centos/ltp-20190115-1.5.src.rpm) = 2852010 Added: head/devel/linux-ltp/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/linux-ltp/pkg-descr Wed May 8 18:41:06 2019 (r501036) @@ -0,0 +1,5 @@ +The LTP testsuite contains a collection of tools for testing +the Linux kernel and related features. This package is intended +for testing the Linux kernel ABI provided by linux(4). + +WWW: https://github.com/linux-test-project/ltp Added: head/devel/linux-ltp/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/linux-ltp/pkg-message Wed May 8 18:41:06 2019 (r501036) @@ -0,0 +1,7 @@ +To run the LTP test suite, execute, as root: + + kldload linux linux64 + mount -t linsysfs linsysfs /compat/linux/sys + mount -t linprocfs linprocfs /compat/linux/proc + chroot /compat/linux /opt/ltp/runltp -Q + Added: head/devel/linux-ltp/pkg-plist.amd64 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/linux-ltp/pkg-plist.amd64 Wed May 8 18:41:06 2019 (r501036) @@ -0,0 +1,6696 @@ +opt/ltp/IDcheck.sh +opt/ltp/Version +opt/ltp/bin/Makefile +opt/ltp/bin/create_dmesg_entries_for_each_test.awk +opt/ltp/bin/create_kernel_faults_in_loops_and_probability.awk +opt/ltp/bin/create_valgrind_check.awk +opt/ltp/bin/genhtml.pl +opt/ltp/bin/html_report_header.txt +opt/ltp/bin/insert_kernel_faults.sh +opt/ltp/bin/ltp-bump +opt/ltp/bin/ltp-pan +opt/ltp/bin/ltp-scanner +opt/ltp/bin/make-file.sh +opt/ltp/bin/restore_kernel_faults_default.sh +opt/ltp/bin/run-all-posix-option-group-tests.sh +opt/ltp/bin/run-posix-option-group-test.sh +opt/ltp/bin/run-tests.sh +opt/ltp/bin/t0 +opt/ltp/conformance/behavior/WIFEXITED/WIFEXITED_1-1.run-test +opt/ltp/conformance/behavior/WIFEXITED/WIFEXITED_1-2.run-test +opt/ltp/conformance/behavior/WIFEXITED/WIFEXITED_1-3.run-test +opt/ltp/conformance/behavior/WIFEXITED/run.sh +opt/ltp/conformance/behavior/timers/run.sh +opt/ltp/conformance/behavior/timers/timers_1-1.run-test +opt/ltp/conformance/behavior/timers/timers_2-1.run-test +opt/ltp/conformance/definitions/aio_h/aio_h_2-1.run-test +opt/ltp/conformance/definitions/aio_h/aio_h_4-1.run-test +opt/ltp/conformance/definitions/aio_h/run.sh +opt/ltp/conformance/definitions/errno_h/errno_h_3-2.run-test +opt/ltp/conformance/definitions/errno_h/errno_h_4-1.run-test +opt/ltp/conformance/definitions/errno_h/run.sh +opt/ltp/conformance/definitions/mqueue_h/mqueue_h_1-1.run-test +opt/ltp/conformance/definitions/mqueue_h/run.sh +opt/ltp/conformance/definitions/pthread_h/run.sh +opt/ltp/conformance/definitions/sched_h/run.sh +opt/ltp/conformance/definitions/sched_h/sched_h_10-1.run-test +opt/ltp/conformance/definitions/signal_h/run.sh +opt/ltp/conformance/definitions/signal_h/signal_h_13-1.run-test +opt/ltp/conformance/definitions/signal_h/signal_h_19-1.run-test +opt/ltp/conformance/definitions/signal_h/signal_h_23-1.run-test +opt/ltp/conformance/definitions/signal_h/signal_h_26-1.run-test +opt/ltp/conformance/definitions/time_h/run.sh +opt/ltp/conformance/definitions/unistd_h/run.sh +opt/ltp/conformance/interfaces/aio_cancel/aio_cancel_1-1.run-test +opt/ltp/conformance/interfaces/aio_cancel/aio_cancel_10-1.run-test +opt/ltp/conformance/interfaces/aio_cancel/aio_cancel_2-1.run-test +opt/ltp/conformance/interfaces/aio_cancel/aio_cancel_2-2.run-test +opt/ltp/conformance/interfaces/aio_cancel/aio_cancel_3-1.run-test +opt/ltp/conformance/interfaces/aio_cancel/aio_cancel_4-1.run-test +opt/ltp/conformance/interfaces/aio_cancel/aio_cancel_5-1.run-test +opt/ltp/conformance/interfaces/aio_cancel/aio_cancel_6-1.run-test +opt/ltp/conformance/interfaces/aio_cancel/aio_cancel_7-1.run-test +opt/ltp/conformance/interfaces/aio_cancel/aio_cancel_8-1.run-test +opt/ltp/conformance/interfaces/aio_cancel/aio_cancel_9-1.run-test +opt/ltp/conformance/interfaces/aio_cancel/run.sh +opt/ltp/conformance/interfaces/aio_error/aio_error_1-1.run-test +opt/ltp/conformance/interfaces/aio_error/aio_error_2-1.run-test +opt/ltp/conformance/interfaces/aio_error/aio_error_3-1.run-test +opt/ltp/conformance/interfaces/aio_error/run.sh +opt/ltp/conformance/interfaces/aio_fsync/aio_fsync_12-1.run-test +opt/ltp/conformance/interfaces/aio_fsync/aio_fsync_14-1.run-test +opt/ltp/conformance/interfaces/aio_fsync/aio_fsync_2-1.run-test +opt/ltp/conformance/interfaces/aio_fsync/aio_fsync_3-1.run-test +opt/ltp/conformance/interfaces/aio_fsync/aio_fsync_4-1.run-test +opt/ltp/conformance/interfaces/aio_fsync/aio_fsync_5-1.run-test +opt/ltp/conformance/interfaces/aio_fsync/aio_fsync_8-1.run-test +opt/ltp/conformance/interfaces/aio_fsync/aio_fsync_8-2.run-test +opt/ltp/conformance/interfaces/aio_fsync/aio_fsync_8-3.run-test +opt/ltp/conformance/interfaces/aio_fsync/aio_fsync_8-4.run-test +opt/ltp/conformance/interfaces/aio_fsync/aio_fsync_9-1.run-test +opt/ltp/conformance/interfaces/aio_fsync/run.sh +opt/ltp/conformance/interfaces/aio_read/aio_read_1-1.run-test +opt/ltp/conformance/interfaces/aio_read/aio_read_10-1.run-test +opt/ltp/conformance/interfaces/aio_read/aio_read_11-1.run-test +opt/ltp/conformance/interfaces/aio_read/aio_read_11-2.run-test +opt/ltp/conformance/interfaces/aio_read/aio_read_3-1.run-test +opt/ltp/conformance/interfaces/aio_read/aio_read_3-2.run-test +opt/ltp/conformance/interfaces/aio_read/aio_read_4-1.run-test +opt/ltp/conformance/interfaces/aio_read/aio_read_5-1.run-test +opt/ltp/conformance/interfaces/aio_read/aio_read_7-1.run-test +opt/ltp/conformance/interfaces/aio_read/aio_read_8-1.run-test +opt/ltp/conformance/interfaces/aio_read/aio_read_9-1.run-test +opt/ltp/conformance/interfaces/aio_read/run.sh +opt/ltp/conformance/interfaces/aio_return/aio_return_1-1.run-test +opt/ltp/conformance/interfaces/aio_return/aio_return_2-1.run-test +opt/ltp/conformance/interfaces/aio_return/aio_return_3-1.run-test +opt/ltp/conformance/interfaces/aio_return/aio_return_3-2.run-test +opt/ltp/conformance/interfaces/aio_return/aio_return_4-1.run-test +opt/ltp/conformance/interfaces/aio_return/run.sh +opt/ltp/conformance/interfaces/aio_suspend/aio_suspend_1-1.run-test +opt/ltp/conformance/interfaces/aio_suspend/aio_suspend_3-1.run-test +opt/ltp/conformance/interfaces/aio_suspend/aio_suspend_4-1.run-test +opt/ltp/conformance/interfaces/aio_suspend/aio_suspend_5-1.run-test +opt/ltp/conformance/interfaces/aio_suspend/aio_suspend_9-1.run-test +opt/ltp/conformance/interfaces/aio_suspend/run.sh +opt/ltp/conformance/interfaces/aio_write/aio_write_1-1.run-test +opt/ltp/conformance/interfaces/aio_write/aio_write_1-2.run-test +opt/ltp/conformance/interfaces/aio_write/aio_write_2-1.run-test +opt/ltp/conformance/interfaces/aio_write/aio_write_3-1.run-test +opt/ltp/conformance/interfaces/aio_write/aio_write_5-1.run-test +opt/ltp/conformance/interfaces/aio_write/aio_write_6-1.run-test +opt/ltp/conformance/interfaces/aio_write/aio_write_7-1.run-test +opt/ltp/conformance/interfaces/aio_write/aio_write_8-1.run-test +opt/ltp/conformance/interfaces/aio_write/aio_write_8-2.run-test +opt/ltp/conformance/interfaces/aio_write/aio_write_9-1.run-test +opt/ltp/conformance/interfaces/aio_write/aio_write_9-2.run-test +opt/ltp/conformance/interfaces/aio_write/run.sh +opt/ltp/conformance/interfaces/asctime/asctime_1-1.run-test +opt/ltp/conformance/interfaces/asctime/run.sh +opt/ltp/conformance/interfaces/clock/clock_1-1.run-test +opt/ltp/conformance/interfaces/clock/clock_2-1.run-test +opt/ltp/conformance/interfaces/clock/clock_4-1.sh +opt/ltp/conformance/interfaces/clock/run.sh +opt/ltp/conformance/interfaces/clock_getcpuclockid/clock_getcpuclockid_1-1.run-test +opt/ltp/conformance/interfaces/clock_getcpuclockid/clock_getcpuclockid_1-2.run-test +opt/ltp/conformance/interfaces/clock_getcpuclockid/clock_getcpuclockid_2-1.run-test +opt/ltp/conformance/interfaces/clock_getcpuclockid/clock_getcpuclockid_5-1.run-test +opt/ltp/conformance/interfaces/clock_getcpuclockid/clock_getcpuclockid_6-1.run-test +opt/ltp/conformance/interfaces/clock_getcpuclockid/run.sh +opt/ltp/conformance/interfaces/clock_getres/clock_getres_1-1.run-test +opt/ltp/conformance/interfaces/clock_getres/clock_getres_2-1.sh +opt/ltp/conformance/interfaces/clock_getres/clock_getres_3-1.run-test +opt/ltp/conformance/interfaces/clock_getres/clock_getres_4-1.sh +opt/ltp/conformance/interfaces/clock_getres/clock_getres_5-1.run-test +opt/ltp/conformance/interfaces/clock_getres/clock_getres_6-1.run-test +opt/ltp/conformance/interfaces/clock_getres/clock_getres_6-2.run-test +opt/ltp/conformance/interfaces/clock_getres/clock_getres_7-1.run-test +opt/ltp/conformance/interfaces/clock_getres/clock_getres_8-1.run-test +opt/ltp/conformance/interfaces/clock_getres/run.sh +opt/ltp/conformance/interfaces/clock_gettime/clock_gettime_1-1.run-test +opt/ltp/conformance/interfaces/clock_gettime/clock_gettime_1-2.run-test +opt/ltp/conformance/interfaces/clock_gettime/clock_gettime_2-1.run-test +opt/ltp/conformance/interfaces/clock_gettime/clock_gettime_3-1.run-test +opt/ltp/conformance/interfaces/clock_gettime/clock_gettime_4-1.run-test +opt/ltp/conformance/interfaces/clock_gettime/clock_gettime_6-1.sh +opt/ltp/conformance/interfaces/clock_gettime/clock_gettime_7-1.run-test +opt/ltp/conformance/interfaces/clock_gettime/clock_gettime_8-1.run-test +opt/ltp/conformance/interfaces/clock_gettime/clock_gettime_8-2.run-test +opt/ltp/conformance/interfaces/clock_gettime/run.sh +opt/ltp/conformance/interfaces/clock_nanosleep/clock_nanosleep_1-1.run-test +opt/ltp/conformance/interfaces/clock_nanosleep/clock_nanosleep_1-2.sh +opt/ltp/conformance/interfaces/clock_nanosleep/clock_nanosleep_1-3.run-test +opt/ltp/conformance/interfaces/clock_nanosleep/clock_nanosleep_1-4.run-test +opt/ltp/conformance/interfaces/clock_nanosleep/clock_nanosleep_1-5.run-test +opt/ltp/conformance/interfaces/clock_nanosleep/clock_nanosleep_10-1.run-test +opt/ltp/conformance/interfaces/clock_nanosleep/clock_nanosleep_11-1.run-test +opt/ltp/conformance/interfaces/clock_nanosleep/clock_nanosleep_13-1.run-test +opt/ltp/conformance/interfaces/clock_nanosleep/clock_nanosleep_15-1.sh +opt/ltp/conformance/interfaces/clock_nanosleep/clock_nanosleep_2-1.run-test +opt/ltp/conformance/interfaces/clock_nanosleep/clock_nanosleep_2-2.run-test +opt/ltp/conformance/interfaces/clock_nanosleep/clock_nanosleep_2-3.run-test +opt/ltp/conformance/interfaces/clock_nanosleep/clock_nanosleep_3-1.run-test +opt/ltp/conformance/interfaces/clock_nanosleep/clock_nanosleep_4-1.sh +opt/ltp/conformance/interfaces/clock_nanosleep/clock_nanosleep_5-1.sh +opt/ltp/conformance/interfaces/clock_nanosleep/clock_nanosleep_6-1.sh +opt/ltp/conformance/interfaces/clock_nanosleep/clock_nanosleep_8-1.sh +opt/ltp/conformance/interfaces/clock_nanosleep/clock_nanosleep_9-1.run-test +opt/ltp/conformance/interfaces/clock_nanosleep/run.sh +opt/ltp/conformance/interfaces/clock_settime/clock_settime_1-1.run-test +opt/ltp/conformance/interfaces/clock_settime/clock_settime_15-1.sh +opt/ltp/conformance/interfaces/clock_settime/clock_settime_16-1.sh +opt/ltp/conformance/interfaces/clock_settime/clock_settime_17-1.run-test +opt/ltp/conformance/interfaces/clock_settime/clock_settime_17-2.run-test +opt/ltp/conformance/interfaces/clock_settime/clock_settime_18-1.sh +opt/ltp/conformance/interfaces/clock_settime/clock_settime_19-1.run-test +opt/ltp/conformance/interfaces/clock_settime/clock_settime_20-1.run-test +opt/ltp/conformance/interfaces/clock_settime/clock_settime_3-1.sh +opt/ltp/conformance/interfaces/clock_settime/clock_settime_4-1.run-test +opt/ltp/conformance/interfaces/clock_settime/clock_settime_4-2.run-test +opt/ltp/conformance/interfaces/clock_settime/clock_settime_5-1.run-test +opt/ltp/conformance/interfaces/clock_settime/clock_settime_5-2.run-test +opt/ltp/conformance/interfaces/clock_settime/clock_settime_6-1.run-test +opt/ltp/conformance/interfaces/clock_settime/clock_settime_7-1.run-test +opt/ltp/conformance/interfaces/clock_settime/clock_settime_7-2.run-test +opt/ltp/conformance/interfaces/clock_settime/clock_settime_8-1.run-test +opt/ltp/conformance/interfaces/clock_settime/run.sh +opt/ltp/conformance/interfaces/clock_settime/speculative/clock_settime_speculative_4-3.run-test +opt/ltp/conformance/interfaces/clock_settime/speculative/clock_settime_speculative_4-4.run-test +opt/ltp/conformance/interfaces/clock_settime/speculative/run.sh +opt/ltp/conformance/interfaces/ctime/ctime_1-1.run-test +opt/ltp/conformance/interfaces/ctime/run.sh +opt/ltp/conformance/interfaces/difftime/difftime_1-1.run-test +opt/ltp/conformance/interfaces/difftime/difftime_2-1.sh +opt/ltp/conformance/interfaces/difftime/run.sh +opt/ltp/conformance/interfaces/fork/fork_1-1.run-test +opt/ltp/conformance/interfaces/fork/fork_11-1.run-test +opt/ltp/conformance/interfaces/fork/fork_12-1.run-test +opt/ltp/conformance/interfaces/fork/fork_13-1.run-test +opt/ltp/conformance/interfaces/fork/fork_14-1.run-test +opt/ltp/conformance/interfaces/fork/fork_16-1.run-test +opt/ltp/conformance/interfaces/fork/fork_17-1.run-test +opt/ltp/conformance/interfaces/fork/fork_17-2.run-test +opt/ltp/conformance/interfaces/fork/fork_18-1.run-test +opt/ltp/conformance/interfaces/fork/fork_19-1.run-test +opt/ltp/conformance/interfaces/fork/fork_2-1.run-test +opt/ltp/conformance/interfaces/fork/fork_21-1.run-test +opt/ltp/conformance/interfaces/fork/fork_22-1.run-test +opt/ltp/conformance/interfaces/fork/fork_3-1.run-test +opt/ltp/conformance/interfaces/fork/fork_4-1.run-test +opt/ltp/conformance/interfaces/fork/fork_6-1.run-test +opt/ltp/conformance/interfaces/fork/fork_7-1.run-test +opt/ltp/conformance/interfaces/fork/fork_8-1.run-test +opt/ltp/conformance/interfaces/fork/fork_9-1.run-test +opt/ltp/conformance/interfaces/fork/run.sh +opt/ltp/conformance/interfaces/fsync/fsync_4-1.run-test +opt/ltp/conformance/interfaces/fsync/fsync_5-1.run-test +opt/ltp/conformance/interfaces/fsync/fsync_7-1.run-test +opt/ltp/conformance/interfaces/fsync/run.sh +opt/ltp/conformance/interfaces/getpid/getpid_1-1.run-test +opt/ltp/conformance/interfaces/getpid/run.sh +opt/ltp/conformance/interfaces/gmtime/gmtime_1-1.run-test +opt/ltp/conformance/interfaces/gmtime/gmtime_2-1.run-test +opt/ltp/conformance/interfaces/gmtime/run.sh +opt/ltp/conformance/interfaces/kill/kill_1-1.run-test +opt/ltp/conformance/interfaces/kill/kill_1-2.run-test +opt/ltp/conformance/interfaces/kill/kill_2-1.run-test +opt/ltp/conformance/interfaces/kill/kill_2-2.run-test +opt/ltp/conformance/interfaces/kill/kill_3-1.run-test +opt/ltp/conformance/interfaces/kill/run.sh +opt/ltp/conformance/interfaces/killpg/killpg_1-1.run-test +opt/ltp/conformance/interfaces/killpg/killpg_1-2.run-test +opt/ltp/conformance/interfaces/killpg/killpg_2-1.run-test +opt/ltp/conformance/interfaces/killpg/killpg_4-1.run-test +opt/ltp/conformance/interfaces/killpg/killpg_5-1.run-test +opt/ltp/conformance/interfaces/killpg/killpg_6-1.run-test +opt/ltp/conformance/interfaces/killpg/killpg_8-1.run-test +opt/ltp/conformance/interfaces/killpg/run.sh +opt/ltp/conformance/interfaces/lio_listio/lio_listio_1-1.run-test +opt/ltp/conformance/interfaces/lio_listio/lio_listio_10-1.run-test +opt/ltp/conformance/interfaces/lio_listio/lio_listio_12-1.run-test +opt/ltp/conformance/interfaces/lio_listio/lio_listio_13-1.run-test +opt/ltp/conformance/interfaces/lio_listio/lio_listio_14-1.run-test +opt/ltp/conformance/interfaces/lio_listio/lio_listio_15-1.run-test +opt/ltp/conformance/interfaces/lio_listio/lio_listio_18-1.run-test +opt/ltp/conformance/interfaces/lio_listio/lio_listio_2-1.run-test +opt/ltp/conformance/interfaces/lio_listio/lio_listio_3-1.run-test +opt/ltp/conformance/interfaces/lio_listio/lio_listio_4-1.run-test +opt/ltp/conformance/interfaces/lio_listio/lio_listio_5-1.run-test +opt/ltp/conformance/interfaces/lio_listio/lio_listio_6-1.run-test +opt/ltp/conformance/interfaces/lio_listio/lio_listio_7-1.run-test +opt/ltp/conformance/interfaces/lio_listio/lio_listio_8-1.run-test +opt/ltp/conformance/interfaces/lio_listio/lio_listio_9-1.run-test +opt/ltp/conformance/interfaces/lio_listio/run.sh +opt/ltp/conformance/interfaces/localtime/localtime_1-1.run-test +opt/ltp/conformance/interfaces/localtime/run.sh +opt/ltp/conformance/interfaces/mktime/mktime_1-1.run-test +opt/ltp/conformance/interfaces/mktime/run.sh +opt/ltp/conformance/interfaces/mlock/mlock_10-1.run-test +opt/ltp/conformance/interfaces/mlock/mlock_12-1.run-test +opt/ltp/conformance/interfaces/mlock/mlock_2-1.sh +opt/ltp/conformance/interfaces/mlock/mlock_4-1.sh +opt/ltp/conformance/interfaces/mlock/mlock_5-1.run-test +opt/ltp/conformance/interfaces/mlock/mlock_7-1.sh +opt/ltp/conformance/interfaces/mlock/mlock_8-1.run-test +opt/ltp/conformance/interfaces/mlock/run.sh +opt/ltp/conformance/interfaces/mlock/speculative/mlock_speculative_12-1.run-test +opt/ltp/conformance/interfaces/mlock/speculative/run.sh +opt/ltp/conformance/interfaces/mlockall/mlockall_13-1.run-test +opt/ltp/conformance/interfaces/mlockall/mlockall_13-2.run-test +opt/ltp/conformance/interfaces/mlockall/mlockall_15-1.run-test +opt/ltp/conformance/interfaces/mlockall/mlockall_2-1.sh +opt/ltp/conformance/interfaces/mlockall/mlockall_3-6.run-test +opt/ltp/conformance/interfaces/mlockall/mlockall_3-7.run-test +opt/ltp/conformance/interfaces/mlockall/mlockall_7-1.sh +opt/ltp/conformance/interfaces/mlockall/mlockall_8-1.run-test +opt/ltp/conformance/interfaces/mlockall/mlockall_9-1.sh +opt/ltp/conformance/interfaces/mlockall/run.sh +opt/ltp/conformance/interfaces/mlockall/speculative/mlockall_speculative_15-1.run-test +opt/ltp/conformance/interfaces/mlockall/speculative/run.sh +opt/ltp/conformance/interfaces/mmap/mmap_1-1.run-test +opt/ltp/conformance/interfaces/mmap/mmap_1-2.run-test +opt/ltp/conformance/interfaces/mmap/mmap_10-1.run-test +opt/ltp/conformance/interfaces/mmap/mmap_11-1.run-test +opt/ltp/conformance/interfaces/mmap/mmap_11-2.run-test +opt/ltp/conformance/interfaces/mmap/mmap_11-3.run-test +opt/ltp/conformance/interfaces/mmap/mmap_11-4.run-test +opt/ltp/conformance/interfaces/mmap/mmap_11-5.run-test +opt/ltp/conformance/interfaces/mmap/mmap_11-6.run-test +opt/ltp/conformance/interfaces/mmap/mmap_12-1.run-test +opt/ltp/conformance/interfaces/mmap/mmap_13-1.run-test +opt/ltp/conformance/interfaces/mmap/mmap_14-1.run-test +opt/ltp/conformance/interfaces/mmap/mmap_16-1.sh +opt/ltp/conformance/interfaces/mmap/mmap_17-1.sh +opt/ltp/conformance/interfaces/mmap/mmap_18-1.run-test +opt/ltp/conformance/interfaces/mmap/mmap_19-1.run-test +opt/ltp/conformance/interfaces/mmap/mmap_20-1.sh +opt/ltp/conformance/interfaces/mmap/mmap_21-1.run-test +opt/ltp/conformance/interfaces/mmap/mmap_23-1.run-test +opt/ltp/conformance/interfaces/mmap/mmap_24-1.run-test +opt/ltp/conformance/interfaces/mmap/mmap_24-2.run-test +opt/ltp/conformance/interfaces/mmap/mmap_27-1.run-test +opt/ltp/conformance/interfaces/mmap/mmap_3-1.run-test +opt/ltp/conformance/interfaces/mmap/mmap_31-1.run-test +opt/ltp/conformance/interfaces/mmap/mmap_32-1.run-test +opt/ltp/conformance/interfaces/mmap/mmap_5-1.run-test +opt/ltp/conformance/interfaces/mmap/mmap_6-1.run-test +opt/ltp/conformance/interfaces/mmap/mmap_6-2.run-test +opt/ltp/conformance/interfaces/mmap/mmap_6-3.run-test +opt/ltp/conformance/interfaces/mmap/mmap_6-4.run-test +opt/ltp/conformance/interfaces/mmap/mmap_6-5.run-test +opt/ltp/conformance/interfaces/mmap/mmap_6-6.run-test +opt/ltp/conformance/interfaces/mmap/mmap_7-1.run-test +opt/ltp/conformance/interfaces/mmap/mmap_7-2.run-test +opt/ltp/conformance/interfaces/mmap/mmap_7-3.run-test +opt/ltp/conformance/interfaces/mmap/mmap_7-4.run-test +opt/ltp/conformance/interfaces/mmap/mmap_9-1.run-test +opt/ltp/conformance/interfaces/mmap/run.sh +opt/ltp/conformance/interfaces/mq_close/mq_close_1-1.run-test +opt/ltp/conformance/interfaces/mq_close/mq_close_2-1.run-test +opt/ltp/conformance/interfaces/mq_close/mq_close_3-1.run-test +opt/ltp/conformance/interfaces/mq_close/mq_close_3-2.run-test +opt/ltp/conformance/interfaces/mq_close/mq_close_3-3.run-test +opt/ltp/conformance/interfaces/mq_close/mq_close_4-1.run-test +opt/ltp/conformance/interfaces/mq_close/run.sh +opt/ltp/conformance/interfaces/mq_getattr/mq_getattr_1-1.sh +opt/ltp/conformance/interfaces/mq_getattr/mq_getattr_2-1.run-test +opt/ltp/conformance/interfaces/mq_getattr/mq_getattr_2-2.run-test +opt/ltp/conformance/interfaces/mq_getattr/mq_getattr_3-1.run-test +opt/ltp/conformance/interfaces/mq_getattr/mq_getattr_4-1.run-test +opt/ltp/conformance/interfaces/mq_getattr/mq_getattr_5-1.sh +opt/ltp/conformance/interfaces/mq_getattr/mq_getattr_6-1.sh +opt/ltp/conformance/interfaces/mq_getattr/run.sh +opt/ltp/conformance/interfaces/mq_getattr/speculative/mq_getattr_speculative_7-1.run-test +opt/ltp/conformance/interfaces/mq_getattr/speculative/run.sh +opt/ltp/conformance/interfaces/mq_notify/mq_notify_1-1.run-test +opt/ltp/conformance/interfaces/mq_notify/mq_notify_2-1.run-test +opt/ltp/conformance/interfaces/mq_notify/mq_notify_3-1.run-test +opt/ltp/conformance/interfaces/mq_notify/mq_notify_4-1.run-test +opt/ltp/conformance/interfaces/mq_notify/mq_notify_5-1.run-test +opt/ltp/conformance/interfaces/mq_notify/mq_notify_6-1.sh +opt/ltp/conformance/interfaces/mq_notify/mq_notify_7-1.sh +opt/ltp/conformance/interfaces/mq_notify/mq_notify_8-1.run-test +opt/ltp/conformance/interfaces/mq_notify/mq_notify_9-1.run-test +opt/ltp/conformance/interfaces/mq_notify/run.sh +opt/ltp/conformance/interfaces/mq_open/mq_open_1-1.run-test +opt/ltp/conformance/interfaces/mq_open/mq_open_11-1.run-test +opt/ltp/conformance/interfaces/mq_open/mq_open_12-1.run-test +opt/ltp/conformance/interfaces/mq_open/mq_open_13-1.run-test +opt/ltp/conformance/interfaces/mq_open/mq_open_15-1.run-test +opt/ltp/conformance/interfaces/mq_open/mq_open_16-1.run-test +opt/ltp/conformance/interfaces/mq_open/mq_open_18-1.run-test +opt/ltp/conformance/interfaces/mq_open/mq_open_19-1.run-test +opt/ltp/conformance/interfaces/mq_open/mq_open_2-1.run-test +opt/ltp/conformance/interfaces/mq_open/mq_open_20-1.run-test +opt/ltp/conformance/interfaces/mq_open/mq_open_21-1.run-test +opt/ltp/conformance/interfaces/mq_open/mq_open_23-1.run-test +opt/ltp/conformance/interfaces/mq_open/mq_open_25-2.run-test +opt/ltp/conformance/interfaces/mq_open/mq_open_27-1.run-test +opt/ltp/conformance/interfaces/mq_open/mq_open_27-2.run-test +opt/ltp/conformance/interfaces/mq_open/mq_open_29-1.run-test +opt/ltp/conformance/interfaces/mq_open/mq_open_3-1.run-test +opt/ltp/conformance/interfaces/mq_open/mq_open_7-1.run-test +opt/ltp/conformance/interfaces/mq_open/mq_open_7-2.run-test +opt/ltp/conformance/interfaces/mq_open/mq_open_7-3.run-test +opt/ltp/conformance/interfaces/mq_open/mq_open_8-1.run-test +opt/ltp/conformance/interfaces/mq_open/mq_open_8-2.run-test +opt/ltp/conformance/interfaces/mq_open/mq_open_9-1.run-test +opt/ltp/conformance/interfaces/mq_open/mq_open_9-2.run-test +opt/ltp/conformance/interfaces/mq_open/run.sh +opt/ltp/conformance/interfaces/mq_open/speculative/mq_open_speculative_2-2.run-test +opt/ltp/conformance/interfaces/mq_open/speculative/mq_open_speculative_2-3.run-test +opt/ltp/conformance/interfaces/mq_open/speculative/mq_open_speculative_26-1.run-test +opt/ltp/conformance/interfaces/mq_open/speculative/mq_open_speculative_6-1.run-test +opt/ltp/conformance/interfaces/mq_open/speculative/run.sh +opt/ltp/conformance/interfaces/mq_receive/mq_receive_1-1.run-test +opt/ltp/conformance/interfaces/mq_receive/mq_receive_10-1.run-test +opt/ltp/conformance/interfaces/mq_receive/mq_receive_11-1.run-test +opt/ltp/conformance/interfaces/mq_receive/mq_receive_11-2.run-test +opt/ltp/conformance/interfaces/mq_receive/mq_receive_12-1.run-test +opt/ltp/conformance/interfaces/mq_receive/mq_receive_13-1.run-test +opt/ltp/conformance/interfaces/mq_receive/mq_receive_2-1.run-test +opt/ltp/conformance/interfaces/mq_receive/mq_receive_4-1.sh +opt/ltp/conformance/interfaces/mq_receive/mq_receive_5-1.run-test +opt/ltp/conformance/interfaces/mq_receive/mq_receive_7-1.run-test +opt/ltp/conformance/interfaces/mq_receive/mq_receive_8-1.run-test +opt/ltp/conformance/interfaces/mq_receive/mq_receive_9-1.sh +opt/ltp/conformance/interfaces/mq_receive/run.sh +opt/ltp/conformance/interfaces/mq_send/mq_send_1-1.run-test +opt/ltp/conformance/interfaces/mq_send/mq_send_10-1.run-test +opt/ltp/conformance/interfaces/mq_send/mq_send_11-1.run-test +opt/ltp/conformance/interfaces/mq_send/mq_send_11-2.run-test +opt/ltp/conformance/interfaces/mq_send/mq_send_12-1.run-test +opt/ltp/conformance/interfaces/mq_send/mq_send_13-1.run-test +opt/ltp/conformance/interfaces/mq_send/mq_send_14-1.run-test +opt/ltp/conformance/interfaces/mq_send/mq_send_2-1.run-test +opt/ltp/conformance/interfaces/mq_send/mq_send_3-1.run-test +opt/ltp/conformance/interfaces/mq_send/mq_send_3-2.run-test +opt/ltp/conformance/interfaces/mq_send/mq_send_4-1.run-test +opt/ltp/conformance/interfaces/mq_send/mq_send_4-2.run-test +opt/ltp/conformance/interfaces/mq_send/mq_send_4-3.run-test +opt/ltp/conformance/interfaces/mq_send/mq_send_5-1.run-test +opt/ltp/conformance/interfaces/mq_send/mq_send_5-2.run-test +opt/ltp/conformance/interfaces/mq_send/mq_send_7-1.run-test +opt/ltp/conformance/interfaces/mq_send/mq_send_8-1.run-test +opt/ltp/conformance/interfaces/mq_send/mq_send_9-1.run-test +opt/ltp/conformance/interfaces/mq_send/run.sh +opt/ltp/conformance/interfaces/mq_setattr/mq_setattr_1-1.run-test +opt/ltp/conformance/interfaces/mq_setattr/mq_setattr_1-2.run-test +opt/ltp/conformance/interfaces/mq_setattr/mq_setattr_2-1.run-test +opt/ltp/conformance/interfaces/mq_setattr/mq_setattr_3-1.sh +opt/ltp/conformance/interfaces/mq_setattr/mq_setattr_4-1.sh +opt/ltp/conformance/interfaces/mq_setattr/mq_setattr_5-1.run-test +opt/ltp/conformance/interfaces/mq_setattr/run.sh +opt/ltp/conformance/interfaces/mq_timedreceive/mq_timedreceive_1-1.run-test +opt/ltp/conformance/interfaces/mq_timedreceive/mq_timedreceive_10-1.run-test +opt/ltp/conformance/interfaces/mq_timedreceive/mq_timedreceive_10-2.run-test +opt/ltp/conformance/interfaces/mq_timedreceive/mq_timedreceive_11-1.run-test +opt/ltp/conformance/interfaces/mq_timedreceive/mq_timedreceive_12-1.sh +opt/ltp/conformance/interfaces/mq_timedreceive/mq_timedreceive_13-1.run-test +opt/ltp/conformance/interfaces/mq_timedreceive/mq_timedreceive_14-1.run-test +opt/ltp/conformance/interfaces/mq_timedreceive/mq_timedreceive_15-1.run-test +opt/ltp/conformance/interfaces/mq_timedreceive/mq_timedreceive_16-1.sh +opt/ltp/conformance/interfaces/mq_timedreceive/mq_timedreceive_17-1.run-test +opt/ltp/conformance/interfaces/mq_timedreceive/mq_timedreceive_17-2.run-test +opt/ltp/conformance/interfaces/mq_timedreceive/mq_timedreceive_17-3.run-test +opt/ltp/conformance/interfaces/mq_timedreceive/mq_timedreceive_18-1.run-test +opt/ltp/conformance/interfaces/mq_timedreceive/mq_timedreceive_18-2.run-test +opt/ltp/conformance/interfaces/mq_timedreceive/mq_timedreceive_2-1.run-test +opt/ltp/conformance/interfaces/mq_timedreceive/mq_timedreceive_4-1.sh +opt/ltp/conformance/interfaces/mq_timedreceive/mq_timedreceive_5-1.run-test +opt/ltp/conformance/interfaces/mq_timedreceive/mq_timedreceive_5-2.run-test +opt/ltp/conformance/interfaces/mq_timedreceive/mq_timedreceive_5-3.run-test +opt/ltp/conformance/interfaces/mq_timedreceive/mq_timedreceive_7-1.run-test +opt/ltp/conformance/interfaces/mq_timedreceive/mq_timedreceive_8-1.run-test +opt/ltp/conformance/interfaces/mq_timedreceive/run.sh +opt/ltp/conformance/interfaces/mq_timedreceive/speculative/mq_timedreceive_speculative_10-2.run-test +opt/ltp/conformance/interfaces/mq_timedreceive/speculative/run.sh +opt/ltp/conformance/interfaces/mq_timedsend/mq_timedsend_1-1.run-test +opt/ltp/conformance/interfaces/mq_timedsend/mq_timedsend_10-1.run-test +opt/ltp/conformance/interfaces/mq_timedsend/mq_timedsend_11-1.run-test +opt/ltp/conformance/interfaces/mq_timedsend/mq_timedsend_11-2.run-test +opt/ltp/conformance/interfaces/mq_timedsend/mq_timedsend_12-1.run-test +opt/ltp/conformance/interfaces/mq_timedsend/mq_timedsend_13-1.run-test +opt/ltp/conformance/interfaces/mq_timedsend/mq_timedsend_14-1.run-test +opt/ltp/conformance/interfaces/mq_timedsend/mq_timedsend_15-1.run-test +opt/ltp/conformance/interfaces/mq_timedsend/mq_timedsend_16-1.run-test +opt/ltp/conformance/interfaces/mq_timedsend/mq_timedsend_18-1.run-test +opt/ltp/conformance/interfaces/mq_timedsend/mq_timedsend_19-1.run-test +opt/ltp/conformance/interfaces/mq_timedsend/mq_timedsend_2-1.run-test +opt/ltp/conformance/interfaces/mq_timedsend/mq_timedsend_20-1.run-test +opt/ltp/conformance/interfaces/mq_timedsend/mq_timedsend_3-1.run-test +opt/ltp/conformance/interfaces/mq_timedsend/mq_timedsend_3-2.run-test +opt/ltp/conformance/interfaces/mq_timedsend/mq_timedsend_4-1.run-test +opt/ltp/conformance/interfaces/mq_timedsend/mq_timedsend_4-2.run-test +opt/ltp/conformance/interfaces/mq_timedsend/mq_timedsend_4-3.run-test +opt/ltp/conformance/interfaces/mq_timedsend/mq_timedsend_5-1.run-test +opt/ltp/conformance/interfaces/mq_timedsend/mq_timedsend_5-2.run-test +opt/ltp/conformance/interfaces/mq_timedsend/mq_timedsend_5-3.run-test +opt/ltp/conformance/interfaces/mq_timedsend/mq_timedsend_7-1.run-test +opt/ltp/conformance/interfaces/mq_timedsend/mq_timedsend_8-1.run-test +opt/ltp/conformance/interfaces/mq_timedsend/mq_timedsend_9-1.run-test +opt/ltp/conformance/interfaces/mq_timedsend/run.sh +opt/ltp/conformance/interfaces/mq_timedsend/speculative/mq_timedsend_speculative_18-2.run-test +opt/ltp/conformance/interfaces/mq_timedsend/speculative/run.sh +opt/ltp/conformance/interfaces/mq_unlink/mq_unlink_1-1.run-test +opt/ltp/conformance/interfaces/mq_unlink/mq_unlink_2-1.run-test +opt/ltp/conformance/interfaces/mq_unlink/mq_unlink_2-2.run-test +opt/ltp/conformance/interfaces/mq_unlink/mq_unlink_3-1.sh +opt/ltp/conformance/interfaces/mq_unlink/mq_unlink_4-1.sh +opt/ltp/conformance/interfaces/mq_unlink/mq_unlink_7-1.run-test +opt/ltp/conformance/interfaces/mq_unlink/run.sh +opt/ltp/conformance/interfaces/mq_unlink/speculative/mq_unlink_speculative_7-2.run-test +opt/ltp/conformance/interfaces/mq_unlink/speculative/run.sh +opt/ltp/conformance/interfaces/munlock/munlock_10-1.run-test +opt/ltp/conformance/interfaces/munlock/munlock_11-1.run-test +opt/ltp/conformance/interfaces/munlock/munlock_2-1.sh +opt/ltp/conformance/interfaces/munlock/munlock_7-1.run-test +opt/ltp/conformance/interfaces/munlock/munlock_9-1.sh +opt/ltp/conformance/interfaces/munlock/run.sh +opt/ltp/conformance/interfaces/munlockall/munlockall_5-1.run-test +opt/ltp/conformance/interfaces/munlockall/munlockall_6-1.sh +opt/ltp/conformance/interfaces/munlockall/run.sh +opt/ltp/conformance/interfaces/munmap/munmap_1-1.run-test +opt/ltp/conformance/interfaces/munmap/munmap_1-2.run-test +opt/ltp/conformance/interfaces/munmap/munmap_10-1.sh +opt/ltp/conformance/interfaces/munmap/munmap_2-1.run-test +opt/ltp/conformance/interfaces/munmap/munmap_3-1.run-test +opt/ltp/conformance/interfaces/munmap/munmap_4-1.run-test +opt/ltp/conformance/interfaces/munmap/munmap_7-1.sh +opt/ltp/conformance/interfaces/munmap/munmap_8-1.run-test +opt/ltp/conformance/interfaces/munmap/munmap_9-1.run-test +opt/ltp/conformance/interfaces/munmap/run.sh +opt/ltp/conformance/interfaces/nanosleep/nanosleep_1-1.run-test +opt/ltp/conformance/interfaces/nanosleep/nanosleep_1-2.run-test +opt/ltp/conformance/interfaces/nanosleep/nanosleep_1-3.run-test +opt/ltp/conformance/interfaces/nanosleep/nanosleep_10000-1.run-test +opt/ltp/conformance/interfaces/nanosleep/nanosleep_2-1.run-test +opt/ltp/conformance/interfaces/nanosleep/nanosleep_3-1.run-test +opt/ltp/conformance/interfaces/nanosleep/nanosleep_3-2.run-test +opt/ltp/conformance/interfaces/nanosleep/nanosleep_4-1.sh +opt/ltp/conformance/interfaces/nanosleep/nanosleep_5-1.run-test +opt/ltp/conformance/interfaces/nanosleep/nanosleep_5-2.run-test +opt/ltp/conformance/interfaces/nanosleep/nanosleep_6-1.run-test +opt/ltp/conformance/interfaces/nanosleep/nanosleep_7-1.run-test +opt/ltp/conformance/interfaces/nanosleep/nanosleep_7-2.run-test +opt/ltp/conformance/interfaces/nanosleep/run.sh +opt/ltp/conformance/interfaces/pthread_atfork/pthread_atfork_1-1.run-test +opt/ltp/conformance/interfaces/pthread_atfork/pthread_atfork_1-2.run-test +opt/ltp/conformance/interfaces/pthread_atfork/pthread_atfork_2-1.run-test +opt/ltp/conformance/interfaces/pthread_atfork/pthread_atfork_2-2.run-test +opt/ltp/conformance/interfaces/pthread_atfork/pthread_atfork_3-1.sh +opt/ltp/conformance/interfaces/pthread_atfork/pthread_atfork_3-2.run-test +opt/ltp/conformance/interfaces/pthread_atfork/pthread_atfork_3-3.run-test +opt/ltp/conformance/interfaces/pthread_atfork/pthread_atfork_4-1.run-test +opt/ltp/conformance/interfaces/pthread_atfork/run.sh +opt/ltp/conformance/interfaces/pthread_attr_destroy/pthread_attr_destroy_1-1.run-test +opt/ltp/conformance/interfaces/pthread_attr_destroy/pthread_attr_destroy_2-1.run-test +opt/ltp/conformance/interfaces/pthread_attr_destroy/pthread_attr_destroy_3-1.run-test +opt/ltp/conformance/interfaces/pthread_attr_destroy/run.sh +opt/ltp/conformance/interfaces/pthread_attr_getdetachstate/pthread_attr_getdetachstate_1-1.run-test +opt/ltp/conformance/interfaces/pthread_attr_getdetachstate/pthread_attr_getdetachstate_1-2.run-test +opt/ltp/conformance/interfaces/pthread_attr_getdetachstate/pthread_attr_getdetachstate_2-1.sh +opt/ltp/conformance/interfaces/pthread_attr_getdetachstate/run.sh +opt/ltp/conformance/interfaces/pthread_attr_getinheritsched/pthread_attr_getinheritsched_1-1.run-test +opt/ltp/conformance/interfaces/pthread_attr_getinheritsched/pthread_attr_getinheritsched_2-1.sh +opt/ltp/conformance/interfaces/pthread_attr_getinheritsched/run.sh +opt/ltp/conformance/interfaces/pthread_attr_getschedparam/pthread_attr_getschedparam_1-1.run-test +opt/ltp/conformance/interfaces/pthread_attr_getschedparam/pthread_attr_getschedparam_2-1.sh +opt/ltp/conformance/interfaces/pthread_attr_getschedparam/run.sh +opt/ltp/conformance/interfaces/pthread_attr_getschedpolicy/pthread_attr_getschedpolicy_1-1.sh +opt/ltp/conformance/interfaces/pthread_attr_getschedpolicy/pthread_attr_getschedpolicy_2-1.run-test +opt/ltp/conformance/interfaces/pthread_attr_getschedpolicy/pthread_attr_getschedpolicy_3-1.sh +opt/ltp/conformance/interfaces/pthread_attr_getschedpolicy/run.sh +opt/ltp/conformance/interfaces/pthread_attr_getscope/pthread_attr_getscope_1-1.run-test +opt/ltp/conformance/interfaces/pthread_attr_getscope/pthread_attr_getscope_2-1.sh +opt/ltp/conformance/interfaces/pthread_attr_getscope/run.sh +opt/ltp/conformance/interfaces/pthread_attr_getstack/pthread_attr_getstack_1-1.run-test +opt/ltp/conformance/interfaces/pthread_attr_getstack/pthread_attr_getstack_2-1.sh +opt/ltp/conformance/interfaces/pthread_attr_getstack/run.sh +opt/ltp/conformance/interfaces/pthread_attr_getstacksize/pthread_attr_getstacksize_1-1.run-test +opt/ltp/conformance/interfaces/pthread_attr_getstacksize/pthread_attr_getstacksize_2-1.sh +opt/ltp/conformance/interfaces/pthread_attr_getstacksize/run.sh +opt/ltp/conformance/interfaces/pthread_attr_init/pthread_attr_init_1-1.run-test +opt/ltp/conformance/interfaces/pthread_attr_init/pthread_attr_init_2-1.run-test +opt/ltp/conformance/interfaces/pthread_attr_init/pthread_attr_init_3-1.run-test +opt/ltp/conformance/interfaces/pthread_attr_init/pthread_attr_init_4-1.run-test +opt/ltp/conformance/interfaces/pthread_attr_init/run.sh +opt/ltp/conformance/interfaces/pthread_attr_setdetachstate/pthread_attr_setdetachstate_1-1.run-test +opt/ltp/conformance/interfaces/pthread_attr_setdetachstate/pthread_attr_setdetachstate_1-2.run-test +opt/ltp/conformance/interfaces/pthread_attr_setdetachstate/pthread_attr_setdetachstate_2-1.run-test +opt/ltp/conformance/interfaces/pthread_attr_setdetachstate/pthread_attr_setdetachstate_3-1.sh +opt/ltp/conformance/interfaces/pthread_attr_setdetachstate/pthread_attr_setdetachstate_4-1.run-test +opt/ltp/conformance/interfaces/pthread_attr_setdetachstate/run.sh +opt/ltp/conformance/interfaces/pthread_attr_setinheritsched/pthread_attr_setinheritsched_1-1.run-test +opt/ltp/conformance/interfaces/pthread_attr_setinheritsched/pthread_attr_setinheritsched_2-1.run-test +opt/ltp/conformance/interfaces/pthread_attr_setinheritsched/pthread_attr_setinheritsched_2-2.run-test +opt/ltp/conformance/interfaces/pthread_attr_setinheritsched/pthread_attr_setinheritsched_2-3.run-test +opt/ltp/conformance/interfaces/pthread_attr_setinheritsched/pthread_attr_setinheritsched_2-4.run-test +opt/ltp/conformance/interfaces/pthread_attr_setinheritsched/pthread_attr_setinheritsched_3-1.sh +opt/ltp/conformance/interfaces/pthread_attr_setinheritsched/pthread_attr_setinheritsched_4-1.run-test +opt/ltp/conformance/interfaces/pthread_attr_setinheritsched/run.sh +opt/ltp/conformance/interfaces/pthread_attr_setschedparam/pthread_attr_setschedparam_1-1.run-test +opt/ltp/conformance/interfaces/pthread_attr_setschedparam/pthread_attr_setschedparam_1-2.run-test +opt/ltp/conformance/interfaces/pthread_attr_setschedparam/pthread_attr_setschedparam_1-3.run-test +opt/ltp/conformance/interfaces/pthread_attr_setschedparam/pthread_attr_setschedparam_1-4.run-test +opt/ltp/conformance/interfaces/pthread_attr_setschedparam/pthread_attr_setschedparam_2-1.sh +opt/ltp/conformance/interfaces/pthread_attr_setschedparam/run.sh +opt/ltp/conformance/interfaces/pthread_attr_setschedparam/speculative/pthread_attr_setschedparam_speculative_3-1.run-test +opt/ltp/conformance/interfaces/pthread_attr_setschedparam/speculative/pthread_attr_setschedparam_speculative_3-2.run-test +opt/ltp/conformance/interfaces/pthread_attr_setschedparam/speculative/run.sh +opt/ltp/conformance/interfaces/pthread_attr_setschedpolicy/pthread_attr_setschedpolicy_1-1.run-test +opt/ltp/conformance/interfaces/pthread_attr_setschedpolicy/pthread_attr_setschedpolicy_1-2.run-test +opt/ltp/conformance/interfaces/pthread_attr_setschedpolicy/pthread_attr_setschedpolicy_1-3.run-test +opt/ltp/conformance/interfaces/pthread_attr_setschedpolicy/pthread_attr_setschedpolicy_2-1.run-test +opt/ltp/conformance/interfaces/pthread_attr_setschedpolicy/pthread_attr_setschedpolicy_3-1.sh +opt/ltp/conformance/interfaces/pthread_attr_setschedpolicy/pthread_attr_setschedpolicy_4-1.run-test +opt/ltp/conformance/interfaces/pthread_attr_setschedpolicy/pthread_attr_setschedpolicy_5-1.run-test +opt/ltp/conformance/interfaces/pthread_attr_setschedpolicy/run.sh +opt/ltp/conformance/interfaces/pthread_attr_setscope/pthread_attr_setscope_1-1.run-test +opt/ltp/conformance/interfaces/pthread_attr_setscope/pthread_attr_setscope_3-1.sh +opt/ltp/conformance/interfaces/pthread_attr_setscope/pthread_attr_setscope_4-1.run-test +opt/ltp/conformance/interfaces/pthread_attr_setscope/pthread_attr_setscope_5-1.run-test +opt/ltp/conformance/interfaces/pthread_attr_setscope/run.sh +opt/ltp/conformance/interfaces/pthread_attr_setstack/pthread_attr_setstack_1-1.run-test +opt/ltp/conformance/interfaces/pthread_attr_setstack/pthread_attr_setstack_2-1.run-test +opt/ltp/conformance/interfaces/pthread_attr_setstack/pthread_attr_setstack_3-1.sh +opt/ltp/conformance/interfaces/pthread_attr_setstack/pthread_attr_setstack_4-1.run-test +opt/ltp/conformance/interfaces/pthread_attr_setstack/pthread_attr_setstack_5-1.sh +opt/ltp/conformance/interfaces/pthread_attr_setstack/pthread_attr_setstack_6-1.run-test +opt/ltp/conformance/interfaces/pthread_attr_setstack/pthread_attr_setstack_7-1.run-test +opt/ltp/conformance/interfaces/pthread_attr_setstack/run.sh +opt/ltp/conformance/interfaces/pthread_attr_setstacksize/pthread_attr_setstacksize_1-1.run-test +opt/ltp/conformance/interfaces/pthread_attr_setstacksize/pthread_attr_setstacksize_2-1.run-test +opt/ltp/conformance/interfaces/pthread_attr_setstacksize/pthread_attr_setstacksize_3-1.sh +opt/ltp/conformance/interfaces/pthread_attr_setstacksize/pthread_attr_setstacksize_4-1.run-test +opt/ltp/conformance/interfaces/pthread_attr_setstacksize/run.sh +opt/ltp/conformance/interfaces/pthread_barrier_destroy/pthread_barrier_destroy_1-1.run-test +opt/ltp/conformance/interfaces/pthread_barrier_destroy/pthread_barrier_destroy_2-1.run-test +opt/ltp/conformance/interfaces/pthread_barrier_destroy/pthread_barrier_destroy_3-1.sh +opt/ltp/conformance/interfaces/pthread_barrier_destroy/run.sh +opt/ltp/conformance/interfaces/pthread_barrier_init/pthread_barrier_init_1-1.run-test +opt/ltp/conformance/interfaces/pthread_barrier_init/pthread_barrier_init_2-1.sh +opt/ltp/conformance/interfaces/pthread_barrier_init/pthread_barrier_init_3-1.run-test +opt/ltp/conformance/interfaces/pthread_barrier_init/pthread_barrier_init_4-1.run-test +opt/ltp/conformance/interfaces/pthread_barrier_init/run.sh +opt/ltp/conformance/interfaces/pthread_barrier_wait/pthread_barrier_wait_1-1.run-test +opt/ltp/conformance/interfaces/pthread_barrier_wait/pthread_barrier_wait_2-1.run-test +opt/ltp/conformance/interfaces/pthread_barrier_wait/pthread_barrier_wait_3-1.run-test +opt/ltp/conformance/interfaces/pthread_barrier_wait/pthread_barrier_wait_3-2.run-test +opt/ltp/conformance/interfaces/pthread_barrier_wait/pthread_barrier_wait_4-1.sh +opt/ltp/conformance/interfaces/pthread_barrier_wait/pthread_barrier_wait_5-1.sh +opt/ltp/conformance/interfaces/pthread_barrier_wait/run.sh +opt/ltp/conformance/interfaces/pthread_barrierattr_destroy/pthread_barrierattr_destroy_1-1.run-test +opt/ltp/conformance/interfaces/pthread_barrierattr_destroy/pthread_barrierattr_destroy_2-1.sh +opt/ltp/conformance/interfaces/pthread_barrierattr_destroy/run.sh +opt/ltp/conformance/interfaces/pthread_barrierattr_getpshared/pthread_barrierattr_getpshared_1-1.run-test +opt/ltp/conformance/interfaces/pthread_barrierattr_getpshared/pthread_barrierattr_getpshared_2-1.run-test +opt/ltp/conformance/interfaces/pthread_barrierattr_getpshared/pthread_barrierattr_getpshared_3-1.sh +opt/ltp/conformance/interfaces/pthread_barrierattr_getpshared/run.sh +opt/ltp/conformance/interfaces/pthread_barrierattr_init/pthread_barrierattr_init_1-1.run-test +opt/ltp/conformance/interfaces/pthread_barrierattr_init/pthread_barrierattr_init_2-1.run-test +opt/ltp/conformance/interfaces/pthread_barrierattr_init/pthread_barrierattr_init_3-1.sh +opt/ltp/conformance/interfaces/pthread_barrierattr_init/run.sh +opt/ltp/conformance/interfaces/pthread_barrierattr_setpshared/pthread_barrierattr_setpshared_1-1.run-test +opt/ltp/conformance/interfaces/pthread_barrierattr_setpshared/pthread_barrierattr_setpshared_2-1.run-test +opt/ltp/conformance/interfaces/pthread_barrierattr_setpshared/pthread_barrierattr_setpshared_3-1.sh +opt/ltp/conformance/interfaces/pthread_barrierattr_setpshared/run.sh +opt/ltp/conformance/interfaces/pthread_cancel/pthread_cancel_1-1.run-test +opt/ltp/conformance/interfaces/pthread_cancel/pthread_cancel_1-2.run-test +opt/ltp/conformance/interfaces/pthread_cancel/pthread_cancel_1-3.run-test +opt/ltp/conformance/interfaces/pthread_cancel/pthread_cancel_2-1.run-test +opt/ltp/conformance/interfaces/pthread_cancel/pthread_cancel_2-2.run-test +opt/ltp/conformance/interfaces/pthread_cancel/pthread_cancel_2-3.run-test +opt/ltp/conformance/interfaces/pthread_cancel/pthread_cancel_3-1.run-test +opt/ltp/conformance/interfaces/pthread_cancel/pthread_cancel_4-1.run-test +opt/ltp/conformance/interfaces/pthread_cancel/pthread_cancel_5-1.run-test +opt/ltp/conformance/interfaces/pthread_cancel/run.sh +opt/ltp/conformance/interfaces/pthread_cleanup_pop/pthread_cleanup_pop_1-1.run-test +opt/ltp/conformance/interfaces/pthread_cleanup_pop/pthread_cleanup_pop_1-2.run-test +opt/ltp/conformance/interfaces/pthread_cleanup_pop/pthread_cleanup_pop_1-3.run-test +opt/ltp/conformance/interfaces/pthread_cleanup_pop/pthread_cleanup_pop_2-1.sh +opt/ltp/conformance/interfaces/pthread_cleanup_pop/run.sh +opt/ltp/conformance/interfaces/pthread_cleanup_push/pthread_cleanup_push_1-1.run-test +opt/ltp/conformance/interfaces/pthread_cleanup_push/pthread_cleanup_push_1-2.run-test +opt/ltp/conformance/interfaces/pthread_cleanup_push/pthread_cleanup_push_1-3.run-test +opt/ltp/conformance/interfaces/pthread_cleanup_push/pthread_cleanup_push_2-1.sh +opt/ltp/conformance/interfaces/pthread_cleanup_push/run.sh +opt/ltp/conformance/interfaces/pthread_cond_broadcast/pthread_cond_broadcast_1-1.run-test +opt/ltp/conformance/interfaces/pthread_cond_broadcast/pthread_cond_broadcast_1-2.run-test +opt/ltp/conformance/interfaces/pthread_cond_broadcast/pthread_cond_broadcast_2-1.run-test +opt/ltp/conformance/interfaces/pthread_cond_broadcast/pthread_cond_broadcast_2-2.run-test +opt/ltp/conformance/interfaces/pthread_cond_broadcast/pthread_cond_broadcast_2-3.run-test +opt/ltp/conformance/interfaces/pthread_cond_broadcast/pthread_cond_broadcast_4-1.run-test +opt/ltp/conformance/interfaces/pthread_cond_broadcast/pthread_cond_broadcast_4-2.run-test +opt/ltp/conformance/interfaces/pthread_cond_broadcast/run.sh +opt/ltp/conformance/interfaces/pthread_cond_destroy/pthread_cond_destroy_1-1.run-test +opt/ltp/conformance/interfaces/pthread_cond_destroy/pthread_cond_destroy_2-1.run-test +opt/ltp/conformance/interfaces/pthread_cond_destroy/pthread_cond_destroy_3-1.run-test +opt/ltp/conformance/interfaces/pthread_cond_destroy/run.sh +opt/ltp/conformance/interfaces/pthread_cond_destroy/speculative/pthread_cond_destroy_speculative_4-1.run-test +opt/ltp/conformance/interfaces/pthread_cond_destroy/speculative/run.sh +opt/ltp/conformance/interfaces/pthread_cond_init/pthread_cond_init_1-1.run-test +opt/ltp/conformance/interfaces/pthread_cond_init/pthread_cond_init_2-1.run-test +opt/ltp/conformance/interfaces/pthread_cond_init/pthread_cond_init_3-1.run-test +opt/ltp/conformance/interfaces/pthread_cond_init/pthread_cond_init_4-1.run-test +opt/ltp/conformance/interfaces/pthread_cond_init/pthread_cond_init_4-3.run-test +opt/ltp/conformance/interfaces/pthread_cond_init/run.sh +opt/ltp/conformance/interfaces/pthread_cond_signal/pthread_cond_signal_1-1.run-test +opt/ltp/conformance/interfaces/pthread_cond_signal/pthread_cond_signal_1-2.run-test +opt/ltp/conformance/interfaces/pthread_cond_signal/pthread_cond_signal_2-1.run-test +opt/ltp/conformance/interfaces/pthread_cond_signal/pthread_cond_signal_2-2.run-test +opt/ltp/conformance/interfaces/pthread_cond_signal/pthread_cond_signal_4-1.run-test +opt/ltp/conformance/interfaces/pthread_cond_signal/pthread_cond_signal_4-2.run-test +opt/ltp/conformance/interfaces/pthread_cond_signal/run.sh +opt/ltp/conformance/interfaces/pthread_cond_timedwait/pthread_cond_timedwait_1-1.run-test +opt/ltp/conformance/interfaces/pthread_cond_timedwait/pthread_cond_timedwait_2-1.run-test +opt/ltp/conformance/interfaces/pthread_cond_timedwait/pthread_cond_timedwait_2-2.run-test +opt/ltp/conformance/interfaces/pthread_cond_timedwait/pthread_cond_timedwait_2-3.run-test +opt/ltp/conformance/interfaces/pthread_cond_timedwait/pthread_cond_timedwait_2-4.run-test +opt/ltp/conformance/interfaces/pthread_cond_timedwait/pthread_cond_timedwait_2-5.run-test +opt/ltp/conformance/interfaces/pthread_cond_timedwait/pthread_cond_timedwait_2-6.run-test +opt/ltp/conformance/interfaces/pthread_cond_timedwait/pthread_cond_timedwait_2-7.run-test +opt/ltp/conformance/interfaces/pthread_cond_timedwait/pthread_cond_timedwait_3-1.run-test +opt/ltp/conformance/interfaces/pthread_cond_timedwait/pthread_cond_timedwait_4-1.run-test +opt/ltp/conformance/interfaces/pthread_cond_timedwait/pthread_cond_timedwait_4-2.run-test +opt/ltp/conformance/interfaces/pthread_cond_timedwait/pthread_cond_timedwait_4-3.run-test +opt/ltp/conformance/interfaces/pthread_cond_timedwait/run.sh +opt/ltp/conformance/interfaces/pthread_cond_wait/pthread_cond_wait_1-1.run-test +opt/ltp/conformance/interfaces/pthread_cond_wait/pthread_cond_wait_2-1.run-test +opt/ltp/conformance/interfaces/pthread_cond_wait/pthread_cond_wait_2-2.run-test +opt/ltp/conformance/interfaces/pthread_cond_wait/pthread_cond_wait_2-3.run-test +opt/ltp/conformance/interfaces/pthread_cond_wait/pthread_cond_wait_3-1.run-test +opt/ltp/conformance/interfaces/pthread_cond_wait/pthread_cond_wait_4-1.run-test +opt/ltp/conformance/interfaces/pthread_cond_wait/run.sh +opt/ltp/conformance/interfaces/pthread_condattr_destroy/pthread_condattr_destroy_1-1.run-test +opt/ltp/conformance/interfaces/pthread_condattr_destroy/pthread_condattr_destroy_2-1.run-test +opt/ltp/conformance/interfaces/pthread_condattr_destroy/pthread_condattr_destroy_3-1.run-test +opt/ltp/conformance/interfaces/pthread_condattr_destroy/pthread_condattr_destroy_4-1.run-test +opt/ltp/conformance/interfaces/pthread_condattr_destroy/run.sh +opt/ltp/conformance/interfaces/pthread_condattr_getclock/pthread_condattr_getclock_1-1.run-test +opt/ltp/conformance/interfaces/pthread_condattr_getclock/pthread_condattr_getclock_1-2.run-test +opt/ltp/conformance/interfaces/pthread_condattr_getclock/pthread_condattr_getclock_2-1.sh +opt/ltp/conformance/interfaces/pthread_condattr_getclock/run.sh +opt/ltp/conformance/interfaces/pthread_condattr_getpshared/pthread_condattr_getpshared_1-1.run-test +opt/ltp/conformance/interfaces/pthread_condattr_getpshared/pthread_condattr_getpshared_1-2.run-test +opt/ltp/conformance/interfaces/pthread_condattr_getpshared/pthread_condattr_getpshared_2-1.run-test +opt/ltp/conformance/interfaces/pthread_condattr_getpshared/pthread_condattr_getpshared_3-1.sh +opt/ltp/conformance/interfaces/pthread_condattr_getpshared/run.sh +opt/ltp/conformance/interfaces/pthread_condattr_init/pthread_condattr_init_1-1.run-test +opt/ltp/conformance/interfaces/pthread_condattr_init/pthread_condattr_init_3-1.run-test +opt/ltp/conformance/interfaces/pthread_condattr_init/run.sh +opt/ltp/conformance/interfaces/pthread_condattr_setclock/pthread_condattr_setclock_1-1.run-test +opt/ltp/conformance/interfaces/pthread_condattr_setclock/pthread_condattr_setclock_1-2.run-test +opt/ltp/conformance/interfaces/pthread_condattr_setclock/pthread_condattr_setclock_1-3.run-test +opt/ltp/conformance/interfaces/pthread_condattr_setclock/pthread_condattr_setclock_2-1.run-test +opt/ltp/conformance/interfaces/pthread_condattr_setclock/run.sh +opt/ltp/conformance/interfaces/pthread_condattr_setpshared/pthread_condattr_setpshared_1-1.run-test +opt/ltp/conformance/interfaces/pthread_condattr_setpshared/pthread_condattr_setpshared_1-2.run-test +opt/ltp/conformance/interfaces/pthread_condattr_setpshared/pthread_condattr_setpshared_2-1.run-test +opt/ltp/conformance/interfaces/pthread_condattr_setpshared/run.sh +opt/ltp/conformance/interfaces/pthread_create/pthread_create_1-1.run-test +opt/ltp/conformance/interfaces/pthread_create/pthread_create_1-2.run-test +opt/ltp/conformance/interfaces/pthread_create/pthread_create_1-3.run-test +opt/ltp/conformance/interfaces/pthread_create/pthread_create_1-5.run-test +opt/ltp/conformance/interfaces/pthread_create/pthread_create_1-6.run-test +opt/ltp/conformance/interfaces/pthread_create/pthread_create_11-1.run-test +opt/ltp/conformance/interfaces/pthread_create/pthread_create_12-1.run-test +opt/ltp/conformance/interfaces/pthread_create/pthread_create_14-1.run-test +opt/ltp/conformance/interfaces/pthread_create/pthread_create_15-1.run-test +opt/ltp/conformance/interfaces/pthread_create/pthread_create_2-1.run-test +opt/ltp/conformance/interfaces/pthread_create/pthread_create_3-1.run-test +opt/ltp/conformance/interfaces/pthread_create/pthread_create_3-2.run-test +opt/ltp/conformance/interfaces/pthread_create/pthread_create_4-1.run-test +opt/ltp/conformance/interfaces/pthread_create/pthread_create_5-1.run-test +opt/ltp/conformance/interfaces/pthread_create/pthread_create_8-1.run-test +opt/ltp/conformance/interfaces/pthread_create/run.sh +opt/ltp/conformance/interfaces/pthread_detach/pthread_detach_1-1.run-test +opt/ltp/conformance/interfaces/pthread_detach/pthread_detach_1-2.run-test +opt/ltp/conformance/interfaces/pthread_detach/pthread_detach_2-1.run-test +opt/ltp/conformance/interfaces/pthread_detach/pthread_detach_2-2.run-test +opt/ltp/conformance/interfaces/pthread_detach/pthread_detach_3-1.run-test +opt/ltp/conformance/interfaces/pthread_detach/pthread_detach_4-1.run-test +opt/ltp/conformance/interfaces/pthread_detach/pthread_detach_4-2.run-test +opt/ltp/conformance/interfaces/pthread_detach/pthread_detach_4-3.run-test +opt/ltp/conformance/interfaces/pthread_detach/run.sh +opt/ltp/conformance/interfaces/pthread_equal/pthread_equal_1-1.run-test +opt/ltp/conformance/interfaces/pthread_equal/pthread_equal_1-2.run-test +opt/ltp/conformance/interfaces/pthread_equal/pthread_equal_2-1.run-test +opt/ltp/conformance/interfaces/pthread_equal/run.sh +opt/ltp/conformance/interfaces/pthread_exit/pthread_exit_1-1.run-test +opt/ltp/conformance/interfaces/pthread_exit/pthread_exit_1-2.run-test +opt/ltp/conformance/interfaces/pthread_exit/pthread_exit_2-1.run-test +opt/ltp/conformance/interfaces/pthread_exit/pthread_exit_2-2.run-test +opt/ltp/conformance/interfaces/pthread_exit/pthread_exit_3-1.run-test +opt/ltp/conformance/interfaces/pthread_exit/pthread_exit_3-2.run-test +opt/ltp/conformance/interfaces/pthread_exit/pthread_exit_4-1.run-test +opt/ltp/conformance/interfaces/pthread_exit/pthread_exit_5-1.run-test +opt/ltp/conformance/interfaces/pthread_exit/pthread_exit_6-1.run-test +opt/ltp/conformance/interfaces/pthread_exit/pthread_exit_6-2.run-test +opt/ltp/conformance/interfaces/pthread_exit/run.sh +opt/ltp/conformance/interfaces/pthread_getcpuclockid/pthread_getcpuclockid_1-1.run-test +opt/ltp/conformance/interfaces/pthread_getcpuclockid/pthread_getcpuclockid_2-1.sh +opt/ltp/conformance/interfaces/pthread_getcpuclockid/run.sh +opt/ltp/conformance/interfaces/pthread_getcpuclockid/speculative/pthread_getcpuclockid_speculative_3-1.run-test +opt/ltp/conformance/interfaces/pthread_getcpuclockid/speculative/run.sh +opt/ltp/conformance/interfaces/pthread_getschedparam/pthread_getschedparam_1-1.run-test +opt/ltp/conformance/interfaces/pthread_getschedparam/pthread_getschedparam_1-2.run-test +opt/ltp/conformance/interfaces/pthread_getschedparam/pthread_getschedparam_1-3.run-test +opt/ltp/conformance/interfaces/pthread_getschedparam/run.sh +opt/ltp/conformance/interfaces/pthread_getspecific/pthread_getspecific_1-1.run-test +opt/ltp/conformance/interfaces/pthread_getspecific/pthread_getspecific_3-1.run-test +opt/ltp/conformance/interfaces/pthread_getspecific/run.sh +opt/ltp/conformance/interfaces/pthread_join/pthread_join_1-1.run-test +opt/ltp/conformance/interfaces/pthread_join/pthread_join_1-2.run-test +opt/ltp/conformance/interfaces/pthread_join/pthread_join_2-1.run-test +opt/ltp/conformance/interfaces/pthread_join/pthread_join_3-1.run-test +opt/ltp/conformance/interfaces/pthread_join/pthread_join_4-1.run-test +opt/ltp/conformance/interfaces/pthread_join/pthread_join_5-1.run-test +opt/ltp/conformance/interfaces/pthread_join/pthread_join_6-2.run-test +opt/ltp/conformance/interfaces/pthread_join/pthread_join_6-3.run-test +opt/ltp/conformance/interfaces/pthread_join/run.sh +opt/ltp/conformance/interfaces/pthread_join/speculative/pthread_join_speculative_6-1.run-test +opt/ltp/conformance/interfaces/pthread_join/speculative/run.sh +opt/ltp/conformance/interfaces/pthread_key_create/pthread_key_create_1-1.run-test +opt/ltp/conformance/interfaces/pthread_key_create/pthread_key_create_1-2.run-test +opt/ltp/conformance/interfaces/pthread_key_create/pthread_key_create_2-1.run-test +opt/ltp/conformance/interfaces/pthread_key_create/pthread_key_create_3-1.run-test +opt/ltp/conformance/interfaces/pthread_key_create/run.sh +opt/ltp/conformance/interfaces/pthread_key_create/speculative/pthread_key_create_speculative_5-1.run-test +opt/ltp/conformance/interfaces/pthread_key_create/speculative/run.sh +opt/ltp/conformance/interfaces/pthread_key_delete/pthread_key_delete_1-1.run-test +opt/ltp/conformance/interfaces/pthread_key_delete/pthread_key_delete_1-2.run-test +opt/ltp/conformance/interfaces/pthread_key_delete/pthread_key_delete_2-1.run-test +opt/ltp/conformance/interfaces/pthread_key_delete/pthread_key_delete_3-1.sh +opt/ltp/conformance/interfaces/pthread_key_delete/run.sh +opt/ltp/conformance/interfaces/pthread_kill/pthread_kill_1-1.run-test +opt/ltp/conformance/interfaces/pthread_kill/pthread_kill_1-2.run-test +opt/ltp/conformance/interfaces/pthread_kill/pthread_kill_2-1.run-test +opt/ltp/conformance/interfaces/pthread_kill/pthread_kill_3-1.run-test +opt/ltp/conformance/interfaces/pthread_kill/pthread_kill_6-1.run-test +opt/ltp/conformance/interfaces/pthread_kill/pthread_kill_7-1.run-test +opt/ltp/conformance/interfaces/pthread_kill/pthread_kill_8-1.run-test +opt/ltp/conformance/interfaces/pthread_kill/run.sh +opt/ltp/conformance/interfaces/pthread_mutex_destroy/pthread_mutex_destroy_1-1.run-test +opt/ltp/conformance/interfaces/pthread_mutex_destroy/pthread_mutex_destroy_2-1.run-test +opt/ltp/conformance/interfaces/pthread_mutex_destroy/pthread_mutex_destroy_2-2.run-test +opt/ltp/conformance/interfaces/pthread_mutex_destroy/pthread_mutex_destroy_3-1.run-test +opt/ltp/conformance/interfaces/pthread_mutex_destroy/pthread_mutex_destroy_5-1.run-test +opt/ltp/conformance/interfaces/pthread_mutex_destroy/pthread_mutex_destroy_5-2.run-test +opt/ltp/conformance/interfaces/pthread_mutex_destroy/run.sh +opt/ltp/conformance/interfaces/pthread_mutex_destroy/speculative/pthread_mutex_destroy_speculative_4-2.run-test +opt/ltp/conformance/interfaces/pthread_mutex_destroy/speculative/run.sh +opt/ltp/conformance/interfaces/pthread_mutex_getprioceiling/pthread_mutex_getprioceiling_1-1.run-test +opt/ltp/conformance/interfaces/pthread_mutex_getprioceiling/pthread_mutex_getprioceiling_3-1.run-test +opt/ltp/conformance/interfaces/pthread_mutex_getprioceiling/pthread_mutex_getprioceiling_3-2.run-test +opt/ltp/conformance/interfaces/pthread_mutex_getprioceiling/pthread_mutex_getprioceiling_3-3.run-test +opt/ltp/conformance/interfaces/pthread_mutex_getprioceiling/run.sh +opt/ltp/conformance/interfaces/pthread_mutex_init/pthread_mutex_init_1-1.run-test +opt/ltp/conformance/interfaces/pthread_mutex_init/pthread_mutex_init_1-2.run-test +opt/ltp/conformance/interfaces/pthread_mutex_init/pthread_mutex_init_2-1.run-test +opt/ltp/conformance/interfaces/pthread_mutex_init/pthread_mutex_init_3-1.run-test +opt/ltp/conformance/interfaces/pthread_mutex_init/pthread_mutex_init_3-2.run-test +opt/ltp/conformance/interfaces/pthread_mutex_init/pthread_mutex_init_4-1.run-test +opt/ltp/conformance/interfaces/pthread_mutex_init/pthread_mutex_init_5-1.run-test +opt/ltp/conformance/interfaces/pthread_mutex_init/run.sh +opt/ltp/conformance/interfaces/pthread_mutex_init/speculative/pthread_mutex_init_speculative_5-2.run-test +opt/ltp/conformance/interfaces/pthread_mutex_init/speculative/run.sh +opt/ltp/conformance/interfaces/pthread_mutex_lock/pthread_mutex_lock_1-1.run-test +opt/ltp/conformance/interfaces/pthread_mutex_lock/pthread_mutex_lock_2-1.run-test +opt/ltp/conformance/interfaces/pthread_mutex_lock/pthread_mutex_lock_3-1.run-test +opt/ltp/conformance/interfaces/pthread_mutex_lock/pthread_mutex_lock_4-1.run-test +opt/ltp/conformance/interfaces/pthread_mutex_lock/pthread_mutex_lock_5-1.run-test +opt/ltp/conformance/interfaces/pthread_mutex_lock/run.sh +opt/ltp/conformance/interfaces/pthread_mutex_setprioceiling/pthread_mutex_setprioceiling_1-1.run-test +opt/ltp/conformance/interfaces/pthread_mutex_setprioceiling/run.sh +opt/ltp/conformance/interfaces/pthread_mutex_timedlock/pthread_mutex_timedlock_1-1.run-test +opt/ltp/conformance/interfaces/pthread_mutex_timedlock/pthread_mutex_timedlock_2-1.run-test +opt/ltp/conformance/interfaces/pthread_mutex_timedlock/pthread_mutex_timedlock_4-1.run-test +opt/ltp/conformance/interfaces/pthread_mutex_timedlock/pthread_mutex_timedlock_5-1.run-test +opt/ltp/conformance/interfaces/pthread_mutex_timedlock/pthread_mutex_timedlock_5-2.run-test +opt/ltp/conformance/interfaces/pthread_mutex_timedlock/pthread_mutex_timedlock_5-3.run-test +opt/ltp/conformance/interfaces/pthread_mutex_timedlock/run.sh +opt/ltp/conformance/interfaces/pthread_mutex_trylock/pthread_mutex_trylock_1-1.run-test +opt/ltp/conformance/interfaces/pthread_mutex_trylock/pthread_mutex_trylock_1-2.run-test +opt/ltp/conformance/interfaces/pthread_mutex_trylock/pthread_mutex_trylock_2-1.run-test +opt/ltp/conformance/interfaces/pthread_mutex_trylock/pthread_mutex_trylock_3-1.run-test +opt/ltp/conformance/interfaces/pthread_mutex_trylock/pthread_mutex_trylock_4-1.run-test +opt/ltp/conformance/interfaces/pthread_mutex_trylock/pthread_mutex_trylock_4-2.run-test +opt/ltp/conformance/interfaces/pthread_mutex_trylock/pthread_mutex_trylock_4-3.run-test +opt/ltp/conformance/interfaces/pthread_mutex_trylock/run.sh +opt/ltp/conformance/interfaces/pthread_mutex_unlock/pthread_mutex_unlock_1-1.run-test +opt/ltp/conformance/interfaces/pthread_mutex_unlock/pthread_mutex_unlock_2-1.run-test +opt/ltp/conformance/interfaces/pthread_mutex_unlock/pthread_mutex_unlock_3-1.run-test +opt/ltp/conformance/interfaces/pthread_mutex_unlock/pthread_mutex_unlock_5-1.run-test +opt/ltp/conformance/interfaces/pthread_mutex_unlock/pthread_mutex_unlock_5-2.run-test +opt/ltp/conformance/interfaces/pthread_mutex_unlock/run.sh +opt/ltp/conformance/interfaces/pthread_mutexattr_destroy/pthread_mutexattr_destroy_1-1.run-test +opt/ltp/conformance/interfaces/pthread_mutexattr_destroy/pthread_mutexattr_destroy_2-1.run-test +opt/ltp/conformance/interfaces/pthread_mutexattr_destroy/pthread_mutexattr_destroy_3-1.run-test +opt/ltp/conformance/interfaces/pthread_mutexattr_destroy/pthread_mutexattr_destroy_4-1.run-test +opt/ltp/conformance/interfaces/pthread_mutexattr_destroy/run.sh +opt/ltp/conformance/interfaces/pthread_mutexattr_getprioceiling/pthread_mutexattr_getprioceiling_1-1.run-test +opt/ltp/conformance/interfaces/pthread_mutexattr_getprioceiling/pthread_mutexattr_getprioceiling_1-2.run-test +opt/ltp/conformance/interfaces/pthread_mutexattr_getprioceiling/pthread_mutexattr_getprioceiling_2-1.sh +opt/ltp/conformance/interfaces/pthread_mutexattr_getprioceiling/pthread_mutexattr_getprioceiling_3-1.run-test +opt/ltp/conformance/interfaces/pthread_mutexattr_getprioceiling/run.sh +opt/ltp/conformance/interfaces/pthread_mutexattr_getprotocol/pthread_mutexattr_getprotocol_1-1.run-test +opt/ltp/conformance/interfaces/pthread_mutexattr_getprotocol/pthread_mutexattr_getprotocol_1-2.run-test +opt/ltp/conformance/interfaces/pthread_mutexattr_getprotocol/run.sh +opt/ltp/conformance/interfaces/pthread_mutexattr_getpshared/pthread_mutexattr_getpshared_1-1.run-test +opt/ltp/conformance/interfaces/pthread_mutexattr_getpshared/pthread_mutexattr_getpshared_1-2.run-test +opt/ltp/conformance/interfaces/pthread_mutexattr_getpshared/pthread_mutexattr_getpshared_1-3.run-test +opt/ltp/conformance/interfaces/pthread_mutexattr_getpshared/pthread_mutexattr_getpshared_2-1.sh +opt/ltp/conformance/interfaces/pthread_mutexattr_getpshared/pthread_mutexattr_getpshared_3-1.run-test +opt/ltp/conformance/interfaces/pthread_mutexattr_getpshared/run.sh +opt/ltp/conformance/interfaces/pthread_mutexattr_gettype/pthread_mutexattr_gettype_1-1.run-test +opt/ltp/conformance/interfaces/pthread_mutexattr_gettype/pthread_mutexattr_gettype_1-2.run-test +opt/ltp/conformance/interfaces/pthread_mutexattr_gettype/pthread_mutexattr_gettype_1-3.run-test +opt/ltp/conformance/interfaces/pthread_mutexattr_gettype/pthread_mutexattr_gettype_1-4.run-test +opt/ltp/conformance/interfaces/pthread_mutexattr_gettype/pthread_mutexattr_gettype_1-5.run-test +opt/ltp/conformance/interfaces/pthread_mutexattr_gettype/run.sh +opt/ltp/conformance/interfaces/pthread_mutexattr_gettype/speculative/pthread_mutexattr_gettype_speculative_3-1.run-test +opt/ltp/conformance/interfaces/pthread_mutexattr_gettype/speculative/run.sh +opt/ltp/conformance/interfaces/pthread_mutexattr_init/pthread_mutexattr_init_1-1.run-test +opt/ltp/conformance/interfaces/pthread_mutexattr_init/pthread_mutexattr_init_3-1.run-test +opt/ltp/conformance/interfaces/pthread_mutexattr_init/run.sh +opt/ltp/conformance/interfaces/pthread_mutexattr_setprioceiling/pthread_mutexattr_setprioceiling_1-1.run-test +opt/ltp/conformance/interfaces/pthread_mutexattr_setprioceiling/pthread_mutexattr_setprioceiling_2-1.sh +opt/ltp/conformance/interfaces/pthread_mutexattr_setprioceiling/pthread_mutexattr_setprioceiling_3-1.run-test +opt/ltp/conformance/interfaces/pthread_mutexattr_setprioceiling/pthread_mutexattr_setprioceiling_3-2.run-test +opt/ltp/conformance/interfaces/pthread_mutexattr_setprioceiling/run.sh +opt/ltp/conformance/interfaces/pthread_mutexattr_setprotocol/pthread_mutexattr_setprotocol_1-1.run-test +opt/ltp/conformance/interfaces/pthread_mutexattr_setprotocol/pthread_mutexattr_setprotocol_2-2.sh +opt/ltp/conformance/interfaces/pthread_mutexattr_setprotocol/pthread_mutexattr_setprotocol_3-1.run-test +opt/ltp/conformance/interfaces/pthread_mutexattr_setprotocol/pthread_mutexattr_setprotocol_3-2.run-test +opt/ltp/conformance/interfaces/pthread_mutexattr_setprotocol/run.sh +opt/ltp/conformance/interfaces/pthread_mutexattr_setpshared/pthread_mutexattr_setpshared_1-1.run-test +opt/ltp/conformance/interfaces/pthread_mutexattr_setpshared/pthread_mutexattr_setpshared_1-2.run-test +opt/ltp/conformance/interfaces/pthread_mutexattr_setpshared/pthread_mutexattr_setpshared_2-1.run-test +opt/ltp/conformance/interfaces/pthread_mutexattr_setpshared/pthread_mutexattr_setpshared_2-2.run-test +opt/ltp/conformance/interfaces/pthread_mutexattr_setpshared/pthread_mutexattr_setpshared_3-1.run-test +opt/ltp/conformance/interfaces/pthread_mutexattr_setpshared/pthread_mutexattr_setpshared_3-2.run-test +opt/ltp/conformance/interfaces/pthread_mutexattr_setpshared/run.sh +opt/ltp/conformance/interfaces/pthread_mutexattr_settype/pthread_mutexattr_settype_1-1.run-test +opt/ltp/conformance/interfaces/pthread_mutexattr_settype/pthread_mutexattr_settype_2-1.run-test +opt/ltp/conformance/interfaces/pthread_mutexattr_settype/pthread_mutexattr_settype_3-1.run-test +opt/ltp/conformance/interfaces/pthread_mutexattr_settype/pthread_mutexattr_settype_3-2.run-test +opt/ltp/conformance/interfaces/pthread_mutexattr_settype/pthread_mutexattr_settype_3-3.run-test +opt/ltp/conformance/interfaces/pthread_mutexattr_settype/pthread_mutexattr_settype_3-4.run-test +opt/ltp/conformance/interfaces/pthread_mutexattr_settype/pthread_mutexattr_settype_6-1.sh +opt/ltp/conformance/interfaces/pthread_mutexattr_settype/pthread_mutexattr_settype_7-1.run-test +opt/ltp/conformance/interfaces/pthread_mutexattr_settype/run.sh +opt/ltp/conformance/interfaces/pthread_once/pthread_once_1-1.run-test +opt/ltp/conformance/interfaces/pthread_once/pthread_once_1-2.run-test +opt/ltp/conformance/interfaces/pthread_once/pthread_once_1-3.run-test +opt/ltp/conformance/interfaces/pthread_once/pthread_once_2-1.run-test +opt/ltp/conformance/interfaces/pthread_once/pthread_once_3-1.run-test +opt/ltp/conformance/interfaces/pthread_once/pthread_once_6-1.run-test +opt/ltp/conformance/interfaces/pthread_once/run.sh +opt/ltp/conformance/interfaces/pthread_rwlock_destroy/pthread_rwlock_destroy_1-1.run-test +opt/ltp/conformance/interfaces/pthread_rwlock_destroy/pthread_rwlock_destroy_2-1.sh +opt/ltp/conformance/interfaces/pthread_rwlock_destroy/pthread_rwlock_destroy_3-1.run-test +opt/ltp/conformance/interfaces/pthread_rwlock_destroy/run.sh +opt/ltp/conformance/interfaces/pthread_rwlock_init/pthread_rwlock_init_1-1.run-test +opt/ltp/conformance/interfaces/pthread_rwlock_init/pthread_rwlock_init_2-1.run-test +opt/ltp/conformance/interfaces/pthread_rwlock_init/pthread_rwlock_init_3-1.run-test +opt/ltp/conformance/interfaces/pthread_rwlock_init/pthread_rwlock_init_4-1.sh +opt/ltp/conformance/interfaces/pthread_rwlock_init/pthread_rwlock_init_6-1.run-test +opt/ltp/conformance/interfaces/pthread_rwlock_init/run.sh +opt/ltp/conformance/interfaces/pthread_rwlock_rdlock/pthread_rwlock_rdlock_1-1.run-test +opt/ltp/conformance/interfaces/pthread_rwlock_rdlock/pthread_rwlock_rdlock_2-1.run-test +opt/ltp/conformance/interfaces/pthread_rwlock_rdlock/pthread_rwlock_rdlock_2-2.run-test +opt/ltp/conformance/interfaces/pthread_rwlock_rdlock/pthread_rwlock_rdlock_2-3.run-test +opt/ltp/conformance/interfaces/pthread_rwlock_rdlock/pthread_rwlock_rdlock_4-1.run-test +opt/ltp/conformance/interfaces/pthread_rwlock_rdlock/pthread_rwlock_rdlock_5-1.run-test +opt/ltp/conformance/interfaces/pthread_rwlock_rdlock/pthread_rwlock_rdlock_6-2.sh +opt/ltp/conformance/interfaces/pthread_rwlock_rdlock/run.sh +opt/ltp/conformance/interfaces/pthread_rwlock_timedrdlock/pthread_rwlock_timedrdlock_1-1.run-test +opt/ltp/conformance/interfaces/pthread_rwlock_timedrdlock/pthread_rwlock_timedrdlock_2-1.run-test +opt/ltp/conformance/interfaces/pthread_rwlock_timedrdlock/pthread_rwlock_timedrdlock_3-1.run-test +opt/ltp/conformance/interfaces/pthread_rwlock_timedrdlock/pthread_rwlock_timedrdlock_4-1.sh +opt/ltp/conformance/interfaces/pthread_rwlock_timedrdlock/pthread_rwlock_timedrdlock_5-1.run-test +opt/ltp/conformance/interfaces/pthread_rwlock_timedrdlock/pthread_rwlock_timedrdlock_6-1.run-test *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Wed May 8 19:08:35 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 79C121591347; Wed, 8 May 2019 19:08:35 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1F8778A631; Wed, 8 May 2019 19:08:35 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EC6D39FE1; Wed, 8 May 2019 19:08:34 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x48J8YD7023154; Wed, 8 May 2019 19:08:34 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x48J8YNm023153; Wed, 8 May 2019 19:08:34 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <201905081908.x48J8YNm023153@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Wed, 8 May 2019 19:08:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501037 - head/www/node10/files X-SVN-Group: ports-head X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: head/www/node10/files X-SVN-Commit-Revision: 501037 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1F8778A631 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.961,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 19:08:35 -0000 Author: bhughes Date: Wed May 8 19:08:34 2019 New Revision: 501037 URL: https://svnweb.freebsd.org/changeset/ports/501037 Log: www/node10: add registers used by powerpc64 to sampler Add missing registers used by powerpc64. PR: 237618 Submitted by: pkubaj Sponsored by: Miles AS Modified: head/www/node10/files/patch-deps_v8_src_libsampler_sampler.cc Modified: head/www/node10/files/patch-deps_v8_src_libsampler_sampler.cc ============================================================================== --- head/www/node10/files/patch-deps_v8_src_libsampler_sampler.cc Wed May 8 18:41:06 2019 (r501036) +++ head/www/node10/files/patch-deps_v8_src_libsampler_sampler.cc Wed May 8 19:08:34 2019 (r501037) @@ -1,6 +1,6 @@ ---- deps/v8/src/libsampler/sampler.cc.orig 2018-08-15 13:53:25 UTC +--- deps/v8/src/libsampler/sampler.cc.orig 2019-03-05 15:16:28 UTC +++ deps/v8/src/libsampler/sampler.cc -@@ -550,9 +550,9 @@ void SignalHandler::FillRegisterState(vo +@@ -550,9 +550,13 @@ void SignalHandler::FillRegisterState(void* context, R state->sp = reinterpret_cast(mcontext.mc_rsp); state->fp = reinterpret_cast(mcontext.mc_rbp); #elif V8_HOST_ARCH_ARM @@ -10,6 +10,10 @@ + state->pc = reinterpret_cast(mcontext.__gregs[_REG_PC]); + state->sp = reinterpret_cast(mcontext.__gregs[_REG_SP]); + state->fp = reinterpret_cast(mcontext.__gregs[_REG_FP]); ++#elif V8_TARGET_ARCH_PPC_BE ++ state->pc = reinterpret_cast(mcontext.mc_srr0); ++ state->sp = reinterpret_cast(mcontext.mc_frame[1]); ++ state->fp = reinterpret_cast(mcontext.mc_frame[31]); #endif // V8_HOST_ARCH_* #elif V8_OS_NETBSD #if V8_HOST_ARCH_IA32 From owner-svn-ports-all@freebsd.org Wed May 8 19:09:48 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 192731591391; Wed, 8 May 2019 19:09:48 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B15848A72A; Wed, 8 May 2019 19:09:47 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 89CA79FE4; Wed, 8 May 2019 19:09:47 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x48J9ldc023327; Wed, 8 May 2019 19:09:47 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x48J9lW0023326; Wed, 8 May 2019 19:09:47 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <201905081909.x48J9lW0023326@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Wed, 8 May 2019 19:09:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501038 - head/www/node8/files X-SVN-Group: ports-head X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: head/www/node8/files X-SVN-Commit-Revision: 501038 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B15848A72A X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.961,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 19:09:48 -0000 Author: bhughes Date: Wed May 8 19:09:47 2019 New Revision: 501038 URL: https://svnweb.freebsd.org/changeset/ports/501038 Log: www/node8: add registers used by powerpc64 to sampler Add missing registers for powerpc64. PR: 237617 Submitted by: pkubaj Sponsored by: Miles AS Modified: head/www/node8/files/patch-deps_v8_src_libsampler_sampler.cc Modified: head/www/node8/files/patch-deps_v8_src_libsampler_sampler.cc ============================================================================== --- head/www/node8/files/patch-deps_v8_src_libsampler_sampler.cc Wed May 8 19:08:34 2019 (r501037) +++ head/www/node8/files/patch-deps_v8_src_libsampler_sampler.cc Wed May 8 19:09:47 2019 (r501038) @@ -1,6 +1,6 @@ ---- deps/v8/src/libsampler/sampler.cc.orig 2018-09-10 18:46:55 UTC +--- deps/v8/src/libsampler/sampler.cc.orig 2019-04-16 18:59:24 UTC +++ deps/v8/src/libsampler/sampler.cc -@@ -506,9 +506,9 @@ void SignalHandler::FillRegisterState(vo +@@ -506,9 +506,13 @@ void SignalHandler::FillRegisterState(void* context, R state->sp = reinterpret_cast(mcontext.mc_rsp); state->fp = reinterpret_cast(mcontext.mc_rbp); #elif V8_HOST_ARCH_ARM @@ -10,6 +10,10 @@ + state->pc = reinterpret_cast(mcontext.__gregs[_REG_PC]); + state->sp = reinterpret_cast(mcontext.__gregs[_REG_SP]); + state->fp = reinterpret_cast(mcontext.__gregs[_REG_FP]); ++#elif V8_TARGET_ARCH_PPC_BE ++ state->pc = reinterpret_cast(mcontext.mc_srr0); ++ state->sp = reinterpret_cast(mcontext.mc_frame[1]); ++ state->fp = reinterpret_cast(mcontext.mc_frame[31]); #endif // V8_HOST_ARCH_* #elif V8_OS_NETBSD #if V8_HOST_ARCH_IA32 From owner-svn-ports-all@freebsd.org Wed May 8 19:10:20 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C962A15913DA; Wed, 8 May 2019 19:10:20 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6CA3D8A809; Wed, 8 May 2019 19:10:20 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 43E519FE9; Wed, 8 May 2019 19:10:20 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x48JAK7R023536; Wed, 8 May 2019 19:10:20 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x48JAJwB023534; Wed, 8 May 2019 19:10:19 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201905081910.x48JAJwB023534@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 8 May 2019 19:10:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501039 - head/net/google-cloud-sdk X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/net/google-cloud-sdk X-SVN-Commit-Revision: 501039 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6CA3D8A809 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.961,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 19:10:21 -0000 Author: swills Date: Wed May 8 19:10:19 2019 New Revision: 501039 URL: https://svnweb.freebsd.org/changeset/ports/501039 Log: net/google-cloud-sdk: update to 245.0.0 Modified: head/net/google-cloud-sdk/Makefile (contents, props changed) head/net/google-cloud-sdk/distinfo (contents, props changed) Modified: head/net/google-cloud-sdk/Makefile ============================================================================== --- head/net/google-cloud-sdk/Makefile Wed May 8 19:09:47 2019 (r501038) +++ head/net/google-cloud-sdk/Makefile Wed May 8 19:10:19 2019 (r501039) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= google-cloud-sdk -PORTVERSION= 244.0.0 +PORTVERSION= 245.0.0 CATEGORIES= net MASTER_SITES= https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/ DISTNAME= google-cloud-sdk-${PORTVERSION}-linux-x86_64 @@ -16,6 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} USES= python:2.7 + WRKSRC= ${WRKDIR}/google-cloud-sdk NO_ARCH= yes Modified: head/net/google-cloud-sdk/distinfo ============================================================================== --- head/net/google-cloud-sdk/distinfo Wed May 8 19:09:47 2019 (r501038) +++ head/net/google-cloud-sdk/distinfo Wed May 8 19:10:19 2019 (r501039) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556885802 -SHA256 (google-cloud-sdk-244.0.0-linux-x86_64.tar.gz) = 832567cbd0046fd6c80f55196c5c2a8ee3a0f1e1e2587b4a386232bd13abc45b -SIZE (google-cloud-sdk-244.0.0-linux-x86_64.tar.gz) = 26961896 +TIMESTAMP = 1557341904 +SHA256 (google-cloud-sdk-245.0.0-linux-x86_64.tar.gz) = bdc66eea38a78ae5b00c7caaa4848965ef63bce73d4374fc806f94ddfd34f10f +SIZE (google-cloud-sdk-245.0.0-linux-x86_64.tar.gz) = 27037677 From owner-svn-ports-all@freebsd.org Wed May 8 19:18:15 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33DFE15915B6; Wed, 8 May 2019 19:18:15 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-ed1-f66.google.com (mail-ed1-f66.google.com [209.85.208.66]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A4D818ABDE; Wed, 8 May 2019 19:18:14 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-ed1-f66.google.com with SMTP id m4so23090513edd.8; Wed, 08 May 2019 12:18:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=FJxK1EuZLqErI2rczGLG6Lc77mDyCE1QrxQO3dUPlc8=; b=Y0Uy6VSCAcAIbD8YNt3NjUHmMkDCRWH+8mA0GoQGgxWJUelrXuhc9mSZYdm9AHX9Cm bSIx38YoMfwj4VP/KrNWlsQKaiDP9s8jM8IZ71vt+nm5NpRl4E7372tUFT/sP4NwH61C 0XdDAO16Jwh6Pn4FEIRIF2yCp+bkc9W7qWTg9L74MWO/5kLvXrA/6jlo7NiEB0CrusGN 8G59hWeXuqxw0DoHl70gh53Xo1vzeOJScACga4ExJ9iX8LO4SQCP5z2iwD9u6Ok46hEe Mn9zHiboty2LNAtOa2vScH6Xgc7V3yQ9nOXWs1lFDXm2G+2O1NIvrmC+8ep2RQW7Gqx+ Genw== X-Gm-Message-State: APjAAAXpHoXSeNjU8uaiyx6KghlasWA4MvqpMpmb+jf/q2fyT+W8d0XR 9TMRA+Ugx1FS9fv+ND9TU5QOMbEpyVbCFKg72eO49rGD X-Google-Smtp-Source: APXvYqxWWYxeV13lyDvqRqL17Xyg04/hb4wFU1aVFuxKMD23jP2CgzWzVHFJ/TtR8lAjrp39C6um61TMNH1QFs5Z5vo= X-Received: by 2002:a17:906:164e:: with SMTP id n14mr31240553ejd.72.1557339957350; Wed, 08 May 2019 11:25:57 -0700 (PDT) MIME-Version: 1.0 References: <201905081624.x48GOguo036722@repo.freebsd.org> In-Reply-To: From: Antoine Brodin Date: Wed, 8 May 2019 20:25:46 +0200 Message-ID: Subject: Re: svn commit: r501032 - head/emulators/qemu-sbruno To: Jan Beich Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: A4D818ABDE X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.95 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.95)[-0.953,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; TAGGED_FROM(0.00)[] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 19:18:15 -0000 On Wed, May 8, 2019 at 6:36 PM Jan Beich wrote: > > Jan Beich writes: > > > Antoine Brodin writes: > > > >> Author: antoine > >> Date: Wed May 8 16:24:42 2019 > >> New Revision: 501032 > >> URL: https://svnweb.freebsd.org/changeset/ports/501032 > >> > >> Log: > >> Unbreak qemu-user-static at runtime > > > > Why? Wasn't r500819 enough? It was even confirmed in > > https://github.com/seanbruno/qemu-bsd-user/issues/74#issuecomment-490337655 > > Also, I've just checked /latest package for -CURRENT: > - qemu-aarch64-static works fine > - qemu-arm-static works fine With version 2.11.50.g20190318_1, I had crashes with: - qemu-mips-static - qemu-arm-static - qemu-mips64-static Changing SSP_CFLAGS fixed at least qemu-mips64-static. Antoine From owner-svn-ports-all@freebsd.org Wed May 8 19:22:43 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C385C159183F; Wed, 8 May 2019 19:22:43 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 691DE8AFA3; Wed, 8 May 2019 19:22:43 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 41932A31E; Wed, 8 May 2019 19:22:43 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x48JMhwr033862; Wed, 8 May 2019 19:22:43 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x48JMgZM033860; Wed, 8 May 2019 19:22:42 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201905081922.x48JMgZM033860@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 8 May 2019 19:22:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501040 - head/devel/py-aiortc X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/py-aiortc X-SVN-Commit-Revision: 501040 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 691DE8AFA3 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.961,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 19:22:43 -0000 Author: swills Date: Wed May 8 19:22:42 2019 New Revision: 501040 URL: https://svnweb.freebsd.org/changeset/ports/501040 Log: devel/py-aiortc: update to 0.9.21 Modified: head/devel/py-aiortc/Makefile (contents, props changed) head/devel/py-aiortc/distinfo (contents, props changed) Modified: head/devel/py-aiortc/Makefile ============================================================================== --- head/devel/py-aiortc/Makefile Wed May 8 19:10:19 2019 (r501039) +++ head/devel/py-aiortc/Makefile Wed May 8 19:22:42 2019 (r501040) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aiortc -PORTVERSION= 0.9.20 +PORTVERSION= 0.9.21 CATEGORIES= devel multimedia python www MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-aiortc/distinfo ============================================================================== --- head/devel/py-aiortc/distinfo Wed May 8 19:10:19 2019 (r501039) +++ head/devel/py-aiortc/distinfo Wed May 8 19:22:42 2019 (r501040) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556107289 -SHA256 (aiortc-0.9.20.tar.gz) = cd6f12849f376f651702552f692d4876f0b77c7abb83b7deecc9ef2a47c9c082 -SIZE (aiortc-0.9.20.tar.gz) = 1143404 +TIMESTAMP = 1557342629 +SHA256 (aiortc-0.9.21.tar.gz) = 0119d85ba4131c195cb0ff0cd412da13617f30e6da0dd7964f8981def0813b31 +SIZE (aiortc-0.9.21.tar.gz) = 1144683 From owner-svn-ports-all@freebsd.org Wed May 8 19:34:18 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F1181591CBD; Wed, 8 May 2019 19:34:18 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D1EFB8B64B; Wed, 8 May 2019 19:34:17 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A8E55A4D5; Wed, 8 May 2019 19:34:17 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x48JYHiG039258; Wed, 8 May 2019 19:34:17 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x48JYG8a039255; Wed, 8 May 2019 19:34:16 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201905081934.x48JYG8a039255@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Wed, 8 May 2019 19:34:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501041 - in head: . devel devel/poslib x11 x11/xsel X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head: . devel devel/poslib x11 x11/xsel X-SVN-Commit-Revision: 501041 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D1EFB8B64B X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.961,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 19:34:18 -0000 Author: tobik Date: Wed May 8 19:34:16 2019 New Revision: 501041 URL: https://svnweb.freebsd.org/changeset/ports/501041 Log: Remove expired ports: 2019-05-08 devel/poslib: Abandonware 2019-05-08 x11/xsel: Abandonware; use x11/xsel-conrad instead Deleted: head/devel/poslib/ head/x11/xsel/ Modified: head/MOVED head/devel/Makefile head/x11/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Wed May 8 19:22:42 2019 (r501040) +++ head/MOVED Wed May 8 19:34:16 2019 (r501041) @@ -12216,3 +12216,5 @@ www/p5-CGI.pm|www/p5-CGI|2019-05-01|Has expired: Use w math/rpy|math/py-rpy|2019-04-03|Moved to correct directory, this is a python library audio/esound||2019-05-08|Has expired: Abandonware audio/gstreamer-plugins-esound||2019-05-08|Has expired: Depends on audio/esound +devel/poslib||2019-05-08|Has expired: Abandonware +x11/xsel||2019-05-08|Has expired: Abandonware; use x11/xsel-conrad instead Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed May 8 19:22:42 2019 (r501040) +++ head/devel/Makefile Wed May 8 19:34:16 2019 (r501041) @@ -4144,7 +4144,6 @@ SUBDIR += pmdk SUBDIR += poco SUBDIR += popt - SUBDIR += poslib SUBDIR += powerpc64-binutils SUBDIR += powerpc64-gcc SUBDIR += powerpc64-xtoolchain-gcc Modified: head/x11/Makefile ============================================================================== --- head/x11/Makefile Wed May 8 19:22:42 2019 (r501040) +++ head/x11/Makefile Wed May 8 19:34:16 2019 (r501041) @@ -481,7 +481,6 @@ SUBDIR += xscreensaver-gnome SUBDIR += xscreensaver-gnome-hacks SUBDIR += xscreensaver.app - SUBDIR += xsel SUBDIR += xsel-conrad SUBDIR += xset SUBDIR += xsetmode From owner-svn-ports-all@freebsd.org Wed May 8 19:46:05 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A94A1591EF8; Wed, 8 May 2019 19:46:05 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C8F0A8BBE8; Wed, 8 May 2019 19:46:04 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9A1D8A6AD; Wed, 8 May 2019 19:46:04 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x48Jk4aG044994; Wed, 8 May 2019 19:46:04 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x48Jk4ev044993; Wed, 8 May 2019 19:46:04 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <201905081946.x48Jk4ev044993@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Wed, 8 May 2019 19:46:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501042 - head/audio/noson-app X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/audio/noson-app X-SVN-Commit-Revision: 501042 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C8F0A8BBE8 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.961,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 19:46:05 -0000 Author: pkubaj Date: Wed May 8 19:46:04 2019 New Revision: 501042 URL: https://svnweb.freebsd.org/changeset/ports/501042 Log: audio/noson-app: fix build with GCC-based architectures Add USES=compiler:c++11-lang to fix build: CMake Error in backend/NosonApp/CMakeLists.txt: The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1. Approved by: mentors (implicit approval) Modified: head/audio/noson-app/Makefile Modified: head/audio/noson-app/Makefile ============================================================================== --- head/audio/noson-app/Makefile Wed May 8 19:34:16 2019 (r501041) +++ head/audio/noson-app/Makefile Wed May 8 19:46:04 2019 (r501042) @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libFLAC.so:audio/flac -USES= cmake qt:5 ssl +USES= cmake compiler:c++11-lang qt:5 ssl USE_QT= core declarative gui network quickcontrols2 \ svg widgets xml \ buildtools_build qmake_build From owner-svn-ports-all@freebsd.org Wed May 8 19:47:00 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7ACEE1591F2E; Wed, 8 May 2019 19:47:00 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1AC268BCE1; Wed, 8 May 2019 19:47: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DA6AAA6AF; Wed, 8 May 2019 19:46:59 +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 x48JkxGI045176; Wed, 8 May 2019 19:46:59 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x48Jkxr4045174; Wed, 8 May 2019 19:46:59 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201905081946.x48Jkxr4045174@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 8 May 2019 19:46:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501043 - head/multimedia/plexmediaserver X-SVN-Group: ports-head X-SVN-Commit-Author: feld X-SVN-Commit-Paths: head/multimedia/plexmediaserver X-SVN-Commit-Revision: 501043 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1AC268BCE1 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.96)[-0.961,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 19:47:00 -0000 Author: feld Date: Wed May 8 19:46:59 2019 New Revision: 501043 URL: https://svnweb.freebsd.org/changeset/ports/501043 Log: multimedia/plexmediaserver: Update to 1.15.5.994 Modified: head/multimedia/plexmediaserver/Makefile head/multimedia/plexmediaserver/distinfo Modified: head/multimedia/plexmediaserver/Makefile ============================================================================== --- head/multimedia/plexmediaserver/Makefile Wed May 8 19:46:04 2019 (r501042) +++ head/multimedia/plexmediaserver/Makefile Wed May 8 19:46:59 2019 (r501043) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= plexmediaserver -PORTVERSION?= 1.15.4.993 -DISTVERSIONSUFFIX?=bb4a2cb6c +PORTVERSION?= 1.15.5.994 +DISTVERSIONSUFFIX?=4610c6e8d PORTREVISION?= 0 CATEGORIES= multimedia MASTER_SITES?= https://downloads.plex.tv/plex-media-server-new/${DISTVERSION}-${DISTVERSIONSUFFIX}/freebsd/ Modified: head/multimedia/plexmediaserver/distinfo ============================================================================== --- head/multimedia/plexmediaserver/distinfo Wed May 8 19:46:04 2019 (r501042) +++ head/multimedia/plexmediaserver/distinfo Wed May 8 19:46:59 2019 (r501043) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556157850 -SHA256 (PlexMediaServer-1.15.4.993-bb4a2cb6c-FreeBSD-amd64.tar.bz2) = ff6e71412bba913741e835add9cf1ff8bba6b05d6507aa57ed6942897e25fc22 -SIZE (PlexMediaServer-1.15.4.993-bb4a2cb6c-FreeBSD-amd64.tar.bz2) = 90454662 +TIMESTAMP = 1557344805 +SHA256 (PlexMediaServer-1.15.5.994-4610c6e8d-FreeBSD-amd64.tar.bz2) = 77e67a12bde3125ba9955a997b9f68094b4d981358ab126cd25ffb605d12f6d2 +SIZE (PlexMediaServer-1.15.5.994-4610c6e8d-FreeBSD-amd64.tar.bz2) = 90966335 From owner-svn-ports-all@freebsd.org Wed May 8 19:58:38 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 899521592202; Wed, 8 May 2019 19:58:38 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2B8DC8C14C; Wed, 8 May 2019 19:58:38 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1281AA850; Wed, 8 May 2019 19:58:38 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x48JwbJR050679; Wed, 8 May 2019 19:58:37 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x48JwbGP050678; Wed, 8 May 2019 19:58:37 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201905081958.x48JwbGP050678@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Wed, 8 May 2019 19:58:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501044 - head/sysutils/djmount X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/sysutils/djmount X-SVN-Commit-Revision: 501044 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2B8DC8C14C X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.961,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 19:58:38 -0000 Author: tobik Date: Wed May 8 19:58:37 2019 New Revision: 501044 URL: https://svnweb.freebsd.org/changeset/ports/501044 Log: Deprecate sysutils/djmount It does not build with upnp >= 1.8 and is unmaintained upstream. PR: 237404 Modified: head/sysutils/djmount/Makefile Modified: head/sysutils/djmount/Makefile ============================================================================== --- head/sysutils/djmount/Makefile Wed May 8 19:46:59 2019 (r501043) +++ head/sysutils/djmount/Makefile Wed May 8 19:58:37 2019 (r501044) @@ -12,6 +12,9 @@ COMMENT= Mount UPnP A/V Media LICENSE= GPLv2 +DEPRECATED= Unmaintained upstream and does not build with upnp >= 1.8 +EXPIRATION_DATE= 2019-05-15 + LIB_DEPENDS= libupnp.so:devel/upnp PLIST_FILES= bin/${PORTNAME} From owner-svn-ports-all@freebsd.org Wed May 8 20:01:10 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B00D815922CF; Wed, 8 May 2019 20:01:10 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 53D928C315; Wed, 8 May 2019 20:01:10 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 15F7C49FF; Wed, 8 May 2019 20:01:10 +0000 (UTC) From: Jan Beich To: Antoine Brodin Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers Subject: Re: svn commit: r501032 - head/emulators/qemu-sbruno References: <201905081624.x48GOguo036722@repo.freebsd.org> Date: Wed, 08 May 2019 22:01:07 +0200 In-Reply-To: (Antoine Brodin's message of "Wed, 8 May 2019 20:25:46 +0200") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: 53D928C315 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.93 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.93)[-0.933,0]; ASN(0.00)[asn:11403, ipnet:96.47.64.0/20, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 20:01:10 -0000 Antoine Brodin writes: > On Wed, May 8, 2019 at 6:36 PM Jan Beich wrote: > >> >> Jan Beich writes: >> >> > Antoine Brodin writes: >> > >> >> Author: antoine >> >> Date: Wed May 8 16:24:42 2019 >> >> New Revision: 501032 >> >> URL: https://svnweb.freebsd.org/changeset/ports/501032 >> >> >> >> Log: >> >> Unbreak qemu-user-static at runtime >> > >> > Why? Wasn't r500819 enough? It was even confirmed in >> > https://github.com/seanbruno/qemu-bsd-user/issues/74#issuecomment-490337655 >> >> Also, I've just checked /latest package for -CURRENT: >> - qemu-aarch64-static works fine >> - qemu-arm-static works fine > > With version 2.11.50.g20190318_1, I had crashes with: How did you upgrade to 2.11.50.g20190318_1? Built manually, built via poudriere or fetched /latest package from pkg.freebsd.org? If you mean the package cluster *itself* then it uses qemu-user-static from a build before e.g., http://beefy12.nyi.freebsd.org/data/head-amd64-default/p500844_s347134/.data.json ended on 2019-05-08 02:39:29 UTC http://beefy8.nyi.freebsd.org/data/head-armv6-default/p500844_s347134/.data.json started on 2019-05-05 01:07:43 UTC As 2.11.50.g20190318_1 wasn't available at the time 2.11.50.g20190318 was used which resulted in head-armv6 failing at the initialization. Nothing was built. > - qemu-mips-static > - qemu-arm-static > - qemu-mips64-static > > Changing SSP_CFLAGS fixed at least qemu-mips64-static. qemu-mips64-static works fine here without overriding SSP_CFLAGS in emulators/qemu-user-static. Did you rebuild both glib20 *then* qemu-user-static after r500819? qemu-user-static uses *static* libraries, so it has to be rebuilt each time one of its BUILD_DEPENDS changes. During my testing SSP_CFLAGS in emulators/qemu-user-static had no effect unlike in devel/glib20. From owner-svn-ports-all@freebsd.org Wed May 8 20:02:02 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 835CD15924D5; Wed, 8 May 2019 20:02:02 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 269128C72A; Wed, 8 May 2019 20:02:02 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 01BBFA9CC; Wed, 8 May 2019 20:02:02 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x48K21bu052601; Wed, 8 May 2019 20:02:01 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x48K21Wa052600; Wed, 8 May 2019 20:02:01 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201905082002.x48K21Wa052600@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Wed, 8 May 2019 20:02:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501045 - head/multimedia/vdr-plugin-upnp X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/multimedia/vdr-plugin-upnp X-SVN-Commit-Revision: 501045 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 269128C72A X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.961,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 20:02:02 -0000 Author: tobik Date: Wed May 8 20:02:01 2019 New Revision: 501045 URL: https://svnweb.freebsd.org/changeset/ports/501045 Log: Deprecate multimedia/vdr-plugin-upnp It does not build with upnp >= 1.8 and is unmaintained upstream. PR: 237409 Modified: head/multimedia/vdr-plugin-upnp/Makefile Modified: head/multimedia/vdr-plugin-upnp/Makefile ============================================================================== --- head/multimedia/vdr-plugin-upnp/Makefile Wed May 8 19:58:37 2019 (r501044) +++ head/multimedia/vdr-plugin-upnp/Makefile Wed May 8 20:02:01 2019 (r501045) @@ -15,6 +15,9 @@ COMMENT= Video Disk Recorder - UPnP/DLNA plugin (alpha LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Unmaintained upstream and does not build with upnp >= 1.8 +EXPIRATION_DATE= 2019-05-15 + BROKEN_FreeBSD_12= fails to compile: inc/util.h:21:10: 'libavformat/avformat.h' file not found BROKEN_FreeBSD_13= fails to compile: inc/util.h:21:10: 'libavformat/avformat.h' file not found From owner-svn-ports-all@freebsd.org Wed May 8 20:04:27 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 492C215925AE; Wed, 8 May 2019 20:04:27 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E174D8C8D7; Wed, 8 May 2019 20:04:26 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B652DA9F6; Wed, 8 May 2019 20:04:26 +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 x48K4QFA056079; Wed, 8 May 2019 20:04:26 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x48K4QJ6056076; Wed, 8 May 2019 20:04:26 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201905082004.x48K4QJ6056076@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Wed, 8 May 2019 20:04:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501046 - in head/databases: mariadb101-client mariadb101-server X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: in head/databases: mariadb101-client mariadb101-server X-SVN-Commit-Revision: 501046 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E174D8C8D7 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.962,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 20:04:27 -0000 Author: brnrd Date: Wed May 8 20:04:25 2019 New Revision: 501046 URL: https://svnweb.freebsd.org/changeset/ports/501046 Log: databases/mariadb101-server: Update to 10.1.40 - Clean up Makefiles - Reduce -client to bare minimum Modified: head/databases/mariadb101-client/Makefile head/databases/mariadb101-server/Makefile head/databases/mariadb101-server/distinfo Modified: head/databases/mariadb101-client/Makefile ============================================================================== --- head/databases/mariadb101-client/Makefile Wed May 8 20:02:01 2019 (r501045) +++ head/databases/mariadb101-client/Makefile Wed May 8 20:04:25 2019 (r501046) @@ -11,31 +11,4 @@ FILESDIR= ${.CURDIR}/files PATCHDIR= ${.CURDIR}/files PLIST= ${.CURDIR}/pkg-plist -CMAKE_ARGS+= -DWITHOUT_SERVER=1 -INSTALL_TARGET= install - -USE_LDCONFIG= ${PREFIX}/lib/mysql - -CLIENT_ONLY= yes - -post-install: - ${RM} ${STAGEDIR}${PREFIX}/bin/wsrep* - ${RM} ${STAGEDIR}${PREFIX}/bin/mysqld_safe_helper - ${RM} ${STAGEDIR}${PREFIX}/share/aclocal/mysql.m4 - ${RM} -r ${STAGEDIR}${PREFIX}/share/pkgconfig - ${RM} -r ${STAGEDIR}${PREFIX}/include/mysql/private -. for b in mysql mysqladmin mysqlbinlog mysqlcheck mysqldump \ - mysqlimport mysqlshow mysqlslap - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${b} -. endfor - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mysql/libmysqlclient.so.18 -. for b in dialog.so mysql_clear_password.so client_ed25519.so - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mysql/plugin/${b} -. endfor - # Fix https://mariadb.atlassian.net/browse/MDEV-9388 - @${REINPLACE_CMD} 's/-l-pthread/-lpthread/' ${STAGEDIR}${PREFIX}/bin/mysql_config - -post-install-GSSAPI_NONE: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mysql/plugin/auth_gssapi_client.so - .include "${MASTERDIR}/Makefile" Modified: head/databases/mariadb101-server/Makefile ============================================================================== --- head/databases/mariadb101-server/Makefile Wed May 8 20:02:01 2019 (r501045) +++ head/databases/mariadb101-server/Makefile Wed May 8 20:04:25 2019 (r501046) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME?= mariadb -PORTVERSION= 10.1.39 +PORTVERSION= 10.1.40 PORTREVISION= 0 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/${SITESDIR}/ \ @@ -39,7 +39,7 @@ OPTIONS_DEFAULT= GSSAPI_BASE FASTMTX_DESC= Replace mutexes with spinlocks -.if !defined(CLIENT_ONLY) +.if ${PKGNAMESUFFIX:M*-server} # MySQL-Server options OPTIONS_DEFINE+= CONNECT_EXTRA MAXKEY DOCS OPTIONS_DEFAULT+= MAXKEY SPHINX SPIDER @@ -64,10 +64,6 @@ TOKUDB_DESC= Fractal tree index tree data structure en ZMQ_DESC= ZeroMQ support .endif -GSSAPI_BASE_USES= gssapi -GSSAPI_HEIMDAL_USES= gssapi:heimdal -GSSAPI_MIT_USES= gssapi:mit - CMAKE_ARGS+= -DINSTALL_DOCDIR="share/doc/mysql" \ -DINSTALL_DOCREADMEDIR="share/doc/mysql" \ -DINSTALL_INCLUDEDIR="include/mysql" \ @@ -83,11 +79,11 @@ CMAKE_ARGS+= -DINSTALL_DOCDIR="share/doc/mysql" \ -DINSTALL_SHAREDIR="share" \ -DINSTALL_SQLBENCHDIR= \ -DINSTALL_SUPPORTFILESDIR="share/mysql" \ - -DWITH_UNIT_TESTS=0 \ - -DWITH_LIBWRAP=1 \ -DWITH_SSL=${OPENSSLBASE} \ -DKRB5_CONFIG=${KRB5CONFIG} \ -DCOMPILATION_COMMENT="FreeBSD Ports" +CMAKE_ON+= WITH_LIBWRAP +CMAKE_OFF+= WITH_UNIT_TESTS DATADIR= ${PREFIX}/share/mysql @@ -101,27 +97,29 @@ CONFLICTS_INSTALL= mariadb5*-${PKGNAMESUFFIX:C/^[0-9]* mysqlwsrep* \ percona[0-9]*-${PKGNAMESUFFIX:C/^[0-9]*-//}-* -FASTMTX_CMAKE_ON= -DWITH_FAST_MUTEXES=1 +FASTMTX_CMAKE_BOOL= WITH_FAST_MUTEXES +GSSAPI_BASE_USES= gssapi +GSSAPI_HEIMDAL_USES= gssapi:heimdal +GSSAPI_MIT_USES= gssapi:mit OPTIONS_SUB= yes -.if defined(CLIENT_ONLY) +.if ${PKGNAMESUFFIX:M*-client} # MySQL-Client part USES+= readline +USE_LDCONFIG= ${PREFIX}/lib/mysql +CMAKE_ON+= WITHOUT_SERVER GSSAPI_NONE_CMAKE_ON= -DPLUGIN_AUTH_GSSAPI_CLIENT=NO .else # MySQL-Server part BROKEN_powerpc64= Does not build: fatal error: sys/platform/ppc.h: No such file or directory -#LIB_DEPENDS= libevent.so:devel/libevent USES+= mysql:101m USE_GNOME= libxml2 USE_LDCONFIG+= ${PREFIX}/lib/mysql/plugin USE_RC_SUBR= mysql-server USERS= mysql GROUPS= mysql -CMAKE_ARGS+= -DWITH_EMBEDDED_SERVER="ON" \ - -DPLUGIN_AUTH_GSSAPI_CLIENT=NO \ - -DCMAKE_SKIP_BUILD_RPATH:BOOL=YES \ - -DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 +CMAKE_ARGS+= -DPLUGIN_AUTH_GSSAPI_CLIENT=NO +CMAKE_ON+= WITH_EMBEDDED_SERVER CMAKE_SKIP_BUILD_RPATH WITHOUT_EXAMPLE_STORAGE_ENGINE .for ENGINE in ${OPTIONS_GROUP_ENGINES} ${ENGINE}_CMAKE_OFF= -DPLUGIN_${ENGINE}=NO @@ -129,13 +127,12 @@ ${ENGINE}_CMAKE_ON= -DPLUGIN_${ENGINE}=DYNAMIC .endfor CONNECT_EXTRA_LIB_DEPENDS= libodbc.so:databases/unixODBC +CONNECT_EXTRA_USES= gnome CONNECT_EXTRA_USE= gnome=libxml2 GSSAPI_NONE_CMAKE_ON= -DPLUGIN_AUTH_GSSAPI=NO -LZ4_CMAKE_OFF= -DGRN_WITH_LZ4=OFF -DWITH_INNODB_LZ4=OFF -LZ4_CMAKE_ON= -DGRN_WITH_LZ4=${LOCALBASE}/lib -DWITH_INNODB_LZ4=${LOCALBASE}/lib +LZ4_CMAKE_BOOL= GRN_WITH_LZ4 WITH_INNODB_LZ4 LZ4_LIB_DEPENDS= liblz4.so:archivers/liblz4 -LZO_CMAKE_OFF= -DWITH_INNODB_LZO=OFF -LZO_CMAKE_ON= -DWITH_INNODB_LZO=${LOCALBASE}/lib +LZO_CMAKE_BOOL= WITH_INNODB_LZO LZO_LIB_DEPENDS= liblzo2.so:archivers/lzo2 MAXKEY_EXTRA_PATCHES+= ${FILESDIR}/extra-patch-include_my__compare.h MROONGA_LIB_DEPENDS= liblz4.so:archivers/liblz4 @@ -143,37 +140,14 @@ MROONGA_VARS= LICENSE+=LGPL20 LICENSE_COMB=multi MSGPACK_LIB_DEPENDS= libmsgpackc.so:devel/msgpack OQGRAPH_LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libJudy.so:devel/judy -SNAPPY_CMAKE_OFF= -DWITH_INNODB_SNAPPY=OFF -SNAPPY_CMAKE_ON= -DWITH_INNODB_SNAPPY=${LOCALBASE}/lib +SNAPPY_CMAKE_BOOL= WITH_INNODB_SNAPPY SNAPPY_LIB_DEPENDS= libsnappy.so:archivers/snappy TOKUDB_IMPLIES= SNAPPY TOKUDB_PORTDOCS= README.md TOKUDB_VARS= LICENSE+=PerconaFT LICENSE_COMB=multi ZMQ_LIB_DEPENDS= libzmq.so:net/libzmq4 +.endif # ${PKGNAMESUFFIX:M*-client} -post-install: -# Remove programs to avoid conflict with mariadb101-client -# These are "client" components, so there should be a switch that -# prevents them from being installed but it's unknown right now - ${RM} ${STAGEDIR}${PREFIX}/bin/msql2mysql \ - ${STAGEDIR}${PREFIX}/bin/mysql_config \ - ${STAGEDIR}${PREFIX}/bin/mysql_find_rows \ - ${STAGEDIR}${PREFIX}/bin/mysqlaccess \ - ${STAGEDIR}${PREFIX}/lib/mysql/plugin/client_ed25519.so \ - ${STAGEDIR}${PREFIX}/share/groonga-normalizer-mysql/lgpl-2.0.txt \ - ${STAGEDIR}${PREFIX}/share/groonga/COPYING \ - ${STAGEDIR}${DATADIR}/mroonga/COPYING - ${RM} -r ${STAGEDIR}${PREFIX}/share/mysql/policy \ - ${STAGEDIR}${PREFIX}/share/pkgconfig \ - ${STAGEDIR}${PREFIX}/mysql/mysql-test \ - ${STAGEDIR}${PREFIX}/mysql/sql-bench - -post-install-MROONGA-on: - ${MV} ${STAGEDIR}${PREFIX}/share/groonga-normalizer-mysql \ - ${STAGEDIR}${PREFIX}/share/groonga \ - ${STAGEDIR}${PREFIX}/share/mysql -.endif # defined(CLIENT_ONLY) - .include .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200057 @@ -200,5 +174,37 @@ post-patch: ${CP} ${WRKSRC}/cmake/os/FreeBSD.cmake \ ${WRKSRC}/cmake/os/DragonFly.cmake .endif + + +.if ${PKGNAMESUFFIX:M*-client} +post-install: + ${RM} ${STAGEDIR}${PREFIX}/bin/wsrep* + ${RM} ${STAGEDIR}${PREFIX}/bin/mysqld_safe_helper + ${RM} ${STAGEDIR}${PREFIX}/share/aclocal/mysql.m4 + ${RM} -r ${STAGEDIR}${PREFIX}/share/pkgconfig + ${RM} -r ${STAGEDIR}${PREFIX}/include/mysql/private +.else +post-install: +# Remove programs to avoid conflict with mariadb101-client +# These are "client" components, so there should be a switch that +# prevents them from being installed but it's unknown right now + ${RM} ${STAGEDIR}${PREFIX}/bin/msql2mysql \ + ${STAGEDIR}${PREFIX}/bin/mysql_config \ + ${STAGEDIR}${PREFIX}/bin/mysql_find_rows \ + ${STAGEDIR}${PREFIX}/bin/mysqlaccess \ + ${STAGEDIR}${PREFIX}/lib/mysql/plugin/client_ed25519.so \ + ${STAGEDIR}${PREFIX}/share/groonga-normalizer-mysql/lgpl-2.0.txt \ + ${STAGEDIR}${PREFIX}/share/groonga/COPYING \ + ${STAGEDIR}${DATADIR}/mroonga/COPYING + ${RM} -r ${STAGEDIR}${PREFIX}/share/mysql/policy \ + ${STAGEDIR}${PREFIX}/share/pkgconfig \ + ${STAGEDIR}${PREFIX}/mysql/mysql-test \ + ${STAGEDIR}${PREFIX}/mysql/sql-bench + +post-install-MROONGA-on: + ${MV} ${STAGEDIR}${PREFIX}/share/groonga-normalizer-mysql \ + ${STAGEDIR}${PREFIX}/share/groonga \ + ${STAGEDIR}${PREFIX}/share/mysql +.endif # ${PKGNAMESUFFIX:M*-client} .include Modified: head/databases/mariadb101-server/distinfo ============================================================================== --- head/databases/mariadb101-server/distinfo Wed May 8 20:02:01 2019 (r501045) +++ head/databases/mariadb101-server/distinfo Wed May 8 20:04:25 2019 (r501046) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556892764 -SHA256 (mariadb-10.1.39.tar.gz) = 6ebaa9424707b8f45ad45eaad37df0d39e77fc965309786d298d6baf3bd93a7e -SIZE (mariadb-10.1.39.tar.gz) = 63577702 +TIMESTAMP = 1557341221 +SHA256 (mariadb-10.1.40.tar.gz) = 91757a7e52b88b8ddbf150ac55746e9dd1978b06c03303f114e57980ed2a67a4 +SIZE (mariadb-10.1.40.tar.gz) = 63573615 From owner-svn-ports-all@freebsd.org Wed May 8 20:06:01 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 845CB15925FA; Wed, 8 May 2019 20:06:01 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 284538C9C6; Wed, 8 May 2019 20:06:01 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F05B5A9F7; Wed, 8 May 2019 20:06:00 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x48K60be056325; Wed, 8 May 2019 20:06:00 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x48K60v8056323; Wed, 8 May 2019 20:06:00 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201905082006.x48K60v8056323@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 8 May 2019 20:06:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501047 - head/multimedia/py-av X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/multimedia/py-av X-SVN-Commit-Revision: 501047 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 284538C9C6 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.961,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 20:06:01 -0000 Author: swills Date: Wed May 8 20:06:00 2019 New Revision: 501047 URL: https://svnweb.freebsd.org/changeset/ports/501047 Log: multimedia/py-av: update to 6.2.0 Modified: head/multimedia/py-av/Makefile (contents, props changed) head/multimedia/py-av/distinfo (contents, props changed) Modified: head/multimedia/py-av/Makefile ============================================================================== --- head/multimedia/py-av/Makefile Wed May 8 20:04:25 2019 (r501046) +++ head/multimedia/py-av/Makefile Wed May 8 20:06:00 2019 (r501047) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= av -PORTVERSION= 6.1.2 +PORTVERSION= 6.2.0 CATEGORIES= multimedia python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/multimedia/py-av/distinfo ============================================================================== --- head/multimedia/py-av/distinfo Wed May 8 20:04:25 2019 (r501046) +++ head/multimedia/py-av/distinfo Wed May 8 20:06:00 2019 (r501047) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556894165 -SHA256 (av-6.1.2.tar.gz) = eebbb56eeae650b1fc551f94d51aee39b487bf4df73c39daea186c5d2950650f -SIZE (av-6.1.2.tar.gz) = 2093503 +TIMESTAMP = 1557343370 +SHA256 (av-6.2.0.tar.gz) = 4fb03da095773d283cff051e16cf6af1208b39bf62b97f6c4ef4b22e151ea3f2 +SIZE (av-6.2.0.tar.gz) = 1997279 From owner-svn-ports-all@freebsd.org Wed May 8 20:07:09 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06763159264A; Wed, 8 May 2019 20:07:09 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 72F038CAA9; Wed, 8 May 2019 20:07:08 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4DED2A9F8; Wed, 8 May 2019 20:07:08 +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 x48K786f056508; Wed, 8 May 2019 20:07:08 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x48K779h056507; Wed, 8 May 2019 20:07:07 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201905082007.x48K779h056507@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Wed, 8 May 2019 20:07:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501048 - branches/2019Q2/databases/mariadb101-server X-SVN-Group: ports-branches X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: branches/2019Q2/databases/mariadb101-server X-SVN-Commit-Revision: 501048 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 72F038CAA9 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.961,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 20:07:09 -0000 Author: brnrd Date: Wed May 8 20:07:07 2019 New Revision: 501048 URL: https://svnweb.freebsd.org/changeset/ports/501048 Log: MFH: r500850 databases/mariadb101-server: Security update to 10.1.39 Security: 4e1997e8-5de0-11e9-b95c-b499baebfeaf Approved by: ports-secteam (joneum) Modified: branches/2019Q2/databases/mariadb101-server/Makefile branches/2019Q2/databases/mariadb101-server/distinfo Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/databases/mariadb101-server/Makefile ============================================================================== --- branches/2019Q2/databases/mariadb101-server/Makefile Wed May 8 20:06:00 2019 (r501047) +++ branches/2019Q2/databases/mariadb101-server/Makefile Wed May 8 20:07:07 2019 (r501048) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME?= mariadb -PORTVERSION= 10.1.38 +PORTVERSION= 10.1.39 PORTREVISION= 0 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/${SITESDIR}/ \ Modified: branches/2019Q2/databases/mariadb101-server/distinfo ============================================================================== --- branches/2019Q2/databases/mariadb101-server/distinfo Wed May 8 20:06:00 2019 (r501047) +++ branches/2019Q2/databases/mariadb101-server/distinfo Wed May 8 20:07:07 2019 (r501048) @@ -1,3 +1,3 @@ -TIMESTAMP = 1549448520 -SHA256 (mariadb-10.1.38.tar.gz) = caf1f4fc237d143343995b6625375aef911dfc366433645d400727e7063f077f -SIZE (mariadb-10.1.38.tar.gz) = 63535685 +TIMESTAMP = 1556892764 +SHA256 (mariadb-10.1.39.tar.gz) = 6ebaa9424707b8f45ad45eaad37df0d39e77fc965309786d298d6baf3bd93a7e +SIZE (mariadb-10.1.39.tar.gz) = 63577702 From owner-svn-ports-all@freebsd.org Wed May 8 20:08:29 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7AADC1592691; Wed, 8 May 2019 20:08:29 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2059C8CB91; Wed, 8 May 2019 20:08:29 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EDC9AA9F9; Wed, 8 May 2019 20:08:28 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x48K8SDa056812; Wed, 8 May 2019 20:08:28 GMT (envelope-from pfg@FreeBSD.org) Received: (from pfg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x48K8RdC056806; Wed, 8 May 2019 20:08:27 GMT (envelope-from pfg@FreeBSD.org) Message-Id: <201905082008.x48K8RdC056806@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pfg set sender to pfg@FreeBSD.org using -f From: "Pedro F. Giffuni" Date: Wed, 8 May 2019 20:08:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501049 - in head/math: R-cran-DoE.base R-cran-FrF2 X-SVN-Group: ports-head X-SVN-Commit-Author: pfg X-SVN-Commit-Paths: in head/math: R-cran-DoE.base R-cran-FrF2 X-SVN-Commit-Revision: 501049 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2059C8CB91 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.962,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 20:08:29 -0000 Author: pfg Date: Wed May 8 20:08:27 2019 New Revision: 501049 URL: https://svnweb.freebsd.org/changeset/ports/501049 Log: math/R-cran-DoE.base update to 1.1-3 math/R-cran-FrF2 update 1.7-3 Pet portlint. Reported by: portscout Approved by: thierry (mentor) Modified: head/math/R-cran-DoE.base/Makefile head/math/R-cran-DoE.base/distinfo head/math/R-cran-DoE.base/pkg-descr head/math/R-cran-FrF2/Makefile head/math/R-cran-FrF2/distinfo head/math/R-cran-FrF2/pkg-descr Modified: head/math/R-cran-DoE.base/Makefile ============================================================================== --- head/math/R-cran-DoE.base/Makefile Wed May 8 20:07:07 2019 (r501048) +++ head/math/R-cran-DoE.base/Makefile Wed May 8 20:08:27 2019 (r501049) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= DoE.base -DISTVERSION= 1.1-1 -PORTREVISION= 1 +DISTVERSION= 1.1-3 CATEGORIES= math devel DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -15,12 +14,12 @@ LICENSE= GPLv2+ BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} +USES= cran:auto-plist + CRAN_DEPENDS= R-cran-conf.design>1:math/R-cran-conf.design \ R-cran-combinat>0:math/R-cran-combinat \ R-cran-vcd>0:devel/R-cran-vcd \ R-cran-partitions>=0:math/R-cran-partitions \ R-cran-numbers>=0:math/R-cran-numbers - -USES= cran:auto-plist .include Modified: head/math/R-cran-DoE.base/distinfo ============================================================================== --- head/math/R-cran-DoE.base/distinfo Wed May 8 20:07:07 2019 (r501048) +++ head/math/R-cran-DoE.base/distinfo Wed May 8 20:08:27 2019 (r501049) @@ -1,3 +1,3 @@ -TIMESTAMP = 1535722923 -SHA256 (DoE.base_1.1-1.tar.gz) = 56e7c577e473271ed979ab758d0211f7b237efcdff098ee9c472c5f602adc9df -SIZE (DoE.base_1.1-1.tar.gz) = 579022 +TIMESTAMP = 1556992717 +SHA256 (DoE.base_1.1-3.tar.gz) = c198e353e969bd9af81b5319dc93afba93ad26ce7401f14fd0b15137dc2c2978 +SIZE (DoE.base_1.1-3.tar.gz) = 580793 Modified: head/math/R-cran-DoE.base/pkg-descr ============================================================================== --- head/math/R-cran-DoE.base/pkg-descr Wed May 8 20:07:07 2019 (r501048) +++ head/math/R-cran-DoE.base/pkg-descr Wed May 8 20:08:27 2019 (r501049) @@ -1,6 +1,6 @@ -Package DoE.base creates full factorial experimental designs and designs -based on orthogonal arrays for (industrial) experiments. Additionally, it -provides utility functions for the class design, which is also used by +Package DoE.base creates full factorial experimental designs and designs +based on orthogonal arrays for (industrial) experiments. Additionally, it +provides utility functions for the class design, which is also used by other packages for designed experiments. WWW: https://CRAN.R-project.org/package=DoE.base Modified: head/math/R-cran-FrF2/Makefile ============================================================================== --- head/math/R-cran-FrF2/Makefile Wed May 8 20:07:07 2019 (r501048) +++ head/math/R-cran-FrF2/Makefile Wed May 8 20:08:27 2019 (r501049) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= FrF2 -DISTVERSION= 1.7-2 +DISTVERSION= 1.7-3 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -14,12 +14,12 @@ LICENSE= GPLv2+ BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} +USES= cran:auto-plist + CRAN_DEPENDS= R-cran-DoE.base>0:math/R-cran-DoE.base \ R-cran-igraph>0:math/R-cran-igraph \ R-cran-scatterplot3d>0:math/R-cran-scatterplot3d \ R-cran-sfsmisc>0:devel/R-cran-sfsmisc \ R-cran-BsMD>0:math/R-cran-BsMD - -USES= cran:auto-plist .include Modified: head/math/R-cran-FrF2/distinfo ============================================================================== --- head/math/R-cran-FrF2/distinfo Wed May 8 20:07:07 2019 (r501048) +++ head/math/R-cran-FrF2/distinfo Wed May 8 20:08:27 2019 (r501049) @@ -1,3 +1,3 @@ -TIMESTAMP = 1497637577 -SHA256 (FrF2_1.7-2.tar.gz) = c64c1732fe7ae8f46711f69e6fb9f4c4fb1e6290c3c2833fd16b29bbfee94fe2 -SIZE (FrF2_1.7-2.tar.gz) = 282582 +TIMESTAMP = 1556992777 +SHA256 (FrF2_1.7-3.tar.gz) = 9af4db99243e6d917fced0fc40a939d31214637535fafc4a0a87170ae495a987 +SIZE (FrF2_1.7-3.tar.gz) = 283950 Modified: head/math/R-cran-FrF2/pkg-descr ============================================================================== --- head/math/R-cran-FrF2/pkg-descr Wed May 8 20:07:07 2019 (r501048) +++ head/math/R-cran-FrF2/pkg-descr Wed May 8 20:08:27 2019 (r501049) @@ -1,10 +1,10 @@ FrF2: Fractional Factorial Designs with 2-Level Factors -Regular and non-regular Fractional Factorial 2-level designs can be -created. Furthermore, analysis tools for Fractional Factorial designs -with 2-level factors are offered (main effects and interaction plots for -all factors simultaneously, cube plot for looking at the simultaneous -effects of three factors, full or half normal plot, alias structure in a +Regular and non-regular Fractional Factorial 2-level designs can be +created. Furthermore, analysis tools for Fractional Factorial designs +with 2-level factors are offered (main effects and interaction plots for +all factors simultaneously, cube plot for looking at the simultaneous +effects of three factors, full or half normal plot, alias structure in a more readable format than with the built-in function alias). WWW: https://CRAN.R-project.org/package=FrF2 From owner-svn-ports-all@freebsd.org Wed May 8 20:08:58 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 227A515926C3; Wed, 8 May 2019 20:08:58 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BC8308CC6B; Wed, 8 May 2019 20:08:57 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 923CBA9FA; Wed, 8 May 2019 20:08:57 +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 x48K8vWJ057003; Wed, 8 May 2019 20:08:57 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x48K8u61056998; Wed, 8 May 2019 20:08:56 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201905082008.x48K8u61056998@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Wed, 8 May 2019 20:08:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501050 - in branches/2019Q2/databases: mariadb55-client/files mariadb55-server mariadb55-server/files X-SVN-Group: ports-branches X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: in branches/2019Q2/databases: mariadb55-client/files mariadb55-server mariadb55-server/files X-SVN-Commit-Revision: 501050 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: BC8308CC6B X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.962,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 20:08:58 -0000 Author: brnrd Date: Wed May 8 20:08:56 2019 New Revision: 501050 URL: https://svnweb.freebsd.org/changeset/ports/501050 Log: MFH: r500269 databases/mariadb55-server: Security update to 5.5.64 Security: 4e1997e8-5de0-11e9-b95c-b499baebfeaf Approved by: ports-secteam (joneum) Deleted: branches/2019Q2/databases/mariadb55-server/files/patch-MDEV-15961 Modified: branches/2019Q2/databases/mariadb55-client/files/patch-client_CMakeLists.txt branches/2019Q2/databases/mariadb55-server/Makefile branches/2019Q2/databases/mariadb55-server/distinfo branches/2019Q2/databases/mariadb55-server/files/patch-client_CMakeLists.txt Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/databases/mariadb55-client/files/patch-client_CMakeLists.txt ============================================================================== --- branches/2019Q2/databases/mariadb55-client/files/patch-client_CMakeLists.txt Wed May 8 20:08:27 2019 (r501049) +++ branches/2019Q2/databases/mariadb55-client/files/patch-client_CMakeLists.txt Wed May 8 20:08:56 2019 (r501050) @@ -1,6 +1,6 @@ ---- client/CMakeLists.txt.orig 2017-04-30 11:09:29 UTC +--- client/CMakeLists.txt.orig 2019-04-26 12:37:01 UTC +++ client/CMakeLists.txt -@@ -34,11 +34,12 @@ IF(UNIX) +@@ -35,12 +35,13 @@ IF(UNIX) SET_TARGET_PROPERTIES(mysql PROPERTIES ENABLE_EXPORTS TRUE) ENDIF(UNIX) @@ -9,12 +9,13 @@ SET_SOURCE_FILES_PROPERTIES(mysqltest.cc PROPERTIES COMPILE_FLAGS "-DTHREADS") TARGET_LINK_LIBRARIES(mysqltest mysqlclient regex) SET_TARGET_PROPERTIES(mysqltest PROPERTIES ENABLE_EXPORTS TRUE) -- +ENDIF() +- MYSQL_ADD_EXECUTABLE(mysqlcheck mysqlcheck.c) TARGET_LINK_LIBRARIES(mysqlcheck mysqlclient) -@@ -50,15 +51,19 @@ MYSQL_ADD_EXECUTABLE(mysqlimport mysqlim + +@@ -51,15 +52,19 @@ MYSQL_ADD_EXECUTABLE(mysqlimport mysqlimport.c) SET_SOURCE_FILES_PROPERTIES(mysqlimport.c PROPERTIES COMPILE_FLAGS "-DTHREADS") TARGET_LINK_LIBRARIES(mysqlimport mysqlclient) @@ -34,17 +35,18 @@ MYSQL_ADD_EXECUTABLE(mysqlbinlog mysqlbinlog.cc) TARGET_LINK_LIBRARIES(mysqlbinlog mysqlclient) -@@ -76,10 +81,12 @@ IF(WIN32) +@@ -76,11 +81,13 @@ IF(WIN32) + MYSQL_ADD_EXECUTABLE(echo echo.c COMPONENT Junk) ENDIF(WIN32) - # async_example is just a code example, do not install it. +IF(FALSE) + # async_example is just a code example, do not install it. ADD_EXECUTABLE(async_example async_example.c) TARGET_LINK_LIBRARIES(async_example mysqlclient) +ENDIF() --SET_TARGET_PROPERTIES (mysqlcheck mysqldump mysqlimport mysql_upgrade mysqlshow mysqlslap mysql_plugin -+SET_TARGET_PROPERTIES (mysqlcheck mysqldump mysqlimport mysqlshow mysqlslap +-SET_TARGET_PROPERTIES (mysqlcheck mysqldump mysqlimport mysql_upgrade mysqlshow mysqlslap mysql_plugin async_example ++SET_TARGET_PROPERTIES (mysqlcheck mysqldump mysqlimport mysqlshow mysqlslap PROPERTIES HAS_CXX TRUE) ADD_DEFINITIONS(-DHAVE_DLOPEN) Modified: branches/2019Q2/databases/mariadb55-server/Makefile ============================================================================== --- branches/2019Q2/databases/mariadb55-server/Makefile Wed May 8 20:08:27 2019 (r501049) +++ branches/2019Q2/databases/mariadb55-server/Makefile Wed May 8 20:08:56 2019 (r501050) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME?= mariadb -PORTVERSION= 5.5.63 +PORTVERSION= 5.5.64 PORTREVISION?= 0 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/mariadb/${PORTNAME}-${PORTVERSION}/source/ \ Modified: branches/2019Q2/databases/mariadb55-server/distinfo ============================================================================== --- branches/2019Q2/databases/mariadb55-server/distinfo Wed May 8 20:08:27 2019 (r501049) +++ branches/2019Q2/databases/mariadb55-server/distinfo Wed May 8 20:08:56 2019 (r501050) @@ -1,3 +1,3 @@ -TIMESTAMP = 1549015056 -SHA256 (mariadb-5.5.63.tar.gz) = ef1cf79eec32ced9d1051998a8e458bb33dfbc62de297cba37ee8e9f952b21ea -SIZE (mariadb-5.5.63.tar.gz) = 45946425 +TIMESTAMP = 1556393099 +SHA256 (mariadb-5.5.64.tar.gz) = c103f3c54741b296980d6be48b221340eebaa97c6bd95a02fd8d530a5df5c343 +SIZE (mariadb-5.5.64.tar.gz) = 45953561 Modified: branches/2019Q2/databases/mariadb55-server/files/patch-client_CMakeLists.txt ============================================================================== --- branches/2019Q2/databases/mariadb55-server/files/patch-client_CMakeLists.txt Wed May 8 20:08:27 2019 (r501049) +++ branches/2019Q2/databases/mariadb55-server/files/patch-client_CMakeLists.txt Wed May 8 20:08:56 2019 (r501050) @@ -1,6 +1,6 @@ ---- client/CMakeLists.txt.orig 2017-04-30 11:09:29 UTC +--- client/CMakeLists.txt.orig 2019-04-26 12:37:01 UTC +++ client/CMakeLists.txt -@@ -26,6 +26,7 @@ INCLUDE_DIRECTORIES( +@@ -27,6 +27,7 @@ INCLUDE_DIRECTORIES( ) ADD_DEFINITIONS(${SSL_DEFINES}) @@ -8,7 +8,7 @@ MYSQL_ADD_EXECUTABLE(mysql completion_hash.cc mysql.cc readline.cc ${CMAKE_SOURCE_DIR}/sql/sql_string.cc) TARGET_LINK_LIBRARIES(mysql mysqlclient) -@@ -33,6 +34,7 @@ IF(UNIX) +@@ -34,6 +35,7 @@ IF(UNIX) TARGET_LINK_LIBRARIES(mysql ${MY_READLINE_LIBRARY}) SET_TARGET_PROPERTIES(mysql PROPERTIES ENABLE_EXPORTS TRUE) ENDIF(UNIX) @@ -16,7 +16,7 @@ MYSQL_ADD_EXECUTABLE(mysqltest mysqltest.cc COMPONENT Test) SET_SOURCE_FILES_PROPERTIES(mysqltest.cc PROPERTIES COMPILE_FLAGS "-DTHREADS") -@@ -40,6 +42,7 @@ TARGET_LINK_LIBRARIES(mysqltest mysqlcli +@@ -41,6 +43,7 @@ TARGET_LINK_LIBRARIES(mysqltest mysqlclient regex) SET_TARGET_PROPERTIES(mysqltest PROPERTIES ENABLE_EXPORTS TRUE) @@ -24,7 +24,7 @@ MYSQL_ADD_EXECUTABLE(mysqlcheck mysqlcheck.c) TARGET_LINK_LIBRARIES(mysqlcheck mysqlclient) -@@ -49,17 +52,21 @@ TARGET_LINK_LIBRARIES(mysqldump mysqlcli +@@ -50,17 +53,21 @@ TARGET_LINK_LIBRARIES(mysqldump mysqlclient) MYSQL_ADD_EXECUTABLE(mysqlimport mysqlimport.c) SET_SOURCE_FILES_PROPERTIES(mysqlimport.c PROPERTIES COMPILE_FLAGS "-DTHREADS") TARGET_LINK_LIBRARIES(mysqlimport mysqlclient) @@ -46,7 +46,7 @@ MYSQL_ADD_EXECUTABLE(mysqlbinlog mysqlbinlog.cc) TARGET_LINK_LIBRARIES(mysqlbinlog mysqlclient) -@@ -69,17 +76,20 @@ TARGET_LINK_LIBRARIES(mysqladmin mysqlcl +@@ -70,17 +77,20 @@ TARGET_LINK_LIBRARIES(mysqladmin mysqlclient) MYSQL_ADD_EXECUTABLE(mysqlslap mysqlslap.c) SET_SOURCE_FILES_PROPERTIES(mysqlslap.c PROPERTIES COMPILE_FLAGS "-DTHREADS") TARGET_LINK_LIBRARIES(mysqlslap mysqlclient) @@ -63,8 +63,8 @@ TARGET_LINK_LIBRARIES(async_example mysqlclient) +ENDIF() --SET_TARGET_PROPERTIES (mysqlcheck mysqldump mysqlimport mysql_upgrade mysqlshow mysqlslap mysql_plugin -+SET_TARGET_PROPERTIES (mysql_upgrade mysql_plugin +-SET_TARGET_PROPERTIES (mysqlcheck mysqldump mysqlimport mysql_upgrade mysqlshow mysqlslap mysql_plugin async_example ++SET_TARGET_PROPERTIES (mysql_upgrade mysql_plugin PROPERTIES HAS_CXX TRUE) ADD_DEFINITIONS(-DHAVE_DLOPEN) From owner-svn-ports-all@freebsd.org Wed May 8 20:09:25 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5CEBE1592734; Wed, 8 May 2019 20:09:25 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-ed1-f67.google.com (mail-ed1-f67.google.com [209.85.208.67]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E80D58CD70; Wed, 8 May 2019 20:09:24 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-ed1-f67.google.com with SMTP id p26so5371810edr.2; Wed, 08 May 2019 13:09:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=EF6Qj3AB/WkBVG81GutEFLnZJ5XJgqUo37DSnKp/DqQ=; b=lP3eLO/RgsFmHy7PGCYtEcFdWgSVMoypzWG1xIbcQp/PKJhwjeCufg6c0zLQ2ZHjrM vrBdXtRqgAB0TDTZs+mBWmcuC5vofBs9Bx+V3UCENSoO0CEjn+CD2lGZzKAFvTmV7ZQz eUKZxeCLCleEiNlaDF/rFVSQ3d/PAHbIpor6434UMTTK3ecNWv/OPV570H7I/J8FSg/3 KD5bUOcF1LlbzSquTpj3uN02ojoUieiwkfmcWSWotzJdN1oyYcrCraJHOv0VpNufp+th NbJq9aPtjtvy4N0Y6+4If1eREIgm6D20CZTC0a1eW8LBuL/3J13QQ7xfLhuzX5l8GCrf swvw== X-Gm-Message-State: APjAAAVPG0hm2Y/JsO5YvpqH6oIo5QBuj3F2T+QHWb2h7X0er/StyAKs Po5u8CkTO0u8hkzyXuraF5eYR9aSd/swXAdPmcT9Kg== X-Google-Smtp-Source: APXvYqwDL4mjqriuDhADA7fGb4tci2gogwCFvkIiUwLOX4OVNoLZsJTze5sUybTB7/tZWvurSMdgTJfXs9ZC9F1QQCE= X-Received: by 2002:a50:a535:: with SMTP id y50mr42214224edb.249.1557346158149; Wed, 08 May 2019 13:09:18 -0700 (PDT) MIME-Version: 1.0 References: <201905081624.x48GOguo036722@repo.freebsd.org> In-Reply-To: From: Antoine Brodin Date: Wed, 8 May 2019 22:09:06 +0200 Message-ID: Subject: Re: svn commit: r501032 - head/emulators/qemu-sbruno To: Jan Beich Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: E80D58CD70 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.93 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.93)[-0.934,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; TAGGED_FROM(0.00)[] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 20:09:25 -0000 On Wed, May 8, 2019 at 10:01 PM Jan Beich wrote: > Antoine Brodin writes: > > On Wed, May 8, 2019 at 6:36 PM Jan Beich wrote: > >> Jan Beich writes: > >> > >> > Antoine Brodin writes: > >> > > >> >> Author: antoine > >> >> Date: Wed May 8 16:24:42 2019 > >> >> New Revision: 501032 > >> >> URL: https://svnweb.freebsd.org/changeset/ports/501032 > >> >> > >> >> Log: > >> >> Unbreak qemu-user-static at runtime > >> > > >> > Why? Wasn't r500819 enough? It was even confirmed in > >> > https://github.com/seanbruno/qemu-bsd-user/issues/74#issuecomment-490337655 > >> > >> Also, I've just checked /latest package for -CURRENT: > >> - qemu-aarch64-static works fine > >> - qemu-arm-static works fine > > > > With version 2.11.50.g20190318_1, I had crashes with: > > How did you upgrade to 2.11.50.g20190318_1? Built manually, built > via poudriere or fetched /latest package from pkg.freebsd.org? > If you mean the package cluster *itself* then it uses qemu-user-static > from a build before e.g., > > http://beefy12.nyi.freebsd.org/data/head-amd64-default/p500844_s347134/.data.json > ended on 2019-05-08 02:39:29 UTC > http://beefy8.nyi.freebsd.org/data/head-armv6-default/p500844_s347134/.data.json > started on 2019-05-05 01:07:43 UTC The build cluster uses clusteradm repo built with poudriere. I also tested with qemu-user-static built manually with and without SSP_CFLAGS. > As 2.11.50.g20190318_1 wasn't available at the time 2.11.50.g20190318 was used > which resulted in head-armv6 failing at the initialization. Nothing was built. head-armv6 is broken for another reason (lang/ghc84* depending on removed llvm50) Antoine > > - qemu-mips-static > > - qemu-arm-static > > - qemu-mips64-static > > > > Changing SSP_CFLAGS fixed at least qemu-mips64-static. > > qemu-mips64-static works fine here without overriding SSP_CFLAGS in > emulators/qemu-user-static. > > Did you rebuild both glib20 *then* qemu-user-static after r500819? > qemu-user-static uses *static* libraries, so it has to be rebuilt each > time one of its BUILD_DEPENDS changes. > > During my testing SSP_CFLAGS in emulators/qemu-user-static had no effect > unlike in devel/glib20. From owner-svn-ports-all@freebsd.org Wed May 8 20:40:21 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EED0A15931BA; Wed, 8 May 2019 20:40:20 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 938BD8DC5B; Wed, 8 May 2019 20:40:20 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 74EFBAF0D; Wed, 8 May 2019 20:40:20 +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 x48KeKV5072939; Wed, 8 May 2019 20:40:20 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x48KeK77072938; Wed, 8 May 2019 20:40:20 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201905082040.x48KeK77072938@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Wed, 8 May 2019 20:40:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501051 - head X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: head X-SVN-Commit-Revision: 501051 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 938BD8DC5B X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.980,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 20:40:21 -0000 Author: rene Date: Wed May 8 20:40:19 2019 New Revision: 501051 URL: https://svnweb.freebsd.org/changeset/ports/501051 Log: MOVED: automate move from removed x11/xsel to x11/xsel-conrad Modified: head/MOVED Modified: head/MOVED ============================================================================== --- head/MOVED Wed May 8 20:08:56 2019 (r501050) +++ head/MOVED Wed May 8 20:40:19 2019 (r501051) @@ -12217,4 +12217,4 @@ math/rpy|math/py-rpy|2019-04-03|Moved to correct direc audio/esound||2019-05-08|Has expired: Abandonware audio/gstreamer-plugins-esound||2019-05-08|Has expired: Depends on audio/esound devel/poslib||2019-05-08|Has expired: Abandonware -x11/xsel||2019-05-08|Has expired: Abandonware; use x11/xsel-conrad instead +x11/xsel|x11/xsel-conrad|2019-05-08|Has expired: Abandonware; use x11/xsel-conrad instead From owner-svn-ports-all@freebsd.org Wed May 8 20:47:46 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 12C5915934AB; Wed, 8 May 2019 20:47:46 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ADD4C8E0D4; Wed, 8 May 2019 20:47:45 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8036EB0BC; Wed, 8 May 2019 20:47:45 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x48KljQZ078202; Wed, 8 May 2019 20:47:45 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x48Kli4s078200; Wed, 8 May 2019 20:47:44 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201905082047.x48Kli4s078200@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 8 May 2019 20:47:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501052 - head/net/syncthing X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/net/syncthing X-SVN-Commit-Revision: 501052 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: ADD4C8E0D4 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.980,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 20:47:46 -0000 Author: swills Date: Wed May 8 20:47:44 2019 New Revision: 501052 URL: https://svnweb.freebsd.org/changeset/ports/501052 Log: net/syncthing: update to 1.1.2 Modified: head/net/syncthing/Makefile (contents, props changed) head/net/syncthing/distinfo (contents, props changed) Modified: head/net/syncthing/Makefile ============================================================================== --- head/net/syncthing/Makefile Wed May 8 20:40:19 2019 (r501051) +++ head/net/syncthing/Makefile Wed May 8 20:47:44 2019 (r501052) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= syncthing -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 DISTVERSIONPREFIX= v CATEGORIES= net MASTER_SITES= https://github.com/syncthing/syncthing/releases/download/v${PORTVERSION}/ Modified: head/net/syncthing/distinfo ============================================================================== --- head/net/syncthing/distinfo Wed May 8 20:40:19 2019 (r501051) +++ head/net/syncthing/distinfo Wed May 8 20:47:44 2019 (r501052) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554384503 -SHA256 (syncthing-source-v1.1.1.tar.gz) = a796583c12894765394be38e8de858705491dc674289bb6936e68aeb4be23477 -SIZE (syncthing-source-v1.1.1.tar.gz) = 6966579 +TIMESTAMP = 1557346105 +SHA256 (syncthing-source-v1.1.2.tar.gz) = 33e35ee504984d48a8d6f3c2f770886fc8820453821e958f6caa3ba2fa004274 +SIZE (syncthing-source-v1.1.2.tar.gz) = 7114870 From owner-svn-ports-all@freebsd.org Wed May 8 20:50:34 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E27271593545; Wed, 8 May 2019 20:50:33 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 915618E1EE; Wed, 8 May 2019 20:50:33 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 50ABEB0C5; Wed, 8 May 2019 20:50:33 +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 x48KoXOP079319; Wed, 8 May 2019 20:50:33 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x48KoM5Q079262; Wed, 8 May 2019 20:50:23 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201905082050.x48KoM5Q079262@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Wed, 8 May 2019 20:50:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501053 - in head: Mk/Uses audio/plasma5-plasma-pa deskutils/plasma5-milou deskutils/plasma5-sddm-kcm devel/plasma5-khotkeys devel/plasma5-kwrited devel/plasma5-plasma-sdk security/plas... X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head: Mk/Uses audio/plasma5-plasma-pa deskutils/plasma5-milou deskutils/plasma5-sddm-kcm devel/plasma5-khotkeys devel/plasma5-kwrited devel/plasma5-plasma-sdk security/plasma5-kscreenlocker securit... X-SVN-Commit-Revision: 501053 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 915618E1EE X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.982,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 20:50:34 -0000 Author: tcberner Date: Wed May 8 20:50:22 2019 New Revision: 501053 URL: https://svnweb.freebsd.org/changeset/ports/501053 Log: Update KDE Plasma Desktop to 5.15.5 Changelog: https://kde.org/announcements/plasma-5.15.4-5.15.5-changelog.php Modified: head/Mk/Uses/kde.mk head/audio/plasma5-plasma-pa/Makefile head/audio/plasma5-plasma-pa/distinfo head/deskutils/plasma5-milou/distinfo head/deskutils/plasma5-sddm-kcm/distinfo head/devel/plasma5-khotkeys/distinfo head/devel/plasma5-kwrited/distinfo head/devel/plasma5-plasma-sdk/distinfo head/security/plasma5-kscreenlocker/distinfo head/security/plasma5-ksshaskpass/distinfo head/security/plasma5-kwallet-pam/distinfo head/sysutils/plasma5-discover/distinfo head/sysutils/plasma5-drkonqi/distinfo head/sysutils/plasma5-kde-cli-tools/distinfo head/sysutils/plasma5-kinfocenter/distinfo head/sysutils/plasma5-kmenuedit/distinfo head/sysutils/plasma5-ksysguard/distinfo head/sysutils/plasma5-libksysguard/distinfo head/sysutils/plasma5-polkit-kde-agent-1/distinfo head/sysutils/plasma5-powerdevil/distinfo head/sysutils/plasma5-systemsettings/distinfo head/sysutils/plasma5-systemsettings/pkg-plist head/sysutils/plasma5-user-manager/distinfo head/www/plasma5-plasma-browser-integration/distinfo head/www/plasma5-plasma-browser-integration/pkg-plist head/x11-themes/plasma5-breeze-gtk/distinfo head/x11-themes/plasma5-breeze/Makefile head/x11-themes/plasma5-breeze/distinfo head/x11-themes/plasma5-kde-gtk-config/distinfo head/x11-themes/plasma5-oxygen/distinfo head/x11-themes/plasma5-plasma-workspace-wallpapers/distinfo head/x11-toolkits/plasma5-kdeplasma-addons/Makefile head/x11-toolkits/plasma5-kdeplasma-addons/distinfo head/x11-wm/plasma5-kdecoration/distinfo head/x11-wm/plasma5-kwin/distinfo head/x11-wm/plasma5-kwin/pkg-plist head/x11/plasma5-kactivitymanagerd/distinfo head/x11/plasma5-kgamma5/distinfo head/x11/plasma5-kscreen/distinfo head/x11/plasma5-kscreen/pkg-plist head/x11/plasma5-kwayland-integration/distinfo head/x11/plasma5-libkscreen/distinfo head/x11/plasma5-plasma-desktop/Makefile head/x11/plasma5-plasma-desktop/distinfo head/x11/plasma5-plasma-desktop/pkg-plist head/x11/plasma5-plasma-integration/distinfo head/x11/plasma5-plasma-workspace/Makefile head/x11/plasma5-plasma-workspace/distinfo Modified: head/Mk/Uses/kde.mk ============================================================================== --- head/Mk/Uses/kde.mk Wed May 8 20:47:44 2019 (r501052) +++ head/Mk/Uses/kde.mk Wed May 8 20:50:22 2019 (r501053) @@ -54,7 +54,7 @@ _KDE_RELNAME= KDE${_KDE_VERSION} # === VERSIONS OF THE DIFFERENT COMPONENTS ===================================== # Current KDE desktop. -KDE_PLASMA_VERSION?= 5.15.4 +KDE_PLASMA_VERSION?= 5.15.5 KDE_PLASMA_BRANCH?= stable # Current KDE frameworks. Modified: head/audio/plasma5-plasma-pa/Makefile ============================================================================== --- head/audio/plasma5-plasma-pa/Makefile Wed May 8 20:47:44 2019 (r501052) +++ head/audio/plasma5-plasma-pa/Makefile Wed May 8 20:50:22 2019 (r501053) @@ -2,7 +2,6 @@ PORTNAME= plasma-pa DISTVERSION= ${KDE_PLASMA_VERSION} -PORTREVISION= 1 CATEGORIES= audio kde kde-plasma MAINTAINER= kde@FreeBSD.org Modified: head/audio/plasma5-plasma-pa/distinfo ============================================================================== --- head/audio/plasma5-plasma-pa/distinfo Wed May 8 20:47:44 2019 (r501052) +++ head/audio/plasma5-plasma-pa/distinfo Wed May 8 20:50:22 2019 (r501053) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554223775 -SHA256 (KDE/plasma/5.15.4/plasma-pa-5.15.4.tar.xz) = 88239e34e50deed8830d6b0dc846590720341c2c1496c6413a7fecc2ba01af2c -SIZE (KDE/plasma/5.15.4/plasma-pa-5.15.4.tar.xz) = 95616 +TIMESTAMP = 1557339871 +SHA256 (KDE/plasma/5.15.5/plasma-pa-5.15.5.tar.xz) = 326a6d3f6f9d462a3b88402ae6be2dac976f166995a5cb750d294d51085a0a92 +SIZE (KDE/plasma/5.15.5/plasma-pa-5.15.5.tar.xz) = 95964 Modified: head/deskutils/plasma5-milou/distinfo ============================================================================== --- head/deskutils/plasma5-milou/distinfo Wed May 8 20:47:44 2019 (r501052) +++ head/deskutils/plasma5-milou/distinfo Wed May 8 20:50:22 2019 (r501053) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554223775 -SHA256 (KDE/plasma/5.15.4/milou-5.15.4.tar.xz) = bb96f23cd18bf69ea81ae1df9beed14408361529855cfd094e2757137c4d2aba -SIZE (KDE/plasma/5.15.4/milou-5.15.4.tar.xz) = 57308 +TIMESTAMP = 1557339872 +SHA256 (KDE/plasma/5.15.5/milou-5.15.5.tar.xz) = 2740cbfae30483c402471349f4d1315b98edf054827ec70980bb966cd6b3fcf9 +SIZE (KDE/plasma/5.15.5/milou-5.15.5.tar.xz) = 57296 Modified: head/deskutils/plasma5-sddm-kcm/distinfo ============================================================================== --- head/deskutils/plasma5-sddm-kcm/distinfo Wed May 8 20:47:44 2019 (r501052) +++ head/deskutils/plasma5-sddm-kcm/distinfo Wed May 8 20:50:22 2019 (r501053) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554223776 -SHA256 (KDE/plasma/5.15.4/sddm-kcm-5.15.4.tar.xz) = 5402a529998e3b6f38930f2a4abab5e83e186630ef98b87d0bd85f21f42f14e5 -SIZE (KDE/plasma/5.15.4/sddm-kcm-5.15.4.tar.xz) = 61780 +TIMESTAMP = 1557339872 +SHA256 (KDE/plasma/5.15.5/sddm-kcm-5.15.5.tar.xz) = 4d5ee74e494f78a90d1586862749d53f4dc34970f47307d62a4e6ead9161c25b +SIZE (KDE/plasma/5.15.5/sddm-kcm-5.15.5.tar.xz) = 61728 Modified: head/devel/plasma5-khotkeys/distinfo ============================================================================== --- head/devel/plasma5-khotkeys/distinfo Wed May 8 20:47:44 2019 (r501052) +++ head/devel/plasma5-khotkeys/distinfo Wed May 8 20:50:22 2019 (r501053) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554223777 -SHA256 (KDE/plasma/5.15.4/khotkeys-5.15.4.tar.xz) = 4e446507872817a6db360707734cc60254918f6026e56a96ba3eb1e938e59ce6 -SIZE (KDE/plasma/5.15.4/khotkeys-5.15.4.tar.xz) = 1865836 +TIMESTAMP = 1557339873 +SHA256 (KDE/plasma/5.15.5/khotkeys-5.15.5.tar.xz) = 59dd6a571d52401b1963cde732b6c6c589a328438155ec0e0c5c77b5ac029127 +SIZE (KDE/plasma/5.15.5/khotkeys-5.15.5.tar.xz) = 1865968 Modified: head/devel/plasma5-kwrited/distinfo ============================================================================== --- head/devel/plasma5-kwrited/distinfo Wed May 8 20:47:44 2019 (r501052) +++ head/devel/plasma5-kwrited/distinfo Wed May 8 20:50:22 2019 (r501053) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554223778 -SHA256 (KDE/plasma/5.15.4/kwrited-5.15.4.tar.xz) = 7c25ed48ce85294ab4d5e3d4ffaaf3dd408f2a97cbb253b9adc9d5b8004db3c4 -SIZE (KDE/plasma/5.15.4/kwrited-5.15.4.tar.xz) = 20016 +TIMESTAMP = 1557339874 +SHA256 (KDE/plasma/5.15.5/kwrited-5.15.5.tar.xz) = fbc27517898e57aa6b4c476673971f310121ac3d61e1d30a23e9289930056510 +SIZE (KDE/plasma/5.15.5/kwrited-5.15.5.tar.xz) = 20024 Modified: head/devel/plasma5-plasma-sdk/distinfo ============================================================================== --- head/devel/plasma5-plasma-sdk/distinfo Wed May 8 20:47:44 2019 (r501052) +++ head/devel/plasma5-plasma-sdk/distinfo Wed May 8 20:50:22 2019 (r501053) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554223779 -SHA256 (KDE/plasma/5.15.4/plasma-sdk-5.15.4.tar.xz) = e6c188731e0f73bd6d79c55a12298bb032c2493d083a8cffaeb5f3ab1b1cdbb5 -SIZE (KDE/plasma/5.15.4/plasma-sdk-5.15.4.tar.xz) = 249800 +TIMESTAMP = 1557339875 +SHA256 (KDE/plasma/5.15.5/plasma-sdk-5.15.5.tar.xz) = f91ccb03f016328c2bd54ac11a916b4f874cfe2304da1600f3fa014faeb7d329 +SIZE (KDE/plasma/5.15.5/plasma-sdk-5.15.5.tar.xz) = 249732 Modified: head/security/plasma5-kscreenlocker/distinfo ============================================================================== --- head/security/plasma5-kscreenlocker/distinfo Wed May 8 20:47:44 2019 (r501052) +++ head/security/plasma5-kscreenlocker/distinfo Wed May 8 20:50:22 2019 (r501053) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554223780 -SHA256 (KDE/plasma/5.15.4/kscreenlocker-5.15.4.tar.xz) = d81e34ac9f22b2fd9ed63e599e9c709e91ecd0b5e7458732e4535a71ce5a9f58 -SIZE (KDE/plasma/5.15.4/kscreenlocker-5.15.4.tar.xz) = 122676 +TIMESTAMP = 1557339876 +SHA256 (KDE/plasma/5.15.5/kscreenlocker-5.15.5.tar.xz) = 09d9d63e81a60d1c95532639287ba29403e0b04d7e4d46f5a49adbfccf215dcd +SIZE (KDE/plasma/5.15.5/kscreenlocker-5.15.5.tar.xz) = 122620 Modified: head/security/plasma5-ksshaskpass/distinfo ============================================================================== --- head/security/plasma5-ksshaskpass/distinfo Wed May 8 20:47:44 2019 (r501052) +++ head/security/plasma5-ksshaskpass/distinfo Wed May 8 20:50:22 2019 (r501053) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554223780 -SHA256 (KDE/plasma/5.15.4/ksshaskpass-5.15.4.tar.xz) = af0f99393992e337c69ebd053249de1a882107668f042ef218aaa3f426743899 -SIZE (KDE/plasma/5.15.4/ksshaskpass-5.15.4.tar.xz) = 21316 +TIMESTAMP = 1557339877 +SHA256 (KDE/plasma/5.15.5/ksshaskpass-5.15.5.tar.xz) = 4b6eae3b594480f6265843fa0b2f3d2051fd45894d27eee3681b7b33c4f52e7e +SIZE (KDE/plasma/5.15.5/ksshaskpass-5.15.5.tar.xz) = 21304 Modified: head/security/plasma5-kwallet-pam/distinfo ============================================================================== --- head/security/plasma5-kwallet-pam/distinfo Wed May 8 20:47:44 2019 (r501052) +++ head/security/plasma5-kwallet-pam/distinfo Wed May 8 20:50:22 2019 (r501053) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554223781 -SHA256 (KDE/plasma/5.15.4/kwallet-pam-5.15.4.tar.xz) = 67d41df8b573ab0e29e731264cc990b34f0ba66004737ce00ae0b2ecabe53fdf -SIZE (KDE/plasma/5.15.4/kwallet-pam-5.15.4.tar.xz) = 19336 +TIMESTAMP = 1557339877 +SHA256 (KDE/plasma/5.15.5/kwallet-pam-5.15.5.tar.xz) = 36f3e50019dcd9919755d47b62abf99412299aa87ee27fecbf1dca212a94d22e +SIZE (KDE/plasma/5.15.5/kwallet-pam-5.15.5.tar.xz) = 19332 Modified: head/sysutils/plasma5-discover/distinfo ============================================================================== --- head/sysutils/plasma5-discover/distinfo Wed May 8 20:47:44 2019 (r501052) +++ head/sysutils/plasma5-discover/distinfo Wed May 8 20:50:22 2019 (r501053) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554223783 -SHA256 (KDE/plasma/5.15.4/discover-5.15.4.tar.xz) = 63b6dff1310291d7cf1ec7e075dfa0f3c039f63c4f910c3ca99d0faeee4ca301 -SIZE (KDE/plasma/5.15.4/discover-5.15.4.tar.xz) = 10447848 +TIMESTAMP = 1557339879 +SHA256 (KDE/plasma/5.15.5/discover-5.15.5.tar.xz) = 6f2bbaade87b959c8bd847e90ecec0c9aa8b4accee63318d25e5beb77deaf854 +SIZE (KDE/plasma/5.15.5/discover-5.15.5.tar.xz) = 10447644 Modified: head/sysutils/plasma5-drkonqi/distinfo ============================================================================== --- head/sysutils/plasma5-drkonqi/distinfo Wed May 8 20:47:44 2019 (r501052) +++ head/sysutils/plasma5-drkonqi/distinfo Wed May 8 20:50:22 2019 (r501053) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554223784 -SHA256 (KDE/plasma/5.15.4/drkonqi-5.15.4.tar.xz) = 8e3b46525f792d5c3264f0d835e7180cda4a0dbd78cd8055f13e166151a6c3de -SIZE (KDE/plasma/5.15.4/drkonqi-5.15.4.tar.xz) = 738768 +TIMESTAMP = 1557339880 +SHA256 (KDE/plasma/5.15.5/drkonqi-5.15.5.tar.xz) = 8669913aa8485257cbb19bbe5bb6956044d0a6896a365cea024b1247d0a6502e +SIZE (KDE/plasma/5.15.5/drkonqi-5.15.5.tar.xz) = 738752 Modified: head/sysutils/plasma5-kde-cli-tools/distinfo ============================================================================== --- head/sysutils/plasma5-kde-cli-tools/distinfo Wed May 8 20:47:44 2019 (r501052) +++ head/sysutils/plasma5-kde-cli-tools/distinfo Wed May 8 20:50:22 2019 (r501053) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554223785 -SHA256 (KDE/plasma/5.15.4/kde-cli-tools-5.15.4.tar.xz) = 909c54f0d04c3c7f5bbc1b6e77b666fb4e92a29f7622ad404c579dc6a5d67ee1 -SIZE (KDE/plasma/5.15.4/kde-cli-tools-5.15.4.tar.xz) = 586264 +TIMESTAMP = 1557339881 +SHA256 (KDE/plasma/5.15.5/kde-cli-tools-5.15.5.tar.xz) = fbff40188d7864a11aa6aea0b6d8cca2c66025924b3cb29275ac6d282ece9ace +SIZE (KDE/plasma/5.15.5/kde-cli-tools-5.15.5.tar.xz) = 585788 Modified: head/sysutils/plasma5-kinfocenter/distinfo ============================================================================== --- head/sysutils/plasma5-kinfocenter/distinfo Wed May 8 20:47:44 2019 (r501052) +++ head/sysutils/plasma5-kinfocenter/distinfo Wed May 8 20:50:22 2019 (r501053) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554223796 -SHA256 (KDE/plasma/5.15.4/kinfocenter-5.15.4.tar.xz) = 8c0ecbdd7bb44c08f2c27ed93382d76b5a79a09b876196b3d2db2d2e97e9ae95 -SIZE (KDE/plasma/5.15.4/kinfocenter-5.15.4.tar.xz) = 1321968 +TIMESTAMP = 1557339892 +SHA256 (KDE/plasma/5.15.5/kinfocenter-5.15.5.tar.xz) = 0119da58b2274bab76ef27d37032b5b104bad162675bfbee631286186d2e17a8 +SIZE (KDE/plasma/5.15.5/kinfocenter-5.15.5.tar.xz) = 1321684 Modified: head/sysutils/plasma5-kmenuedit/distinfo ============================================================================== --- head/sysutils/plasma5-kmenuedit/distinfo Wed May 8 20:47:44 2019 (r501052) +++ head/sysutils/plasma5-kmenuedit/distinfo Wed May 8 20:50:22 2019 (r501053) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554223797 -SHA256 (KDE/plasma/5.15.4/kmenuedit-5.15.4.tar.xz) = da5d347de97ea50593311a318d12328b0f63805c8f1f411b4f3567826c1fc80e -SIZE (KDE/plasma/5.15.4/kmenuedit-5.15.4.tar.xz) = 810120 +TIMESTAMP = 1557339893 +SHA256 (KDE/plasma/5.15.5/kmenuedit-5.15.5.tar.xz) = ad407757e93928dc506271998881a2e5f4a4c96bf763c25e80347e3e23361c26 +SIZE (KDE/plasma/5.15.5/kmenuedit-5.15.5.tar.xz) = 810152 Modified: head/sysutils/plasma5-ksysguard/distinfo ============================================================================== --- head/sysutils/plasma5-ksysguard/distinfo Wed May 8 20:47:44 2019 (r501052) +++ head/sysutils/plasma5-ksysguard/distinfo Wed May 8 20:50:22 2019 (r501053) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554223798 -SHA256 (KDE/plasma/5.15.4/ksysguard-5.15.4.tar.xz) = aa6dd5af4ff47092a3540590bd1c088727f0775b064dacfcb95f3fcf44d02fb7 -SIZE (KDE/plasma/5.15.4/ksysguard-5.15.4.tar.xz) = 500016 +TIMESTAMP = 1557339894 +SHA256 (KDE/plasma/5.15.5/ksysguard-5.15.5.tar.xz) = c767cfff83cb8d6d99a6ba13fa534656d6d31666a3eaa7cdce677535e9f9624a +SIZE (KDE/plasma/5.15.5/ksysguard-5.15.5.tar.xz) = 500116 Modified: head/sysutils/plasma5-libksysguard/distinfo ============================================================================== --- head/sysutils/plasma5-libksysguard/distinfo Wed May 8 20:47:44 2019 (r501052) +++ head/sysutils/plasma5-libksysguard/distinfo Wed May 8 20:50:22 2019 (r501053) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554223799 -SHA256 (KDE/plasma/5.15.4/libksysguard-5.15.4.tar.xz) = e4476b180f0f342d83ce1097ae10b1b9c88160b0c7fc9432259402ebbbdf4a14 -SIZE (KDE/plasma/5.15.4/libksysguard-5.15.4.tar.xz) = 576956 +TIMESTAMP = 1557339895 +SHA256 (KDE/plasma/5.15.5/libksysguard-5.15.5.tar.xz) = 4255a997c4f0b2039201db6e00038e08519c5fde73032ba709ae9bcfaceabfd0 +SIZE (KDE/plasma/5.15.5/libksysguard-5.15.5.tar.xz) = 575900 Modified: head/sysutils/plasma5-polkit-kde-agent-1/distinfo ============================================================================== --- head/sysutils/plasma5-polkit-kde-agent-1/distinfo Wed May 8 20:47:44 2019 (r501052) +++ head/sysutils/plasma5-polkit-kde-agent-1/distinfo Wed May 8 20:50:22 2019 (r501053) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554223799 -SHA256 (KDE/plasma/5.15.4/polkit-kde-agent-1-5.15.4.tar.xz) = 078f96aed83097e8408db3c03fb3cb13a69e779b2397cc83d462e8ae9409aa7f -SIZE (KDE/plasma/5.15.4/polkit-kde-agent-1-5.15.4.tar.xz) = 42572 +TIMESTAMP = 1557339896 +SHA256 (KDE/plasma/5.15.5/polkit-kde-agent-1-5.15.5.tar.xz) = 628ce9a02defa31e98a6a373abb6a1f2bf39f065eaf82fdbb4f93bf07165e267 +SIZE (KDE/plasma/5.15.5/polkit-kde-agent-1-5.15.5.tar.xz) = 42612 Modified: head/sysutils/plasma5-powerdevil/distinfo ============================================================================== --- head/sysutils/plasma5-powerdevil/distinfo Wed May 8 20:47:44 2019 (r501052) +++ head/sysutils/plasma5-powerdevil/distinfo Wed May 8 20:50:22 2019 (r501053) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554223800 -SHA256 (KDE/plasma/5.15.4/powerdevil-5.15.4.tar.xz) = 0be3a318cbb160e784b422e226e8c747f2c6829acfd0490604697930acf9047a -SIZE (KDE/plasma/5.15.4/powerdevil-5.15.4.tar.xz) = 599820 +TIMESTAMP = 1557339897 +SHA256 (KDE/plasma/5.15.5/powerdevil-5.15.5.tar.xz) = c435cdcab2ff367ca86f91a45ac43fa9f9b68251e8e444b285b7edd33482ad06 +SIZE (KDE/plasma/5.15.5/powerdevil-5.15.5.tar.xz) = 599676 Modified: head/sysutils/plasma5-systemsettings/distinfo ============================================================================== --- head/sysutils/plasma5-systemsettings/distinfo Wed May 8 20:47:44 2019 (r501052) +++ head/sysutils/plasma5-systemsettings/distinfo Wed May 8 20:50:22 2019 (r501053) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554223880 -SHA256 (KDE/plasma/5.15.4/systemsettings-5.15.4.tar.xz) = 2cff11f842266296192381a214df6fd55debfd444b754b6dec80f70a3154defb -SIZE (KDE/plasma/5.15.4/systemsettings-5.15.4.tar.xz) = 180208 +TIMESTAMP = 1557339898 +SHA256 (KDE/plasma/5.15.5/systemsettings-5.15.5.tar.xz) = a29227329f8ddd2db2ba8aafb3eb5f2b09d01e3a6f761d291afba95935ceb93a +SIZE (KDE/plasma/5.15.5/systemsettings-5.15.5.tar.xz) = 182452 Modified: head/sysutils/plasma5-systemsettings/pkg-plist ============================================================================== --- head/sysutils/plasma5-systemsettings/pkg-plist Wed May 8 20:47:44 2019 (r501052) +++ head/sysutils/plasma5-systemsettings/pkg-plist Wed May 8 20:50:22 2019 (r501053) @@ -20,6 +20,8 @@ share/doc/HTML/de/systemsettings/index.cache.bz2 share/doc/HTML/de/systemsettings/index.docbook share/doc/HTML/en/systemsettings/index.cache.bz2 share/doc/HTML/en/systemsettings/index.docbook +share/doc/HTML/es/systemsettings/index.cache.bz2 +share/doc/HTML/es/systemsettings/index.docbook share/doc/HTML/it/systemsettings/index.cache.bz2 share/doc/HTML/it/systemsettings/index.docbook share/doc/HTML/nl/systemsettings/index.cache.bz2 Modified: head/sysutils/plasma5-user-manager/distinfo ============================================================================== --- head/sysutils/plasma5-user-manager/distinfo Wed May 8 20:47:44 2019 (r501052) +++ head/sysutils/plasma5-user-manager/distinfo Wed May 8 20:50:22 2019 (r501053) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554223881 -SHA256 (KDE/plasma/5.15.4/user-manager-5.15.4.tar.xz) = e698fcc723a559f54d41b973d17fb26a768edb4058bf1acb036491cb16f66401 -SIZE (KDE/plasma/5.15.4/user-manager-5.15.4.tar.xz) = 546072 +TIMESTAMP = 1557339899 +SHA256 (KDE/plasma/5.15.5/user-manager-5.15.5.tar.xz) = 09e746e14bc732e296e93290929dfd1d378abe0b6b47fce084c97dd82a3f2431 +SIZE (KDE/plasma/5.15.5/user-manager-5.15.5.tar.xz) = 546156 Modified: head/www/plasma5-plasma-browser-integration/distinfo ============================================================================== --- head/www/plasma5-plasma-browser-integration/distinfo Wed May 8 20:47:44 2019 (r501052) +++ head/www/plasma5-plasma-browser-integration/distinfo Wed May 8 20:50:22 2019 (r501053) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554223881 -SHA256 (KDE/plasma/5.15.4/plasma-browser-integration-5.15.4.tar.xz) = 104225b3d825a387a481c7da570f1ee7b2b556401ed333f0a11f96a324471ac4 -SIZE (KDE/plasma/5.15.4/plasma-browser-integration-5.15.4.tar.xz) = 115616 +TIMESTAMP = 1557339899 +SHA256 (KDE/plasma/5.15.5/plasma-browser-integration-5.15.5.tar.xz) = f1883b504cb5e86a43e16fea803b93c81b09e4ce1339ae8bcf6cf35d7e734d3b +SIZE (KDE/plasma/5.15.5/plasma-browser-integration-5.15.5.tar.xz) = 118136 Modified: head/www/plasma5-plasma-browser-integration/pkg-plist ============================================================================== --- head/www/plasma5-plasma-browser-integration/pkg-plist Wed May 8 20:47:44 2019 (r501052) +++ head/www/plasma5-plasma-browser-integration/pkg-plist Wed May 8 20:50:22 2019 (r501053) @@ -11,6 +11,7 @@ share/locale/ca/LC_MESSAGES/plasma_runner_browsertabs. share/locale/ca@valencia/LC_MESSAGES/plasma-browser-integration-host.mo share/locale/ca@valencia/LC_MESSAGES/plasma-browser-integration-reminder.mo share/locale/ca@valencia/LC_MESSAGES/plasma_runner_browsertabs.mo +share/locale/cs/LC_MESSAGES/plasma-browser-integration-host.mo share/locale/cs/LC_MESSAGES/plasma-browser-integration-reminder.mo share/locale/cs/LC_MESSAGES/plasma_runner_browsertabs.mo share/locale/da/LC_MESSAGES/plasma_runner_browsertabs.mo @@ -22,7 +23,10 @@ share/locale/en_GB/LC_MESSAGES/plasma_runner_browserta share/locale/es/LC_MESSAGES/plasma-browser-integration-host.mo share/locale/es/LC_MESSAGES/plasma-browser-integration-reminder.mo share/locale/es/LC_MESSAGES/plasma_runner_browsertabs.mo +share/locale/eu/LC_MESSAGES/plasma-browser-integration-host.mo +share/locale/eu/LC_MESSAGES/plasma-browser-integration-reminder.mo share/locale/eu/LC_MESSAGES/plasma_runner_browsertabs.mo +share/locale/fi/LC_MESSAGES/plasma-browser-integration-host.mo share/locale/fi/LC_MESSAGES/plasma-browser-integration-reminder.mo share/locale/fi/LC_MESSAGES/plasma_runner_browsertabs.mo share/locale/fr/LC_MESSAGES/plasma-browser-integration-host.mo @@ -31,12 +35,16 @@ share/locale/fr/LC_MESSAGES/plasma_runner_browsertabs. share/locale/gl/LC_MESSAGES/plasma-browser-integration-host.mo share/locale/gl/LC_MESSAGES/plasma-browser-integration-reminder.mo share/locale/gl/LC_MESSAGES/plasma_runner_browsertabs.mo +share/locale/id/LC_MESSAGES/plasma-browser-integration-host.mo share/locale/id/LC_MESSAGES/plasma-browser-integration-reminder.mo share/locale/id/LC_MESSAGES/plasma_runner_browsertabs.mo share/locale/it/LC_MESSAGES/plasma-browser-integration-reminder.mo share/locale/it/LC_MESSAGES/plasma_runner_browsertabs.mo +share/locale/ja/LC_MESSAGES/plasma-browser-integration-host.mo share/locale/ja/LC_MESSAGES/plasma-browser-integration-reminder.mo share/locale/ja/LC_MESSAGES/plasma_runner_browsertabs.mo +share/locale/ko/LC_MESSAGES/plasma-browser-integration-host.mo +share/locale/ko/LC_MESSAGES/plasma-browser-integration-reminder.mo share/locale/ko/LC_MESSAGES/plasma_runner_browsertabs.mo share/locale/nb/LC_MESSAGES/plasma_runner_browsertabs.mo share/locale/nl/LC_MESSAGES/plasma-browser-integration-host.mo @@ -70,6 +78,7 @@ share/locale/tr/LC_MESSAGES/plasma_runner_browsertabs. share/locale/uk/LC_MESSAGES/plasma-browser-integration-host.mo share/locale/uk/LC_MESSAGES/plasma-browser-integration-reminder.mo share/locale/uk/LC_MESSAGES/plasma_runner_browsertabs.mo +share/locale/zh_CN/LC_MESSAGES/plasma-browser-integration-host.mo share/locale/zh_CN/LC_MESSAGES/plasma-browser-integration-reminder.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_browsertabs.mo share/locale/zh_TW/LC_MESSAGES/plasma-browser-integration-host.mo Modified: head/x11-themes/plasma5-breeze-gtk/distinfo ============================================================================== --- head/x11-themes/plasma5-breeze-gtk/distinfo Wed May 8 20:47:44 2019 (r501052) +++ head/x11-themes/plasma5-breeze-gtk/distinfo Wed May 8 20:50:22 2019 (r501053) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554223896 -SHA256 (KDE/plasma/5.15.4/breeze-gtk-5.15.4.tar.xz) = e3b13105cc39d5c914ab81b6a10da9b16cb9a9a7058c13a0486fd02af40f7bd9 -SIZE (KDE/plasma/5.15.4/breeze-gtk-5.15.4.tar.xz) = 47504 +TIMESTAMP = 1557339983 +SHA256 (KDE/plasma/5.15.5/breeze-gtk-5.15.5.tar.xz) = d4e16ffbcbe74c48fda7c5bfd18c3f479f56d54b761d9b1d9678119479412ca8 +SIZE (KDE/plasma/5.15.5/breeze-gtk-5.15.5.tar.xz) = 47504 Modified: head/x11-themes/plasma5-breeze/Makefile ============================================================================== --- head/x11-themes/plasma5-breeze/Makefile Wed May 8 20:47:44 2019 (r501052) +++ head/x11-themes/plasma5-breeze/Makefile Wed May 8 20:50:22 2019 (r501053) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= breeze -DISTVERSION= ${KDE_PLASMA_VERSION}.1 +DISTVERSION= ${KDE_PLASMA_VERSION} CATEGORIES= x11-themes kde kde-plasma MAINTAINER= kde@FreeBSD.org Modified: head/x11-themes/plasma5-breeze/distinfo ============================================================================== --- head/x11-themes/plasma5-breeze/distinfo Wed May 8 20:47:44 2019 (r501052) +++ head/x11-themes/plasma5-breeze/distinfo Wed May 8 20:50:22 2019 (r501053) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554561842 -SHA256 (KDE/plasma/5.15.4/breeze-5.15.4.1.tar.xz) = 9a95fb9c5be7c84164d3ce337d15cad57cdd495fe84e1da8487a463d69293497 -SIZE (KDE/plasma/5.15.4/breeze-5.15.4.1.tar.xz) = 25144468 +TIMESTAMP = 1557339972 +SHA256 (KDE/plasma/5.15.5/breeze-5.15.5.tar.xz) = a13de0472dacd5240c3d38d0841ea7b9098405cf1f8cff77504d1824d09dcac4 +SIZE (KDE/plasma/5.15.5/breeze-5.15.5.tar.xz) = 25144812 Modified: head/x11-themes/plasma5-kde-gtk-config/distinfo ============================================================================== --- head/x11-themes/plasma5-kde-gtk-config/distinfo Wed May 8 20:47:44 2019 (r501052) +++ head/x11-themes/plasma5-kde-gtk-config/distinfo Wed May 8 20:50:22 2019 (r501053) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554223907 -SHA256 (KDE/plasma/5.15.4/kde-gtk-config-5.15.4.tar.xz) = 3689328ddd1e30313f3ad1df02e9c52b29d88b5a3dd42c4507bbc9e58286059a -SIZE (KDE/plasma/5.15.4/kde-gtk-config-5.15.4.tar.xz) = 156896 +TIMESTAMP = 1557339994 +SHA256 (KDE/plasma/5.15.5/kde-gtk-config-5.15.5.tar.xz) = 958163b1134b7c9e9735b5b6a4448973f09dbf43991511f768b29bd038baa185 +SIZE (KDE/plasma/5.15.5/kde-gtk-config-5.15.5.tar.xz) = 156704 Modified: head/x11-themes/plasma5-oxygen/distinfo ============================================================================== --- head/x11-themes/plasma5-oxygen/distinfo Wed May 8 20:47:44 2019 (r501052) +++ head/x11-themes/plasma5-oxygen/distinfo Wed May 8 20:50:22 2019 (r501053) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554223908 -SHA256 (KDE/plasma/5.15.4/oxygen-5.15.4.tar.xz) = 4d319eee7adc6feb3f01054b1e9e80776a895303b6935d7597f8503d5a183220 -SIZE (KDE/plasma/5.15.4/oxygen-5.15.4.tar.xz) = 4472368 +TIMESTAMP = 1557339995 +SHA256 (KDE/plasma/5.15.5/oxygen-5.15.5.tar.xz) = 0791314c8894331bfa46d8b8aa30805972d09497a9e4bbe3f82270d4455be62c +SIZE (KDE/plasma/5.15.5/oxygen-5.15.5.tar.xz) = 4473020 Modified: head/x11-themes/plasma5-plasma-workspace-wallpapers/distinfo ============================================================================== --- head/x11-themes/plasma5-plasma-workspace-wallpapers/distinfo Wed May 8 20:47:44 2019 (r501052) +++ head/x11-themes/plasma5-plasma-workspace-wallpapers/distinfo Wed May 8 20:50:22 2019 (r501053) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554223912 -SHA256 (KDE/plasma/5.15.4/plasma-workspace-wallpapers-5.15.4.tar.xz) = ba8c66c85fdddc401eecae453d864af954daa181724cc168cddf2d1e93f9bd40 -SIZE (KDE/plasma/5.15.4/plasma-workspace-wallpapers-5.15.4.tar.xz) = 24354884 +TIMESTAMP = 1557340086 +SHA256 (KDE/plasma/5.15.5/plasma-workspace-wallpapers-5.15.5.tar.xz) = 0dc21728f3a08d823106bae7dd99d9b6b28b9b77abe8cf8f213bd4cf5b66b945 +SIZE (KDE/plasma/5.15.5/plasma-workspace-wallpapers-5.15.5.tar.xz) = 24354892 Modified: head/x11-toolkits/plasma5-kdeplasma-addons/Makefile ============================================================================== --- head/x11-toolkits/plasma5-kdeplasma-addons/Makefile Wed May 8 20:47:44 2019 (r501052) +++ head/x11-toolkits/plasma5-kdeplasma-addons/Makefile Wed May 8 20:50:22 2019 (r501053) @@ -2,7 +2,6 @@ PORTNAME= kdeplasma-addons DISTVERSION= ${KDE_PLASMA_VERSION} -PORTREVISION= 1 CATEGORIES= x11-toolkits kde kde-plasma MAINTAINER= kde@FreeBSD.org Modified: head/x11-toolkits/plasma5-kdeplasma-addons/distinfo ============================================================================== --- head/x11-toolkits/plasma5-kdeplasma-addons/distinfo Wed May 8 20:47:44 2019 (r501052) +++ head/x11-toolkits/plasma5-kdeplasma-addons/distinfo Wed May 8 20:50:22 2019 (r501053) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554223912 -SHA256 (KDE/plasma/5.15.4/kdeplasma-addons-5.15.4.tar.xz) = bd1c3dbf46e7c1745ff242adaed9c973e401529dc76d57dab6ffdd994eef71e2 -SIZE (KDE/plasma/5.15.4/kdeplasma-addons-5.15.4.tar.xz) = 604968 +TIMESTAMP = 1557340086 +SHA256 (KDE/plasma/5.15.5/kdeplasma-addons-5.15.5.tar.xz) = 1e11158f636e1d4bb25bbe4bb2f2fca37728c6aae07340ca6c2c1ec9e882ece3 +SIZE (KDE/plasma/5.15.5/kdeplasma-addons-5.15.5.tar.xz) = 604584 Modified: head/x11-wm/plasma5-kdecoration/distinfo ============================================================================== --- head/x11-wm/plasma5-kdecoration/distinfo Wed May 8 20:47:44 2019 (r501052) +++ head/x11-wm/plasma5-kdecoration/distinfo Wed May 8 20:50:22 2019 (r501053) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554223913 -SHA256 (KDE/plasma/5.15.4/kdecoration-5.15.4.tar.xz) = 22ceaa283df60defdef9f51da568375bf42ec9ddd74fc3bfd7e519f867c69b89 -SIZE (KDE/plasma/5.15.4/kdecoration-5.15.4.tar.xz) = 42480 +TIMESTAMP = 1557340087 +SHA256 (KDE/plasma/5.15.5/kdecoration-5.15.5.tar.xz) = 33d613b706b83c025675d7d2b20e074219c9a0953a500c306081c24fcf84d99f +SIZE (KDE/plasma/5.15.5/kdecoration-5.15.5.tar.xz) = 42492 Modified: head/x11-wm/plasma5-kwin/distinfo ============================================================================== --- head/x11-wm/plasma5-kwin/distinfo Wed May 8 20:47:44 2019 (r501052) +++ head/x11-wm/plasma5-kwin/distinfo Wed May 8 20:50:22 2019 (r501053) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554224019 -SHA256 (KDE/plasma/5.15.4/kwin-5.15.4.tar.xz) = 4bdb01713d0d5605810bcbfddfbc9cb5e5bb2e7c89846f37f20e083b84c00ec1 -SIZE (KDE/plasma/5.15.4/kwin-5.15.4.tar.xz) = 6236248 +TIMESTAMP = 1557340098 +SHA256 (KDE/plasma/5.15.5/kwin-5.15.5.tar.xz) = e341c8165354643fd201292e53418050970bf8819b2cd0dd932423a342d2f805 +SIZE (KDE/plasma/5.15.5/kwin-5.15.5.tar.xz) = 6237440 Modified: head/x11-wm/plasma5-kwin/pkg-plist ============================================================================== --- head/x11-wm/plasma5-kwin/pkg-plist Wed May 8 20:47:44 2019 (r501052) +++ head/x11-wm/plasma5-kwin/pkg-plist Wed May 8 20:50:22 2019 (r501053) @@ -914,6 +914,7 @@ share/locale/kn/LC_MESSAGES/kwin_effects.mo share/locale/ko/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/ko/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/ko/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/ko/LC_MESSAGES/kcmkwincommon.mo share/locale/ko/LC_MESSAGES/kcmkwincompositing.mo share/locale/ko/LC_MESSAGES/kcm_kwindecoration.mo share/locale/ko/LC_MESSAGES/kcmkwinrules.mo Modified: head/x11/plasma5-kactivitymanagerd/distinfo ============================================================================== --- head/x11/plasma5-kactivitymanagerd/distinfo Wed May 8 20:47:44 2019 (r501052) +++ head/x11/plasma5-kactivitymanagerd/distinfo Wed May 8 20:50:22 2019 (r501053) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554224020 -SHA256 (KDE/plasma/5.15.4/kactivitymanagerd-5.15.4.tar.xz) = 0201772007295fdca0cb4a9dd2109b61ece6307c21f50c017f73b1df27734ecd -SIZE (KDE/plasma/5.15.4/kactivitymanagerd-5.15.4.tar.xz) = 84776 +TIMESTAMP = 1557340099 +SHA256 (KDE/plasma/5.15.5/kactivitymanagerd-5.15.5.tar.xz) = e38ec9074e0bc5c1a21bd5eee97b7d99e6528186918e832fecf1e3f95da239db +SIZE (KDE/plasma/5.15.5/kactivitymanagerd-5.15.5.tar.xz) = 84756 Modified: head/x11/plasma5-kgamma5/distinfo ============================================================================== --- head/x11/plasma5-kgamma5/distinfo Wed May 8 20:47:44 2019 (r501052) +++ head/x11/plasma5-kgamma5/distinfo Wed May 8 20:50:22 2019 (r501053) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554224021 -SHA256 (KDE/plasma/5.15.4/kgamma5-5.15.4.tar.xz) = 972e7734df8e761e0d42b01f45afc0aa1daded409a562555fd8c990791a96cc1 -SIZE (KDE/plasma/5.15.4/kgamma5-5.15.4.tar.xz) = 79308 +TIMESTAMP = 1557340100 +SHA256 (KDE/plasma/5.15.5/kgamma5-5.15.5.tar.xz) = 5e5d2dd439d4fd298eb0283fd9f2bad009c5efe22f72aea795138d22adfdc1e7 +SIZE (KDE/plasma/5.15.5/kgamma5-5.15.5.tar.xz) = 79316 Modified: head/x11/plasma5-kscreen/distinfo ============================================================================== --- head/x11/plasma5-kscreen/distinfo Wed May 8 20:47:44 2019 (r501052) +++ head/x11/plasma5-kscreen/distinfo Wed May 8 20:50:22 2019 (r501053) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554224021 -SHA256 (KDE/plasma/5.15.4/kscreen-5.15.4.tar.xz) = 82b103e9ba72d4a50d94c4cb4033d700f28e6615ac63a34675cbe22efdadaf7d -SIZE (KDE/plasma/5.15.4/kscreen-5.15.4.tar.xz) = 123376 +TIMESTAMP = 1557340100 +SHA256 (KDE/plasma/5.15.5/kscreen-5.15.5.tar.xz) = c0c47c6d5c618e2c40794dd37586a1733ef6939383b4bb760638e8758a0bd6f7 +SIZE (KDE/plasma/5.15.5/kscreen-5.15.5.tar.xz) = 123736 Modified: head/x11/plasma5-kscreen/pkg-plist ============================================================================== --- head/x11/plasma5-kscreen/pkg-plist Wed May 8 20:47:44 2019 (r501052) +++ head/x11/plasma5-kscreen/pkg-plist Wed May 8 20:50:22 2019 (r501053) @@ -72,6 +72,7 @@ share/locale/ja/LC_MESSAGES/kscreen.mo share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo share/locale/ko/LC_MESSAGES/kcm_displayconfiguration.mo share/locale/ko/LC_MESSAGES/kscreen.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo share/locale/lt/LC_MESSAGES/kcm_displayconfiguration.mo share/locale/lt/LC_MESSAGES/kscreen.mo share/locale/nb/LC_MESSAGES/kcm_displayconfiguration.mo Modified: head/x11/plasma5-kwayland-integration/distinfo ============================================================================== --- head/x11/plasma5-kwayland-integration/distinfo Wed May 8 20:47:44 2019 (r501052) +++ head/x11/plasma5-kwayland-integration/distinfo Wed May 8 20:50:22 2019 (r501053) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554224022 -SHA256 (KDE/plasma/5.15.4/kwayland-integration-5.15.4.tar.xz) = 6e760090dd68aa5fbd4ec2c01c7a277ef15310108fa4368bee82c6f57e8dcd99 -SIZE (KDE/plasma/5.15.4/kwayland-integration-5.15.4.tar.xz) = 18816 +TIMESTAMP = 1557340101 +SHA256 (KDE/plasma/5.15.5/kwayland-integration-5.15.5.tar.xz) = 8dec5719104a551fc8c1d6249568accedce9b8d18691d818f2b7abc13f21fd17 +SIZE (KDE/plasma/5.15.5/kwayland-integration-5.15.5.tar.xz) = 18820 Modified: head/x11/plasma5-libkscreen/distinfo ============================================================================== --- head/x11/plasma5-libkscreen/distinfo Wed May 8 20:47:44 2019 (r501052) +++ head/x11/plasma5-libkscreen/distinfo Wed May 8 20:50:22 2019 (r501053) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554224023 -SHA256 (KDE/plasma/5.15.4/libkscreen-5.15.4.tar.xz) = b9a0fb16a6f96b6203a612c46db36f81f182577b7dc658dff511c703de52e6db -SIZE (KDE/plasma/5.15.4/libkscreen-5.15.4.tar.xz) = 80976 +TIMESTAMP = 1557340102 +SHA256 (KDE/plasma/5.15.5/libkscreen-5.15.5.tar.xz) = bee15b0ce38e17475542b0e500a82567fdbe0a635e84a543b2f3255ac8c58d87 +SIZE (KDE/plasma/5.15.5/libkscreen-5.15.5.tar.xz) = 81000 Modified: head/x11/plasma5-plasma-desktop/Makefile ============================================================================== --- head/x11/plasma5-plasma-desktop/Makefile Wed May 8 20:47:44 2019 (r501052) +++ head/x11/plasma5-plasma-desktop/Makefile Wed May 8 20:50:22 2019 (r501053) @@ -2,7 +2,6 @@ PORTNAME= plasma-desktop DISTVERSION= ${KDE_PLASMA_VERSION} -PORTREVISION= 1 CATEGORIES= x11 kde kde-plasma MAINTAINER= kde@FreeBSD.org Modified: head/x11/plasma5-plasma-desktop/distinfo ============================================================================== --- head/x11/plasma5-plasma-desktop/distinfo Wed May 8 20:47:44 2019 (r501052) +++ head/x11/plasma5-plasma-desktop/distinfo Wed May 8 20:50:22 2019 (r501053) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554224127 -SHA256 (KDE/plasma/5.15.4/plasma-desktop-5.15.4.tar.xz) = 0c4900ce7cc46261185bfc4fce2b47dc69a659f6c1fc8d94d770ee6a0d06d028 -SIZE (KDE/plasma/5.15.4/plasma-desktop-5.15.4.tar.xz) = 9099172 +TIMESTAMP = 1557340114 +SHA256 (KDE/plasma/5.15.5/plasma-desktop-5.15.5.tar.xz) = 42097c0b2553dd4767b6fde441db371d5e2defbd4e82389ca91d076f62ae3741 +SIZE (KDE/plasma/5.15.5/plasma-desktop-5.15.5.tar.xz) = 9285792 Modified: head/x11/plasma5-plasma-desktop/pkg-plist ============================================================================== --- head/x11/plasma5-plasma-desktop/pkg-plist Wed May 8 20:47:44 2019 (r501052) +++ head/x11/plasma5-plasma-desktop/pkg-plist Wed May 8 20:50:22 2019 (r501053) @@ -129,6 +129,10 @@ share/doc/HTML/ca/kcontrol/componentchooser/index.cach share/doc/HTML/ca/kcontrol/componentchooser/index.docbook share/doc/HTML/ca/kcontrol/cursortheme/index.cache.bz2 share/doc/HTML/ca/kcontrol/cursortheme/index.docbook +share/doc/HTML/ca/kcontrol/desktopthemedetails/edit-delete.png +share/doc/HTML/ca/kcontrol/desktopthemedetails/edit-undo.png +share/doc/HTML/ca/kcontrol/desktopthemedetails/get-new-theme.png +share/doc/HTML/ca/kcontrol/desktopthemedetails/main.png share/doc/HTML/ca/kcontrol/desktopthemedetails/index.cache.bz2 share/doc/HTML/ca/kcontrol/desktopthemedetails/index.docbook share/doc/HTML/ca/kcontrol/emoticons/emoticons.png Modified: head/x11/plasma5-plasma-integration/distinfo ============================================================================== --- head/x11/plasma5-plasma-integration/distinfo Wed May 8 20:47:44 2019 (r501052) +++ head/x11/plasma5-plasma-integration/distinfo Wed May 8 20:50:22 2019 (r501053) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554224127 -SHA256 (KDE/plasma/5.15.4/plasma-integration-5.15.4.tar.xz) = c09974edf55eb529d5a73c8a2533649986b5ce8423bdbc86d04a0be5c07aaee9 -SIZE (KDE/plasma/5.15.4/plasma-integration-5.15.4.tar.xz) = 55352 +TIMESTAMP = 1557340114 +SHA256 (KDE/plasma/5.15.5/plasma-integration-5.15.5.tar.xz) = 05920610c68981a9effb1a97395a22d281d3b61e42d55d66adf8bb587da29621 +SIZE (KDE/plasma/5.15.5/plasma-integration-5.15.5.tar.xz) = 55380 Modified: head/x11/plasma5-plasma-workspace/Makefile ============================================================================== --- head/x11/plasma5-plasma-workspace/Makefile Wed May 8 20:47:44 2019 (r501052) +++ head/x11/plasma5-plasma-workspace/Makefile Wed May 8 20:50:22 2019 (r501053) @@ -2,7 +2,6 @@ PORTNAME= plasma-workspace DISTVERSION= ${KDE_PLASMA_VERSION} -PORTREVISION= 1 CATEGORIES= x11 kde kde-plasma MAINTAINER= kde@FreeBSD.org Modified: head/x11/plasma5-plasma-workspace/distinfo ============================================================================== --- head/x11/plasma5-plasma-workspace/distinfo Wed May 8 20:47:44 2019 (r501052) +++ head/x11/plasma5-plasma-workspace/distinfo Wed May 8 20:50:22 2019 (r501053) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554224129 -SHA256 (KDE/plasma/5.15.4/plasma-workspace-5.15.4.tar.xz) = f86c2fda5b7dc2c40be1ea3c4791fef3965d2f91809700c849d30c00506753c9 -SIZE (KDE/plasma/5.15.4/plasma-workspace-5.15.4.tar.xz) = 4718764 +TIMESTAMP = 1557340116 +SHA256 (KDE/plasma/5.15.5/plasma-workspace-5.15.5.tar.xz) = c25f9b348e3ab2d370325f7da989a3f599a408dabfadda65cbb590fb26a2f973 +SIZE (KDE/plasma/5.15.5/plasma-workspace-5.15.5.tar.xz) = 4713728 From owner-svn-ports-all@freebsd.org Wed May 8 20:52:59 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A21461593750; Wed, 8 May 2019 20:52:59 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4846E8E598; Wed, 8 May 2019 20:52:59 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 22B11B25D; Wed, 8 May 2019 20:52:59 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x48Kqxxm084442; Wed, 8 May 2019 20:52:59 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x48KqwAF084441; Wed, 8 May 2019 20:52:58 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201905082052.x48KqwAF084441@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 8 May 2019 20:52:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501054 - in head/devel/fstrm: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/devel/fstrm: . files X-SVN-Commit-Revision: 501054 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4846E8E598 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.980,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 20:52:59 -0000 Author: swills Date: Wed May 8 20:52:58 2019 New Revision: 501054 URL: https://svnweb.freebsd.org/changeset/ports/501054 Log: devel/fstrm: upgrade to 0.5.0 PR: 237799 Submitted by: Leo Vandewoestijne (maintainer) Deleted: head/devel/fstrm/files/ Modified: head/devel/fstrm/Makefile (contents, props changed) head/devel/fstrm/distinfo (contents, props changed) Modified: head/devel/fstrm/Makefile ============================================================================== --- head/devel/fstrm/Makefile Wed May 8 20:50:22 2019 (r501053) +++ head/devel/fstrm/Makefile Wed May 8 20:52:58 2019 (r501054) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fstrm -PORTVERSION= 0.4.0 +PORTVERSION= 0.5.0 DISTVERSIONPREFIX= v CATEGORIES= devel Modified: head/devel/fstrm/distinfo ============================================================================== --- head/devel/fstrm/distinfo Wed May 8 20:50:22 2019 (r501053) +++ head/devel/fstrm/distinfo Wed May 8 20:52:58 2019 (r501054) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526070744 -SHA256 (farsightsec-fstrm-v0.4.0_GH0.tar.gz) = 2c84ff059d5850078d3d85927fd2e8f8a1cbe76bcf91cb125cfbbbd89ec5afc0 -SIZE (farsightsec-fstrm-v0.4.0_GH0.tar.gz) = 194789 +TIMESTAMP = 1557322029 +SHA256 (farsightsec-fstrm-v0.5.0_GH0.tar.gz) = ca762fb260176f35af639376cc65c3f13a5f63d1cca42eb5ce87caca8d57c450 +SIZE (farsightsec-fstrm-v0.5.0_GH0.tar.gz) = 134910 From owner-svn-ports-all@freebsd.org Wed May 8 20:58:46 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5F0C1593939; Wed, 8 May 2019 20:58:46 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 677728E88C; Wed, 8 May 2019 20:58:46 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 55756B274; Wed, 8 May 2019 20:58:46 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x48Kwkgl084874; Wed, 8 May 2019 20:58:46 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x48KwjU5084870; Wed, 8 May 2019 20:58:45 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201905082058.x48KwjU5084870@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 8 May 2019 20:58:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501055 - in head/net/dhcpcd: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/net/dhcpcd: . files X-SVN-Commit-Revision: 501055 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 677728E88C X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.98)[-0.980,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 20:58:47 -0000 Author: swills Date: Wed May 8 20:58:45 2019 New Revision: 501055 URL: https://svnweb.freebsd.org/changeset/ports/501055 Log: net/dhcpcd: Update to 7.2.2 PR: 237798 Submitted by: roy@marples.name (maintainer) Modified: head/net/dhcpcd/Makefile (contents, props changed) head/net/dhcpcd/distinfo (contents, props changed) head/net/dhcpcd/files/dhcpcd.in head/net/dhcpcd/pkg-plist (contents, props changed) Modified: head/net/dhcpcd/Makefile ============================================================================== --- head/net/dhcpcd/Makefile Wed May 8 20:52:58 2019 (r501054) +++ head/net/dhcpcd/Makefile Wed May 8 20:58:45 2019 (r501055) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= dhcpcd -PORTVERSION= 6.11.5 -PORTREVISION= 1 +PORTVERSION= 7.2.2 CATEGORIES= net MASTER_SITES= http://roy.marples.name/downloads/dhcpcd/ \ ftp://roy.marples.name/pub/dhcpcd/\ @@ -17,6 +16,7 @@ COMMENT= DHCP/IPv4LL/IPv6RS/DHCPv6 client LICENSE= BSD2CLAUSE USES= cpe tar:xz + CPE_VENDOR= dhcpcd_project GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${PREFIX}/share/examples @@ -24,7 +24,7 @@ USE_RC_SUBR= dhcpcd post-install: ${MV} ${STAGEDIR}${PREFIX}/etc/dhcpcd.conf \ - ${STAGEDIR}${PREFIX}/etc/dhcpcd.conf.sample + ${STAGEDIR}${PREFIX}/share/examples/dhcpcd @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/dhcpcd .include Modified: head/net/dhcpcd/distinfo ============================================================================== --- head/net/dhcpcd/distinfo Wed May 8 20:52:58 2019 (r501054) +++ head/net/dhcpcd/distinfo Wed May 8 20:58:45 2019 (r501055) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481766500 -SHA256 (dhcpcd-6.11.5.tar.xz) = 6f9674dc7e27e936cc787175404a6171618675ecfb6903ab9887b1b66a87d69e -SIZE (dhcpcd-6.11.5.tar.xz) = 198080 +TIMESTAMP = 1557061439 +SHA256 (dhcpcd-7.2.2.tar.xz) = 3db7ff18cba9274da1d2176fb3c7cbe23926a8e58d5c8e244ad55c62d38ba09e +SIZE (dhcpcd-7.2.2.tar.xz) = 213600 Modified: head/net/dhcpcd/files/dhcpcd.in ============================================================================== --- head/net/dhcpcd/files/dhcpcd.in Wed May 8 20:52:58 2019 (r501054) +++ head/net/dhcpcd/files/dhcpcd.in Wed May 8 20:58:45 2019 (r501055) @@ -1,6 +1,6 @@ #!/bin/sh -# PROVIDE: dhclient +# PROVIDE: dhclient dhcpcd # KEYWORD: nojail # @@ -19,13 +19,16 @@ if [ -n "$ifn" ]; then pidfile="/var/run/dhcpcd-$ifn.pid" else pidfile="$($command -P $rc_flags)" + : ${dhcpcd_enable:=NO} + rcvar=dhcpcd_enable + fi start_precmd="dhcpcd_precmd" dhcpcd_precmd() { # dhcpcd may need local binaries - export PATH=${PATH}:/usr/local/sbin + export PATH=${PATH}:/usr/local/sbin:/usr/local/bin } load_rc_config $name Modified: head/net/dhcpcd/pkg-plist ============================================================================== --- head/net/dhcpcd/pkg-plist Wed May 8 20:52:58 2019 (r501054) +++ head/net/dhcpcd/pkg-plist Wed May 8 20:58:45 2019 (r501055) @@ -1,4 +1,3 @@ -@sample etc/dhcpcd.conf.sample libexec/dhcpcd-hooks/01-test libexec/dhcpcd-hooks/02-dump libexec/dhcpcd-hooks/20-resolv.conf @@ -9,7 +8,9 @@ man/man5/dhcpcd.conf.5.gz man/man8/dhcpcd-run-hooks.8.gz man/man8/dhcpcd.8.gz sbin/dhcpcd -share/examples/dhcpcd/hooks/10-wpa_supplicant -share/examples/dhcpcd/hooks/15-timezone -share/examples/dhcpcd/hooks/29-lookup-hostname -share/examples/dhcpcd/hooks/50-ypbind +%%EXAMPLESDIR%%/hooks/10-wpa_supplicant +%%EXAMPLESDIR%%/hooks/15-timezone +%%EXAMPLESDIR%%/hooks/29-lookup-hostname +%%EXAMPLESDIR%%/hooks/50-ypbind +@dir /var/db/dhcpcd +@sample %%EXAMPLESDIR%%/dhcpcd.conf etc/dhcpcd.conf From owner-svn-ports-all@freebsd.org Wed May 8 21:02:41 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C4771593B09; Wed, 8 May 2019 21:02:41 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D4E2C8EC18; Wed, 8 May 2019 21:02:40 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AEAA5B412; Wed, 8 May 2019 21:02:40 +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 x48L2eI9089721; Wed, 8 May 2019 21:02:40 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x48L2e2N089719; Wed, 8 May 2019 21:02:40 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201905082102.x48L2e2N089719@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Wed, 8 May 2019 21:02:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501056 - head/devel/py-lxml X-SVN-Group: ports-head X-SVN-Commit-Author: wg X-SVN-Commit-Paths: head/devel/py-lxml X-SVN-Commit-Revision: 501056 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D4E2C8EC18 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.980,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 21:02:41 -0000 Author: wg Date: Wed May 8 21:02:40 2019 New Revision: 501056 URL: https://svnweb.freebsd.org/changeset/ports/501056 Log: devel/py-lxml: update to 4.3.3 Modified: head/devel/py-lxml/Makefile head/devel/py-lxml/distinfo Modified: head/devel/py-lxml/Makefile ============================================================================== --- head/devel/py-lxml/Makefile Wed May 8 20:58:45 2019 (r501055) +++ head/devel/py-lxml/Makefile Wed May 8 21:02:40 2019 (r501056) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lxml -PORTVERSION= 4.3.1 +PORTVERSION= 4.3.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-lxml/distinfo ============================================================================== --- head/devel/py-lxml/distinfo Wed May 8 20:58:45 2019 (r501055) +++ head/devel/py-lxml/distinfo Wed May 8 21:02:40 2019 (r501056) @@ -1,3 +1,3 @@ -TIMESTAMP = 1550367547 -SHA256 (lxml-4.3.1.tar.gz) = da5e7e941d6e71c9c9a717c93725cda0708c2474f532e3680ac5e39ec57d224d -SIZE (lxml-4.3.1.tar.gz) = 4380082 +TIMESTAMP = 1557317156 +SHA256 (lxml-4.3.3.tar.gz) = 4a03dd682f8e35a10234904e0b9508d705ff98cf962c5851ed052e9340df3d90 +SIZE (lxml-4.3.3.tar.gz) = 4378439 From owner-svn-ports-all@freebsd.org Wed May 8 21:19:37 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 012381593E86; Wed, 8 May 2019 21:19:36 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8D7868F2C7; Wed, 8 May 2019 21:19:36 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 68D9DB5B5; Wed, 8 May 2019 21:19:36 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x48LJaeH095280; Wed, 8 May 2019 21:19:36 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x48LJaGh095279; Wed, 8 May 2019 21:19:36 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201905082119.x48LJaGh095279@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Wed, 8 May 2019 21:19:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501057 - head/x11/xsel-conrad X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/x11/xsel-conrad X-SVN-Commit-Revision: 501057 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8D7868F2C7 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.980,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 21:19:37 -0000 Author: tobik Date: Wed May 8 21:19:35 2019 New Revision: 501057 URL: https://svnweb.freebsd.org/changeset/ports/501057 Log: x11/xsel-conrad: Remove mention of x11/xsel from pkg-descr after r500797 Modified: head/x11/xsel-conrad/pkg-descr Modified: head/x11/xsel-conrad/pkg-descr ============================================================================== --- head/x11/xsel-conrad/pkg-descr Wed May 8 21:02:40 2019 (r501056) +++ head/x11/xsel-conrad/pkg-descr Wed May 8 21:19:35 2019 (r501057) @@ -2,7 +2,4 @@ XSel is a command-line program for getting and setting the X selection. Normally this is only accessible by manually highlighting information and pasting it with the middle mouse button. -This port is similar to x11/xsel, but with different CLI syntax and -a bit more functionality. It is a lot more popular, too. - WWW: http://www.vergenet.net/~conrad/software/xsel/ From owner-svn-ports-all@freebsd.org Wed May 8 21:40:47 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E693E15944A0; Wed, 8 May 2019 21:40:46 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8D9178FC40; Wed, 8 May 2019 21:40:46 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 660C8B946; Wed, 8 May 2019 21:40:46 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x48LekL1006131; Wed, 8 May 2019 21:40:46 GMT (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x48LekAj006129; Wed, 8 May 2019 21:40:46 GMT (envelope-from glebius@FreeBSD.org) Message-Id: <201905082140.x48LekAj006129@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: glebius set sender to glebius@FreeBSD.org using -f From: Gleb Smirnoff Date: Wed, 8 May 2019 21:40:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501058 - head/net/minidlna X-SVN-Group: ports-head X-SVN-Commit-Author: glebius X-SVN-Commit-Paths: head/net/minidlna X-SVN-Commit-Revision: 501058 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8D9178FC40 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.980,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 08 May 2019 21:40:47 -0000 Author: glebius (src committer) Date: Wed May 8 21:40:45 2019 New Revision: 501058 URL: https://svnweb.freebsd.org/changeset/ports/501058 Log: This update fixes bug when minidlna stops sending periodic SSDP notifies. PR: 237508 Modified: head/net/minidlna/Makefile head/net/minidlna/distinfo Modified: head/net/minidlna/Makefile ============================================================================== --- head/net/minidlna/Makefile Wed May 8 21:19:35 2019 (r501057) +++ head/net/minidlna/Makefile Wed May 8 21:40:45 2019 (r501058) @@ -3,7 +3,7 @@ PORTNAME= minidlna PORTVERSION= 1.2.1 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= net multimedia www @@ -27,7 +27,7 @@ USES= autoreconf gettext-tools iconv jpeg localbase USE_GITHUB= yes GH_ACCOUNT= glebius -GH_TAGNAME= 4357325 +GH_TAGNAME= f06964a PKGMESSAGE= ${WRKSRC}/pkg-message SUB_FILES+= pkg-message Modified: head/net/minidlna/distinfo ============================================================================== --- head/net/minidlna/distinfo Wed May 8 21:19:35 2019 (r501057) +++ head/net/minidlna/distinfo Wed May 8 21:40:45 2019 (r501058) @@ -1,3 +1,3 @@ -TIMESTAMP = 1546919885 -SHA256 (glebius-minidlna-1.2.1-4357325_GH0.tar.gz) = 5e2984f2690c74e673271da01b2ae62ebc9d6d9e4453dc7d28696023807f0825 -SIZE (glebius-minidlna-1.2.1-4357325_GH0.tar.gz) = 296354 +TIMESTAMP = 1557351450 +SHA256 (glebius-minidlna-1.2.1-f06964a_GH0.tar.gz) = e706fb5d23ddd9cf3dad69652114d924f08f1c59621e6df9dedff4fd9d737f9d +SIZE (glebius-minidlna-1.2.1-f06964a_GH0.tar.gz) = 296222 From owner-svn-ports-all@freebsd.org Thu May 9 00:24:49 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7341B1597837; Thu, 9 May 2019 00:24:49 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 105216E229; Thu, 9 May 2019 00:24:49 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EAD71D767; Thu, 9 May 2019 00:24: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 x490OmKc093706; Thu, 9 May 2019 00:24:48 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x490OmJa093704; Thu, 9 May 2019 00:24:48 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905090024.x490OmJa093704@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 9 May 2019 00:24:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501059 - head/devel/git-cinnabar X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/devel/git-cinnabar X-SVN-Commit-Revision: 501059 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 105216E229 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.961,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 00:24:49 -0000 Author: jbeich Date: Thu May 9 00:24:48 2019 New Revision: 501059 URL: https://svnweb.freebsd.org/changeset/ports/501059 Log: devel/git-cinnabar: update to 0.5.1 Changes: https://github.com/glandium/git-cinnabar/compare/6a6b82b...0.5.1 Modified: head/devel/git-cinnabar/Makefile (contents, props changed) head/devel/git-cinnabar/distinfo (contents, props changed) Modified: head/devel/git-cinnabar/Makefile ============================================================================== --- head/devel/git-cinnabar/Makefile Wed May 8 21:40:45 2019 (r501058) +++ head/devel/git-cinnabar/Makefile Thu May 9 00:24:48 2019 (r501059) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= git-cinnabar -DISTVERSION= 0.5.0-200 -DISTVERSIONSUFFIX= -g6a6b82b +DISTVERSION= 0.5.1 CATEGORIES= devel MAINTAINER= jbeich@FreeBSD.org Modified: head/devel/git-cinnabar/distinfo ============================================================================== --- head/devel/git-cinnabar/distinfo Wed May 8 21:40:45 2019 (r501058) +++ head/devel/git-cinnabar/distinfo Thu May 9 00:24:48 2019 (r501059) @@ -1,3 +1,3 @@ -TIMESTAMP = 1557181540 -SHA256 (glandium-git-cinnabar-0.5.0-200-g6a6b82b_GH0.tar.gz) = 87a5339bb1ff95ae1a58f149e4e4b72d440881151f18e11271ff5f017929080e -SIZE (glandium-git-cinnabar-0.5.0-200-g6a6b82b_GH0.tar.gz) = 160413 +TIMESTAMP = 1557351397 +SHA256 (glandium-git-cinnabar-0.5.1_GH0.tar.gz) = f2ade7c0b5d362eb4b9e51ca4faa7a8a200f08a62a7104c0d61cab1f6ea18b09 +SIZE (glandium-git-cinnabar-0.5.1_GH0.tar.gz) = 160417 From owner-svn-ports-all@freebsd.org Thu May 9 00:30:06 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 008E11597975; Thu, 9 May 2019 00:30:06 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9993B6E461; Thu, 9 May 2019 00:30:05 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 71D87D76C; Thu, 9 May 2019 00:30:05 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x490U51L094060; Thu, 9 May 2019 00:30:05 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x490U5Si094058; Thu, 9 May 2019 00:30:05 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905090030.x490U5Si094058@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 9 May 2019 00:30:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501060 - branches/2019Q2/devel/git-cinnabar X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2019Q2/devel/git-cinnabar X-SVN-Commit-Revision: 501060 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9993B6E461 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.961,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 00:30:06 -0000 Author: jbeich Date: Thu May 9 00:30:04 2019 New Revision: 501060 URL: https://svnweb.freebsd.org/changeset/ports/501060 Log: MFH: r497777 r498215 r498433 r498620 r498778 r498828 r499416 r499701 r500618 r500761 r500838 r500939 r501059 devel/git-cinnabar: update to 0.5.1 Changes: https://github.com/glandium/git-cinnabar/compare/ddd4e3b...0.5.1 Approved by: ports-secteam (miwi) Modified: branches/2019Q2/devel/git-cinnabar/Makefile branches/2019Q2/devel/git-cinnabar/distinfo Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/devel/git-cinnabar/Makefile ============================================================================== --- branches/2019Q2/devel/git-cinnabar/Makefile Thu May 9 00:24:48 2019 (r501059) +++ branches/2019Q2/devel/git-cinnabar/Makefile Thu May 9 00:30:04 2019 (r501060) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= git-cinnabar -DISTVERSION= 0.5.0-110 -DISTVERSIONSUFFIX= -gddd4e3b +DISTVERSION= 0.5.1 CATEGORIES= devel MAINTAINER= jbeich@FreeBSD.org Modified: branches/2019Q2/devel/git-cinnabar/distinfo ============================================================================== --- branches/2019Q2/devel/git-cinnabar/distinfo Thu May 9 00:24:48 2019 (r501059) +++ branches/2019Q2/devel/git-cinnabar/distinfo Thu May 9 00:30:04 2019 (r501060) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554030846 -SHA256 (glandium-git-cinnabar-0.5.0-110-gddd4e3b_GH0.tar.gz) = 2f571ba9f0b04229cc44ee947a0fb47bc145b00beb026d04c57d644d593657b9 -SIZE (glandium-git-cinnabar-0.5.0-110-gddd4e3b_GH0.tar.gz) = 152716 +TIMESTAMP = 1557351397 +SHA256 (glandium-git-cinnabar-0.5.1_GH0.tar.gz) = f2ade7c0b5d362eb4b9e51ca4faa7a8a200f08a62a7104c0d61cab1f6ea18b09 +SIZE (glandium-git-cinnabar-0.5.1_GH0.tar.gz) = 160417 From owner-svn-ports-all@freebsd.org Thu May 9 00:51:49 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A751159815C; Thu, 9 May 2019 00:51:49 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3B18F6EF19; Thu, 9 May 2019 00:51:49 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 30504DC1C; Thu, 9 May 2019 00:51:49 +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 x490pnNK008459; Thu, 9 May 2019 00:51:49 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x490pmIf008458; Thu, 9 May 2019 00:51:48 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905090051.x490pmIf008458@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 9 May 2019 00:51:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501061 - head/emulators/citra X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/emulators/citra X-SVN-Commit-Revision: 501061 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3B18F6EF19 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.957,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 00:51:50 -0000 Author: jbeich Date: Thu May 9 00:51:48 2019 New Revision: 501061 URL: https://svnweb.freebsd.org/changeset/ports/501061 Log: emulators/citra: update to s20190507 Changes: https://github.com/citra-emu/citra/compare/2c5816978...46b015bef Modified: head/emulators/citra/Makefile (contents, props changed) head/emulators/citra/distinfo (contents, props changed) Modified: head/emulators/citra/Makefile ============================================================================== --- head/emulators/citra/Makefile Thu May 9 00:30:04 2019 (r501060) +++ head/emulators/citra/Makefile Thu May 9 00:51:48 2019 (r501061) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= citra -PORTVERSION= s20190503 +PORTVERSION= s20190507 PORTREVISION?= 0 CATEGORIES= emulators @@ -23,7 +23,7 @@ BUILD_DEPENDS= boost-libs>=1.66:devel/boost-libs USE_GITHUB= yes GH_ACCOUNT= citra-emu -GH_TAGNAME= 2c5816978 +GH_TAGNAME= 46b015bef GH_TUPLE= citra-emu:ext-libressl-portable:7d01cb0:libressl/externals/libressl \ citra-emu:ext-soundtouch:060181e:soundtouch/externals/soundtouch \ MerryMage:dynarmic:r1-992-g4e6848d1:dynarmic/externals/dynarmic \ Modified: head/emulators/citra/distinfo ============================================================================== --- head/emulators/citra/distinfo Thu May 9 00:30:04 2019 (r501060) +++ head/emulators/citra/distinfo Thu May 9 00:51:48 2019 (r501061) @@ -1,6 +1,6 @@ -TIMESTAMP = 1556896351 -SHA256 (citra-emu-citra-s20190503-2c5816978_GH0.tar.gz) = ebc6a2b8d70ca81e62dac540c33f7be1ed2dfe4bb9d36f44fd3c61fb3b8aac47 -SIZE (citra-emu-citra-s20190503-2c5816978_GH0.tar.gz) = 5044175 +TIMESTAMP = 1557236118 +SHA256 (citra-emu-citra-s20190507-46b015bef_GH0.tar.gz) = b06ca44931348ee0badf6c56149d7d06feba9bf014dc36ee5ec5fd639c11aebc +SIZE (citra-emu-citra-s20190507-46b015bef_GH0.tar.gz) = 5043955 SHA256 (citra-emu-ext-libressl-portable-7d01cb0_GH0.tar.gz) = f3fc8c9d4991b05ca1e1c8f5907ecd3ffd9724a8dccf328087b4784cda5c7db3 SIZE (citra-emu-ext-libressl-portable-7d01cb0_GH0.tar.gz) = 1762942 SHA256 (citra-emu-ext-soundtouch-060181e_GH0.tar.gz) = a593ab188e4feaeef8376c27b554cc413986efc777c195e44c6d3d223de9a63c From owner-svn-ports-all@freebsd.org Thu May 9 00:52:05 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5E661598186; Thu, 9 May 2019 00:52:04 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6B0E26F01D; Thu, 9 May 2019 00:52: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 43818DC31; Thu, 9 May 2019 00:52:04 +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 x490q4sI009317; Thu, 9 May 2019 00:52:04 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x490q3qh009315; Thu, 9 May 2019 00:52:03 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905090052.x490q3qh009315@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 9 May 2019 00:52:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501062 - head/emulators/rpcs3 X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/emulators/rpcs3 X-SVN-Commit-Revision: 501062 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6B0E26F01D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.957,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 00:52:05 -0000 Author: jbeich Date: Thu May 9 00:52:03 2019 New Revision: 501062 URL: https://svnweb.freebsd.org/changeset/ports/501062 Log: emulators/rpcs3: update to 0.0.6.8085 Changes: https://github.com/RPCS3/rpcs3/compare/514159072...7ead021aa Modified: head/emulators/rpcs3/Makefile (contents, props changed) head/emulators/rpcs3/distinfo (contents, props changed) Modified: head/emulators/rpcs3/Makefile ============================================================================== --- head/emulators/rpcs3/Makefile Thu May 9 00:51:48 2019 (r501061) +++ head/emulators/rpcs3/Makefile Thu May 9 00:52:03 2019 (r501062) @@ -2,8 +2,8 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v -DISTVERSION= 0.0.6-8079 # git rev-list --count HEAD -DISTVERSIONSUFFIX= -g514159072 +DISTVERSION= 0.0.6-8085 # git rev-list --count HEAD +DISTVERSIONSUFFIX= -g7ead021aa CATEGORIES= emulators PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ Modified: head/emulators/rpcs3/distinfo ============================================================================== --- head/emulators/rpcs3/distinfo Thu May 9 00:51:48 2019 (r501061) +++ head/emulators/rpcs3/distinfo Thu May 9 00:52:03 2019 (r501062) @@ -1,6 +1,6 @@ -TIMESTAMP = 1557172840 -SHA256 (RPCS3-rpcs3-v0.0.6-8079-g514159072_GH0.tar.gz) = f7971e95722cea7c000eb97295e97173c86e5f2fc177877f8964bc39517f30c4 -SIZE (RPCS3-rpcs3-v0.0.6-8079-g514159072_GH0.tar.gz) = 5302023 +TIMESTAMP = 1557348519 +SHA256 (RPCS3-rpcs3-v0.0.6-8085-g7ead021aa_GH0.tar.gz) = 1d46212a9c16f4a4e9aa3c5fb382c4de76cc3a6590089ffcd827010ff39f4686 +SIZE (RPCS3-rpcs3-v0.0.6-8085-g7ead021aa_GH0.tar.gz) = 5301580 SHA256 (RPCS3-hidapi-hidapi-0.8.0-rc1-27-g9220f5e_GH0.tar.gz) = 3120e0b701943f452760e45f9fc1ac50bab356ad4c807b4cac4598041c5ca1a5 SIZE (RPCS3-hidapi-hidapi-0.8.0-rc1-27-g9220f5e_GH0.tar.gz) = 105400 SHA256 (RPCS3-llvm-b860b5e8f4ee_GH0.tar.gz) = c151972a0c8ceac568c24b61e63d2ecbdac0f125185e23fc2238e0a14048256e From owner-svn-ports-all@freebsd.org Thu May 9 00:52:14 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49A9715981AF; Thu, 9 May 2019 00:52:14 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E02306F0F6; Thu, 9 May 2019 00:52:13 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8D1C5DC3B; Thu, 9 May 2019 00:52:12 +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 x490qCD7009443; Thu, 9 May 2019 00:52:12 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x490qCgm009442; Thu, 9 May 2019 00:52:12 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905090052.x490qCgm009442@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 9 May 2019 00:52:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501063 - head/multimedia/aom X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/multimedia/aom X-SVN-Commit-Revision: 501063 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E02306F0F6 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.957,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 00:52:14 -0000 Author: jbeich Date: Thu May 9 00:52:11 2019 New Revision: 501063 URL: https://svnweb.freebsd.org/changeset/ports/501063 Log: multimedia/aom: update to 1.0.0.1740 Changes: https://aomedia.googlesource.com/aom/+log/684868923..bb8d6e812 Modified: head/multimedia/aom/Makefile (contents, props changed) head/multimedia/aom/distinfo (contents, props changed) Modified: head/multimedia/aom/Makefile ============================================================================== --- head/multimedia/aom/Makefile Thu May 9 00:52:03 2019 (r501062) +++ head/multimedia/aom/Makefile Thu May 9 00:52:11 2019 (r501063) @@ -2,8 +2,8 @@ PORTNAME= aom DISTVERSIONPREFIX= v -DISTVERSION= 1.0.0-1726 -DISTVERSIONSUFFIX= -g684868923 +DISTVERSION= 1.0.0-1740 +DISTVERSIONSUFFIX= -gbb8d6e812 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org Modified: head/multimedia/aom/distinfo ============================================================================== --- head/multimedia/aom/distinfo Thu May 9 00:52:03 2019 (r501062) +++ head/multimedia/aom/distinfo Thu May 9 00:52:11 2019 (r501063) @@ -1,3 +1,3 @@ -TIMESTAMP = 1557186427 -SHA256 (jbeich-aom-v1.0.0-1726-g684868923_GH0.tar.gz) = 11b4499cbf1a44108b1526c608adac9319bda06ba14983a446697ae144944e6e -SIZE (jbeich-aom-v1.0.0-1726-g684868923_GH0.tar.gz) = 3270172 +TIMESTAMP = 1557356063 +SHA256 (jbeich-aom-v1.0.0-1740-gbb8d6e812_GH0.tar.gz) = 620100ee5708ae68315ecec8cd78c558c1c4cddf641ce0b8fcb44fbd8b580312 +SIZE (jbeich-aom-v1.0.0-1740-gbb8d6e812_GH0.tar.gz) = 3270642 From owner-svn-ports-all@freebsd.org Thu May 9 00:52:24 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A5B915981DB; Thu, 9 May 2019 00:52:24 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E3EEB6F1E1; Thu, 9 May 2019 00:52:23 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 12B67DC48; Thu, 9 May 2019 00:52: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 x490qKUD009566; Thu, 9 May 2019 00:52:20 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x490qK65009564; Thu, 9 May 2019 00:52:20 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905090052.x490qK65009564@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 9 May 2019 00:52:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501064 - in head/multimedia/ffmpeg: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/multimedia/ffmpeg: . files X-SVN-Commit-Revision: 501064 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E3EEB6F1E1 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.959,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 00:52:24 -0000 Author: jbeich Date: Thu May 9 00:52:20 2019 New Revision: 501064 URL: https://svnweb.freebsd.org/changeset/ports/501064 Log: multimedia/ffmpeg: backport AOM warning fix [libaom-av1 encoder @ 0x807b0d1c0] Value -1.000000 for parameter 'enable-intrabc' out of range [0 - 1] Modified: head/multimedia/ffmpeg/Makefile (contents, props changed) head/multimedia/ffmpeg/files/patch-aom (contents, props changed) Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Thu May 9 00:52:11 2019 (r501063) +++ head/multimedia/ffmpeg/Makefile Thu May 9 00:52:20 2019 (r501064) @@ -3,7 +3,7 @@ PORTNAME= ffmpeg PORTVERSION= 4.1.3 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= https://ffmpeg.org/releases/ Modified: head/multimedia/ffmpeg/files/patch-aom ============================================================================== --- head/multimedia/ffmpeg/files/patch-aom Thu May 9 00:52:11 2019 (r501063) +++ head/multimedia/ffmpeg/files/patch-aom Thu May 9 00:52:20 2019 (r501064) @@ -5,6 +5,8 @@ https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/2d https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/e3991a5a45 https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/995889abbf https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/0856c5da07 +https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/0e1ea034d8 +https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/1e8475b507 --- doc/encoders.texi.orig 2018-11-05 23:22:25 UTC +++ doc/encoders.texi @@ -297,6 +299,15 @@ https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/08 // provide dummy value to initialize wrapper, values will be updated each _encode() aom_img_wrap(&ctx->rawimg, img_fmt, avctx->width, avctx->height, 1, (unsigned char*)1); +@@ -727,7 +808,7 @@ static int storeframe(AVCodecContext *avctx, struct FrameListData *cx_frame, + AVPacket *pkt) + { + AOMContext *ctx = avctx->priv_data; +- int pict_type; ++ int av_unused pict_type; + int ret = ff_alloc_packet2(avctx, pkt, cx_frame->sz, 0); + if (ret < 0) { + av_log(avctx, AV_LOG_ERROR, @@ -975,19 +1056,37 @@ static const AVOption options[] = { "frames (2-pass only)", OFFSET(auto_alt_ref), AV_OPT_TYPE_INT, {.i64 = -1}, -1, 2, VE}, { "lag-in-frames", "Number of frames to look ahead at for " @@ -328,7 +339,7 @@ https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/08 + { "row-mt", "Enable row based multi-threading", OFFSET(row_mt), AV_OPT_TYPE_BOOL, {.i64 = -1}, -1, 1, VE}, + { "enable-cdef", "Enable CDEF filtering", OFFSET(enable_cdef), AV_OPT_TYPE_BOOL, {.i64 = -1}, -1, 1, VE}, + { "enable-global-motion", "Enable global motion", OFFSET(enable_global_motion), AV_OPT_TYPE_BOOL, {.i64 = -1}, -1, 1, VE}, -+ { "enable-intrabc", "Enable intra block copy prediction mode", OFFSET(enable_intrabc), AV_OPT_TYPE_BOOL, {.i64 = -1}, 0, 1, VE}, ++ { "enable-intrabc", "Enable intra block copy prediction mode", OFFSET(enable_intrabc), AV_OPT_TYPE_BOOL, {.i64 = -1}, -1, 1, VE}, + { NULL }, }; From owner-svn-ports-all@freebsd.org Thu May 9 00:52:30 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB1591598208; Thu, 9 May 2019 00:52:29 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 90B806F202; Thu, 9 May 2019 00:52: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6CDB9DC51; Thu, 9 May 2019 00:52: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 x490qTUr009689; Thu, 9 May 2019 00:52:29 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x490qTge009687; Thu, 9 May 2019 00:52:29 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905090052.x490qTge009687@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 9 May 2019 00:52:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501065 - head/lang/rust-nightly X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/lang/rust-nightly X-SVN-Commit-Revision: 501065 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 90B806F202 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.957,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 00:52:30 -0000 Author: jbeich Date: Thu May 9 00:52:28 2019 New Revision: 501065 URL: https://svnweb.freebsd.org/changeset/ports/501065 Log: lang/rust-nightly: update to 1.36.0.20190509 Changes: https://github.com/rust-lang/rust/compare/a19cf18c7dbb...3f5152e200c0 Modified: head/lang/rust-nightly/Makefile (contents, props changed) head/lang/rust-nightly/distinfo (contents, props changed) Modified: head/lang/rust-nightly/Makefile ============================================================================== --- head/lang/rust-nightly/Makefile Thu May 9 00:52:20 2019 (r501064) +++ head/lang/rust-nightly/Makefile Thu May 9 00:52:28 2019 (r501065) @@ -14,7 +14,7 @@ CONFLICTS_INSTALL= rust # Which source to pull: # https://static.rust-lang.org/dist/${NIGHTLY_DATE}/rustc-nightly-src.tar.gz # https://static.rust-lang.org/dist/channel-rust-nightly.toml -NIGHTLY_DATE= 2019-05-07 +NIGHTLY_DATE= 2019-05-09 NIGHTLY_SUBDIR= ${NIGHTLY_DATE}/ # See WRKSRC/src/stage0.txt for this date Modified: head/lang/rust-nightly/distinfo ============================================================================== --- head/lang/rust-nightly/distinfo Thu May 9 00:52:20 2019 (r501064) +++ head/lang/rust-nightly/distinfo Thu May 9 00:52:28 2019 (r501065) @@ -1,6 +1,6 @@ -TIMESTAMP = 1557166816 -SHA256 (rust/2019-05-07/rustc-nightly-src.tar.xz) = 7388052c58318fc17eaf867dc079f48ca43fcb7a08a2ca71d406c176b13b03df -SIZE (rust/2019-05-07/rustc-nightly-src.tar.xz) = 98485396 +TIMESTAMP = 1557346256 +SHA256 (rust/2019-05-09/rustc-nightly-src.tar.xz) = 02aae9ebb3cad4c1fc4df1c60501c5968bf94ad21280b4fb4d617bef9b1aab47 +SIZE (rust/2019-05-09/rustc-nightly-src.tar.xz) = 98500744 SHA256 (rust/2019-04-11/rustc-beta-x86_64-unknown-freebsd.tar.gz) = 711f4537f4f92dd1a42035411d8e002cdd5d30f4e29e702014656cc79ddc0f0c SIZE (rust/2019-04-11/rustc-beta-x86_64-unknown-freebsd.tar.gz) = 73817509 SHA256 (rust/2019-04-11/rust-std-beta-x86_64-unknown-freebsd.tar.gz) = 005f878c85250a1c0cb8c3ba43c42bfc509177c5c61bbe81f62d35c99f1478d3 From owner-svn-ports-all@freebsd.org Thu May 9 00:53:15 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 685A3159827A; Thu, 9 May 2019 00:53:15 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0D6AE6F3E1; Thu, 9 May 2019 00:53: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D8731DC59; Thu, 9 May 2019 00:53:14 +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 x490rEol009844; Thu, 9 May 2019 00:53:14 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x490rECV009842; Thu, 9 May 2019 00:53:14 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905090053.x490rECV009842@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 9 May 2019 00:53:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501066 - branches/2019Q2/emulators/citra X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2019Q2/emulators/citra X-SVN-Commit-Revision: 501066 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0D6AE6F3E1 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.957,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 00:53:15 -0000 Author: jbeich Date: Thu May 9 00:53:14 2019 New Revision: 501066 URL: https://svnweb.freebsd.org/changeset/ports/501066 Log: MFH: r501061 emulators/citra: update to s20190507 Changes: https://github.com/citra-emu/citra/compare/2c5816978...46b015bef Approved by: ports-secteam (swills, implicit for snapshots) Modified: branches/2019Q2/emulators/citra/Makefile branches/2019Q2/emulators/citra/distinfo Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/emulators/citra/Makefile ============================================================================== --- branches/2019Q2/emulators/citra/Makefile Thu May 9 00:52:28 2019 (r501065) +++ branches/2019Q2/emulators/citra/Makefile Thu May 9 00:53:14 2019 (r501066) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= citra -PORTVERSION= s20190503 +PORTVERSION= s20190507 PORTREVISION?= 0 CATEGORIES= emulators @@ -23,7 +23,7 @@ BUILD_DEPENDS= boost-libs>=1.66:devel/boost-libs USE_GITHUB= yes GH_ACCOUNT= citra-emu -GH_TAGNAME= 2c5816978 +GH_TAGNAME= 46b015bef GH_TUPLE= citra-emu:ext-libressl-portable:7d01cb0:libressl/externals/libressl \ citra-emu:ext-soundtouch:060181e:soundtouch/externals/soundtouch \ MerryMage:dynarmic:r1-992-g4e6848d1:dynarmic/externals/dynarmic \ Modified: branches/2019Q2/emulators/citra/distinfo ============================================================================== --- branches/2019Q2/emulators/citra/distinfo Thu May 9 00:52:28 2019 (r501065) +++ branches/2019Q2/emulators/citra/distinfo Thu May 9 00:53:14 2019 (r501066) @@ -1,6 +1,6 @@ -TIMESTAMP = 1556896351 -SHA256 (citra-emu-citra-s20190503-2c5816978_GH0.tar.gz) = ebc6a2b8d70ca81e62dac540c33f7be1ed2dfe4bb9d36f44fd3c61fb3b8aac47 -SIZE (citra-emu-citra-s20190503-2c5816978_GH0.tar.gz) = 5044175 +TIMESTAMP = 1557236118 +SHA256 (citra-emu-citra-s20190507-46b015bef_GH0.tar.gz) = b06ca44931348ee0badf6c56149d7d06feba9bf014dc36ee5ec5fd639c11aebc +SIZE (citra-emu-citra-s20190507-46b015bef_GH0.tar.gz) = 5043955 SHA256 (citra-emu-ext-libressl-portable-7d01cb0_GH0.tar.gz) = f3fc8c9d4991b05ca1e1c8f5907ecd3ffd9724a8dccf328087b4784cda5c7db3 SIZE (citra-emu-ext-libressl-portable-7d01cb0_GH0.tar.gz) = 1762942 SHA256 (citra-emu-ext-soundtouch-060181e_GH0.tar.gz) = a593ab188e4feaeef8376c27b554cc413986efc777c195e44c6d3d223de9a63c From owner-svn-ports-all@freebsd.org Thu May 9 00:54:19 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4FC4215982D3; Thu, 9 May 2019 00:54:19 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EBC2F6F4C5; Thu, 9 May 2019 00:54: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B8528DC5A; Thu, 9 May 2019 00:54: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 x490sIk3010011; Thu, 9 May 2019 00:54:18 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x490sIxS010009; Thu, 9 May 2019 00:54:18 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905090054.x490sIxS010009@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 9 May 2019 00:54:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501067 - in branches/2019Q2/multimedia/ffmpeg: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2019Q2/multimedia/ffmpeg: . files X-SVN-Commit-Revision: 501067 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: EBC2F6F4C5 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.959,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 00:54:19 -0000 Author: jbeich Date: Thu May 9 00:54:18 2019 New Revision: 501067 URL: https://svnweb.freebsd.org/changeset/ports/501067 Log: MFH: r501064 multimedia/ffmpeg: backport AOM warning fix [libaom-av1 encoder @ 0x807b0d1c0] Value -1.000000 for parameter 'enable-intrabc' out of range [0 - 1] Approved by: ports-secteam blanket Modified: branches/2019Q2/multimedia/ffmpeg/Makefile branches/2019Q2/multimedia/ffmpeg/files/patch-aom Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/multimedia/ffmpeg/Makefile ============================================================================== --- branches/2019Q2/multimedia/ffmpeg/Makefile Thu May 9 00:53:14 2019 (r501066) +++ branches/2019Q2/multimedia/ffmpeg/Makefile Thu May 9 00:54:18 2019 (r501067) @@ -3,6 +3,7 @@ PORTNAME= ffmpeg PORTVERSION= 4.1.3 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= https://ffmpeg.org/releases/ Modified: branches/2019Q2/multimedia/ffmpeg/files/patch-aom ============================================================================== --- branches/2019Q2/multimedia/ffmpeg/files/patch-aom Thu May 9 00:53:14 2019 (r501066) +++ branches/2019Q2/multimedia/ffmpeg/files/patch-aom Thu May 9 00:54:18 2019 (r501067) @@ -5,6 +5,8 @@ https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/2d https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/e3991a5a45 https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/995889abbf https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/0856c5da07 +https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/0e1ea034d8 +https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/1e8475b507 --- doc/encoders.texi.orig 2018-11-05 23:22:25 UTC +++ doc/encoders.texi @@ -297,6 +299,15 @@ https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/08 // provide dummy value to initialize wrapper, values will be updated each _encode() aom_img_wrap(&ctx->rawimg, img_fmt, avctx->width, avctx->height, 1, (unsigned char*)1); +@@ -727,7 +808,7 @@ static int storeframe(AVCodecContext *avctx, struct FrameListData *cx_frame, + AVPacket *pkt) + { + AOMContext *ctx = avctx->priv_data; +- int pict_type; ++ int av_unused pict_type; + int ret = ff_alloc_packet2(avctx, pkt, cx_frame->sz, 0); + if (ret < 0) { + av_log(avctx, AV_LOG_ERROR, @@ -975,19 +1056,37 @@ static const AVOption options[] = { "frames (2-pass only)", OFFSET(auto_alt_ref), AV_OPT_TYPE_INT, {.i64 = -1}, -1, 2, VE}, { "lag-in-frames", "Number of frames to look ahead at for " @@ -328,7 +339,7 @@ https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/08 + { "row-mt", "Enable row based multi-threading", OFFSET(row_mt), AV_OPT_TYPE_BOOL, {.i64 = -1}, -1, 1, VE}, + { "enable-cdef", "Enable CDEF filtering", OFFSET(enable_cdef), AV_OPT_TYPE_BOOL, {.i64 = -1}, -1, 1, VE}, + { "enable-global-motion", "Enable global motion", OFFSET(enable_global_motion), AV_OPT_TYPE_BOOL, {.i64 = -1}, -1, 1, VE}, -+ { "enable-intrabc", "Enable intra block copy prediction mode", OFFSET(enable_intrabc), AV_OPT_TYPE_BOOL, {.i64 = -1}, 0, 1, VE}, ++ { "enable-intrabc", "Enable intra block copy prediction mode", OFFSET(enable_intrabc), AV_OPT_TYPE_BOOL, {.i64 = -1}, -1, 1, VE}, + { NULL }, }; From owner-svn-ports-all@freebsd.org Thu May 9 01:28:41 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C81471598C1F; Thu, 9 May 2019 01:28:40 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6CAEB702C5; Thu, 9 May 2019 01:28:40 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2ED3AE15D; Thu, 9 May 2019 01:28:40 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x491SepE026180; Thu, 9 May 2019 01:28:40 GMT (envelope-from meta@FreeBSD.org) Received: (from meta@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x491Scs7026170; Thu, 9 May 2019 01:28:38 GMT (envelope-from meta@FreeBSD.org) Message-Id: <201905090128.x491Scs7026170@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: meta set sender to meta@FreeBSD.org using -f From: Koichiro Iwao Date: Thu, 9 May 2019 01:28:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501068 - in head: Mk lang/ruby26 lang/ruby26/files X-SVN-Group: ports-head X-SVN-Commit-Author: meta X-SVN-Commit-Paths: in head: Mk lang/ruby26 lang/ruby26/files X-SVN-Commit-Revision: 501068 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6CAEB702C5 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 01:28:41 -0000 Author: meta Date: Thu May 9 01:28:38 2019 New Revision: 501068 URL: https://svnweb.freebsd.org/changeset/ports/501068 Log: Add ruby26 2.6.3 (copied from ruby25) PR: 234509 235826 Submitted by: pete@nomadlogic.org (initial revision) Yasuhiro KIMURA (initial revision) meta (myself, minor modifications) Relnotes:: https://www.ruby-lang.org/en/news/2018/12/25/ruby-2-6-0-released/ https://www.ruby-lang.org/en/news/2019/01/30/ruby-2-6-1-released/ https://www.ruby-lang.org/en/news/2019/03/13/ruby-2-6-2-released/ https://www.ruby-lang.org/en/news/2019/04/17/ruby-2-6-3-released/ Differential Revision: https://reviews.freebsd.org/D19961 Added: head/lang/ruby26/ - copied from r499319, head/lang/ruby25/ Modified: head/Mk/bsd.default-versions.mk head/Mk/bsd.ruby.mk head/lang/ruby26/Makefile head/lang/ruby26/distinfo head/lang/ruby26/files/patch-configure.ac head/lang/ruby26/files/patch-tool_rbinstall.rb head/lang/ruby26/pkg-message head/lang/ruby26/pkg-plist Modified: head/Mk/bsd.default-versions.mk ============================================================================== --- head/Mk/bsd.default-versions.mk Thu May 9 00:54:18 2019 (r501067) +++ head/Mk/bsd.default-versions.mk Thu May 9 01:28:38 2019 (r501068) @@ -87,7 +87,7 @@ PYTHON_DEFAULT?= 3.6 PYTHON2_DEFAULT?= 2.7 # Possible values: 3.5, 3.6, 3.7 PYTHON3_DEFAULT?= 3.6 -# Possible values: 2.4, 2.5 +# Possible values: 2.4, 2.5, 2.6 RUBY_DEFAULT?= 2.5 # Possible values: rust, rust-nightly RUST_DEFAULT?= rust Modified: head/Mk/bsd.ruby.mk ============================================================================== --- head/Mk/bsd.ruby.mk Thu May 9 00:54:18 2019 (r501067) +++ head/Mk/bsd.ruby.mk Thu May 9 01:28:38 2019 (r501068) @@ -170,13 +170,23 @@ RUBY_PORTEPOCH= 1 RUBY_PATCHLEVEL= 0 RUBY25= "" # PLIST_SUB helpers +. elif ${RUBY_VER} == 2.6 +# +# Ruby 2.6 +# +RUBY_RELVERSION= 2.6.3 +RUBY_PORTREVISION= 0 +RUBY_PORTEPOCH= 1 +RUBY_PATCHLEVEL= 0 +RUBY26= "" # PLIST_SUB helpers + # When adding a version, please keep the comment in # Mk/bsd.default-versions.mk in sync. . else # # Other versions # -IGNORE= Only ruby 2.4 and 2.5 are supported +IGNORE= Only ruby 2.4, 2.5 and 2.6 are supported _INVALID_RUBY_VER= 1 . endif .endif # defined(RUBY_VER) @@ -185,6 +195,7 @@ _INVALID_RUBY_VER= 1 RUBY24?= "@comment " RUBY25?= "@comment " +RUBY26?= "@comment " .if defined(BROKEN_RUBY${RUBY_VER:R}${RUBY_VER:E}) .if ${BROKEN_RUBY${RUBY_VER:R}${RUBY_VER:E}} == "yes" @@ -300,7 +311,8 @@ PLIST_SUB+= ${PLIST_RUBY_DIRS:C,DIR="(${LOCALBASE}|${ RUBY_NAME="${RUBY_NAME}" \ RUBY_DEFAULT_SUFFIX="${RUBY_DEFAULT_SUFFIX}" \ RUBY24=${RUBY24} \ - RUBY25=${RUBY25} + RUBY25=${RUBY25} \ + RUBY26=${RUBY26} .if defined(USE_RUBY_RDOC) MAKE_ENV+= RUBY_RDOC=${RUBY_RDOC} Modified: head/lang/ruby26/Makefile ============================================================================== --- head/lang/ruby25/Makefile Thu Apr 18 23:27:04 2019 (r499319) +++ head/lang/ruby26/Makefile Thu May 9 01:28:38 2019 (r501068) @@ -40,8 +40,9 @@ GNU_CONFIGURE= yes LIBS+= -lpthread -L${LOCALBASE}/lib USE_LDCONFIG= yes WRKSRC= ${RUBY_WRKSRC} +MAKE_JOBS_UNSAFE= yes -RUBY_VER= 2.5 +RUBY_VER= 2.6 USE_RUBY= yes RUBY_NO_BUILD_DEPENDS= yes RUBY_NO_RUN_DEPENDS= yes @@ -131,10 +132,10 @@ EXTDOCS= readline/README \ RB_SET_CONF_VAR=${SH} -c '${REINPLACE_CMD} -E -e "s,(CONFIG\[\"$$0\"\][[:space:]]*=[[:space:]]*)(\(?)(.*)(\)?),\1\2$$1\4," ${WRKSRC}/rbconfig.rb' -- post-patch: - @${FIND} ${WRKSRC}/ -name "*.orig" -delete # We get these from other ports -.for d in bin/rake doc/rake lib/rake test/rake man/rake.1 lib/rake.rb ext/win32ole bin/gem ext/gdbm - @${RM} -r ${BUILD_WRKSRC}/${d} +.for d in bin/bundle* lib/bundler* libexec/bundler* man/bundle* bin/gem man/gemfile* \ + ext/dbm ext/gdbm ext/win32ole + @${RM} -r ${BUILD_WRKSRC}/${d} .endfor post-build: @@ -168,13 +169,13 @@ pre-install-RDOC-on: post-install: .if ${RUBY_VER} == ${RUBY_DEFAULT_VER} # -# Link just installed "ruby" to "ruby25", etc. +# Link just installed "ruby" to "ruby26", etc. # . for FILE in ${INSTALLED_SCRIPTS} ${LN} -fs ${FILE}${RUBY_SUFFIX} ${STAGEDIR}${PREFIX}/bin/${FILE} . endfor # -# Link "ruby.1.gz" to "ruby25.1.gz", etc. +# Link "ruby.1.gz" to "ruby26.1.gz", etc. # . for FILE in ${INSTALLED_MANUALS} ${LN} -fs ${FILE}${RUBY_SUFFIX}.1.gz ${STAGEDIR}${MANPREFIX}/man/man1/${FILE}.1.gz Modified: head/lang/ruby26/distinfo ============================================================================== --- head/lang/ruby25/distinfo Thu Apr 18 23:27:04 2019 (r499319) +++ head/lang/ruby26/distinfo Thu May 9 01:28:38 2019 (r501068) @@ -1,3 +1,3 @@ -TIMESTAMP = 1552671237 -SHA256 (ruby/ruby-2.5.5.tar.xz) = 9bf6370aaa82c284f193264cc7ca56f202171c32367deceb3599a4f354175d7d -SIZE (ruby/ruby-2.5.5.tar.xz) = 11459832 +TIMESTAMP = 1555637174 +SHA256 (ruby/ruby-2.6.3.tar.xz) = 11a83f85c03d3f0fc9b8a9b6cad1b2674f26c5aaa43ba858d4b0fcc2b54171e1 +SIZE (ruby/ruby-2.6.3.tar.xz) = 11904360 Modified: head/lang/ruby26/files/patch-configure.ac ============================================================================== --- head/lang/ruby25/files/patch-configure.ac Thu Apr 18 23:27:04 2019 (r499319) +++ head/lang/ruby26/files/patch-configure.ac Thu May 9 01:28:38 2019 (r501068) @@ -1,24 +1,6 @@ ---- configure.ac.orig 2018-01-03 18:12:16 UTC +--- configure.ac.orig 2018-12-28 12:03:09 UTC +++ configure.ac -@@ -2482,7 +2482,7 @@ AS_IF([test "$ac_cv_func_qsort_r" != no] - AC_CACHE_CHECK(whether qsort_r is GNU version, rb_cv_gnu_qsort_r, - [AC_TRY_COMPILE([ - @%:@include --void qsort_r(void *base, size_t nmemb, size_t size, -+void (qsort_r)(void *base, size_t nmemb, size_t size, - int (*compar)(const void *, const void *, void *), - void *arg); - ],[ ], -@@ -2492,7 +2492,7 @@ void qsort_r(void *base, size_t nmemb, s - AC_CACHE_CHECK(whether qsort_r is BSD version, rb_cv_bsd_qsort_r, - [AC_TRY_COMPILE([ - @%:@include --void qsort_r(void *base, size_t nmemb, size_t size, -+void (qsort_r)(void *base, size_t nmemb, size_t size, - void *arg, int (*compar)(void *, const void *, const void *)); - ],[ ], - [rb_cv_bsd_qsort_r=yes], -@@ -3245,7 +3245,7 @@ AS_IF([test "$with_dln_a_out" != yes], [ +@@ -2678,7 +2678,7 @@ AS_IF([test "$with_dln_a_out" != yes], [ : ${LDSHARED='$(CC) -shared'} AS_IF([test "$rb_cv_binary_elf" = yes], [ LDFLAGS="$LDFLAGS -rdynamic" @@ -27,8 +9,8 @@ ], [ test "$GCC" = yes && test "$rb_cv_prog_gnu_ld" = yes || LDSHARED='$(LD) -Bshareable' ]) -@@ -3724,6 +3724,7 @@ AS_CASE("$enable_shared", [yes], [ - SOLIBS='$(LIBS)' +@@ -3163,6 +3163,7 @@ AS_CASE("$enable_shared", [yes], [ + [freebsd*|dragonfly*], [ LIBRUBY_SO='lib$(RUBY_SO_NAME).$(SOEXT).$(MAJOR)$(MINOR)' LIBRUBY_SONAME='$(LIBRUBY_SO)' + RUBY_APPEND_OPTIONS(LIBRUBY_DLDFLAGS, ['-Wl,-soname,${LIBRUBY_SO}']) Modified: head/lang/ruby26/files/patch-tool_rbinstall.rb ============================================================================== --- head/lang/ruby25/files/patch-tool_rbinstall.rb Thu Apr 18 23:27:04 2019 (r499319) +++ head/lang/ruby26/files/patch-tool_rbinstall.rb Thu May 9 01:28:38 2019 (r501068) @@ -1,23 +1,6 @@ ---- tool/rbinstall.rb.orig 2019-02-05 12:15:47 UTC -+++ tool/rbinstall.rb -@@ -325,6 +325,7 @@ bindir = CONFIG["bindir", true] - libdir = CONFIG[CONFIG.fetch("libdirname", "libdir"), true] - rubyhdrdir = CONFIG["rubyhdrdir", true] - archhdrdir = CONFIG["rubyarchhdrdir"] || (rubyhdrdir + "/" + CONFIG['arch']) -+libdatadir = CONFIG["prefix", true] + "/" + "libdata" - rubylibdir = CONFIG["rubylibdir", true] - archlibdir = CONFIG["rubyarchdir", true] - sitelibdir = CONFIG["sitelibdir"] -@@ -378,7 +379,7 @@ end - install?(:local, :arch, :data) do - pc = CONFIG["ruby_pc"] - if pc and File.file?(pc) and File.size?(pc) -- prepare "pkgconfig data", pkgconfigdir = File.join(libdir, "pkgconfig") -+ prepare "pkgconfig data", pkgconfigdir = File.join(libdatadir, "pkgconfig") - install pc, pkgconfigdir, :mode => $data_mode - end - end -@@ -762,130 +763,6 @@ end +--- tool/rbinstall.rb.orig 2019-04-19 10:54:19.302709000 +0900 ++++ tool/rbinstall.rb 2019-04-19 11:00:53.499751000 +0900 +@@ -785,130 +785,6 @@ # :startdoc: @@ -29,15 +12,14 @@ -end - -def load_gemspec(file) +- file = File.realpath(file) - code = File.read(file, encoding: "utf-8:-") - code.gsub!(/`git.*?`/m, '""') -- begin -- spec = eval(code, binding, file) -- rescue SignalException, SystemExit -- raise -- rescue SyntaxError, Exception +- code.gsub!(/%x\[git.*?\]/m, '""') +- spec = eval(code, binding, file) +- unless Gem::Specification === spec +- raise TypeError, "[#{file}] isn't a Gem::Specification (#{spec.class} instead)." - end -- raise("invalid spec in #{file}") unless spec - spec.loaded_from = file - spec -end @@ -73,8 +55,8 @@ - makedirs(bin_dir) - - gemspec.executables.map {|exec| -- $script_installer.install(File.join(srcdir, 'bin', exec), -- File.join(bin_dir, exec)) +- install File.join(srcdir, 'libexec', exec), +- File.join(bin_dir, exec) - } - end - end @@ -99,7 +81,8 @@ - } - gem_ext_dir = "#$extout/gems/#{CONFIG['arch']}" - extensions_dir = Gem::StubSpecification.gemspec_stub("", gem_dir, gem_dir).extensions_dir -- Gem::Specification.each_gemspec([srcdir+'/gems/*']) do |path| +- dirs = Gem::Util.glob_files_in_dir "*/", "#{srcdir}/gems" +- Gem::Specification.each_gemspec(dirs) do |path| - spec = load_gemspec(path) - next unless spec.platform == Gem::Platform::RUBY - next unless spec.full_name == path[srcdir.size..-1][/\A\/gems\/([^\/]+)/, 1] @@ -129,7 +112,7 @@ - inst.spec.extension_dir = with_destdir(inst.spec.extension_dir) - begin - Gem::DefaultUserInteraction.use_ui(silent) {inst.install} -- rescue Gem::InstallError => e +- rescue Gem::InstallError - next - end - gemname = File.basename(gem) Modified: head/lang/ruby26/pkg-message ============================================================================== --- head/lang/ruby25/pkg-message Thu Apr 18 23:27:04 2019 (r499319) +++ head/lang/ruby26/pkg-message Thu May 9 01:28:38 2019 (r501068) @@ -8,6 +8,7 @@ of upgrading: And some of the standard libraries are provided as separate ports since they require extra dependencies: + databases/rubygem-dbm: DBM module databases/rubygem-gdbm: GDBM module Install them as occasion demands. Modified: head/lang/ruby26/pkg-plist ============================================================================== --- head/lang/ruby25/pkg-plist Thu Apr 18 23:27:04 2019 (r499319) +++ head/lang/ruby26/pkg-plist Thu May 9 01:28:38 2019 (r501068) @@ -8,6 +8,7 @@ bin/rdoc%%RUBY_SUFFIX%% bin/ri%%RUBY_SUFFIX%% %%IF_DEFAULT%%bin/ruby bin/%%RUBY_NAME%% +include/ruby-%%RUBY_VER%%/%%RUBY_ARCH%%/rb_mjit_min_header-%%RUBY_VERSION%%.h include/ruby-%%RUBY_VER%%/%%RUBY_ARCH%%/ruby/config.h include/ruby-%%RUBY_VER%%/ruby.h include/ruby-%%RUBY_VER%%/ruby/backward.h @@ -41,11 +42,11 @@ lib/lib%%RUBY_NAME%%.so.%%RUBY_SHLIBVER%% %%RUBY_LIBDIR%%/English.rb %%RUBY_LIBDIR%%/abbrev.rb %%RUBY_ARCHLIBDIR%%/bigdecimal.so +%%RUBY_ARCHLIBDIR%%/bigdecimal/util.so %%RUBY_ARCHLIBDIR%%/cgi/escape.so %%RUBY_ARCHLIBDIR%%/continuation.so %%RUBY_ARCHLIBDIR%%/coverage.so %%RUBY_ARCHLIBDIR%%/date_core.so -%%RUBY_ARCHLIBDIR%%/dbm.so %%RUBY_ARCHLIBDIR%%/digest.so %%RUBY_ARCHLIBDIR%%/digest/bubblebabble.so %%RUBY_ARCHLIBDIR%%/digest/md5.so @@ -139,6 +140,7 @@ lib/lib%%RUBY_NAME%%.so.%%RUBY_SHLIBVER%% %%RUBY_ARCHLIBDIR%%/zlib.so %%RUBY_LIBDIR%%/base64.rb %%RUBY_LIBDIR%%/benchmark.rb +%%RUBY_LIBDIR%%/bigdecimal.rb %%RUBY_LIBDIR%%/bigdecimal/jacobian.rb %%RUBY_LIBDIR%%/bigdecimal/ludcmp.rb %%RUBY_LIBDIR%%/bigdecimal/math.rb @@ -152,7 +154,17 @@ lib/lib%%RUBY_NAME%%.so.%%RUBY_SHLIBVER%% %%RUBY_LIBDIR%%/cgi/session/pstore.rb %%RUBY_LIBDIR%%/cgi/util.rb %%RUBY_LIBDIR%%/cmath.rb +%%RUBY_LIBDIR%%/coverage.rb %%RUBY_LIBDIR%%/csv.rb +%%RUBY_LIBDIR%%/csv/core_ext/array.rb +%%RUBY_LIBDIR%%/csv/core_ext/string.rb +%%RUBY_LIBDIR%%/csv/fields_converter.rb +%%RUBY_LIBDIR%%/csv/match_p.rb +%%RUBY_LIBDIR%%/csv/parser.rb +%%RUBY_LIBDIR%%/csv/row.rb +%%RUBY_LIBDIR%%/csv/table.rb +%%RUBY_LIBDIR%%/csv/version.rb +%%RUBY_LIBDIR%%/csv/writer.rb %%RUBY_LIBDIR%%/date.rb %%RUBY_LIBDIR%%/debug.rb %%RUBY_LIBDIR%%/delegate.rb @@ -171,6 +183,7 @@ lib/lib%%RUBY_NAME%%.so.%%RUBY_SHLIBVER%% %%RUBY_LIBDIR%%/drb/timeridconv.rb %%RUBY_LIBDIR%%/drb/unix.rb %%RUBY_LIBDIR%%/e2mmap.rb +%%RUBY_LIBDIR%%/e2mmap/version.rb %%RUBY_LIBDIR%%/erb.rb %%RUBY_LIBDIR%%/expect.rb %%RUBY_LIBDIR%%/fiddle.rb @@ -183,6 +196,7 @@ lib/lib%%RUBY_NAME%%.so.%%RUBY_SHLIBVER%% %%RUBY_LIBDIR%%/fiddle/types.rb %%RUBY_LIBDIR%%/fiddle/value.rb %%RUBY_LIBDIR%%/fileutils.rb +%%RUBY_LIBDIR%%/fileutils/version.rb %%RUBY_LIBDIR%%/find.rb %%RUBY_LIBDIR%%/forwardable.rb %%RUBY_LIBDIR%%/forwardable/impl.rb @@ -449,15 +463,14 @@ lib/lib%%RUBY_NAME%%.so.%%RUBY_SHLIBVER%% %%RUBY_LIBDIR%%/rdoc/markup/heading.rb %%RUBY_LIBDIR%%/rdoc/markup/include.rb %%RUBY_LIBDIR%%/rdoc/markup/indented_paragraph.rb -%%RUBY_LIBDIR%%/rdoc/markup/inline.rb %%RUBY_LIBDIR%%/rdoc/markup/list.rb %%RUBY_LIBDIR%%/rdoc/markup/list_item.rb %%RUBY_LIBDIR%%/rdoc/markup/paragraph.rb %%RUBY_LIBDIR%%/rdoc/markup/parser.rb %%RUBY_LIBDIR%%/rdoc/markup/pre_process.rb %%RUBY_LIBDIR%%/rdoc/markup/raw.rb +%%RUBY_LIBDIR%%/rdoc/markup/regexp_handling.rb %%RUBY_LIBDIR%%/rdoc/markup/rule.rb -%%RUBY_LIBDIR%%/rdoc/markup/special.rb %%RUBY_LIBDIR%%/rdoc/markup/text_formatter_test_case.rb %%RUBY_LIBDIR%%/rdoc/markup/to_ansi.rb %%RUBY_LIBDIR%%/rdoc/markup/to_bs.rb @@ -509,11 +522,11 @@ lib/lib%%RUBY_NAME%%.so.%%RUBY_SHLIBVER%% %%RUBY_LIBDIR%%/rdoc/stats/verbose.rb %%RUBY_LIBDIR%%/rdoc/store.rb %%RUBY_LIBDIR%%/rdoc/task.rb -%%RUBY_LIBDIR%%/rdoc/test_case.rb %%RUBY_LIBDIR%%/rdoc/text.rb %%RUBY_LIBDIR%%/rdoc/token_stream.rb %%RUBY_LIBDIR%%/rdoc/tom_doc.rb %%RUBY_LIBDIR%%/rdoc/top_level.rb +%%RUBY_LIBDIR%%/rdoc/version.rb %%RUBY_LIBDIR%%/resolv-replace.rb %%RUBY_LIBDIR%%/resolv.rb %%RUBY_LIBDIR%%/rexml/attlistdecl.rb @@ -633,6 +646,7 @@ lib/lib%%RUBY_NAME%%.so.%%RUBY_SHLIBVER%% %%RUBY_LIBDIR%%/rubygems/commands/fetch_command.rb %%RUBY_LIBDIR%%/rubygems/commands/generate_index_command.rb %%RUBY_LIBDIR%%/rubygems/commands/help_command.rb +%%RUBY_LIBDIR%%/rubygems/commands/info_command.rb %%RUBY_LIBDIR%%/rubygems/commands/install_command.rb %%RUBY_LIBDIR%%/rubygems/commands/list_command.rb %%RUBY_LIBDIR%%/rubygems/commands/lock_command.rb @@ -661,6 +675,7 @@ lib/lib%%RUBY_NAME%%.so.%%RUBY_SHLIBVER%% %%RUBY_LIBDIR%%/rubygems/config_file.rb %%RUBY_LIBDIR%%/rubygems/core_ext/kernel_gem.rb %%RUBY_LIBDIR%%/rubygems/core_ext/kernel_require.rb +%%RUBY_LIBDIR%%/rubygems/core_ext/kernel_warn.rb %%RUBY_LIBDIR%%/rubygems/defaults.rb %%RUBY_LIBDIR%%/rubygems/dependency.rb %%RUBY_LIBDIR%%/rubygems/dependency_installer.rb @@ -782,6 +797,7 @@ lib/lib%%RUBY_NAME%%.so.%%RUBY_SHLIBVER%% %%RUBY_LIBDIR%%/rubygems/source_specific_file.rb %%RUBY_LIBDIR%%/rubygems/spec_fetcher.rb %%RUBY_LIBDIR%%/rubygems/specification.rb +%%RUBY_LIBDIR%%/rubygems/specification_policy.rb %%RUBY_LIBDIR%%/rubygems/ssl_certs/index.rubygems.org/GlobalSignRootCA.pem %%RUBY_LIBDIR%%/rubygems/ssl_certs/rubygems.global.ssl.fastly.net/DigiCertHighAssuranceEVRootCA.pem %%RUBY_LIBDIR%%/rubygems/ssl_certs/rubygems.org/AddTrustExternalCARoot.pem @@ -817,16 +833,19 @@ lib/lib%%RUBY_NAME%%.so.%%RUBY_SHLIBVER%% %%RUBY_LIBDIR%%/syslog/logger.rb %%RUBY_LIBDIR%%/tempfile.rb %%RUBY_LIBDIR%%/thwait.rb +%%RUBY_LIBDIR%%/thwait/version.rb %%RUBY_LIBDIR%%/time.rb %%RUBY_LIBDIR%%/timeout.rb %%RUBY_LIBDIR%%/tmpdir.rb %%RUBY_LIBDIR%%/tracer.rb +%%RUBY_LIBDIR%%/tracer/version.rb %%RUBY_LIBDIR%%/tsort.rb %%RUBY_LIBDIR%%/un.rb %%RUBY_LIBDIR%%/unicode_normalize/normalize.rb %%RUBY_LIBDIR%%/unicode_normalize/tables.rb %%RUBY_LIBDIR%%/uri.rb %%RUBY_LIBDIR%%/uri/common.rb +%%RUBY_LIBDIR%%/uri/file.rb %%RUBY_LIBDIR%%/uri/ftp.rb %%RUBY_LIBDIR%%/uri/generic.rb %%RUBY_LIBDIR%%/uri/http.rb @@ -909,11 +928,15 @@ man/man1/%%RUBY_NAME%%.1.gz %%DOCS%%%%RUBY_DOCDIR%%/NEWS-2.2.0 %%DOCS%%%%RUBY_DOCDIR%%/NEWS-2.3.0 %%DOCS%%%%RUBY_DOCDIR%%/NEWS-2.4.0 +%%DOCS%%%%RUBY_DOCDIR%%/NEWS-2.5.0 %%DOCS%%%%RUBY_DOCDIR%%/README %%DOCS%%%%RUBY_DOCDIR%%/README.EXT %%DOCS%%%%RUBY_DOCDIR%%/README.EXT.ja %%DOCS%%%%RUBY_DOCDIR%%/README.ja.md %%DOCS%%%%RUBY_DOCDIR%%/README.md +%%DOCS%%%%RUBY_DOCDIR%%/signals.rdoc +%%DOCS%%%%RUBY_DOCDIR%%/yarvarch.en +%%DOCS%%%%RUBY_DOCDIR%%/yarvarch.ja %%CAPIDOCS%%%%DOCS%%%%RUBY_DOCDIR%%/capi/.timestamp %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/annotated.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/bc_s.png @@ -927,9 +950,6 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d05/fficonfig_8h__dep__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d05/sdbm_2init_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d05/sdbm_2init_8c_source.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d07/debug__counter_8h__incl.map -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d07/debug__counter_8h__incl.md5 -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d07/debug__counter_8h__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d08/re_8h__dep__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d08/re_8h__dep__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d08/re_8h__dep__incl.png @@ -980,9 +1000,6 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d25/dup2_8c_a4ce97c88892c43f0e127dd3a6dc54b96_icgraph.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d25/dup2_8c_a4ce97c88892c43f0e127dd3a6dc54b96_icgraph.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d25/dup2_8c_source.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d26/iseq_8h__incl.map -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d26/iseq_8h__incl.md5 -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d26/iseq_8h__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d27/struct_f_i_l_e___i_d___i_n_f_o.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d29/main_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d29/main_8c_source.html @@ -1150,7 +1167,6 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d53/ffi__sysv_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d53/ffi__sysv_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d53/ffi__sysv_8c__incl.png -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d53/structread__internal__arg.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d56/console_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d56/console_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d59/struct4_8c.html @@ -1161,6 +1177,9 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d64/structparser__params.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d65/structcls__struct__7byte.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d66/struct_r_rational.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d67/struct____mcontext.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d69/mjit_8h.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d69/mjit_8h_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d6a/regparse_8h__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d6a/regparse_8h__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d6a/regparse_8h__incl.png @@ -1176,6 +1195,7 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d70/cls__double__va_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d70/cls__double__va_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d73/structrb__env__t.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d78/struct____max__align__t.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d78/structobj__ivar__tag.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d7e/fiddle_8h__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d7e/fiddle_8h__incl.md5 @@ -1198,6 +1218,7 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d85/process_8c_af40502bfb847eee68f73254439ae6a6a_icgraph.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d85/process_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d85/structibf__object__struct__range.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d85/structlinger.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d85/utf8tbl_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d85/utf8tbl_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d85/utf8tbl_8c__incl.png @@ -1338,8 +1359,6 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/dca/cparse_8c__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/dce/structtranscoder__entry__t.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/dcf/struct_r_data.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/dd4/dbm_8c.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/dd4/dbm_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/dd6/cls__align__longdouble_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/dd6/cls__align__longdouble_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/dd6/cls__align__longdouble_8c__incl.png @@ -1456,12 +1475,14 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d22/ripper_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d22/ripper_8c__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d24/structmkdir__arg.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d29/struct__jmp__buf.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d29/structarg__state.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d2a/structproc__entry.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d2e/structrb__method__cfunc__struct.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d2f/structtest__structure__3.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d30/cls__align__longdouble__split_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d30/cls__align__longdouble__split_8c_source.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d30/struct____siginfo.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d33/tile_2ffitarget_8h.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d33/tile_2ffitarget_8h_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d35/date__strptime_8c__incl.map @@ -1543,6 +1564,9 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d81/complex_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d85/structoldbt__arg.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d86/structnkf__native__encoding.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d89/transient__heap_8h__incl.map +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d89/transient__heap_8h__incl.md5 +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d89/transient__heap_8h__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d8e/mips_2ffi_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d8e/mips_2ffi_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d8e/mips_2ffi_8c__incl.png @@ -1574,6 +1598,7 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/daa/transcode__data_8h_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/dac/cls__multi__sshort_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/dac/cls__multi__sshort_8c_source.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/dae/structcoroutine__context.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/db0/string_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/db0/string_8c_a17bc1bf19c2666106c02bcb41610af66_icgraph.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/db0/string_8c_a17bc1bf19c2666106c02bcb41610af66_icgraph.md5 @@ -1854,14 +1879,20 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/dd9/structminmax__t.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/ddc/dln_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/ddc/dln_8c_source.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/ddc/hrtime_8h.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/ddc/hrtime_8h_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/de2/vm__insnhelper_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/de2/vm__insnhelper_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/de2/vm__insnhelper_8c__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/de3/structrb__method__refined__struct.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/de5/structosockaddr.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/de6/stringio_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/de6/stringio_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/de6/stringio_8c__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/de7/structvm__ifunc__argc.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/de8/mjit_8c__incl.map +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/de8/mjit_8c__incl.md5 +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/de8/mjit_8c__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/deb/udpsocket_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/deb/udpsocket_8c_a03f5d390c888d97a62f9de727fd2e7a0_icgraph.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/deb/udpsocket_8c_a03f5d390c888d97a62f9de727fd2e7a0_icgraph.md5 @@ -1927,6 +1958,9 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d2/d0a/ruby_2ruby_8h__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d2/d0a/ruby_2ruby_8h__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d2/d0a/structseek__arg.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d2/d0b/ext_2bigdecimal_2util_2util_8c__incl.map +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d2/d0b/ext_2bigdecimal_2util_2util_8c__incl.md5 +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d2/d0b/ext_2bigdecimal_2util_2util_8c__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d2/d0b/version_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d2/d0b/version_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d2/d0f/structdynamic__symbol__counts.html @@ -1935,13 +1969,13 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d2/d11/return__sc_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d2/d11/return__sc_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d2/d11/return__sc_8c__incl.png +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d2/d1a/structcmsghdr.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d2/d1b/object__tracing_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d2/d1b/object__tracing_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d2/d1b/object__tracing_8c__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d2/d1d/structibf__object__hash.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d2/d20/sha1ossl_8h.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d2/d20/sha1ossl_8h_source.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d2/d22/struct_r_basic.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d2/d24/sha1_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d2/d24/sha1_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d2/d25/m88k_2ffitarget_8h.html @@ -2002,6 +2036,9 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d2/d78/structwarning__args.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d2/d79/structpair__t.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d2/d79/structrb__method__attr__struct.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d2/d7b/amd64_2_context_8h__incl.map +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d2/d7b/amd64_2_context_8h__incl.md5 +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d2/d7b/amd64_2_context_8h__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d2/d7b/cls__20byte1_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d2/d7b/cls__20byte1_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d2/d7b/cls__20byte1_8c__incl.png @@ -2037,6 +2074,7 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d2/d97/error_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d2/d97/error_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d2/d97/error_8c__incl.png +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d2/d97/structsigstack.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d2/d9b/localeinit_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d2/d9b/localeinit_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d2/d9b/regerror_8c__incl.map @@ -2100,6 +2138,7 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d2/df9/psych__parser_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d2/df9/psych__parser_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d2/df9/psych__parser_8c__incl.png +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d2/dfe/structldiv__t.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d3/d01/microblaze_2ffitarget_8h.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d3/d01/microblaze_2ffitarget_8h_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d3/d03/structrb__strterm__struct.html @@ -2241,6 +2280,7 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d3/d67/strlen_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d3/d6c/structbackref__name__tag.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d3/d72/structmagic__comment.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d3/d73/structar__table__struct.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d3/d74/structwmap__iter__arg.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d3/d75/langinfo_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d3/d75/langinfo_8c__incl.md5 @@ -2320,6 +2360,8 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d3/d83/readline_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d3/d83/readline_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d3/d83/structrb__postponed__job__struct.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d3/d84/arm32_2_context_8h.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d3/d84/arm32_2_context_8h_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d3/d84/lgamma__r_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d3/d84/lgamma__r_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d3/d88/structrb__scope__visi__struct.html @@ -2406,6 +2448,7 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d3/dab/strlen_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d3/dab/strlen_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d3/dab/strlen_8c__incl.png +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d3/db0/structclockinfo.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d3/db2/structselect__bang__arg.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d3/db4/vax_2ffi_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d3/db4/vax_2ffi_8c_source.html @@ -2598,6 +2641,9 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d06/structio__internal__read__struct.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d0b/structvm__svar.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d0d/structiseq__trace__data.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d0e/arm64_2_context_8h__incl.map +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d0e/arm64_2_context_8h__incl.md5 +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d0e/arm64_2_context_8h__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d0f/ossl__digest_8h.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d0f/ossl__digest_8h_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d10/main_8c__incl.map @@ -2670,6 +2716,9 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d50/id_8def.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d50/id_8def_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d52/structcall__context.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d53/ast_8c__incl.map +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d53/ast_8c__incl.md5 +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d53/ast_8c__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d54/psych__parser_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d54/psych__parser_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d56/ext_2fiddle_2libffi-3_82_81_2src_2debug_8c.html @@ -2710,9 +2759,11 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d7b/raw__api_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d7b/raw__api_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d7b/raw__api_8c__incl.png +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d7d/structsucc__index__table_1_1succ__dict__block.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d7f/regex_8h__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d7f/regex_8h__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d7f/regex_8h__incl.png +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d82/structsched__param.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d87/structeach__obj__args.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d88/closure__fn0_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d88/closure__fn0_8c_source.html @@ -2721,6 +2772,7 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d8e/prep__cif_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d8e/prep__cif_8c__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d8f/structnpn__select__cb__common__args.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d90/structarith__seq__gen.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d91/structsysopen__struct.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d93/cls__64byte_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d93/cls__64byte_8c__incl.md5 @@ -2740,11 +2792,15 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/da7/pty_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/da7/pty_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/da7/pty_8c__incl.png +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/dac/ppc64le_2_context_8h__incl.map +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/dac/ppc64le_2_context_8h__incl.md5 +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/dac/ppc64le_2_context_8h__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/db0/__sdbm_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/db0/__sdbm_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/db0/stret__large_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/db0/stret__large_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/db1/struct_y_y_l_t_y_p_e.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/db3/structbitset.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/db3/vm__method_8c__dep__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/db3/vm__method_8c__dep__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/db3/vm__method_8c__dep__incl.png @@ -2759,6 +2815,7 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/dc9/ossl__ns__spki_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/dc9/ossl__ns__spki_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/dcd/structiseq__link__anchor.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/dd5/structdirent__brace__args.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/dd6/utf8tbl_8h.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/dd6/utf8tbl_8h_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/dd8/structiseq__compile__data.html @@ -2776,6 +2833,8 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/de6/structstringpool__t.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/de8/cls__longdouble_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/de8/cls__longdouble_8c_source.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/de9/transient__heap_8h.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/de9/transient__heap_8h_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/dec/objspace_8h.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/dec/objspace_8h_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/ded/function_8h__incl.map @@ -2789,6 +2848,7 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/df8/cls__8byte_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/df8/cls__8byte_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/dfa/struct_qtfr_node.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/dfb/structrb__imemo__tmpbuf__struct.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/dfd/structmalloc__segment.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d04/strerror_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d04/strerror_8c_a64fe4b9b6fdf90da5ddd91a149101355_icgraph.map @@ -2849,6 +2909,7 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d24/xtensa_2ffi_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d24/xtensa_2ffi_8c__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d26/structtest__structure__8.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d29/structrb__code__position__struct.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d29/structrb__vm__protect__tag.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d2b/vm__args_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d2b/vm__args_8c_source.html @@ -2866,6 +2927,7 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d3b/ossl__ssl_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d3b/ossl__ssl_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d3b/ossl__ssl_8c__incl.png +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d3e/unionsigval.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d3f/cls__uchar_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d3f/cls__uchar_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d3f/struct_m_e_m_o.html @@ -2881,6 +2943,9 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d4b/sockport_8h__dep__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d4b/vm__exec_8h.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d4b/vm__exec_8h_source.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d4e/mjit__compile_8c__incl.map +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d4e/mjit__compile_8c__incl.md5 +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d4e/mjit__compile_8c__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d50/sha1init_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d50/sha1init_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d51/generator_8h__dep__incl.map @@ -2892,6 +2957,7 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d55/structibf__object__array.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d57/return__dbl2_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d57/return__dbl2_8c_source.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d58/structsf__hdtr.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d59/conversions_8h__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d59/conversions_8h__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d59/conversions_8h__incl.png @@ -2902,8 +2968,10 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d60/eval__error_8c__dep__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d61/regerror_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d61/regerror_8c_source.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d61/struct__cpuset.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d64/defs_8h.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d64/defs_8h_source.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d65/structdiv__t.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d69/vm__method_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d69/vm__method_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d69/vm__method_8c__incl.png @@ -2959,10 +3027,16 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d8d/struct_f_i_l_e___i_d__128.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d90/structbrace__args.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d91/union_date_data.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d94/bigdecimal_8def.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d94/bigdecimal_8def_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d97/etc_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d97/etc_8c_source.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d99/structfd__set.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d9a/cls__ulonglong_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d9a/cls__ulonglong_8c_source.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d9a/mjit_8h__dep__incl.map +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d9a/mjit_8h__dep__incl.md5 +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d9a/mjit_8h__dep__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d9c/structdes__tables__t.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d9d/continuation_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/d9d/continuation_8c_a49205ec37a886eaf15bee20ba14d1f08_icgraph.map @@ -2993,6 +3067,7 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/dad/closure_8h__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/dad/closure_8h__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/dad/closure_8h__incl.png +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/dad/structsockaddr.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/db1/union_y_y_s_t_y_p_e.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/db2/cls__7byte_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/db2/cls__7byte_8c_source.html @@ -3357,8 +3432,12 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/df2/win32_8c_aff700a9c53273ce5d774f5e9bfd706d3_icgraph.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/df2/win32_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/df5/struct_r_i_memo.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/df6/mjit__config_8h__dep__incl.map +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/df6/mjit__config_8h__dep__incl.md5 +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/df6/mjit__config_8h__dep__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/df7/addrinfo_8h.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/df7/addrinfo_8h_source.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/df7/structcmsgcred.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/df8/socket_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/df8/socket_8c_acd4ebfc5cf43a6c4148cce15ada4cce3_icgraph.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/df8/socket_8c_acd4ebfc5cf43a6c4148cce15ada4cce3_icgraph.md5 @@ -3373,6 +3452,8 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d07/sockport_8h.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d07/sockport_8h_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d07/structdatum.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d08/win64_2_context_8h.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d08/win64_2_context_8h_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d0b/sparc_2ffi_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d0b/sparc_2ffi_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d0c/alloca_8c__incl.map @@ -3503,6 +3584,7 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d31/cls__pointer__stack_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d31/cls__pointer__stack_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d31/cls__pointer__stack_8c__incl.png +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d31/structsucc__index__table.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d34/structst__hash__type.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d35/fileblocks_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d35/fileblocks_8c_source.html @@ -3546,6 +3628,8 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d5a/cls__9byte2_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d5a/cls__9byte2_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d5a/cls__9byte2_8c__incl.png +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d5a/transient__heap_8c.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d5a/transient__heap_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d61/float3_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d61/float3_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d64/etc_2constdefs_8h__dep__incl.map @@ -3567,6 +3651,9 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d74/main_8c__dep__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d74/main_8c__dep__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d74/main_8c__dep__incl.png +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d74/transient__heap_8h__dep__incl.map +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d74/transient__heap_8h__dep__incl.md5 +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d74/transient__heap_8h__dep__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d75/tile_2ffi_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d75/tile_2ffi_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d75/tile_2ffi_8c__incl.png @@ -3591,6 +3678,7 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d86/objspace_8h__dep__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d86/objspace_8h__dep__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d86/objspace_8h__dep__incl.png +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d86/structsockcred.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d87/regint_8h.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d87/regint_8h_a9dbc6144938fa6f2c426a95d5c54cbdf_icgraph.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d87/regint_8h_a9dbc6144938fa6f2c426a95d5c54cbdf_icgraph.md5 @@ -3662,10 +3750,12 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/da6/md5ossl_8h__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/da6/md5ossl_8h__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/da6/md5ossl_8h__incl.png +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/dab/structrb__method__definition__struct.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/dae/cls__ulong__va_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/dae/cls__ulong__va_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/db5/avr32_2ffi_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/db5/avr32_2ffi_8c_source.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/db5/structrb__mjit__unit__list.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/db8/float1_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/db8/float1_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/db8/float1_8c__incl.png @@ -3684,6 +3774,7 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/dc8/return__fl_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/dc8/return__fl_8c__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/dca/structiseq__compile__data__ensure__node__stack.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/dcb/structrb__iseq__constant__body_1_1iseq__insn__info.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/dcc/cls__uchar_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/dcc/cls__uchar_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/dcc/cls__uchar_8c__incl.png @@ -3792,6 +3883,7 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/d11/ffi__common_8h_a7cb74975041e07d71a1b293d8f94a5ab_icgraph.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/d11/ffi__common_8h_a7cb74975041e07d71a1b293d8f94a5ab_icgraph.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/d11/ffi__common_8h_source.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/d12/struct____sigset.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/d14/cls__9byte1_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/d14/cls__9byte1_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/d14/cls__9byte1_8c__incl.png @@ -3870,6 +3962,7 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/d4a/ossl__pkey__ec_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/d4a/ossl__pkey__ec_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/d4a/ossl__pkey__ec_8c__incl.png +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/d4b/structrb__mjit__unit.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/d50/rational_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/d50/rational_8c_a1552c7baab7c6af9999867356d66c118_icgraph.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/d50/rational_8c_a1552c7baab7c6af9999867356d66c118_icgraph.md5 @@ -3882,6 +3975,8 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/d57/range_8c__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/d58/psych__to__ruby_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/d58/psych__to__ruby_8c_source.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/d5a/mjit__worker_8c.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/d5a/mjit__worker_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/d5b/setproctitle_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/d5b/setproctitle_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/d5c/structiter__method__arg.html @@ -3891,6 +3986,7 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/d5e/return__ll_8c__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/d5e/rmd160ossl_8h.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/d5e/rmd160ossl_8h_source.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/d61/structbintime.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/d64/structrename__args.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/d66/ossl__x509crl_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/d66/ossl__x509crl_8c__incl.md5 @@ -3929,6 +4025,9 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/d84/sh_2ffi_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/d84/sh_2ffi_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/d84/sh_2ffi_8c__incl.png +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/d86/hrtime_8h__dep__incl.map +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/d86/hrtime_8h__dep__incl.md5 +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/d86/hrtime_8h__dep__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/d86/structglob__pattern.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/d8a/udpsocket_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/d8a/udpsocket_8c__incl.md5 @@ -3961,6 +4060,7 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/da0/vm__debug_8h__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/da0/vm__debug_8h__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/da0/vm__debug_8h__incl.png +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/da1/struct____ucontext.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/da3/ossl__x509cert_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/da3/ossl__x509cert_8c_a4e097f6488cfc0fcd649d9f44c8065a3_icgraph.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/da3/ossl__x509cert_8c_a4e097f6488cfc0fcd649d9f44c8065a3_icgraph.md5 @@ -4065,6 +4165,7 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/deb/vm__opts_8h__dep__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/deb/vm__opts_8h__dep__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/deb/vm__opts_8h__dep__incl.png +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/def/structsigaction.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/def/unionvalue__type.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/df4/structrb__execarg.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/df5/fiber_8c.html @@ -4077,6 +4178,8 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/df5/raddrinfo_8c__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/df8/nested__struct10_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/df8/nested__struct10_8c_source.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/df8/structsockproto.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/df9/structsigevent.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/dfb/sha2_8h__dep__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/dfb/sha2_8h__dep__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/dfb/sha2_8h__dep__incl.png @@ -4084,6 +4187,9 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/dff/problem1_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d7/dff/problem1_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d8/d00/structtrans__open__t.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d8/d00/structwaitpid__state.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d8/d01/ast_8c.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d8/d01/ast_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d8/d01/regenc_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d8/d01/regenc_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d8/d01/regenc_8c__incl.png @@ -4162,6 +4268,9 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d8/d22/structmd5__state__s.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d8/d26/ruby-runner_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d8/d26/ruby-runner_8c_source.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d8/d27/mjit__worker_8c__incl.map +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d8/d27/mjit__worker_8c__incl.md5 +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d8/d27/mjit__worker_8c__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d8/d27/winmain_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d8/d27/winmain_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d8/d28/missing_8h__dep__incl.map @@ -4389,6 +4498,7 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d8/d53/parse_8h__dep__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d8/d53/parse_8h__dep__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d8/d53/parse_8h__dep__incl.png +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d8/d5a/structtm.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d8/d5b/structrmatch.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d8/d66/struct3_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d8/d66/struct3_8c_source.html @@ -4403,6 +4513,9 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d8/d6d/huge__struct_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d8/d70/debug__counter_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d8/d70/debug__counter_8c_source.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d8/d73/mjit_8h__incl.map +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d8/d73/mjit_8h__incl.md5 +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d8/d73/mjit_8h__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d8/d73/vm__backtrace_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d8/d73/vm__backtrace_8c_a4682520dd5cfa5003d2f9db9826ac6b5_icgraph.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d8/d73/vm__backtrace_8c_a4682520dd5cfa5003d2f9db9826ac6b5_icgraph.md5 @@ -4495,6 +4608,7 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d8/dbb/cls__3__1byte_8c__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d8/dbe/frv_2ffi_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d8/dbe/frv_2ffi_8c_source.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d8/dbe/structar__table__entry.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d8/dbf/m32r_2ffi_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d8/dbf/m32r_2ffi_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d8/dc4/ffitest_8h__incl.map @@ -4559,6 +4673,8 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d02/structselect__args.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d06/err__bad__abi_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d06/err__bad__abi_8c_source.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d06/structsigaltstack.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d07/structtrace__set__local__events__struct.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d08/ossl__bio_8h__dep__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d08/ossl__bio_8h__dep__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d08/ossl__bio_8h__dep__incl.png @@ -4681,17 +4797,20 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d69/sha1init_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d69/sha1init_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d69/sha1init_8c__incl.png +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d6d/arm32_2_context_8h__incl.map +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d6d/arm32_2_context_8h__incl.md5 +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d6d/arm32_2_context_8h__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d77/nested__struct9_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d77/nested__struct9_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d7a/struct7_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d7a/struct7_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d7a/struct7_8c__incl.png +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d7b/structrb__fdset__t.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d82/psych__yaml__tree_8h__dep__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d82/psych__yaml__tree_8h__dep__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d82/psych__yaml__tree_8h__dep__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d84/win32_2file_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d84/win32_2file_8c_source.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d85/structautoload__const__set__args.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d89/isinf_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d89/isinf_8c_af99f4df04bc3d1bec1f570fe87664c67_icgraph.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d89/isinf_8c_af99f4df04bc3d1bec1f570fe87664c67_icgraph.md5 @@ -4705,6 +4824,7 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d90/structutime__args.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d93/backward_2st_8h.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d93/backward_2st_8h_source.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d93/structlist__head.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d95/hypot_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d95/hypot_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d95/hypot_8c__incl.png @@ -4758,12 +4878,14 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/db7/alpha_2ffi_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/db7/alpha_2ffi_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/db7/alpha_2ffi_8c__incl.png +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/dba/structmmsghdr.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/dbb/structheap__page.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/dbd/cls__ulong__va_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/dbd/cls__ulong__va_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/dbd/cls__ulong__va_8c__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/dbe/return__sl_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/dbe/return__sl_8c_source.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/dc0/structrb__arithmetic__sequence__components__t.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/dc3/stret__medium2_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/dc3/stret__medium2_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/dc3/stret__medium2_8c__incl.png @@ -4875,6 +4997,7 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/da/d2d/safe_8c_ac2e05133c9611b1515227e673dfa61a9_icgraph.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/da/d2d/safe_8c_ac2e05133c9611b1515227e673dfa61a9_icgraph.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/da/d2d/safe_8c_source.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/da/d2e/structitimerval.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/da/d31/nested__struct5_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/da/d31/nested__struct5_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/da/d31/nested__struct5_8c__incl.png @@ -4958,7 +5081,10 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/da/d73/x86_2ffi_8c_afe02916e3f041bf8d46dca17ccfbcdcb_icgraph.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/da/d73/x86_2ffi_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/da/d76/structrb__id__table.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/da/d7a/structsigvec.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/da/d7c/structrb__block.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/da/d7c/x86_2_context_8h.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/da/d7c/x86_2_context_8h_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/da/d80/method_8h__dep__incl.map *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Thu May 9 01:35:50 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 87B0F1598EB2; Thu, 9 May 2019 01:35:50 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2765F706DB; Thu, 9 May 2019 01:35:50 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EFFD7E300; Thu, 9 May 2019 01:35:49 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x491ZnGs031534; Thu, 9 May 2019 01:35:49 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x491Znos031532; Thu, 9 May 2019 01:35:49 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201905090135.x491Znos031532@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 9 May 2019 01:35:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501069 - head/math/pdal X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/math/pdal X-SVN-Commit-Revision: 501069 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2765F706DB X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.959,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 01:35:50 -0000 Author: swills Date: Thu May 9 01:35:49 2019 New Revision: 501069 URL: https://svnweb.freebsd.org/changeset/ports/501069 Log: math/pdal: Update to 1.9.0 PR: 237796 Submitted by: lbartoletti (maintainer) Modified: head/math/pdal/Makefile (contents, props changed) head/math/pdal/distinfo (contents, props changed) head/math/pdal/pkg-plist (contents, props changed) Modified: head/math/pdal/Makefile ============================================================================== --- head/math/pdal/Makefile Thu May 9 01:28:38 2019 (r501068) +++ head/math/pdal/Makefile Thu May 9 01:35:49 2019 (r501069) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pdal -DISTVERSION= 1.8.0 -PORTREVISION= 1 +DISTVERSION= 1.9.0 CATEGORIES= math databases graphics MAINTAINER= lbartoletti@tuxfamily.org Modified: head/math/pdal/distinfo ============================================================================== --- head/math/pdal/distinfo Thu May 9 01:28:38 2019 (r501068) +++ head/math/pdal/distinfo Thu May 9 01:35:49 2019 (r501069) @@ -1,3 +1,3 @@ -TIMESTAMP = 1548033108 -SHA256 (PDAL-PDAL-1.8.0_GH0.tar.gz) = ef3a32c06865383feac46fd7eb7491f034cad6b0b246b3c917271ae0c8f25b69 -SIZE (PDAL-PDAL-1.8.0_GH0.tar.gz) = 79978225 +TIMESTAMP = 1556704931 +SHA256 (PDAL-PDAL-1.9.0_GH0.tar.gz) = 521f166706596cd40559b354a37600d2356e4680e360c8c4c6884aa9fedd9013 +SIZE (PDAL-PDAL-1.9.0_GH0.tar.gz) = 79654992 Modified: head/math/pdal/pkg-plist ============================================================================== --- head/math/pdal/pkg-plist Thu May 9 01:28:38 2019 (r501068) +++ head/math/pdal/pkg-plist Thu May 9 01:35:49 2019 (r501069) @@ -22,6 +22,7 @@ include/pdal/filters/ColorizationFilter.hpp include/pdal/filters/CropFilter.hpp include/pdal/filters/DEMFilter.hpp include/pdal/filters/DecimationFilter.hpp +include/pdal/filters/DelaunayFilter.hpp include/pdal/filters/DividerFilter.hpp include/pdal/filters/EigenvaluesFilter.hpp include/pdal/filters/ELMFilter.hpp @@ -39,6 +40,7 @@ include/pdal/filters/LocateFilter.hpp include/pdal/filters/LOFFilter.hpp include/pdal/filters/MADFilter.hpp include/pdal/filters/MergeFilter.hpp +include/pdal/filters/MongoExpressionFilter.hpp include/pdal/filters/MongusFilter.hpp include/pdal/filters/MortonOrderFilter.hpp include/pdal/filters/NNDistanceFilter.hpp @@ -66,16 +68,15 @@ include/pdal/filters/VoxelCentroidNearestNeighborFilte include/pdal/FlexWriter.hpp include/pdal/GDALUtils.hpp include/pdal/Geometry.hpp -include/pdal/GEOSUtils.hpp include/pdal/gitsha.h include/pdal/io/BpfCompressor.hpp include/pdal/io/BpfHeader.hpp include/pdal/io/BpfReader.hpp include/pdal/io/BpfWriter.hpp include/pdal/io/BufferReader.hpp +include/pdal/io/EptAddonWriter.hpp include/pdal/io/EptReader.hpp include/pdal/io/FauxReader.hpp -include/pdal/io/GDALGrid.hpp include/pdal/io/GDALReader.hpp include/pdal/io/GDALWriter.hpp include/pdal/io/GeotiffSupport.hpp @@ -109,7 +110,6 @@ include/pdal/KDIndex.hpp include/pdal/Kernel.hpp include/pdal/kernels/DeltaKernel.hpp include/pdal/kernels/DensityKernel.hpp -include/pdal/kernels/DiffKernel.hpp include/pdal/kernels/GroundKernel.hpp include/pdal/kernels/HausdorffKernel.hpp include/pdal/kernels/InfoKernel.hpp @@ -158,6 +158,7 @@ include/pdal/StageExtensions.hpp include/pdal/StageFactory.hpp include/pdal/StageWrapper.hpp include/pdal/Streamable.hpp +include/pdal/SubcommandKernel.hpp include/pdal/util/Algorithm.hpp include/pdal/util/Backtrace.hpp include/pdal/util/Bounds.hpp @@ -176,41 +177,41 @@ include/pdal/util/Utils.hpp include/pdal/util/Uuid.hpp include/pdal/Writer.hpp include/pdal/XMLSchema.hpp +lib/cmake/PDAL/PDALConfig.cmake +lib/cmake/PDAL/PDALConfigVersion.cmake +lib/cmake/PDAL/PDALTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/PDAL/PDALTargets.cmake lib/libpdal_base.so -lib/libpdal_base.so.7 -lib/libpdal_base.so.8.0.0 +lib/libpdal_base.so.8 +lib/libpdal_base.so.9.0.0 lib/libpdal_util.so -lib/libpdal_util.so.7 -lib/libpdal_util.so.8.0.0 +lib/libpdal_util.so.8 +lib/libpdal_util.so.9.0.0 lib/libpdalcpp.so -lib/pdal/cmake/PDALConfig.cmake -lib/pdal/cmake/PDALConfigVersion.cmake -lib/pdal/cmake/PDALTargets-%%CMAKE_BUILD_TYPE%%.cmake -lib/pdal/cmake/PDALTargets.cmake libdata/pkgconfig/pdal.pc %%BASH%%share/bash-completion/completions/pdal %%ICEBRIDGE%%lib/libpdal_plugin_reader_icebridge.so -%%ICEBRIDGE%%lib/libpdal_plugin_reader_icebridge.so.7 -%%ICEBRIDGE%%lib/libpdal_plugin_reader_icebridge.so.8.0.0 +%%ICEBRIDGE%%lib/libpdal_plugin_reader_icebridge.so.8 +%%ICEBRIDGE%%lib/libpdal_plugin_reader_icebridge.so.9.0.0 %%PGPOINTCLOUD%%lib/libpdal_plugin_reader_pgpointcloud.so -%%PGPOINTCLOUD%%lib/libpdal_plugin_reader_pgpointcloud.so.7 -%%PGPOINTCLOUD%%lib/libpdal_plugin_reader_pgpointcloud.so.8.0.0 +%%PGPOINTCLOUD%%lib/libpdal_plugin_reader_pgpointcloud.so.8 +%%PGPOINTCLOUD%%lib/libpdal_plugin_reader_pgpointcloud.so.9.0.0 %%PGPOINTCLOUD%%lib/libpdal_plugin_writer_pgpointcloud.so -%%PGPOINTCLOUD%%lib/libpdal_plugin_writer_pgpointcloud.so.7 -%%PGPOINTCLOUD%%lib/libpdal_plugin_writer_pgpointcloud.so.8.0.0 +%%PGPOINTCLOUD%%lib/libpdal_plugin_writer_pgpointcloud.so.8 +%%PGPOINTCLOUD%%lib/libpdal_plugin_writer_pgpointcloud.so.9.0.0 %%PYTHON%%include/pdal/io/NumpyReader.hpp %%PYTHON%%lib/libpdal_plugin_filter_python.so -%%PYTHON%%lib/libpdal_plugin_filter_python.so.7 -%%PYTHON%%lib/libpdal_plugin_filter_python.so.8.0.0 +%%PYTHON%%lib/libpdal_plugin_filter_python.so.8 +%%PYTHON%%lib/libpdal_plugin_filter_python.so.9.0.0 %%PYTHON%%lib/libpdal_plugin_reader_numpy.so -%%PYTHON%%lib/libpdal_plugin_reader_numpy.so.7 -%%PYTHON%%lib/libpdal_plugin_reader_numpy.so.8.0.0 +%%PYTHON%%lib/libpdal_plugin_reader_numpy.so.8 +%%PYTHON%%lib/libpdal_plugin_reader_numpy.so.9.0.0 %%SQLITE%%lib/libpdal_plugin_reader_sqlite.so -%%SQLITE%%lib/libpdal_plugin_reader_sqlite.so.7 -%%SQLITE%%lib/libpdal_plugin_reader_sqlite.so.8.0.0 +%%SQLITE%%lib/libpdal_plugin_reader_sqlite.so.8 +%%SQLITE%%lib/libpdal_plugin_reader_sqlite.so.9.0.0 %%SQLITE%%lib/libpdal_plugin_writer_sqlite.so -%%SQLITE%%lib/libpdal_plugin_writer_sqlite.so.7 -%%SQLITE%%lib/libpdal_plugin_writer_sqlite.so.8.0.0 +%%SQLITE%%lib/libpdal_plugin_writer_sqlite.so.8 +%%SQLITE%%lib/libpdal_plugin_writer_sqlite.so.9.0.0 lib/libpdal_plugin_kernel_fauxplugin.so -lib/libpdal_plugin_kernel_fauxplugin.so.7 -lib/libpdal_plugin_kernel_fauxplugin.so.8.0.0 +lib/libpdal_plugin_kernel_fauxplugin.so.8 +lib/libpdal_plugin_kernel_fauxplugin.so.9.0.0 From owner-svn-ports-all@freebsd.org Thu May 9 03:08:55 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2166159B063 for ; Thu, 9 May 2019 03:08:55 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from mail-wm1-x330.google.com (mail-wm1-x330.google.com [IPv6:2a00:1450:4864:20::330]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0359A72FEE for ; Thu, 9 May 2019 03:08:54 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by mail-wm1-x330.google.com with SMTP id y17so243148wmj.0 for ; Wed, 08 May 2019 20:08:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adamw-org.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=AjZRkXwWQYT1ualKK4VU0Rq9t1J2dbG+cohslq9T7nA=; b=UeFgRmNAJHK3H+Gu98rZXM09+nTDGOd61eH4xwQY/I2wNZmdiz/IF26m36w1HWDJl2 vq8coWaSgjv/RJk0KYgPAUnFye6aQWBA94vqmvyr4h8LxBzGtpZEGfc2f2/UOU+41K4J WA1Rh2gHb0bAYEUVVXAsT89UnOTfBwpNfdatpi2O9eLO69ww4QaOjOfzgePwalyZbhs9 z9xAz7a7EAOCO+FFE8EMVEQb9e/hDqtUwT7NXfJLnfGD/iyiTOcppTIsD8U2ZtWQl5Ps e133OWWx2VBYQ8tRZWVcw+E0TvD5Jdl5K7pGJbilf7fQQgY3FhL8Com0X67ULsO1xkml TiVA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=AjZRkXwWQYT1ualKK4VU0Rq9t1J2dbG+cohslq9T7nA=; b=BsHeRbkwFb0GF/RPI37gIxptyMVVrkwWK6nwKcoOGReUs7VgVsA1NzhZJHgBNHnNgK 9KhqGZtPHnvvbh3W4rtJoyH0ue5LeVJ3bg9+aHICRh0fmZlCpxvkNHwFGU4wLDiqTtgg aNraWnK8fme1QzegW1Qa6srNpIFp1ig1qr/hKMPWRmzSqnjQs3yE3Il3nIG2JM2rXhRb 0s+WI0yj0xARunxYtJV8aXVQlvULR/vHPkgN8HFUfycvM+hYRQtt+A+tw41aR9E7k71+ +YFZjKmzuTbKEH2pM1/Pu+PovU428q2HRyaH7uVkxkVveF8yu7lV9G4WmeztRofyYqxG /8yg== X-Gm-Message-State: APjAAAUL7SCDHqkW74pMzSpHJ+IA5pcBWlmTO0OWPCUq0yn+hRtDJaPQ Wmot/TXzrc5dLfKf5yhrlKQl4vkmjljNv4haz0L2TA== X-Google-Smtp-Source: APXvYqyh0AcRZIqkIVtrE+TzMD5TLYlLQnI/XSV/P81iYjFe2YSlzk20BfRM0pYw76YbrGgz2AsPwLk50+x7HE7C98I= X-Received: by 2002:a1c:ca01:: with SMTP id a1mr1002516wmg.30.1557371332956; Wed, 08 May 2019 20:08:52 -0700 (PDT) MIME-Version: 1.0 References: <201905090128.x491Scs7026170@repo.freebsd.org> In-Reply-To: <201905090128.x491Scs7026170@repo.freebsd.org> From: Adam Weinberger Date: Wed, 8 May 2019 21:08:37 -0600 Message-ID: Subject: Re: svn commit: r501068 - in head: Mk lang/ruby26 lang/ruby26/files To: Koichiro Iwao Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 0359A72FEE X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.94 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.94)[-0.942,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 03:08:55 -0000 On Wed, May 8, 2019 at 7:28 PM Koichiro Iwao wrote: > > Author: meta > Date: Thu May 9 01:28:38 2019 > New Revision: 501068 > URL: https://svnweb.freebsd.org/changeset/ports/501068 > > Log: > Add ruby26 2.6.3 (copied from ruby25) > > PR: 234509 235826 > Submitted by: pete@nomadlogic.org (initial revision) > Yasuhiro KIMURA (initial revision) > meta (myself, minor modifications) > Relnotes:: https://www.ruby-lang.org/en/news/2018/12/25/ruby-2-6-0-released/ > https://www.ruby-lang.org/en/news/2019/01/30/ruby-2-6-1-released/ > https://www.ruby-lang.org/en/news/2019/03/13/ruby-2-6-2-released/ > https://www.ruby-lang.org/en/news/2019/04/17/ruby-2-6-3-released/ > Differential Revision: https://reviews.freebsd.org/D19961 > > Added: > head/lang/ruby26/ > - copied from r499319, head/lang/ruby25/ > Modified: > head/Mk/bsd.default-versions.mk > head/Mk/bsd.ruby.mk > head/lang/ruby26/Makefile > head/lang/ruby26/distinfo > head/lang/ruby26/files/patch-configure.ac > head/lang/ruby26/files/patch-tool_rbinstall.rb > head/lang/ruby26/pkg-message > head/lang/ruby26/pkg-plist WIth EXAMPLES off: pkg-static: Unable to access file /wrkdirs/usr/ports/lang/ruby26/work/stage/usr/local/share/examples/ruby26/trick2018/README.md:No such file or directory Please, test ruby with non-default options too. # Adam -- Adam Weinberger adamw@adamw.org https://www.adamw.org From owner-svn-ports-all@freebsd.org Thu May 9 04:23:37 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3519A159CDE7; Thu, 9 May 2019 04:23:37 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CC36B759D9; Thu, 9 May 2019 04:23:36 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A1E47FFE4; Thu, 9 May 2019 04:23:36 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x494Nacw020596; Thu, 9 May 2019 04:23:36 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x494NaL9020594; Thu, 9 May 2019 04:23:36 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201905090423.x494NaL9020594@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Thu, 9 May 2019 04:23:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501070 - head/x11/bemenu X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/x11/bemenu X-SVN-Commit-Revision: 501070 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: CC36B759D9 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.967,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 04:23:37 -0000 Author: tobik Date: Thu May 9 04:23:35 2019 New Revision: 501070 URL: https://svnweb.freebsd.org/changeset/ports/501070 Log: x11/bemenu: Update to latest commit Fix runtime on some systems that have nvidia-driver* installed by explicitly linking with libthr to prevent: Unable to find symbol pthread_mutexattr_setkind_np version (null). Aborting. Abort trap (core dumped) While here also always install bemenu-run since it seems to work fine now even under Sway. Deleted: head/x11/bemenu/pkg-help Modified: head/x11/bemenu/Makefile head/x11/bemenu/distinfo head/x11/bemenu/pkg-plist Modified: head/x11/bemenu/Makefile ============================================================================== --- head/x11/bemenu/Makefile Thu May 9 01:35:49 2019 (r501069) +++ head/x11/bemenu/Makefile Thu May 9 04:23:35 2019 (r501070) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= bemenu -DISTVERSION= 0.1.0-11 -DISTVERSIONSUFFIX= -g6cc18e3 +DISTVERSION= 0.1.0-14 +DISTVERSIONSUFFIX= -g121367b CATEGORIES= x11 wayland MAINTAINER= tobik@FreeBSD.org @@ -13,21 +13,19 @@ LICENSE_COMB= multi LICENSE_FILE_GPLv3+ = ${WRKSRC}/LICENSE-CLIENT LICENSE_FILE_LGPL3+ = ${WRKSRC}/LICENSE-LIB -USES= cmake +USES= cmake localbase:ldflags USE_GITHUB= yes GH_ACCOUNT= Cloudef USE_LDCONFIG= yes -LDFLAGS+= -Wl,--as-needed +LDFLAGS+= -pthread -Wl,--as-needed -OPTIONS_DEFINE= BEMENU_RUN OPTIONS_DEFAULT= ${OPTIONS_MULTI_BACKEND} OPTIONS_MULTI= BACKEND OPTIONS_MULTI_BACKEND= NCURSES WAYLAND X11 OPTIONS_SUB= yes BACKEND_DESC= Backend -BEMENU_RUN_DESC= Install bemenu-run (not recommended) NCURSES_CMAKE_BOOL= BEMENU_CURSES_RENDERER NCURSES_CMAKE_ON= -DCURSES_FOUND:BOOL=yes \ Modified: head/x11/bemenu/distinfo ============================================================================== --- head/x11/bemenu/distinfo Thu May 9 01:35:49 2019 (r501069) +++ head/x11/bemenu/distinfo Thu May 9 04:23:35 2019 (r501070) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556083947 -SHA256 (Cloudef-bemenu-0.1.0-11-g6cc18e3_GH0.tar.gz) = abd734b01bf3c290b880c46635bacee6c11b464adff5e841ba662406f5045d65 -SIZE (Cloudef-bemenu-0.1.0-11-g6cc18e3_GH0.tar.gz) = 118128 +TIMESTAMP = 1557375765 +SHA256 (Cloudef-bemenu-0.1.0-14-g121367b_GH0.tar.gz) = 0c74a2514b44395ac3131fb25dcba774da83aaedd9dc594071055c8bd274a16a +SIZE (Cloudef-bemenu-0.1.0-14-g121367b_GH0.tar.gz) = 118122 Modified: head/x11/bemenu/pkg-plist ============================================================================== --- head/x11/bemenu/pkg-plist Thu May 9 01:35:49 2019 (r501069) +++ head/x11/bemenu/pkg-plist Thu May 9 04:23:35 2019 (r501070) @@ -1,5 +1,5 @@ bin/bemenu -%%BEMENU_RUN%%bin/bemenu-run +bin/bemenu-run include/bemenu.h %%NCURSES%%lib/bemenu/bemenu-renderer-curses.so %%WAYLAND%%lib/bemenu/bemenu-renderer-wayland.so From owner-svn-ports-all@freebsd.org Thu May 9 04:48:50 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6904E159D615; Thu, 9 May 2019 04:48:50 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0E8D876422; Thu, 9 May 2019 04:48:50 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E6C1918339; Thu, 9 May 2019 04:48:49 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x494mnQl031225; Thu, 9 May 2019 04:48:49 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x494mnu4031224; Thu, 9 May 2019 04:48:49 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905090448.x494mnu4031224@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 9 May 2019 04:48:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501071 - head/audio/avldrums-lv2 X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/audio/avldrums-lv2 X-SVN-Commit-Revision: 501071 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0E8D876422 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.965,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 04:48:50 -0000 Author: yuri Date: Thu May 9 04:48:49 2019 New Revision: 501071 URL: https://svnweb.freebsd.org/changeset/ports/501071 Log: audio/avldrums-lv2: Update 0.3.4 -> 0.3.5 Reported by: portscout Modified: head/audio/avldrums-lv2/Makefile head/audio/avldrums-lv2/distinfo Modified: head/audio/avldrums-lv2/Makefile ============================================================================== --- head/audio/avldrums-lv2/Makefile Thu May 9 04:23:35 2019 (r501070) +++ head/audio/avldrums-lv2/Makefile Thu May 9 04:48:49 2019 (r501071) @@ -2,7 +2,7 @@ PORTNAME= avldrums DISTVERSIONPREFIX= v -DISTVERSION= 0.3.4 +DISTVERSION= 0.3.5 CATEGORIES= audio PKGNAMESUFFIX= -lv2 Modified: head/audio/avldrums-lv2/distinfo ============================================================================== --- head/audio/avldrums-lv2/distinfo Thu May 9 04:23:35 2019 (r501070) +++ head/audio/avldrums-lv2/distinfo Thu May 9 04:48:49 2019 (r501071) @@ -1,5 +1,5 @@ -TIMESTAMP = 1552168304 -SHA256 (x42-avldrums.lv2-v0.3.4_GH0.tar.gz) = fd0a21e2f6d638b396a8795e26c7663a33c4b0ed41040eac50fc3ee9ac5f2843 -SIZE (x42-avldrums.lv2-v0.3.4_GH0.tar.gz) = 35236003 +TIMESTAMP = 1557377155 +SHA256 (x42-avldrums.lv2-v0.3.5_GH0.tar.gz) = 802df73695e7024c93458ab14676d132d190bdec824f252eec0c31d9d16624b4 +SIZE (x42-avldrums.lv2-v0.3.5_GH0.tar.gz) = 35233812 SHA256 (x42-robtk-bad6354_GH0.tar.gz) = 00324fa0a8c498cec4e2d8930599ea471ad69193a3251c6fc8e844ad4f490de1 SIZE (x42-robtk-bad6354_GH0.tar.gz) = 114562 From owner-svn-ports-all@freebsd.org Thu May 9 04:58:32 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 304D6159D7CC; Thu, 9 May 2019 04:58:32 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B8C3C767BB; Thu, 9 May 2019 04:58:31 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A2C9C184EC; Thu, 9 May 2019 04:58:31 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x494wVfI036739; Thu, 9 May 2019 04:58:31 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x494wVBL036737; Thu, 9 May 2019 04:58:31 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905090458.x494wVBL036737@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 9 May 2019 04:58:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501072 - head/devel/py-QtPy X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/py-QtPy X-SVN-Commit-Revision: 501072 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B8C3C767BB X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.965,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 04:58:32 -0000 Author: yuri Date: Thu May 9 04:58:30 2019 New Revision: 501072 URL: https://svnweb.freebsd.org/changeset/ports/501072 Log: devel/py-QtPy: Update 1.7.0 -> 1.7.1 Reported by: portscout Modified: head/devel/py-QtPy/Makefile head/devel/py-QtPy/distinfo Modified: head/devel/py-QtPy/Makefile ============================================================================== --- head/devel/py-QtPy/Makefile Thu May 9 04:48:49 2019 (r501071) +++ head/devel/py-QtPy/Makefile Thu May 9 04:58:30 2019 (r501072) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= QtPy -DISTVERSION= 1.7.0 +DISTVERSION= 1.7.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-QtPy/distinfo ============================================================================== --- head/devel/py-QtPy/distinfo Thu May 9 04:48:49 2019 (r501071) +++ head/devel/py-QtPy/distinfo Thu May 9 04:58:30 2019 (r501072) @@ -1,3 +1,3 @@ -TIMESTAMP = 1553048980 -SHA256 (QtPy-1.7.0.tar.gz) = d4c540f1761e794ea26c8dabadabf0173d72e4d1d53c8679aeb31a9e953b4f3e -SIZE (QtPy-1.7.0.tar.gz) = 31489 +TIMESTAMP = 1557377856 +SHA256 (QtPy-1.7.1.tar.gz) = e97275750934b3a1f4d8e263f5b889ae817ed36f26867ab0ce52be731ab1ed9e +SIZE (QtPy-1.7.1.tar.gz) = 31494 From owner-svn-ports-all@freebsd.org Thu May 9 05:00:19 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7AF45159D827; Thu, 9 May 2019 05:00:19 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1B959768A8; Thu, 9 May 2019 05:00:19 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DA728184F1; Thu, 9 May 2019 05:00:18 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4950Is4036991; Thu, 9 May 2019 05:00:18 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4950Iqc036989; Thu, 9 May 2019 05:00:18 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905090500.x4950Iqc036989@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 9 May 2019 05:00:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501073 - head/devel/py-PyUtilib X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/py-PyUtilib X-SVN-Commit-Revision: 501073 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1B959768A8 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.965,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 05:00:19 -0000 Author: yuri Date: Thu May 9 05:00:18 2019 New Revision: 501073 URL: https://svnweb.freebsd.org/changeset/ports/501073 Log: devel/py-PyUtilib: Update 5.6.5 -> 5.7.0 Reported by: portscout Modified: head/devel/py-PyUtilib/Makefile head/devel/py-PyUtilib/distinfo Modified: head/devel/py-PyUtilib/Makefile ============================================================================== --- head/devel/py-PyUtilib/Makefile Thu May 9 04:58:30 2019 (r501072) +++ head/devel/py-PyUtilib/Makefile Thu May 9 05:00:18 2019 (r501073) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= PyUtilib -DISTVERSION= 5.6.5 -PORTREVISION= 1 +DISTVERSION= 5.7.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-PyUtilib/distinfo ============================================================================== --- head/devel/py-PyUtilib/distinfo Thu May 9 04:58:30 2019 (r501072) +++ head/devel/py-PyUtilib/distinfo Thu May 9 05:00:18 2019 (r501073) @@ -1,3 +1,3 @@ -TIMESTAMP = 1548096310 -SHA256 (PyUtilib-5.6.5.tar.gz) = 4730084624be98f2c326da88f3852831c6aa919e11babab2c34b0299c8f5ce2a -SIZE (PyUtilib-5.6.5.tar.gz) = 1504220 +TIMESTAMP = 1557377936 +SHA256 (PyUtilib-5.7.0.tar.gz) = 540c9bcdffe4b9a258e4cfcb5891584a54e5d9136cc3f0a09b4f56b1e4fbce20 +SIZE (PyUtilib-5.7.0.tar.gz) = 1500754 From owner-svn-ports-all@freebsd.org Thu May 9 05:35:25 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 003AB159E054; Thu, 9 May 2019 05:35:24 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9AFCC77567; Thu, 9 May 2019 05:35:24 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 74B2718B80; Thu, 9 May 2019 05:35:24 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x495ZONd057568; Thu, 9 May 2019 05:35:24 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x495ZOkq057567; Thu, 9 May 2019 05:35:24 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201905090535.x495ZOkq057567@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Thu, 9 May 2019 05:35:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501074 - in head/lang: ghc843 ghc844 X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head/lang: ghc843 ghc844 X-SVN-Commit-Revision: 501074 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9AFCC77567 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.965,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 05:35:25 -0000 Author: tcberner Date: Thu May 9 05:35:23 2019 New Revision: 501074 URL: https://svnweb.freebsd.org/changeset/ports/501074 Log: lang/gch84[34]: bump LLVM_VERSION to 60 - llvm50 was removed, which breaks poudriere on arm. - this might not fix it, but at least blocks poudrire no longer Reported by: antoine Modified: head/lang/ghc843/Makefile head/lang/ghc844/Makefile Modified: head/lang/ghc843/Makefile ============================================================================== --- head/lang/ghc843/Makefile Thu May 9 05:00:18 2019 (r501073) +++ head/lang/ghc843/Makefile Thu May 9 05:35:23 2019 (r501074) @@ -1,4 +1,4 @@ -# Created by: Simon Marlow +#6Created by: Simon Marlow # $FreeBSD$ PORTNAME= ghc @@ -22,7 +22,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE GHC_VERSION= 8.4.3 HSCOLOUR_VERSION= 1.24.4 -LLVM_VERSION= 50 +LLVM_VERSION= 60 CONFLICTS_INSTALL= ghc-7.4.* ghc-7.6.* ghc-7.8.* ghc-7.10.* ghc-8.0.* ghc-8.4.4 Modified: head/lang/ghc844/Makefile ============================================================================== --- head/lang/ghc844/Makefile Thu May 9 05:00:18 2019 (r501073) +++ head/lang/ghc844/Makefile Thu May 9 05:35:23 2019 (r501074) @@ -20,7 +20,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE GHC_VERSION= 8.4.4 HSCOLOUR_VERSION= 1.24.4 -LLVM_VERSION= 50 +LLVM_VERSION= 60 CONFLICTS_INSTALL= ghc-7.4.* ghc-7.6.* ghc-7.8.* ghc-7.10.* ghc-8.0.* ghc-8.4.3 From owner-svn-ports-all@freebsd.org Thu May 9 05:46:53 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 08AA7159E325; Thu, 9 May 2019 05:46:53 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-ed1-f68.google.com (mail-ed1-f68.google.com [209.85.208.68]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7A2C577ACE; Thu, 9 May 2019 05:46:52 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-ed1-f68.google.com with SMTP id p27so909830eda.1; Wed, 08 May 2019 22:46:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=41hn14vPoxAti0pwGYDlAv6ukjKOqSLB5rWvyFIcTvo=; b=E5aZ57CV0USJRHTWryVi8mfB6J1Y0w1VZ6AsMqB6ZrZ9en67kU7lC7WSme06Qe68uX PFtB//EVt3eew/Os8bYOhMd6wcGBu02u4kw5bIpU3aiG7fnQ79zUDbYkogfoRzPHZb0K y4/auU6oXj41Hck3PZkb1+KYaZjEH3FkdNkzwEdXAjeJwsiieR2/PT/i57yEBu0+Y0tw x7/7oE654Zusa0UbfDf3JBm8FIVT1NgYRQOTjYtyL/cGiAiP4fDBJzGrzOqvpv5Hbq22 lhGX0cxdJcojiK9YOu8zu1MCqcKnC1yjL/ZBEBkEYVS6QNMTyKdsxcoAI506/FyANqbR 0CYw== X-Gm-Message-State: APjAAAXEDn1QKAGKGl+xMzozZmKFIJVlyRzflv7bpnntTmDZKcxjWmFF 9zdlL6LmZCRdk6I1Wv+nWYpkywH9VAsJV40m6StX7BUC X-Google-Smtp-Source: APXvYqy02eT2q5Erl+a8Wuf6N+sNRI+osuwB2IMJyYRHF7nRlWive8aJnw3gyt6eFx/m9bLAqF5A7mDz0e9eFvbwCZM= X-Received: by 2002:a50:fb19:: with SMTP id d25mr1785070edq.61.1557380429502; Wed, 08 May 2019 22:40:29 -0700 (PDT) MIME-Version: 1.0 References: <201905090128.x491Scs7026170@repo.freebsd.org> In-Reply-To: <201905090128.x491Scs7026170@repo.freebsd.org> From: Antoine Brodin Date: Thu, 9 May 2019 07:40:18 +0200 Message-ID: Subject: Re: svn commit: r501068 - in head: Mk lang/ruby26 lang/ruby26/files To: Koichiro Iwao Cc: ports-committers , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 7A2C577ACE X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.90 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.90)[-0.902,0]; TAGGED_FROM(0.00)[] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 05:46:53 -0000 On Thu, May 9, 2019 at 3:28 AM Koichiro Iwao wrote: > Author: meta > Date: Thu May 9 01:28:38 2019 > New Revision: 501068 > URL: https://svnweb.freebsd.org/changeset/ports/501068 > > Log: > Add ruby26 2.6.3 (copied from ruby25) Hi, You forgot to hook it to the build. Antoine From owner-svn-ports-all@freebsd.org Thu May 9 06:26:24 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA8DF159E9A0; Thu, 9 May 2019 06:26:24 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 51449807B8; Thu, 9 May 2019 06:26:24 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 3F744B8B6; Thu, 9 May 2019 06:26:24 +0000 (UTC) From: Jan Beich To: "Tobias C. Berner" Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r501074 - in head/lang: ghc843 ghc844 References: <201905090535.x495ZOkq057567@repo.freebsd.org> Date: Thu, 09 May 2019 08:26:20 +0200 In-Reply-To: <201905090535.x495ZOkq057567@repo.freebsd.org> (Tobias C. Berner's message of "Thu, 9 May 2019 05:35:24 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: 51449807B8 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.85 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_SHORT(-0.85)[-0.855,0]; ASN(0.00)[asn:11403, ipnet:96.47.64.0/20, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 06:26:24 -0000 "Tobias C. Berner" writes: > Modified: head/lang/ghc843/Makefile > ============================================================================== > --- head/lang/ghc843/Makefile Thu May 9 05:00:18 2019 (r501073) > +++ head/lang/ghc843/Makefile Thu May 9 05:35:23 2019 (r501074) > @@ -1,4 +1,4 @@ > -# Created by: Simon Marlow > +#6Created by: Simon Marlow What this hunk tries to accomplish? From owner-svn-ports-all@freebsd.org Thu May 9 06:42:09 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6FAAF159EE99; Thu, 9 May 2019 06:42:09 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0B88E80F2E; Thu, 9 May 2019 06:42:09 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D8985195B6; Thu, 9 May 2019 06:42:08 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x496g8Lg089756; Thu, 9 May 2019 06:42:08 GMT (envelope-from meta@FreeBSD.org) Received: (from meta@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x496g8cj089754; Thu, 9 May 2019 06:42:08 GMT (envelope-from meta@FreeBSD.org) Message-Id: <201905090642.x496g8cj089754@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: meta set sender to meta@FreeBSD.org using -f From: Koichiro Iwao Date: Thu, 9 May 2019 06:42:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501075 - in head: Mk lang/ruby26 X-SVN-Group: ports-head X-SVN-Commit-Author: meta X-SVN-Commit-Paths: in head: Mk lang/ruby26 X-SVN-Commit-Revision: 501075 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0B88E80F2E X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.946,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 06:42:09 -0000 Author: meta Date: Thu May 9 06:42:08 2019 New Revision: 501075 URL: https://svnweb.freebsd.org/changeset/ports/501075 Log: lang/ruby26: Fix pkg-plist when EXAMPLES=off Reported by: adamw Modified: head/Mk/bsd.ruby.mk head/lang/ruby26/pkg-plist Modified: head/Mk/bsd.ruby.mk ============================================================================== --- head/Mk/bsd.ruby.mk Thu May 9 05:35:23 2019 (r501074) +++ head/Mk/bsd.ruby.mk Thu May 9 06:42:08 2019 (r501075) @@ -175,7 +175,7 @@ RUBY25= "" # PLIST_SUB helpers # Ruby 2.6 # RUBY_RELVERSION= 2.6.3 -RUBY_PORTREVISION= 0 +RUBY_PORTREVISION= 1 RUBY_PORTEPOCH= 1 RUBY_PATCHLEVEL= 0 RUBY26= "" # PLIST_SUB helpers Modified: head/lang/ruby26/pkg-plist ============================================================================== --- head/lang/ruby26/pkg-plist Thu May 9 05:35:23 2019 (r501074) +++ head/lang/ruby26/pkg-plist Thu May 9 06:42:08 2019 (r501075) @@ -8617,6 +8617,7 @@ man/man1/%%RUBY_NAME%%.1.gz %%EXAMPLES%%%%RUBY_EXAMPLESDIR%%/trick2015/monae/authors.markdown %%EXAMPLES%%%%RUBY_EXAMPLESDIR%%/trick2015/monae/entry.rb %%EXAMPLES%%%%RUBY_EXAMPLESDIR%%/trick2015/monae/remarks.markdown +%%EXAMPLES%%%%RUBY_EXAMPLESDIR%%/trick2018/README.md %%EXAMPLES%%%%RUBY_EXAMPLESDIR%%/trick2018/01-kinaba/authors.markdown %%EXAMPLES%%%%RUBY_EXAMPLESDIR%%/trick2018/01-kinaba/entry.rb %%EXAMPLES%%%%RUBY_EXAMPLESDIR%%/trick2018/01-kinaba/remarks.markdown @@ -8650,7 +8651,6 @@ man/man1/%%RUBY_NAME%%.1.gz %%EXAMPLES%%%%RUBY_EXAMPLESDIR%%/webrick/httpd.rb %%EXAMPLES%%%%RUBY_EXAMPLESDIR%%/webrick/httpproxy.rb %%EXAMPLES%%%%RUBY_EXAMPLESDIR%%/webrick/httpsd.rb -%%RDOC%%%%RUBY_EXAMPLESDIR%%/trick2018/README.md %%RDOC%%%%RUBY_LIBDIR%%/csv/delete_suffix.rb %%RDOC%%%%RUBY_RIDIR%%/ACL/ACLEntry/cdesc-ACLEntry.ri %%RDOC%%%%RUBY_RIDIR%%/ACL/ACLEntry/dot_pat-i.ri From owner-svn-ports-all@freebsd.org Thu May 9 06:43:32 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9E08159EEDE; Thu, 9 May 2019 06:43:32 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6BA9981059; Thu, 9 May 2019 06:43:32 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from icepick.vmeta.jp (unknown [IPv6:2405:6586:2280:1200:a190:e24d:3e80:9174]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: meta/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id A3DAAF84D; Thu, 9 May 2019 06:43:30 +0000 (UTC) (envelope-from meta@FreeBSD.org) Date: Thu, 9 May 2019 15:43:27 +0900 From: Koichiro Iwao To: Adam Weinberger Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r501068 - in head: Mk lang/ruby26 lang/ruby26/files Message-ID: <20190509064327.kn3zjfts4kwppxhv@icepick.vmeta.jp> References: <201905090128.x491Scs7026170@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD 12.0-STABLE amd64 User-Agent: NeoMutt/20180716 X-Rspamd-Queue-Id: 6BA9981059 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.94 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.94)[-0.944,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 06:43:33 -0000 On Wed, May 08, 2019 at 09:08:37PM -0600, Adam Weinberger wrote: > WIth EXAMPLES off: > pkg-static: Unable to access file > /wrkdirs/usr/ports/lang/ruby26/work/stage/usr/local/share/examples/ruby26/trick2018/README.md:No > such file or directory Fixed at r501075, thanks. -- meta From owner-svn-ports-all@freebsd.org Thu May 9 07:42:58 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8CED4159FF9C; Thu, 9 May 2019 07:42:58 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2F44182A5A; Thu, 9 May 2019 07:42:58 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 152331A0EC; Thu, 9 May 2019 07:42:58 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x497gvqG025439; Thu, 9 May 2019 07:42:57 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x497gvmo025434; Thu, 9 May 2019 07:42:57 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905090742.x497gvmo025434@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 9 May 2019 07:42:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501076 - in head/shells: . rush X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/shells: . rush X-SVN-Commit-Revision: 501076 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2F44182A5A X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 07:42:58 -0000 Author: yuri Date: Thu May 9 07:42:56 2019 New Revision: 501076 URL: https://svnweb.freebsd.org/changeset/ports/501076 Log: New port: shells/rush: Restricted User SHell, providing limited remote access to resources Added: head/shells/rush/ head/shells/rush/Makefile (contents, props changed) head/shells/rush/distinfo (contents, props changed) head/shells/rush/pkg-descr (contents, props changed) head/shells/rush/pkg-plist (contents, props changed) Modified: head/shells/Makefile Modified: head/shells/Makefile ============================================================================== --- head/shells/Makefile Thu May 9 06:42:08 2019 (r501075) +++ head/shells/Makefile Thu May 9 07:42:56 2019 (r501076) @@ -41,6 +41,7 @@ SUBDIR += psh SUBDIR += rc SUBDIR += rssh + SUBDIR += rush SUBDIR += sash SUBDIR += scponly SUBDIR += shell-include Added: head/shells/rush/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/shells/rush/Makefile Thu May 9 07:42:56 2019 (r501076) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= rush +DISTVERSION= 1.9 +CATEGORIES= shells +MASTER_SITES= GNU + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Restricted User SHell, providing limited remote access to resources + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= gettext-runtime gmake tar:xz +GNU_CONFIGURE= yes + +INFO= ${PORTNAME} + +.include Added: head/shells/rush/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/shells/rush/distinfo Thu May 9 07:42:56 2019 (r501076) @@ -0,0 +1,3 @@ +TIMESTAMP = 1557385661 +SHA256 (rush-1.9.tar.xz) = e42b6b8fbf0ef0c216aff9fecac8752e7cac322b7f149e4932f6b68435a5d598 +SIZE (rush-1.9.tar.xz) = 738196 Added: head/shells/rush/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/shells/rush/pkg-descr Thu May 9 07:42:56 2019 (r501076) @@ -0,0 +1,9 @@ +GNU Rush is a Restricted User Shell, designed for sites providing limited remote +access to their resources, such as, for example, savannah.gnu.org. Its main +program, rush, is configured as a user login shell for users that are allowed +only remote access to the machine. Using a flexible configuration file, GNU Rush +gives administrator complete control over the command lines that users execute, +and allows to tune the usage of system resources, such as virtual memory, CPU +time, etc. on a per-user basis. + +WWW: https://puszcza.gnu.org.ua/software/rush/ Added: head/shells/rush/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/shells/rush/pkg-plist Thu May 9 07:42:56 2019 (r501076) @@ -0,0 +1,24 @@ +bin/rush-po +bin/rushlast +bin/rushwho +etc/rush.rc +man/man1/rush-po.1.gz +man/man1/rushlast.1.gz +man/man1/rushwho.1.gz +man/man5/rush.rc.5.gz +man/man8/rush.8.gz +sbin/rush +share/locale/da/LC_MESSAGES/rush.mo +share/locale/de/LC_MESSAGES/rush.mo +share/locale/es/LC_MESSAGES/rush.mo +share/locale/fi/LC_MESSAGES/rush.mo +share/locale/fr/LC_MESSAGES/rush.mo +share/locale/gl/LC_MESSAGES/rush.mo +share/locale/nl/LC_MESSAGES/rush.mo +share/locale/pl/LC_MESSAGES/rush.mo +share/locale/pt_BR/LC_MESSAGES/rush.mo +share/locale/sr/LC_MESSAGES/rush.mo +share/locale/sv/LC_MESSAGES/rush.mo +share/locale/uk/LC_MESSAGES/rush.mo +share/locale/vi/LC_MESSAGES/rush.mo +share/locale/zh_CN/LC_MESSAGES/rush.mo From owner-svn-ports-all@freebsd.org Thu May 9 07:56:17 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C12815A0497; Thu, 9 May 2019 07:56:17 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 42B37830D3; Thu, 9 May 2019 07:56:17 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from icepick.vmeta.jp (unknown [IPv6:2405:6586:2280:1200:a190:e24d:3e80:9174]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: meta/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id AFD1B1000F; Thu, 9 May 2019 07:56:15 +0000 (UTC) (envelope-from meta@FreeBSD.org) Date: Thu, 9 May 2019 16:56:10 +0900 From: Koichiro Iwao To: Antoine Brodin Cc: ports-committers , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r501068 - in head: Mk lang/ruby26 lang/ruby26/files Message-ID: <20190509075610.frpgok7lx5kixprq@icepick.vmeta.jp> References: <201905090128.x491Scs7026170@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD 12.0-STABLE amd64 User-Agent: NeoMutt/20180716 X-Rspamd-Queue-Id: 42B37830D3 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.97 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.966,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 07:56:17 -0000 On Thu, May 09, 2019 at 07:40:18AM +0200, Antoine Brodin wrote: > Hi, > > You forgot to hook it to the build. > > Antoine I don't get it. -- meta From owner-svn-ports-all@freebsd.org Thu May 9 07:59:22 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3801715A06C7; Thu, 9 May 2019 07:59:22 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CF377833F4; Thu, 9 May 2019 07:59:21 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 9F72DC7CE; Thu, 9 May 2019 07:59:21 +0000 (UTC) From: Jan Beich To: Koichiro Iwao Cc: Antoine Brodin , svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers Subject: Re: svn commit: r501068 - in head: Mk lang/ruby26 lang/ruby26/files References: <201905090128.x491Scs7026170@repo.freebsd.org> <20190509075610.frpgok7lx5kixprq@icepick.vmeta.jp> Date: Thu, 09 May 2019 09:59:17 +0200 In-Reply-To: <20190509075610.frpgok7lx5kixprq@icepick.vmeta.jp> (Koichiro Iwao's message of "Thu, 9 May 2019 16:56:10 +0900") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: CF377833F4 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.87 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.87)[-0.875,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 07:59:22 -0000 Koichiro Iwao writes: > On Thu, May 09, 2019 at 07:40:18AM +0200, Antoine Brodin wrote: > >> Hi, >> >> You forgot to hook it to the build. >> >> Antoine > > I don't get it. In lang/Makefile, for "poudriere bulk -a" or "make index". From owner-svn-ports-all@freebsd.org Thu May 9 08:01:50 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2457E15A0B10; Thu, 9 May 2019 08:01:50 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C07A783792; Thu, 9 May 2019 08:01:49 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9D9041A306; Thu, 9 May 2019 08:01:49 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4981nxL032698; Thu, 9 May 2019 08:01:49 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4981nvP032697; Thu, 9 May 2019 08:01:49 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201905090801.x4981nvP032697@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Thu, 9 May 2019 08:01:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501077 - head/comms/pear-Horde_ActiveSync X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/comms/pear-Horde_ActiveSync X-SVN-Commit-Revision: 501077 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C07A783792 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 08:01:50 -0000 Author: joneum Date: Thu May 9 08:01:49 2019 New Revision: 501077 URL: https://svnweb.freebsd.org/changeset/ports/501077 Log: Update to 2.39.9 Sponsored by: Netzkommune GmbH Modified: head/comms/pear-Horde_ActiveSync/Makefile head/comms/pear-Horde_ActiveSync/distinfo Modified: head/comms/pear-Horde_ActiveSync/Makefile ============================================================================== --- head/comms/pear-Horde_ActiveSync/Makefile Thu May 9 07:42:56 2019 (r501076) +++ head/comms/pear-Horde_ActiveSync/Makefile Thu May 9 08:01:49 2019 (r501077) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Horde_ActiveSync -DISTVERSION= 2.39.8 +DISTVERSION= 2.39.9 CATEGORIES= comms www pear MAINTAINER= horde@FreeBSD.org Modified: head/comms/pear-Horde_ActiveSync/distinfo ============================================================================== --- head/comms/pear-Horde_ActiveSync/distinfo Thu May 9 07:42:56 2019 (r501076) +++ head/comms/pear-Horde_ActiveSync/distinfo Thu May 9 08:01:49 2019 (r501077) @@ -1,3 +1,3 @@ -TIMESTAMP = 1553073390 -SHA256 (Horde/Horde_ActiveSync-2.39.8.tgz) = 469d7457b0577cab9b189f4a0f45c0257c4cc04643627d6f108f632549aef0fb -SIZE (Horde/Horde_ActiveSync-2.39.8.tgz) = 402139 +TIMESTAMP = 1557387823 +SHA256 (Horde/Horde_ActiveSync-2.39.9.tgz) = 439a82e212ff1e6a46e989312f08de79cf456f79a1c2f7062c1e9bf590cda716 +SIZE (Horde/Horde_ActiveSync-2.39.9.tgz) = 402195 From owner-svn-ports-all@freebsd.org Thu May 9 08:20:17 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E2B6C15A14B7; Thu, 9 May 2019 08:20:16 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8838984146; Thu, 9 May 2019 08:20:16 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from icepick.vmeta.jp (unknown [IPv6:2405:6586:2280:1200:a190:e24d:3e80:9174]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: meta/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id EC57F1024D; Thu, 9 May 2019 08:20:14 +0000 (UTC) (envelope-from meta@FreeBSD.org) Date: Thu, 9 May 2019 17:20:11 +0900 From: Koichiro Iwao To: Jan Beich Cc: Antoine Brodin , svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers Subject: Re: svn commit: r501068 - in head: Mk lang/ruby26 lang/ruby26/files Message-ID: <20190509082011.vyjdt22brq6mil4q@icepick.vmeta.jp> References: <201905090128.x491Scs7026170@repo.freebsd.org> <20190509075610.frpgok7lx5kixprq@icepick.vmeta.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD 12.0-STABLE amd64 User-Agent: NeoMutt/20180716 X-Rspamd-Queue-Id: 8838984146 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.92 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.92)[-0.916,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 08:20:17 -0000 On Thu, May 09, 2019 at 09:59:17AM +0200, Jan Beich wrote: > In lang/Makefile, for "poudriere bulk -a" or "make index". Ah, I certainly added it (see D19961) but missed to commit, thanks. -- meta From owner-svn-ports-all@freebsd.org Thu May 9 08:24:09 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70B0115A1677; Thu, 9 May 2019 08:24:09 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0B5EF844D3; Thu, 9 May 2019 08:24:09 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D5A951A7D2; Thu, 9 May 2019 08:24:08 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x498O8tl046423; Thu, 9 May 2019 08:24:08 GMT (envelope-from meta@FreeBSD.org) Received: (from meta@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x498O8xd046422; Thu, 9 May 2019 08:24:08 GMT (envelope-from meta@FreeBSD.org) Message-Id: <201905090824.x498O8xd046422@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: meta set sender to meta@FreeBSD.org using -f From: Koichiro Iwao Date: Thu, 9 May 2019 08:24:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501078 - head/lang X-SVN-Group: ports-head X-SVN-Commit-Author: meta X-SVN-Commit-Paths: head/lang X-SVN-Commit-Revision: 501078 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0B5EF844D3 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.956,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 08:24:09 -0000 Author: meta Date: Thu May 9 08:24:08 2019 New Revision: 501078 URL: https://svnweb.freebsd.org/changeset/ports/501078 Log: Forgot to commit this in r501068 Reported by: antonie Modified: head/lang/Makefile Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Thu May 9 08:01:49 2019 (r501077) +++ head/lang/Makefile Thu May 9 08:24:08 2019 (r501078) @@ -321,6 +321,7 @@ SUBDIR += rubinius SUBDIR += ruby24 SUBDIR += ruby25 + SUBDIR += ruby26 SUBDIR += runawk SUBDIR += rust SUBDIR += rust-nightly From owner-svn-ports-all@freebsd.org Thu May 9 09:01:33 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9BD2615A25D7; Thu, 9 May 2019 09:01:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4328C85637; Thu, 9 May 2019 09:01: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1FCC91AD10; Thu, 9 May 2019 09:01: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 x4991XYe064949; Thu, 9 May 2019 09:01:33 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4991XZ6064948; Thu, 9 May 2019 09:01:33 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201905090901.x4991XZ6064948@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 9 May 2019 09:01:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501079 - head/mail/openemm2015 X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/mail/openemm2015 X-SVN-Commit-Revision: 501079 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4328C85637 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.969,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 09:01:33 -0000 Author: amdmi3 Date: Thu May 9 09:01:32 2019 New Revision: 501079 URL: https://svnweb.freebsd.org/changeset/ports/501079 Log: - Update WWW Approved by: portmgr blanket Modified: head/mail/openemm2015/pkg-descr Modified: head/mail/openemm2015/pkg-descr ============================================================================== --- head/mail/openemm2015/pkg-descr Thu May 9 08:24:08 2019 (r501078) +++ head/mail/openemm2015/pkg-descr Thu May 9 09:01:32 2019 (r501079) @@ -14,4 +14,4 @@ OpenEMM offers already more than 95% of the functional commercial products and some features most commercial products do not offer right now (for example MySQL support and CMS functionality). -WWW: http://www.openemm.org +WWW: https://www.agnitas.de/en/e-marketing_manager/email-marketing-software-variants/openemm/ From owner-svn-ports-all@freebsd.org Thu May 9 09:31:33 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 88DCA15A352F; Thu, 9 May 2019 09:31:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2DCE6866E0; Thu, 9 May 2019 09:31: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1F2B11B319; Thu, 9 May 2019 09:31: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 x499VXww082133; Thu, 9 May 2019 09:31:33 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x499VWLB082132; Thu, 9 May 2019 09:31:32 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201905090931.x499VWLB082132@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 9 May 2019 09:31:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501080 - head/x11/deforaos-libdesktop X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/x11/deforaos-libdesktop X-SVN-Commit-Revision: 501080 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2DCE6866E0 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.969,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 09:31:33 -0000 Author: amdmi3 Date: Thu May 9 09:31:32 2019 New Revision: 501080 URL: https://svnweb.freebsd.org/changeset/ports/501080 Log: - Add USES=gnome - Pet portlint - Update WWW Approved by: portmgr blanket Modified: head/x11/deforaos-libdesktop/Makefile head/x11/deforaos-libdesktop/pkg-descr Modified: head/x11/deforaos-libdesktop/Makefile ============================================================================== --- head/x11/deforaos-libdesktop/Makefile Thu May 9 09:01:32 2019 (r501079) +++ head/x11/deforaos-libdesktop/Makefile Thu May 9 09:31:32 2019 (r501080) @@ -17,8 +17,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libSystem.so:devel/deforaos-libsystem +USES= gnome pkgconfig USE_GNOME= gtk20 -USES= pkgconfig USE_LDCONFIG= yes MAKE_ARGS+= PREFIX=${PREFIX} MAKE_ENV+= MANDIR=${STAGEDIR}${MANPREFIX}/man Modified: head/x11/deforaos-libdesktop/pkg-descr ============================================================================== --- head/x11/deforaos-libdesktop/pkg-descr Thu May 9 09:01:32 2019 (r501079) +++ head/x11/deforaos-libdesktop/pkg-descr Thu May 9 09:31:32 2019 (r501080) @@ -1,3 +1,3 @@ DeforaOS desktop library -WWW: http://www.defora.org/ +WWW: https://www.defora.org/ From owner-svn-ports-all@freebsd.org Thu May 9 10:16:39 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C284615A43D3; Thu, 9 May 2019 10:16:39 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6514787E56; Thu, 9 May 2019 10:16:39 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3F3891BA06; Thu, 9 May 2019 10:16:39 +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 x49AGdOD004470; Thu, 9 May 2019 10:16:39 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49AGcaZ004466; Thu, 9 May 2019 10:16:38 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905091016.x49AGcaZ004466@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 9 May 2019 10:16:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501081 - head/devel/rust-cbindgen X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/devel/rust-cbindgen X-SVN-Commit-Revision: 501081 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6514787E56 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.959,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 10:16:40 -0000 Author: jbeich Date: Thu May 9 10:16:38 2019 New Revision: 501081 URL: https://svnweb.freebsd.org/changeset/ports/501081 Log: devel/rust-cbindgen: update to 0.8.6 Changes: https://github.com/eqrion/cbindgen/compare/v0.8.3...v0.8.6 Modified: head/devel/rust-cbindgen/Makefile (contents, props changed) head/devel/rust-cbindgen/distinfo (contents, props changed) Modified: head/devel/rust-cbindgen/Makefile ============================================================================== --- head/devel/rust-cbindgen/Makefile Thu May 9 09:31:32 2019 (r501080) +++ head/devel/rust-cbindgen/Makefile Thu May 9 10:16:38 2019 (r501081) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= cbindgen -DISTVERSION= 0.8.3 -PORTREVISION= 2 +DISTVERSION= 0.8.6 CATEGORIES= devel MASTER_SITES= CRATESIO PKGNAMEPREFIX= rust- @@ -24,37 +23,38 @@ CARGO_CRATES= ansi_term-0.11.0 \ autocfg-0.1.2 \ bitflags-1.0.4 \ cfg-if-0.1.7 \ - clap-2.32.0 \ + clap-2.33.0 \ cloudabi-0.0.3 \ fuchsia-cprng-0.1.1 \ - itoa-0.4.3 \ - libc-0.2.51 \ + itoa-0.4.4 \ + libc-0.2.54 \ log-0.4.6 \ - proc-macro2-0.4.27 \ - quote-0.6.11 \ + numtoa-0.1.0 \ + proc-macro2-0.4.30 \ + quote-0.6.12 \ rand-0.6.5 \ rand_chacha-0.1.1 \ rand_core-0.3.1 \ rand_core-0.4.0 \ rand_hc-0.1.0 \ rand_isaac-0.1.1 \ - rand_jitter-0.1.3 \ + rand_jitter-0.1.4 \ rand_os-0.1.3 \ rand_pcg-0.1.2 \ rand_xorshift-0.1.1 \ rdrand-0.4.0 \ - redox_syscall-0.1.52 \ + redox_syscall-0.1.54 \ redox_termios-0.1.1 \ remove_dir_all-0.5.1 \ - ryu-0.2.7 \ - serde-1.0.90 \ - serde_derive-1.0.90 \ + ryu-0.2.8 \ + serde-1.0.91 \ + serde_derive-1.0.91 \ serde_json-1.0.39 \ - strsim-0.7.0 \ - syn-0.15.30 \ + strsim-0.8.0 \ + syn-0.15.34 \ tempfile-3.0.7 \ - termion-1.5.1 \ - textwrap-0.10.0 \ + termion-1.5.2 \ + textwrap-0.11.0 \ toml-0.4.10 \ unicode-width-0.1.5 \ unicode-xid-0.1.0 \ Modified: head/devel/rust-cbindgen/distinfo ============================================================================== --- head/devel/rust-cbindgen/distinfo Thu May 9 09:31:32 2019 (r501080) +++ head/devel/rust-cbindgen/distinfo Thu May 9 10:16:38 2019 (r501081) @@ -1,6 +1,6 @@ -TIMESTAMP = 1553886639 -SHA256 (rust/crates/cbindgen-0.8.3.tar.gz) = 31f70db109be74a3dfcb0af4d0d191e52230351477f14c2ed10707c2b0dcfa2e -SIZE (rust/crates/cbindgen-0.8.3.tar.gz) = 101727 +TIMESTAMP = 1513271942 +SHA256 (rust/crates/cbindgen-0.8.6.tar.gz) = 336abd55f9327ceca0be01349ce4f559ff6e8b5bf68ce96e4671a0d3f647e162 +SIZE (rust/crates/cbindgen-0.8.6.tar.gz) = 106751 SHA256 (rust/crates/ansi_term-0.11.0.tar.gz) = ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b SIZE (rust/crates/ansi_term-0.11.0.tar.gz) = 17087 SHA256 (rust/crates/atty-0.2.11.tar.gz) = 9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652 @@ -11,22 +11,24 @@ SHA256 (rust/crates/bitflags-1.0.4.tar.gz) = 228047a76 SIZE (rust/crates/bitflags-1.0.4.tar.gz) = 15282 SHA256 (rust/crates/cfg-if-0.1.7.tar.gz) = 11d43355396e872eefb45ce6342e4374ed7bc2b3a502d1b28e36d6e23c05d1f4 SIZE (rust/crates/cfg-if-0.1.7.tar.gz) = 7360 -SHA256 (rust/crates/clap-2.32.0.tar.gz) = b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e -SIZE (rust/crates/clap-2.32.0.tar.gz) = 196073 +SHA256 (rust/crates/clap-2.33.0.tar.gz) = 5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9 +SIZE (rust/crates/clap-2.33.0.tar.gz) = 196458 SHA256 (rust/crates/cloudabi-0.0.3.tar.gz) = ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f SIZE (rust/crates/cloudabi-0.0.3.tar.gz) = 22156 SHA256 (rust/crates/fuchsia-cprng-0.1.1.tar.gz) = a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba SIZE (rust/crates/fuchsia-cprng-0.1.1.tar.gz) = 2950 -SHA256 (rust/crates/itoa-0.4.3.tar.gz) = 1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b -SIZE (rust/crates/itoa-0.4.3.tar.gz) = 11061 -SHA256 (rust/crates/libc-0.2.51.tar.gz) = bedcc7a809076656486ffe045abeeac163da1b558e963a31e29fbfbeba916917 -SIZE (rust/crates/libc-0.2.51.tar.gz) = 397323 +SHA256 (rust/crates/itoa-0.4.4.tar.gz) = 501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f +SIZE (rust/crates/itoa-0.4.4.tar.gz) = 11147 +SHA256 (rust/crates/libc-0.2.54.tar.gz) = c6785aa7dd976f5fbf3b71cfd9cd49d7f783c1ff565a858d71031c6c313aa5c6 +SIZE (rust/crates/libc-0.2.54.tar.gz) = 401259 SHA256 (rust/crates/log-0.4.6.tar.gz) = c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6 SIZE (rust/crates/log-0.4.6.tar.gz) = 22303 -SHA256 (rust/crates/proc-macro2-0.4.27.tar.gz) = 4d317f9caece796be1980837fd5cb3dfec5613ebdb04ad0956deea83ce168915 -SIZE (rust/crates/proc-macro2-0.4.27.tar.gz) = 34098 -SHA256 (rust/crates/quote-0.6.11.tar.gz) = cdd8e04bd9c52e0342b406469d494fcb033be4bdbe5c606016defbb1681411e1 -SIZE (rust/crates/quote-0.6.11.tar.gz) = 17283 +SHA256 (rust/crates/numtoa-0.1.0.tar.gz) = b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef +SIZE (rust/crates/numtoa-0.1.0.tar.gz) = 8999 +SHA256 (rust/crates/proc-macro2-0.4.30.tar.gz) = cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759 +SIZE (rust/crates/proc-macro2-0.4.30.tar.gz) = 34731 +SHA256 (rust/crates/quote-0.6.12.tar.gz) = faf4799c5d274f3868a4aae320a0a182cbd2baee377b378f080e16a23e9d80db +SIZE (rust/crates/quote-0.6.12.tar.gz) = 17541 SHA256 (rust/crates/rand-0.6.5.tar.gz) = 6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca SIZE (rust/crates/rand-0.6.5.tar.gz) = 104814 SHA256 (rust/crates/rand_chacha-0.1.1.tar.gz) = 556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef @@ -39,8 +41,8 @@ SHA256 (rust/crates/rand_hc-0.1.0.tar.gz) = 7b40677c7b SIZE (rust/crates/rand_hc-0.1.0.tar.gz) = 11644 SHA256 (rust/crates/rand_isaac-0.1.1.tar.gz) = ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08 SIZE (rust/crates/rand_isaac-0.1.1.tar.gz) = 16020 -SHA256 (rust/crates/rand_jitter-0.1.3.tar.gz) = 7b9ea758282efe12823e0d952ddb269d2e1897227e464919a554f2a03ef1b832 -SIZE (rust/crates/rand_jitter-0.1.3.tar.gz) = 18341 +SHA256 (rust/crates/rand_jitter-0.1.4.tar.gz) = 1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b +SIZE (rust/crates/rand_jitter-0.1.4.tar.gz) = 18409 SHA256 (rust/crates/rand_os-0.1.3.tar.gz) = 7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071 SIZE (rust/crates/rand_os-0.1.3.tar.gz) = 18965 SHA256 (rust/crates/rand_pcg-0.1.2.tar.gz) = abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44 @@ -49,30 +51,30 @@ SHA256 (rust/crates/rand_xorshift-0.1.1.tar.gz) = cbf7 SIZE (rust/crates/rand_xorshift-0.1.1.tar.gz) = 8997 SHA256 (rust/crates/rdrand-0.4.0.tar.gz) = 678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2 SIZE (rust/crates/rdrand-0.4.0.tar.gz) = 6456 -SHA256 (rust/crates/redox_syscall-0.1.52.tar.gz) = d32b3053e5ced86e4bc0411fec997389532bf56b000e66cb4884eeeb41413d69 -SIZE (rust/crates/redox_syscall-0.1.52.tar.gz) = 15595 +SHA256 (rust/crates/redox_syscall-0.1.54.tar.gz) = 12229c14a0f65c4f1cb046a3b52047cdd9da1f4b30f8a39c5063c8bae515e252 +SIZE (rust/crates/redox_syscall-0.1.54.tar.gz) = 15668 SHA256 (rust/crates/redox_termios-0.1.1.tar.gz) = 7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76 SIZE (rust/crates/redox_termios-0.1.1.tar.gz) = 3227 SHA256 (rust/crates/remove_dir_all-0.5.1.tar.gz) = 3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5 SIZE (rust/crates/remove_dir_all-0.5.1.tar.gz) = 8726 -SHA256 (rust/crates/ryu-0.2.7.tar.gz) = eb9e9b8cde282a9fe6a42dd4681319bfb63f121b8a8ee9439c6f4107e58a46f7 -SIZE (rust/crates/ryu-0.2.7.tar.gz) = 41382 -SHA256 (rust/crates/serde-1.0.90.tar.gz) = aa5f7c20820475babd2c077c3ab5f8c77a31c15e16ea38687b4c02d3e48680f4 -SIZE (rust/crates/serde-1.0.90.tar.gz) = 71415 -SHA256 (rust/crates/serde_derive-1.0.90.tar.gz) = 58fc82bec244f168b23d1963b45c8bf5726e9a15a9d146a067f9081aeed2de79 -SIZE (rust/crates/serde_derive-1.0.90.tar.gz) = 48815 +SHA256 (rust/crates/ryu-0.2.8.tar.gz) = b96a9549dc8d48f2c283938303c4b5a77aa29bfbc5b54b084fb1630408899a8f +SIZE (rust/crates/ryu-0.2.8.tar.gz) = 42798 +SHA256 (rust/crates/serde-1.0.91.tar.gz) = a72e9b96fa45ce22a4bc23da3858dfccfd60acd28a25bcd328a98fdd6bea43fd +SIZE (rust/crates/serde-1.0.91.tar.gz) = 71696 +SHA256 (rust/crates/serde_derive-1.0.91.tar.gz) = 101b495b109a3e3ca8c4cbe44cf62391527cdfb6ba15821c5ce80bcd5ea23f9f +SIZE (rust/crates/serde_derive-1.0.91.tar.gz) = 48765 SHA256 (rust/crates/serde_json-1.0.39.tar.gz) = 5a23aa71d4a4d43fdbfaac00eff68ba8a06a51759a89ac3304323e800c4dd40d SIZE (rust/crates/serde_json-1.0.39.tar.gz) = 69621 -SHA256 (rust/crates/strsim-0.7.0.tar.gz) = bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550 -SIZE (rust/crates/strsim-0.7.0.tar.gz) = 8435 -SHA256 (rust/crates/syn-0.15.30.tar.gz) = 66c8865bf5a7cbb662d8b011950060b3c8743dca141b054bf7195b20d314d8e2 -SIZE (rust/crates/syn-0.15.30.tar.gz) = 146358 +SHA256 (rust/crates/strsim-0.8.0.tar.gz) = 8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a +SIZE (rust/crates/strsim-0.8.0.tar.gz) = 9309 +SHA256 (rust/crates/syn-0.15.34.tar.gz) = a1393e4a97a19c01e900df2aec855a29f71cf02c402e2f443b8d2747c25c5dbe +SIZE (rust/crates/syn-0.15.34.tar.gz) = 149802 SHA256 (rust/crates/tempfile-3.0.7.tar.gz) = b86c784c88d98c801132806dadd3819ed29d8600836c4088e855cdf3e178ed8a SIZE (rust/crates/tempfile-3.0.7.tar.gz) = 23922 -SHA256 (rust/crates/termion-1.5.1.tar.gz) = 689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096 -SIZE (rust/crates/termion-1.5.1.tar.gz) = 20659 -SHA256 (rust/crates/textwrap-0.10.0.tar.gz) = 307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6 -SIZE (rust/crates/textwrap-0.10.0.tar.gz) = 15986 +SHA256 (rust/crates/termion-1.5.2.tar.gz) = dde0593aeb8d47accea5392b39350015b5eccb12c0d98044d856983d89548dea +SIZE (rust/crates/termion-1.5.2.tar.gz) = 22076 +SHA256 (rust/crates/textwrap-0.11.0.tar.gz) = d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060 +SIZE (rust/crates/textwrap-0.11.0.tar.gz) = 17322 SHA256 (rust/crates/toml-0.4.10.tar.gz) = 758664fc71a3a69038656bee8b6be6477d2a6c315a6b81f7081f591bffa4111f SIZE (rust/crates/toml-0.4.10.tar.gz) = 47534 SHA256 (rust/crates/unicode-width-0.1.5.tar.gz) = 882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526 From owner-svn-ports-all@freebsd.org Thu May 9 10:19:54 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D687B15A441F; Thu, 9 May 2019 10:19:53 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7146487F53; Thu, 9 May 2019 10:19: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 47A0C1BA07; Thu, 9 May 2019 10:19: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 x49AJrcp004743; Thu, 9 May 2019 10:19:53 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49AJqXt004741; Thu, 9 May 2019 10:19:52 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905091019.x49AJqXt004741@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 9 May 2019 10:19:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501082 - branches/2019Q2/devel/rust-cbindgen X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2019Q2/devel/rust-cbindgen X-SVN-Commit-Revision: 501082 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7146487F53 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.95)[-0.955,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 10:19:54 -0000 Author: jbeich Date: Thu May 9 10:19:52 2019 New Revision: 501082 URL: https://svnweb.freebsd.org/changeset/ports/501082 Log: MFH: r501081 devel/rust-cbindgen: update to 0.8.6 Changes: https://github.com/eqrion/cbindgen/compare/v0.8.3...v0.8.6 Approved by: ports-secteam blanket (required by Firefox 68) Modified: branches/2019Q2/devel/rust-cbindgen/Makefile branches/2019Q2/devel/rust-cbindgen/distinfo Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/devel/rust-cbindgen/Makefile ============================================================================== --- branches/2019Q2/devel/rust-cbindgen/Makefile Thu May 9 10:16:38 2019 (r501081) +++ branches/2019Q2/devel/rust-cbindgen/Makefile Thu May 9 10:19:52 2019 (r501082) @@ -2,7 +2,7 @@ PORTNAME= cbindgen DISTVERSIONPREFIX= v -DISTVERSION= 0.8.2 +DISTVERSION= 0.8.6 CATEGORIES= devel PKGNAMEPREFIX= rust- Modified: branches/2019Q2/devel/rust-cbindgen/distinfo ============================================================================== --- branches/2019Q2/devel/rust-cbindgen/distinfo Thu May 9 10:16:38 2019 (r501081) +++ branches/2019Q2/devel/rust-cbindgen/distinfo Thu May 9 10:19:52 2019 (r501082) @@ -1,4 +1,4 @@ -TIMESTAMP = 1551903339 +TIMESTAMP = 1557164554 SHA256 (rust/crates/ansi_term-0.11.0.tar.gz) = ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b SIZE (rust/crates/ansi_term-0.11.0.tar.gz) = 17087 SHA256 (rust/crates/atty-0.2.11.tar.gz) = 9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652 @@ -89,5 +89,5 @@ SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.t SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = 2918815 SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 2947998 -SHA256 (eqrion-cbindgen-v0.8.2_GH0.tar.gz) = aa9b458c0d3e638a3831ec1e3a23570c15bd45cca5502b12a68f1d6a2d7f2db1 -SIZE (eqrion-cbindgen-v0.8.2_GH0.tar.gz) = 106064 +SHA256 (eqrion-cbindgen-v0.8.6_GH0.tar.gz) = 456a8ee9ab872cdb31f829fb06294c08b5e238f1390f9f4a5b7908a6346cbbf2 +SIZE (eqrion-cbindgen-v0.8.6_GH0.tar.gz) = 114441 From owner-svn-ports-all@freebsd.org Thu May 9 10:20:30 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D766915A4462; Thu, 9 May 2019 10:20:30 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7764188028; Thu, 9 May 2019 10:20:30 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6752D1BA0B; Thu, 9 May 2019 10:20:30 +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 x49AKUg5004922; Thu, 9 May 2019 10:20:30 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49AKU05004920; Thu, 9 May 2019 10:20:30 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201905091020.x49AKU05004920@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Thu, 9 May 2019 10:20:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501083 - head/ports-mgmt/pkg_jail X-SVN-Group: ports-head X-SVN-Commit-Author: dinoex X-SVN-Commit-Paths: head/ports-mgmt/pkg_jail X-SVN-Commit-Revision: 501083 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7764188028 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.955,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 10:20:31 -0000 Author: dinoex Date: Thu May 9 10:20:29 2019 New Revision: 501083 URL: https://svnweb.freebsd.org/changeset/ports/501083 Log: - update to 2.4 fix non default flavors in dependecies Modified: head/ports-mgmt/pkg_jail/Makefile head/ports-mgmt/pkg_jail/distinfo Modified: head/ports-mgmt/pkg_jail/Makefile ============================================================================== --- head/ports-mgmt/pkg_jail/Makefile Thu May 9 10:19:52 2019 (r501082) +++ head/ports-mgmt/pkg_jail/Makefile Thu May 9 10:20:29 2019 (r501083) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg_jail -PORTVERSION= 2.3 +PORTVERSION= 2.4 DISTVERSIONPREFIX= v CATEGORIES= ports-mgmt Modified: head/ports-mgmt/pkg_jail/distinfo ============================================================================== --- head/ports-mgmt/pkg_jail/distinfo Thu May 9 10:19:52 2019 (r501082) +++ head/ports-mgmt/pkg_jail/distinfo Thu May 9 10:20:29 2019 (r501083) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543230584 -SHA256 (dinoex-pkg_jail-v2.3_GH0.tar.gz) = 6160d9a9476fa3f005d0b19a7d97afa07a00452a9d53ed1893035a0e6b927a3a -SIZE (dinoex-pkg_jail-v2.3_GH0.tar.gz) = 17579 +TIMESTAMP = 1557397120 +SHA256 (dinoex-pkg_jail-v2.4_GH0.tar.gz) = 2090ed1024fcad3041b527a2e5fbc5621d62ce41e3353fadf3334ccfa4c74f3c +SIZE (dinoex-pkg_jail-v2.4_GH0.tar.gz) = 17497 From owner-svn-ports-all@freebsd.org Thu May 9 11:15:47 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B00A15A5875; Thu, 9 May 2019 11:15:46 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AC6D189E3F; Thu, 9 May 2019 11:15:45 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 88D9D1C40E; Thu, 9 May 2019 11:15:45 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x49BFj0v041674; Thu, 9 May 2019 11:15:45 GMT (envelope-from arrowd@FreeBSD.org) Received: (from arrowd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49BFgTo041654; Thu, 9 May 2019 11:15:42 GMT (envelope-from arrowd@FreeBSD.org) Message-Id: <201905091115.x49BFgTo041654@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: arrowd set sender to arrowd@FreeBSD.org using -f From: Gleb Popov Date: Thu, 9 May 2019 11:15:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501084 - in head: . archivers archivers/hs-tar archivers/hs-zip-archive archivers/hs-zlib archivers/hs-zlib-bindings audio audio/hs-ALUT audio/hs-OpenAL audio/hs-libmpd benchmarks benc... X-SVN-Group: ports-head X-SVN-Commit-Author: arrowd X-SVN-Commit-Paths: in head: . archivers archivers/hs-tar archivers/hs-zip-archive archivers/hs-zlib archivers/hs-zlib-bindings audio audio/hs-ALUT audio/hs-OpenAL audio/hs-libmpd benchmarks benchmarks/hs-criterion bench... X-SVN-Commit-Revision: 501084 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: AC6D189E3F X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.980,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 11:15:47 -0000 Author: arrowd Date: Thu May 9 11:15:41 2019 New Revision: 501084 URL: https://svnweb.freebsd.org/changeset/ports/501084 Log: Remove expired ports of Haskell libraries. Approved by: tcberner (mentor) 2019-04-14 math/hs-integer-logarithms: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 math/hs-data-lens-template: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 math/hs-half: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 math/hs-kan-extensions: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 math/hs-semigroupoids: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 math/hs-Agda-stdlib: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 math/hs-semigroups: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 math/hs-vector-space: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 math/hs-comonad: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 math/hs-pointed: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 math/hs-ieee754: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 math/hs-probability: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 math/hs-contravariant: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 math/hs-adjunctions: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 math/hs-math-functions: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 math/hs-statistics: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 math/hs-erf: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 math/hs-distributive: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 math/hs-dense-linear-algebra: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 math/hs-mwc-random: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 math/hs-NumInstances: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 math/hs-fixed: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 math/hs-data-lens: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 math/hs-categories: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 ftp/hs-curl: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 deskutils/hs-fdo-notify: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 converters/hs-json: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 converters/hs-aeson-compat: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 converters/hs-aeson: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 security/hs-cipher-rc4: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 security/hs-crypto-pubkey-types: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 security/hs-cipher-aes128: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 security/hs-crypto-cipher-types: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 security/hs-RSA: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 security/hs-cryptohash-sha256: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 security/hs-pem: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 security/hs-pureMD5: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 security/hs-cprng-aes: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 security/hs-crypto-numbers: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 security/hs-crypto-pubkey: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 security/hs-crypto-conduit: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 security/hs-HsOpenSSL: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 security/hs-hackage-security: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 security/hs-x509-system: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 security/hs-cryptonite: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 security/hs-crypto-random: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 security/hs-tls-session-manager: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 security/hs-clientsession: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 security/hs-crypto-random-api: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 security/hs-cryptohash: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 security/hs-cryptohash-md5: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 security/hs-cipher-des: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 security/hs-cryptonite-conduit: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 security/hs-x509-validation: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 security/hs-cipher-blowfish: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 security/hs-entropy: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 security/hs-pwstore-fast: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 security/hs-cipher-camellia: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 security/hs-cryptohash-cryptoapi: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 security/hs-x509: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 security/hs-tls: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 security/hs-gnutls: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 security/hs-cipher-aes: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 security/hs-digest: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 security/hs-cryptocipher: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 security/hs-Crypto: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 security/hs-cryptohash-conduit: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 security/hs-x509-store: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 security/hs-ed25519: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 security/hs-crypto-api: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 security/hs-SHA: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 security/hs-nonce: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 security/hs-DRBG: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 security/hs-cryptohash-sha1: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 security/hs-skein: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 security/hs-monadcryptorandom: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 x11-toolkits/hs-OpenGL: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 x11-toolkits/hs-gtk: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 x11-toolkits/hs-OpenGLRaw: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 x11-toolkits/hs-GLURaw: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 x11-toolkits/hs-gtksourceview2: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 x11-toolkits/hs-pango: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 x11-toolkits/hs-GLUT: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 x11-toolkits/hs-vte: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 x11-toolkits/hs-wxdirect: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 x11-toolkits/hs-gtk2hs: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-unordered-containers: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-conduit-extra: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-unicode-show: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-unliftio-core: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-Boolean: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-byteable: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-haddock-library: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-filestore: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-tagged: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-code-page: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-tf-random: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-data-default-instances-dlist: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-hashtables: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-echo: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-fast-logger: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-prettyclass: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-safe: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-activehs-base: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-wl-pprint-text: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-void: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-mono-traversable: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-haskell-src-exts-util: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-map-syntax: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-test-framework-quickcheck2: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-streaming-commons: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-securemem: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-bytestring-mmap: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-haddock-api: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-io-streams: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-memory: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-conduit-combinators: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-typed-process: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-data-ordlist: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-base-orphans: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-setenv: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-exceptions: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-configurator: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-largeword: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-smallcheck: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-storable-record: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-microstache: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-monad-control: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-language-javascript: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-io-streams-haproxy: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-th-lift: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-bsd-sysctl: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-abstract-deque: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-microlens-th: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-datetime: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-either: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-hinotify: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-MonadRandom: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-fmlist: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-cmdargs: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-lifted-base: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-unliftio: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-base-compat: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-transformers-compat: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-pcre-light: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-simple-reflect: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-data-default-instances-base: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-psqueues: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-haskell-lexer: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-js-jquery: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-hint: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-text-short: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-readable: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-base16-bytestring: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-concurrent-output: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-free: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-resource-pool: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-asn1-encoding: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-gconf: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-call-stack: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-readline: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-extra: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-uuagc-cabal: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-monads-tf: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-boxes: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-old-locale: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-optparse-applicative: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-mtl: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-bifunctors: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-uulib: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-data-default-instances-containers: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-mutable-containers: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-gitrev: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-ObjectName: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-enclosed-exceptions: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-abstract-par: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-process-extras: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-setlocale: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-foundation: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-EdisonAPI: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-temporary: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-monad-par-extras: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-hslua-module-text: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-test-framework-hunit: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-old-time: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-system-fileio: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-classy-prelude: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-hslogger: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-utility-ht: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-data-endian: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-asn1-parse: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-MissingH: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-data-default: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-vector-binary-instances: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-mmorph: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-hlibev: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-vault: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-lifted-async: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-cereal: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-vector-instances: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-say: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-errors: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-time-compat: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-bytestring-show: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-bloomfilter: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-js-flot: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-ghc-paths: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-List: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-asn1-data: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-edit-distance: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-time-locale-compat: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-timezone-series: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-newtype-generics: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-strict: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-equivalence: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-Glob: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-vector-th-unbox: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-dbus: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-hspec: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-hspec: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-MemoTrie: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-BoundedChan: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-uniplate: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-primitive: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-test-framework: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-microlens: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-conduit: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-murmur-hash: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-stm-chans: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-STMonadTrans: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-silently: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-glib: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-vector: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-data-default-instances-old-locale: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-ansi-terminal: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-SafeSemaphore: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-logict: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-fortran-src: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-utf8-light: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-byteorder: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-storable-tuple: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-transformers-base: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-syb: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-base-unicode-symbols: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-resourcet: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-generic-deriving: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-safe-exceptions: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-profunctors: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-show: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-split: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-ansi-wl-pprint: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-date-cache: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-ConfigFile: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-vector-algorithms: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-newtype: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-system-filepath: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-colour: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-random: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-ghc-mtl: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-quickcheck-io: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-unix-time: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-fsnotify: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-clock: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-utf8-string: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-extensible-exceptions: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-QuickCheck: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-fgl: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-gio: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-base-compat-batteries: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-easy-file: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-EdisonCore: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-th-expand-syns: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-language-c: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-base64-bytestring: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-scientific: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-data-hash: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-haskell-src-meta: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-deepseq-generics: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-auto-update: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-keys: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-bitarray: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-dlist: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-data-pprint: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-blaze-textual: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-hsb2hs: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-haskell-src-exts: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-chunked-data: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-monad-par: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-unamb: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-terminal-size: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-refact: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-th-abstraction: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-bits-atomic: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-convertible: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-filemanip: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-file-embed: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-th-orphans: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-unexceptionalio: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-checkers: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-basic-prelude: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-hspec-expectations: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-haskell-src: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-dlist-instances: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-blaze-builder: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-monad-logger: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-HUnit: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-parallel: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-async: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-timezone-olson: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-geniplate-mirror: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-syb-with-class: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-project-template: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-reflection: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-word8: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-constraints: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-IfElse: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-monad-unlift: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-Stream: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-threads: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-data-default-class: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-Only: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-hourglass: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-ReadArgs: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-text-icu: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-classy-prelude-conduit: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-StateVar: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-lens: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-hex: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-atomic-primops: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-mono-traversable-instances: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-basement: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-hslua: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-ncurses: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-directory-tree: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-preprocessor-tools: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-ListLike: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-bytestring-lexing: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-asn1-types: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-arrows: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-prelude-extras: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-lazysmallcheck: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-GenericPretty: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-uuid: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-th-reify-many: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-unix-compat: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-monad-loops: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-uuid-types: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-hspec-core: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-hashable: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-th-lift-instances: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-mmap: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 devel/hs-kqueue: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 www/hs-warp: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 www/hs-authenticate: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 www/hs-url: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 www/hs-cookie: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 www/hs-recaptcha: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 www/hs-cgi: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 www/hs-snap-server: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 www/hs-http-date: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 www/hs-http-conduit: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 www/hs-yesod-auth: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 www/hs-wai-extra: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 www/hs-yesod: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 www/hs-http-server: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 www/hs-yesod-form: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 www/hs-wai: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 www/hs-yesod-test: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 www/hs-http-client: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 www/hs-snap-core: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 www/hs-snap: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 www/hs-yesod-persistent: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 www/hs-HTTP: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 www/hs-happstack-server: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 www/hs-http-types: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 www/hs-http-reverse-proxy: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 www/hs-http-client-tls: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 www/hs-fastcgi: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 www/hs-css-text: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 www/hs-path-pieces: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 www/hs-oeis: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 www/hs-yesod-static: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 www/hs-http2: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 www/hs-http2: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 www/hs-heist: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 www/hs-multipart: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 www/hs-xss-sanitize: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 www/hs-warp-tls: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 www/hs-http-api-data: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 www/hs-wai-logger: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 www/hs-yesod-auth-hashdb: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 www/hs-yesod-core: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 www/hs-shakespeare: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 benchmarks/hs-criterion-measurement: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 benchmarks/hs-criterion: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 databases/hs-persistent-template: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 databases/hs-persistent-sqlite: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 databases/hs-mysql: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 databases/hs-esqueleto: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 databases/hs-persistent: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 databases/hs-hedis: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 net-p2p/hs-torrent: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-texmath: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-regex-posix: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-attoparsec: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-xmlhtml: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-xml-hamlet: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-html: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-tagsoup: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-HsYAML: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-highlighting-kate: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-hxt-charproperties: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-libyaml: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-blaze-markup: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-xml-conduit: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-csv: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-rfc5051: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-scanner: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-skylighting: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-skylighting-core: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-uri-bytestring-aeson: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-html-conduit: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-hxt-regex-xmlschema: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-HStringTemplate: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-hxt: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-hs-bibutils: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-cmark-gfm: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-pretty-show: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-feed: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-stringsearch: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-blaze-html: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-xml: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-cmark: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-hexpat: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-unicode-transforms: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-libxml: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-magic: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-regex-pcre: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-regex-pcre-builtin: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-regex-applicative: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-Diff: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-double-conversion: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-uri-bytestring: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-uri-encode: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-regex-compat-tdfa: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-tagstream-conduit: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-libxml-sax: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-bytestring-csv: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-cassava: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-case-insensitive: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-doctemplates: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-polyparse: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-attoparsec-iso8601: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-parsec-numbers: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-regex-tdfa: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-appar: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-xml-types: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-hxt-unicode: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-regex-base: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-pandoc-types: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-bencode: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-uri: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 textproc/hs-regex-compat: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 net/hs-network-multicast: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 net/hs-network-uri: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 net/hs-hoauth2: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 net/hs-sendfile: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 net/hs-pcap: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 net/hs-maccatcher: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 net/hs-connection: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 net/hs-hostname: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 net/hs-network-protocol-xmpp: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 net/hs-socks: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 net/hs-aws: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 net/hs-resolv: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 net/hs-network-info: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 net/hs-publicsuffixlist: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 net/hs-iproute: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 net/hs-bsb-http-chunked: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 net/hs-gsasl: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 net/hs-simple-sendfile: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 graphics/hs-JuicyPixels: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 graphics/hs-dia-functions: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 graphics/hs-graphviz: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 graphics/hs-dia-base: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 graphics/hs-cairo: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 graphics/hs-svgcairo: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 sysutils/hs-disk-free-space: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 sysutils/hs-mountpoints: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 sysutils/hs-ekg-core: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 sysutils/hs-cpu: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 archivers/hs-zip-archive: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 archivers/hs-zlib-bindings: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 archivers/hs-tar: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 archivers/hs-zlib: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 dns/hs-gnuidn: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 dns/hs-dns: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 shells/hs-shelly: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 mail/hs-mime: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 mail/hs-mime-mail: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 mail/hs-mime-types: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 mail/hs-email-validate: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 audio/hs-libmpd: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 audio/hs-ALUT: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 audio/hs-OpenAL: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 x11/hs-X11: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org 2019-04-14 x11/hs-X11-xft: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org Deleted: head/archivers/hs-tar/ head/archivers/hs-zip-archive/ head/archivers/hs-zlib/ head/archivers/hs-zlib-bindings/ head/audio/hs-ALUT/ head/audio/hs-OpenAL/ head/audio/hs-libmpd/ head/benchmarks/hs-criterion/ head/benchmarks/hs-criterion-measurement/ head/converters/hs-aeson/ head/converters/hs-aeson-compat/ head/converters/hs-json/ head/databases/hs-esqueleto/ head/databases/hs-hedis/ head/databases/hs-mysql/ head/databases/hs-persistent/ head/databases/hs-persistent-sqlite/ head/databases/hs-persistent-template/ head/deskutils/hs-fdo-notify/ head/devel/hs-Boolean/ head/devel/hs-BoundedChan/ head/devel/hs-ConfigFile/ head/devel/hs-EdisonAPI/ head/devel/hs-EdisonCore/ head/devel/hs-GenericPretty/ head/devel/hs-Glob/ head/devel/hs-HUnit/ head/devel/hs-IfElse/ head/devel/hs-List/ head/devel/hs-ListLike/ head/devel/hs-MemoTrie/ head/devel/hs-MissingH/ head/devel/hs-MonadRandom/ head/devel/hs-ObjectName/ head/devel/hs-Only/ head/devel/hs-QuickCheck/ head/devel/hs-ReadArgs/ head/devel/hs-STMonadTrans/ head/devel/hs-SafeSemaphore/ head/devel/hs-StateVar/ head/devel/hs-Stream/ head/devel/hs-abstract-deque/ head/devel/hs-abstract-par/ head/devel/hs-activehs-base/ head/devel/hs-ansi-terminal/ head/devel/hs-ansi-wl-pprint/ head/devel/hs-arrows/ head/devel/hs-asn1-data/ head/devel/hs-asn1-encoding/ head/devel/hs-asn1-parse/ head/devel/hs-asn1-types/ head/devel/hs-async/ head/devel/hs-atomic-primops/ head/devel/hs-auto-update/ head/devel/hs-base-compat/ head/devel/hs-base-compat-batteries/ head/devel/hs-base-orphans/ head/devel/hs-base-unicode-symbols/ head/devel/hs-base16-bytestring/ head/devel/hs-base64-bytestring/ head/devel/hs-basement/ head/devel/hs-basic-prelude/ head/devel/hs-bifunctors/ head/devel/hs-bitarray/ head/devel/hs-bits-atomic/ head/devel/hs-blaze-builder/ head/devel/hs-blaze-textual/ head/devel/hs-bloomfilter/ head/devel/hs-boxes/ head/devel/hs-bsd-sysctl/ head/devel/hs-byteable/ head/devel/hs-byteorder/ head/devel/hs-bytestring-lexing/ head/devel/hs-bytestring-mmap/ head/devel/hs-bytestring-show/ head/devel/hs-call-stack/ head/devel/hs-cereal/ head/devel/hs-checkers/ head/devel/hs-chunked-data/ head/devel/hs-classy-prelude/ head/devel/hs-classy-prelude-conduit/ head/devel/hs-clock/ head/devel/hs-cmdargs/ head/devel/hs-code-page/ head/devel/hs-colour/ head/devel/hs-concurrent-output/ head/devel/hs-conduit/ head/devel/hs-conduit-combinators/ head/devel/hs-conduit-extra/ head/devel/hs-configurator/ head/devel/hs-constraints/ head/devel/hs-convertible/ head/devel/hs-data-default/ head/devel/hs-data-default-class/ head/devel/hs-data-default-instances-base/ head/devel/hs-data-default-instances-containers/ head/devel/hs-data-default-instances-dlist/ head/devel/hs-data-default-instances-old-locale/ head/devel/hs-data-endian/ head/devel/hs-data-hash/ head/devel/hs-data-ordlist/ head/devel/hs-data-pprint/ head/devel/hs-date-cache/ head/devel/hs-datetime/ head/devel/hs-dbus/ head/devel/hs-deepseq-generics/ head/devel/hs-directory-tree/ head/devel/hs-dlist/ head/devel/hs-dlist-instances/ head/devel/hs-easy-file/ head/devel/hs-echo/ head/devel/hs-edit-distance/ head/devel/hs-either/ head/devel/hs-enclosed-exceptions/ head/devel/hs-equivalence/ head/devel/hs-errors/ head/devel/hs-exceptions/ head/devel/hs-extensible-exceptions/ head/devel/hs-extra/ head/devel/hs-fast-logger/ head/devel/hs-fgl/ head/devel/hs-file-embed/ head/devel/hs-filemanip/ head/devel/hs-filestore/ head/devel/hs-fmlist/ head/devel/hs-fortran-src/ head/devel/hs-foundation/ head/devel/hs-free/ head/devel/hs-fsnotify/ head/devel/hs-gconf/ head/devel/hs-generic-deriving/ head/devel/hs-geniplate-mirror/ head/devel/hs-ghc-mtl/ head/devel/hs-ghc-paths/ head/devel/hs-gio/ head/devel/hs-gitrev/ head/devel/hs-glib/ head/devel/hs-haddock-api/ head/devel/hs-haddock-library/ head/devel/hs-hashable/ head/devel/hs-hashtables/ head/devel/hs-haskell-lexer/ head/devel/hs-haskell-src/ head/devel/hs-haskell-src-exts/ head/devel/hs-haskell-src-exts-util/ head/devel/hs-haskell-src-meta/ head/devel/hs-hex/ head/devel/hs-hinotify/ head/devel/hs-hint/ head/devel/hs-hlibev/ head/devel/hs-hourglass/ head/devel/hs-hsb2hs/ head/devel/hs-hslogger/ head/devel/hs-hslua/ head/devel/hs-hslua-module-text/ head/devel/hs-hspec/ head/devel/hs-hspec-core/ head/devel/hs-hspec-expectations/ head/devel/hs-io-streams/ head/devel/hs-io-streams-haproxy/ head/devel/hs-js-flot/ head/devel/hs-js-jquery/ head/devel/hs-keys/ head/devel/hs-kqueue/ head/devel/hs-language-c/ head/devel/hs-language-javascript/ head/devel/hs-largeword/ head/devel/hs-lazysmallcheck/ head/devel/hs-lens/ head/devel/hs-lifted-async/ head/devel/hs-lifted-base/ head/devel/hs-logict/ head/devel/hs-map-syntax/ head/devel/hs-memory/ head/devel/hs-microlens/ head/devel/hs-microlens-th/ head/devel/hs-microstache/ head/devel/hs-mmap/ head/devel/hs-mmorph/ head/devel/hs-monad-control/ head/devel/hs-monad-logger/ head/devel/hs-monad-loops/ head/devel/hs-monad-par/ head/devel/hs-monad-par-extras/ head/devel/hs-monad-unlift/ head/devel/hs-monads-tf/ head/devel/hs-mono-traversable/ head/devel/hs-mono-traversable-instances/ head/devel/hs-mtl/ head/devel/hs-murmur-hash/ head/devel/hs-mutable-containers/ head/devel/hs-ncurses/ head/devel/hs-newtype/ head/devel/hs-newtype-generics/ head/devel/hs-old-locale/ head/devel/hs-old-time/ head/devel/hs-optparse-applicative/ head/devel/hs-parallel/ head/devel/hs-pcre-light/ head/devel/hs-prelude-extras/ head/devel/hs-preprocessor-tools/ head/devel/hs-prettyclass/ head/devel/hs-primitive/ head/devel/hs-process-extras/ head/devel/hs-profunctors/ head/devel/hs-project-template/ head/devel/hs-psqueues/ head/devel/hs-quickcheck-io/ head/devel/hs-random/ head/devel/hs-readable/ head/devel/hs-readline/ head/devel/hs-refact/ head/devel/hs-reflection/ head/devel/hs-resource-pool/ head/devel/hs-resourcet/ head/devel/hs-safe/ head/devel/hs-safe-exceptions/ head/devel/hs-say/ head/devel/hs-scientific/ head/devel/hs-securemem/ head/devel/hs-setenv/ head/devel/hs-setlocale/ head/devel/hs-show/ head/devel/hs-silently/ head/devel/hs-simple-reflect/ head/devel/hs-smallcheck/ head/devel/hs-split/ head/devel/hs-stm-chans/ head/devel/hs-storable-record/ head/devel/hs-storable-tuple/ head/devel/hs-streaming-commons/ head/devel/hs-strict/ head/devel/hs-syb/ head/devel/hs-syb-with-class/ head/devel/hs-system-fileio/ head/devel/hs-system-filepath/ head/devel/hs-tagged/ head/devel/hs-temporary/ head/devel/hs-terminal-size/ head/devel/hs-test-framework/ head/devel/hs-test-framework-hunit/ head/devel/hs-test-framework-quickcheck2/ head/devel/hs-text-icu/ head/devel/hs-text-short/ head/devel/hs-tf-random/ head/devel/hs-th-abstraction/ head/devel/hs-th-expand-syns/ head/devel/hs-th-lift/ head/devel/hs-th-lift-instances/ head/devel/hs-th-orphans/ head/devel/hs-th-reify-many/ head/devel/hs-threads/ head/devel/hs-time-compat/ head/devel/hs-time-locale-compat/ head/devel/hs-timezone-olson/ head/devel/hs-timezone-series/ head/devel/hs-transformers-base/ head/devel/hs-transformers-compat/ head/devel/hs-typed-process/ head/devel/hs-unamb/ head/devel/hs-unexceptionalio/ head/devel/hs-unicode-show/ head/devel/hs-uniplate/ head/devel/hs-unix-compat/ head/devel/hs-unix-time/ head/devel/hs-unliftio/ head/devel/hs-unliftio-core/ head/devel/hs-unordered-containers/ head/devel/hs-utf8-light/ head/devel/hs-utf8-string/ head/devel/hs-utility-ht/ head/devel/hs-uuagc-cabal/ head/devel/hs-uuid/ head/devel/hs-uuid-types/ head/devel/hs-uulib/ head/devel/hs-vault/ head/devel/hs-vector/ head/devel/hs-vector-algorithms/ head/devel/hs-vector-binary-instances/ head/devel/hs-vector-instances/ head/devel/hs-vector-th-unbox/ head/devel/hs-void/ head/devel/hs-wl-pprint-text/ head/devel/hs-word8/ head/dns/hs-dns/ head/dns/hs-gnuidn/ head/ftp/hs-curl/ head/graphics/hs-JuicyPixels/ head/graphics/hs-cairo/ head/graphics/hs-dia-base/ head/graphics/hs-dia-functions/ head/graphics/hs-graphviz/ head/graphics/hs-svgcairo/ head/mail/hs-email-validate/ head/mail/hs-mime/ head/mail/hs-mime-mail/ head/mail/hs-mime-types/ head/math/hs-Agda-stdlib/ head/math/hs-NumInstances/ head/math/hs-adjunctions/ head/math/hs-categories/ head/math/hs-comonad/ head/math/hs-contravariant/ head/math/hs-data-lens/ head/math/hs-data-lens-template/ head/math/hs-dense-linear-algebra/ head/math/hs-distributive/ head/math/hs-erf/ head/math/hs-fixed/ head/math/hs-half/ head/math/hs-ieee754/ head/math/hs-integer-logarithms/ head/math/hs-kan-extensions/ head/math/hs-math-functions/ head/math/hs-mwc-random/ head/math/hs-pointed/ head/math/hs-probability/ head/math/hs-semigroupoids/ head/math/hs-semigroups/ head/math/hs-statistics/ head/math/hs-vector-space/ head/net-p2p/hs-torrent/ head/net/hs-aws/ head/net/hs-bsb-http-chunked/ head/net/hs-connection/ head/net/hs-gsasl/ head/net/hs-hoauth2/ head/net/hs-hostname/ head/net/hs-iproute/ head/net/hs-maccatcher/ head/net/hs-network-info/ head/net/hs-network-multicast/ head/net/hs-network-protocol-xmpp/ head/net/hs-network-uri/ head/net/hs-pcap/ head/net/hs-publicsuffixlist/ head/net/hs-resolv/ head/net/hs-sendfile/ head/net/hs-simple-sendfile/ head/net/hs-socks/ head/security/hs-Crypto/ head/security/hs-DRBG/ head/security/hs-HsOpenSSL/ head/security/hs-RSA/ head/security/hs-SHA/ head/security/hs-cipher-aes/ head/security/hs-cipher-aes128/ head/security/hs-cipher-blowfish/ head/security/hs-cipher-camellia/ head/security/hs-cipher-des/ head/security/hs-cipher-rc4/ head/security/hs-clientsession/ head/security/hs-cprng-aes/ head/security/hs-crypto-api/ head/security/hs-crypto-cipher-types/ head/security/hs-crypto-conduit/ head/security/hs-crypto-numbers/ head/security/hs-crypto-pubkey/ head/security/hs-crypto-pubkey-types/ head/security/hs-crypto-random/ head/security/hs-crypto-random-api/ head/security/hs-cryptocipher/ head/security/hs-cryptohash/ head/security/hs-cryptohash-conduit/ head/security/hs-cryptohash-cryptoapi/ head/security/hs-cryptohash-md5/ head/security/hs-cryptohash-sha1/ head/security/hs-cryptohash-sha256/ head/security/hs-cryptonite/ head/security/hs-cryptonite-conduit/ head/security/hs-digest/ head/security/hs-ed25519/ head/security/hs-entropy/ head/security/hs-gnutls/ head/security/hs-hackage-security/ head/security/hs-monadcryptorandom/ head/security/hs-nonce/ head/security/hs-pem/ head/security/hs-pureMD5/ head/security/hs-pwstore-fast/ head/security/hs-skein/ head/security/hs-tls/ head/security/hs-tls-session-manager/ head/security/hs-x509/ head/security/hs-x509-store/ head/security/hs-x509-system/ head/security/hs-x509-validation/ head/shells/hs-shelly/ head/sysutils/hs-cpu/ head/sysutils/hs-disk-free-space/ head/sysutils/hs-ekg-core/ head/sysutils/hs-mountpoints/ head/textproc/hs-Diff/ head/textproc/hs-HStringTemplate/ head/textproc/hs-HsYAML/ head/textproc/hs-appar/ head/textproc/hs-attoparsec/ head/textproc/hs-attoparsec-iso8601/ head/textproc/hs-bencode/ head/textproc/hs-blaze-html/ head/textproc/hs-blaze-markup/ head/textproc/hs-bytestring-csv/ head/textproc/hs-case-insensitive/ head/textproc/hs-cassava/ head/textproc/hs-cmark/ head/textproc/hs-cmark-gfm/ head/textproc/hs-csv/ head/textproc/hs-doctemplates/ head/textproc/hs-double-conversion/ head/textproc/hs-feed/ head/textproc/hs-hexpat/ head/textproc/hs-highlighting-kate/ head/textproc/hs-hs-bibutils/ head/textproc/hs-html/ head/textproc/hs-html-conduit/ head/textproc/hs-hxt/ head/textproc/hs-hxt-charproperties/ head/textproc/hs-hxt-regex-xmlschema/ head/textproc/hs-hxt-unicode/ head/textproc/hs-libxml/ head/textproc/hs-libxml-sax/ head/textproc/hs-libyaml/ head/textproc/hs-magic/ head/textproc/hs-pandoc-types/ head/textproc/hs-parsec-numbers/ head/textproc/hs-polyparse/ head/textproc/hs-pretty-show/ head/textproc/hs-regex-applicative/ head/textproc/hs-regex-base/ head/textproc/hs-regex-compat/ head/textproc/hs-regex-compat-tdfa/ head/textproc/hs-regex-pcre/ head/textproc/hs-regex-pcre-builtin/ head/textproc/hs-regex-posix/ head/textproc/hs-regex-tdfa/ head/textproc/hs-rfc5051/ head/textproc/hs-scanner/ head/textproc/hs-skylighting/ head/textproc/hs-skylighting-core/ head/textproc/hs-stringsearch/ head/textproc/hs-tagsoup/ head/textproc/hs-tagstream-conduit/ head/textproc/hs-texmath/ head/textproc/hs-unicode-transforms/ head/textproc/hs-uri/ head/textproc/hs-uri-bytestring/ head/textproc/hs-uri-bytestring-aeson/ head/textproc/hs-uri-encode/ head/textproc/hs-xml/ head/textproc/hs-xml-conduit/ head/textproc/hs-xml-hamlet/ head/textproc/hs-xml-types/ head/textproc/hs-xmlhtml/ head/www/hs-HTTP/ head/www/hs-authenticate/ head/www/hs-cgi/ head/www/hs-cookie/ head/www/hs-css-text/ head/www/hs-fastcgi/ head/www/hs-happstack-server/ head/www/hs-heist/ head/www/hs-http-api-data/ head/www/hs-http-client/ head/www/hs-http-client-tls/ head/www/hs-http-conduit/ head/www/hs-http-date/ head/www/hs-http-reverse-proxy/ head/www/hs-http-server/ head/www/hs-http-types/ head/www/hs-http2/ head/www/hs-multipart/ head/www/hs-oeis/ head/www/hs-path-pieces/ head/www/hs-recaptcha/ head/www/hs-shakespeare/ head/www/hs-snap/ head/www/hs-snap-core/ head/www/hs-snap-server/ head/www/hs-url/ head/www/hs-wai/ head/www/hs-wai-extra/ head/www/hs-wai-logger/ head/www/hs-warp/ head/www/hs-warp-tls/ head/www/hs-xss-sanitize/ head/www/hs-yesod/ head/www/hs-yesod-auth/ head/www/hs-yesod-auth-hashdb/ head/www/hs-yesod-core/ head/www/hs-yesod-form/ head/www/hs-yesod-persistent/ head/www/hs-yesod-static/ head/www/hs-yesod-test/ head/x11-toolkits/hs-GLURaw/ head/x11-toolkits/hs-GLUT/ head/x11-toolkits/hs-OpenGL/ head/x11-toolkits/hs-OpenGLRaw/ head/x11-toolkits/hs-gtk/ head/x11-toolkits/hs-gtk2hs/ head/x11-toolkits/hs-gtksourceview2/ head/x11-toolkits/hs-pango/ head/x11-toolkits/hs-vte/ head/x11-toolkits/hs-wxdirect/ head/x11/hs-X11/ head/x11/hs-X11-xft/ Modified: head/MOVED head/archivers/Makefile head/audio/Makefile head/benchmarks/Makefile head/converters/Makefile head/databases/Makefile head/deskutils/Makefile head/devel/Makefile head/dns/Makefile head/ftp/Makefile head/graphics/Makefile head/mail/Makefile head/math/Makefile head/net-p2p/Makefile head/net/Makefile head/security/Makefile head/shells/Makefile head/sysutils/Makefile head/textproc/Makefile head/www/Makefile head/x11-toolkits/Makefile head/x11/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Thu May 9 10:20:29 2019 (r501083) +++ head/MOVED Thu May 9 11:15:41 2019 (r501084) @@ -12218,3 +12218,510 @@ audio/esound||2019-05-08|Has expired: Abandonware audio/gstreamer-plugins-esound||2019-05-08|Has expired: Depends on audio/esound devel/poslib||2019-05-08|Has expired: Abandonware x11/xsel|x11/xsel-conrad|2019-05-08|Has expired: Abandonware; use x11/xsel-conrad instead +math/hs-integer-logarithms||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +math/hs-data-lens-template||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +math/hs-half||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +math/hs-kan-extensions||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +math/hs-semigroupoids||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +math/hs-Agda-stdlib||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +math/hs-semigroups||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +math/hs-vector-space||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +math/hs-comonad||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +math/hs-pointed||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +math/hs-ieee754||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +math/hs-probability||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +math/hs-contravariant||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +math/hs-adjunctions||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +math/hs-math-functions||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +math/hs-statistics||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +math/hs-erf||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +math/hs-distributive||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +math/hs-dense-linear-algebra||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +math/hs-mwc-random||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +math/hs-NumInstances||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +math/hs-fixed||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +math/hs-data-lens||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +math/hs-categories||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +ftp/hs-curl||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +deskutils/hs-fdo-notify||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +converters/hs-json||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +converters/hs-aeson-compat||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +converters/hs-aeson||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +security/hs-cipher-rc4||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +security/hs-crypto-pubkey-types||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +security/hs-cipher-aes128||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +security/hs-crypto-cipher-types||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +security/hs-RSA||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +security/hs-cryptohash-sha256||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +security/hs-pem||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +security/hs-pureMD5||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +security/hs-cprng-aes||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +security/hs-crypto-numbers||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +security/hs-crypto-pubkey||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +security/hs-crypto-conduit||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +security/hs-HsOpenSSL||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +security/hs-hackage-security||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +security/hs-x509-system||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +security/hs-cryptonite||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +security/hs-crypto-random||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +security/hs-tls-session-manager||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +security/hs-clientsession||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +security/hs-crypto-random-api||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +security/hs-cryptohash||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +security/hs-cryptohash-md5||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +security/hs-cipher-des||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +security/hs-cryptonite-conduit||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +security/hs-x509-validation||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +security/hs-cipher-blowfish||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +security/hs-entropy||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +security/hs-pwstore-fast||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +security/hs-cipher-camellia||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +security/hs-cryptohash-cryptoapi||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +security/hs-x509||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +security/hs-tls||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +security/hs-gnutls||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +security/hs-cipher-aes||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +security/hs-digest||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +security/hs-cryptocipher||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +security/hs-Crypto||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +security/hs-cryptohash-conduit||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +security/hs-x509-store||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +security/hs-ed25519||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +security/hs-crypto-api||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +security/hs-SHA||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +security/hs-nonce||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +security/hs-DRBG||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +security/hs-cryptohash-sha1||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +security/hs-skein||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +security/hs-monadcryptorandom||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +x11-toolkits/hs-OpenGL||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +x11-toolkits/hs-gtk||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +x11-toolkits/hs-OpenGLRaw||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +x11-toolkits/hs-GLURaw||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +x11-toolkits/hs-gtksourceview2||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +x11-toolkits/hs-pango||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +x11-toolkits/hs-GLUT||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +x11-toolkits/hs-vte||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +x11-toolkits/hs-wxdirect||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +x11-toolkits/hs-gtk2hs||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-unordered-containers||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-conduit-extra||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-unicode-show||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-unliftio-core||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-Boolean||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-byteable||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-haddock-library||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-filestore||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-tagged||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-code-page||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-tf-random||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-data-default-instances-dlist||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-hashtables||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-echo||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-fast-logger||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-prettyclass||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-safe||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-activehs-base||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-wl-pprint-text||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-void||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-mono-traversable||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-haskell-src-exts-util||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-map-syntax||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-test-framework-quickcheck2||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-streaming-commons||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-securemem||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-bytestring-mmap||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-haddock-api||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-io-streams||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-memory||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-conduit-combinators||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-typed-process||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-data-ordlist||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-base-orphans||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-setenv||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-exceptions||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-configurator||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-largeword||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-smallcheck||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-storable-record||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-microstache||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-monad-control||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-language-javascript||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-io-streams-haproxy||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-th-lift||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-bsd-sysctl||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-abstract-deque||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-microlens-th||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-datetime||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-either||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-hinotify||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-MonadRandom||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-fmlist||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-cmdargs||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-lifted-base||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-unliftio||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-base-compat||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-transformers-compat||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-pcre-light||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-simple-reflect||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-data-default-instances-base||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-psqueues||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-haskell-lexer||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-js-jquery||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-hint||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-text-short||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-readable||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-base16-bytestring||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-concurrent-output||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-free||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-resource-pool||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-asn1-encoding||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-gconf||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-call-stack||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-readline||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-extra||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-uuagc-cabal||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-monads-tf||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-boxes||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-old-locale||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-optparse-applicative||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-mtl||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-bifunctors||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-uulib||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-data-default-instances-containers||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-mutable-containers||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-gitrev||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-ObjectName||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-enclosed-exceptions||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-abstract-par||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-process-extras||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-setlocale||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-foundation||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-EdisonAPI||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-temporary||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-monad-par-extras||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-hslua-module-text||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-test-framework-hunit||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-old-time||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-system-fileio||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-classy-prelude||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-hslogger||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-utility-ht||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-data-endian||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-asn1-parse||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-MissingH||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-data-default||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-vector-binary-instances||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-mmorph||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-hlibev||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-vault||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-lifted-async||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-cereal||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-vector-instances||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-say||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-errors||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-time-compat||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-bytestring-show||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-bloomfilter||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-js-flot||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-ghc-paths||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-List||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-asn1-data||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-edit-distance||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-time-locale-compat||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-timezone-series||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-newtype-generics||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-strict||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-equivalence||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-Glob||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-vector-th-unbox||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-dbus||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-hspec||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-hspec||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-MemoTrie||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-BoundedChan||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-uniplate||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-primitive||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-test-framework||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-microlens||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-conduit||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-murmur-hash||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-stm-chans||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-STMonadTrans||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-silently||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-glib||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-vector||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-data-default-instances-old-locale||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-ansi-terminal||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-SafeSemaphore||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-logict||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-fortran-src||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-utf8-light||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-byteorder||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-storable-tuple||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-transformers-base||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-syb||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-base-unicode-symbols||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-resourcet||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-generic-deriving||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-safe-exceptions||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-profunctors||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-show||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-split||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-ansi-wl-pprint||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-date-cache||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-ConfigFile||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-vector-algorithms||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-newtype||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-system-filepath||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-colour||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-random||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-ghc-mtl||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-quickcheck-io||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-unix-time||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-fsnotify||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-clock||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-utf8-string||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-extensible-exceptions||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-QuickCheck||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-fgl||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-gio||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-base-compat-batteries||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-easy-file||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-EdisonCore||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-th-expand-syns||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-language-c||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-base64-bytestring||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-scientific||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-data-hash||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-haskell-src-meta||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-deepseq-generics||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-auto-update||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-keys||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-bitarray||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-dlist||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-data-pprint||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-blaze-textual||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-hsb2hs||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-haskell-src-exts||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-chunked-data||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-monad-par||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-unamb||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-terminal-size||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-refact||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-th-abstraction||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-bits-atomic||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-convertible||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-filemanip||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-file-embed||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-th-orphans||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-unexceptionalio||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-checkers||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-basic-prelude||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-hspec-expectations||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-haskell-src||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-dlist-instances||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-blaze-builder||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-monad-logger||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-HUnit||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-parallel||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-async||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-timezone-olson||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-geniplate-mirror||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-syb-with-class||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-project-template||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-reflection||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-word8||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-constraints||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-IfElse||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-monad-unlift||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-Stream||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-threads||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-data-default-class||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-Only||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-hourglass||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-ReadArgs||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-text-icu||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-classy-prelude-conduit||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-StateVar||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-lens||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-hex||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-atomic-primops||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-mono-traversable-instances||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-basement||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-hslua||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-ncurses||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-directory-tree||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-preprocessor-tools||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-ListLike||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-bytestring-lexing||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-asn1-types||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-arrows||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-prelude-extras||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-lazysmallcheck||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-GenericPretty||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-uuid||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-th-reify-many||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-unix-compat||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-monad-loops||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-uuid-types||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-hspec-core||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-hashable||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-th-lift-instances||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-mmap||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-kqueue||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +www/hs-warp||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +www/hs-authenticate||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +www/hs-url||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +www/hs-cookie||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +www/hs-recaptcha||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +www/hs-cgi||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +www/hs-snap-server||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +www/hs-http-date||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +www/hs-http-conduit||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +www/hs-yesod-auth||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +www/hs-wai-extra||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +www/hs-yesod||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +www/hs-http-server||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +www/hs-yesod-form||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +www/hs-wai||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +www/hs-yesod-test||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +www/hs-http-client||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +www/hs-snap-core||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +www/hs-snap||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +www/hs-yesod-persistent||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +www/hs-HTTP||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +www/hs-happstack-server||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +www/hs-http-types||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +www/hs-http-reverse-proxy||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +www/hs-http-client-tls||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +www/hs-fastcgi||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +www/hs-css-text||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +www/hs-path-pieces||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +www/hs-oeis||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +www/hs-yesod-static||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +www/hs-http2||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +www/hs-http2||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +www/hs-heist||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +www/hs-multipart||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +www/hs-xss-sanitize||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +www/hs-warp-tls||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +www/hs-http-api-data||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +www/hs-wai-logger||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +www/hs-yesod-auth-hashdb||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +www/hs-yesod-core||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +www/hs-shakespeare||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +benchmarks/hs-criterion-measurement||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +benchmarks/hs-criterion||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +databases/hs-persistent-template||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +databases/hs-persistent-sqlite||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +databases/hs-mysql||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +databases/hs-esqueleto||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +databases/hs-persistent||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +databases/hs-hedis||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +net-p2p/hs-torrent||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-texmath||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-regex-posix||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-attoparsec||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-xmlhtml||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-xml-hamlet||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-html||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-tagsoup||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-HsYAML||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-highlighting-kate||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-hxt-charproperties||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-libyaml||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-blaze-markup||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-xml-conduit||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-csv||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-rfc5051||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-scanner||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-skylighting||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-skylighting-core||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-uri-bytestring-aeson||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-html-conduit||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-hxt-regex-xmlschema||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-HStringTemplate||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-hxt||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-hs-bibutils||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-cmark-gfm||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-pretty-show||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-feed||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-stringsearch||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-blaze-html||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-xml||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-cmark||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-hexpat||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-unicode-transforms||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-libxml||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-magic||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-regex-pcre||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-regex-pcre-builtin||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-regex-applicative||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-Diff||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-double-conversion||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-uri-bytestring||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-uri-encode||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-regex-compat-tdfa||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-tagstream-conduit||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-libxml-sax||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-bytestring-csv||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-cassava||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-case-insensitive||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-doctemplates||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-polyparse||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-attoparsec-iso8601||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-parsec-numbers||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-regex-tdfa||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-appar||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-xml-types||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-hxt-unicode||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-regex-base||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-pandoc-types||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-bencode||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-uri||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +textproc/hs-regex-compat||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +net/hs-network-multicast||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +net/hs-network-uri||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +net/hs-hoauth2||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +net/hs-sendfile||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +net/hs-pcap||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +net/hs-maccatcher||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +net/hs-connection||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +net/hs-hostname||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +net/hs-network-protocol-xmpp||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +net/hs-socks||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +net/hs-aws||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +net/hs-resolv||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +net/hs-network-info||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +net/hs-publicsuffixlist||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +net/hs-iproute||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +net/hs-bsb-http-chunked||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +net/hs-gsasl||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +net/hs-simple-sendfile||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +graphics/hs-JuicyPixels||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +graphics/hs-dia-functions||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +graphics/hs-graphviz||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +graphics/hs-dia-base||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +graphics/hs-cairo||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +graphics/hs-svgcairo||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +sysutils/hs-disk-free-space||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +sysutils/hs-mountpoints||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +sysutils/hs-ekg-core||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +sysutils/hs-cpu||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +archivers/hs-zip-archive||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +archivers/hs-zlib-bindings||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +archivers/hs-tar||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +archivers/hs-zlib||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +dns/hs-gnuidn||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +dns/hs-dns||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +shells/hs-shelly||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +mail/hs-mime||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +mail/hs-mime-mail||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +mail/hs-mime-types||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +mail/hs-email-validate||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +audio/hs-libmpd||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +audio/hs-ALUT||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +audio/hs-OpenAL||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +x11/hs-X11||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +x11/hs-X11-xft||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org Modified: head/archivers/Makefile ============================================================================== --- head/archivers/Makefile Thu May 9 10:20:29 2019 (r501083) +++ head/archivers/Makefile Thu May 9 11:15:41 2019 (r501084) @@ -42,10 +42,6 @@ SUBDIR += hffzip SUBDIR += hlextract SUBDIR += hpack.non-usa.only - SUBDIR += hs-tar - SUBDIR += hs-zip-archive - SUBDIR += hs-zlib - SUBDIR += hs-zlib-bindings SUBDIR += innoextract SUBDIR += javatar SUBDIR += jzlib Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Thu May 9 10:20:29 2019 (r501083) +++ head/audio/Makefile Thu May 9 11:15:41 2019 (r501084) @@ -324,9 +324,6 @@ SUBDIR += harp SUBDIR += herrie SUBDIR += hexter - SUBDIR += hs-ALUT - SUBDIR += hs-OpenAL - SUBDIR += hs-libmpd SUBDIR += hts_engine-API SUBDIR += hvl2wav SUBDIR += hydrogen Modified: head/benchmarks/Makefile ============================================================================== --- head/benchmarks/Makefile Thu May 9 10:20:29 2019 (r501083) +++ head/benchmarks/Makefile Thu May 9 11:15:41 2019 (r501084) @@ -27,8 +27,6 @@ SUBDIR += hey SUBDIR += himenobench SUBDIR += hpl - SUBDIR += hs-criterion - SUBDIR += hs-criterion-measurement SUBDIR += httperf SUBDIR += hyperfine SUBDIR += imb Modified: head/converters/Makefile ============================================================================== --- head/converters/Makefile Thu May 9 10:20:29 2019 (r501083) +++ head/converters/Makefile Thu May 9 11:15:41 2019 (r501084) @@ -32,10 +32,7 @@ SUBDIR += fribidi SUBDIR += gbase SUBDIR += gbsdconv - SUBDIR += hs-aeson - SUBDIR += hs-aeson-compat SUBDIR += hs-aeson-pretty - SUBDIR += hs-json SUBDIR += hs-sandi SUBDIR += htx SUBDIR += i18ntools Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Thu May 9 10:20:29 2019 (r501083) +++ head/databases/Makefile Thu May 9 11:15:41 2019 (r501084) @@ -106,12 +106,6 @@ SUBDIR += hashtypes SUBDIR += hbase SUBDIR += hiredis - SUBDIR += hs-esqueleto - SUBDIR += hs-hedis - SUBDIR += hs-mysql - SUBDIR += hs-persistent - SUBDIR += hs-persistent-sqlite - SUBDIR += hs-persistent-template SUBDIR += hsqldb SUBDIR += influxdb SUBDIR += innotop Modified: head/deskutils/Makefile ============================================================================== --- head/deskutils/Makefile Thu May 9 10:20:29 2019 (r501083) +++ head/deskutils/Makefile Thu May 9 11:15:41 2019 (r501084) @@ -117,7 +117,6 @@ SUBDIR += horde-nag SUBDIR += hot-babe SUBDIR += howm - SUBDIR += hs-fdo-notify SUBDIR += ical SUBDIR += jjclient SUBDIR += jlj Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu May 9 10:20:29 2019 (r501083) +++ head/devel/Makefile Thu May 9 11:15:41 2019 (r501084) @@ -905,290 +905,25 @@ SUBDIR += hp48cc SUBDIR += hp48xgcc SUBDIR += hpx - SUBDIR += hs-Boolean - SUBDIR += hs-BoundedChan - SUBDIR += hs-ConfigFile - SUBDIR += hs-EdisonAPI - SUBDIR += hs-EdisonCore - SUBDIR += hs-GenericPretty - SUBDIR += hs-Glob - SUBDIR += hs-HUnit - SUBDIR += hs-IfElse - SUBDIR += hs-List - SUBDIR += hs-ListLike - SUBDIR += hs-MemoTrie - SUBDIR += hs-MissingH - SUBDIR += hs-MonadRandom - SUBDIR += hs-ObjectName - SUBDIR += hs-Only - SUBDIR += hs-QuickCheck - SUBDIR += hs-ReadArgs - SUBDIR += hs-STMonadTrans - SUBDIR += hs-SafeSemaphore SUBDIR += hs-ShellCheck - SUBDIR += hs-StateVar - SUBDIR += hs-Stream - SUBDIR += hs-abstract-deque - SUBDIR += hs-abstract-par - SUBDIR += hs-activehs-base SUBDIR += hs-alex - SUBDIR += hs-ansi-terminal - SUBDIR += hs-ansi-wl-pprint - SUBDIR += hs-arrows - SUBDIR += hs-asn1-data - SUBDIR += hs-asn1-encoding - SUBDIR += hs-asn1-parse - SUBDIR += hs-asn1-types - SUBDIR += hs-async - SUBDIR += hs-atomic-primops - SUBDIR += hs-auto-update - SUBDIR += hs-base-compat - SUBDIR += hs-base-compat-batteries - SUBDIR += hs-base-orphans - SUBDIR += hs-base-unicode-symbols - SUBDIR += hs-base16-bytestring - SUBDIR += hs-base64-bytestring - SUBDIR += hs-basement - SUBDIR += hs-basic-prelude - SUBDIR += hs-bifunctors - SUBDIR += hs-bitarray - SUBDIR += hs-bits-atomic - SUBDIR += hs-blaze-builder - SUBDIR += hs-blaze-textual - SUBDIR += hs-bloomfilter - SUBDIR += hs-boxes - SUBDIR += hs-bsd-sysctl - SUBDIR += hs-byteable - SUBDIR += hs-byteorder - SUBDIR += hs-bytestring-lexing - SUBDIR += hs-bytestring-mmap SUBDIR += hs-bytestring-nums - SUBDIR += hs-bytestring-show SUBDIR += hs-c2hs SUBDIR += hs-cabal-install - SUBDIR += hs-call-stack - SUBDIR += hs-cereal - SUBDIR += hs-checkers - SUBDIR += hs-chunked-data - SUBDIR += hs-classy-prelude - SUBDIR += hs-classy-prelude-conduit - SUBDIR += hs-clock - SUBDIR += hs-cmdargs - SUBDIR += hs-code-page - SUBDIR += hs-colour - SUBDIR += hs-concurrent-output - SUBDIR += hs-conduit - SUBDIR += hs-conduit-combinators - SUBDIR += hs-conduit-extra - SUBDIR += hs-configurator - SUBDIR += hs-constraints - SUBDIR += hs-convertible SUBDIR += hs-cpphs SUBDIR += hs-darcs - SUBDIR += hs-data-default - SUBDIR += hs-data-default-class - SUBDIR += hs-data-default-instances-base - SUBDIR += hs-data-default-instances-containers - SUBDIR += hs-data-default-instances-dlist - SUBDIR += hs-data-default-instances-old-locale - SUBDIR += hs-data-endian - SUBDIR += hs-data-hash - SUBDIR += hs-data-ordlist - SUBDIR += hs-data-pprint - SUBDIR += hs-date-cache - SUBDIR += hs-datetime - SUBDIR += hs-dbus - SUBDIR += hs-deepseq-generics - SUBDIR += hs-directory-tree - SUBDIR += hs-dlist - SUBDIR += hs-dlist-instances - SUBDIR += hs-easy-file - SUBDIR += hs-echo - SUBDIR += hs-edit-distance - SUBDIR += hs-either - SUBDIR += hs-enclosed-exceptions - SUBDIR += hs-equivalence - SUBDIR += hs-errors - SUBDIR += hs-exceptions - SUBDIR += hs-extensible-exceptions - SUBDIR += hs-extra - SUBDIR += hs-fast-logger - SUBDIR += hs-fgl - SUBDIR += hs-file-embed - SUBDIR += hs-filemanip - SUBDIR += hs-filestore - SUBDIR += hs-fmlist - SUBDIR += hs-fortran-src - SUBDIR += hs-foundation - SUBDIR += hs-free - SUBDIR += hs-fsnotify - SUBDIR += hs-gconf - SUBDIR += hs-generic-deriving - SUBDIR += hs-geniplate-mirror SUBDIR += hs-ghc-events - SUBDIR += hs-ghc-mtl - SUBDIR += hs-ghc-paths - SUBDIR += hs-gio SUBDIR += hs-git-annex - SUBDIR += hs-gitrev - SUBDIR += hs-glib SUBDIR += hs-gtk2hs-buildtools SUBDIR += hs-haddock - SUBDIR += hs-haddock-api - SUBDIR += hs-haddock-library SUBDIR += hs-happy - SUBDIR += hs-hashable - SUBDIR += hs-hashtables - SUBDIR += hs-haskell-lexer - SUBDIR += hs-haskell-src - SUBDIR += hs-haskell-src-exts - SUBDIR += hs-haskell-src-exts-util - SUBDIR += hs-haskell-src-meta SUBDIR += hs-hasktags - SUBDIR += hs-hex - SUBDIR += hs-hinotify - SUBDIR += hs-hint - SUBDIR += hs-hlibev SUBDIR += hs-hlint SUBDIR += hs-hoogle - SUBDIR += hs-hourglass - SUBDIR += hs-hsb2hs - SUBDIR += hs-hslogger - SUBDIR += hs-hslua - SUBDIR += hs-hslua-module-text - SUBDIR += hs-hspec - SUBDIR += hs-hspec-core SUBDIR += hs-hspec-discover - SUBDIR += hs-hspec-expectations - SUBDIR += hs-io-streams - SUBDIR += hs-io-streams-haproxy - SUBDIR += hs-js-flot - SUBDIR += hs-js-jquery - SUBDIR += hs-keys - SUBDIR += hs-kqueue - SUBDIR += hs-language-c - SUBDIR += hs-language-javascript - SUBDIR += hs-largeword - SUBDIR += hs-lazysmallcheck - SUBDIR += hs-lens - SUBDIR += hs-lifted-async - SUBDIR += hs-lifted-base - SUBDIR += hs-logict - SUBDIR += hs-map-syntax - SUBDIR += hs-memory - SUBDIR += hs-microlens - SUBDIR += hs-microlens-th - SUBDIR += hs-microstache - SUBDIR += hs-mmap - SUBDIR += hs-mmorph - SUBDIR += hs-monad-control - SUBDIR += hs-monad-logger - SUBDIR += hs-monad-loops - SUBDIR += hs-monad-par - SUBDIR += hs-monad-par-extras - SUBDIR += hs-monad-unlift - SUBDIR += hs-monads-tf - SUBDIR += hs-mono-traversable - SUBDIR += hs-mono-traversable-instances - SUBDIR += hs-mtl SUBDIR += hs-mueval - SUBDIR += hs-murmur-hash - SUBDIR += hs-mutable-containers - SUBDIR += hs-ncurses - SUBDIR += hs-newtype - SUBDIR += hs-newtype-generics - SUBDIR += hs-old-locale - SUBDIR += hs-old-time - SUBDIR += hs-optparse-applicative - SUBDIR += hs-parallel - SUBDIR += hs-pcre-light - SUBDIR += hs-prelude-extras - SUBDIR += hs-preprocessor-tools - SUBDIR += hs-prettyclass - SUBDIR += hs-primitive - SUBDIR += hs-process-extras - SUBDIR += hs-profunctors - SUBDIR += hs-project-template - SUBDIR += hs-psqueues - SUBDIR += hs-quickcheck-io - SUBDIR += hs-random - SUBDIR += hs-readable - SUBDIR += hs-readline - SUBDIR += hs-refact - SUBDIR += hs-reflection - SUBDIR += hs-resource-pool - SUBDIR += hs-resourcet - SUBDIR += hs-safe - SUBDIR += hs-safe-exceptions - SUBDIR += hs-say - SUBDIR += hs-scientific - SUBDIR += hs-securemem - SUBDIR += hs-setenv - SUBDIR += hs-setlocale SUBDIR += hs-shake - SUBDIR += hs-show - SUBDIR += hs-silently - SUBDIR += hs-simple-reflect - SUBDIR += hs-smallcheck - SUBDIR += hs-split - SUBDIR += hs-stm-chans - SUBDIR += hs-storable-record - SUBDIR += hs-storable-tuple - SUBDIR += hs-streaming-commons - SUBDIR += hs-strict - SUBDIR += hs-syb - SUBDIR += hs-syb-with-class - SUBDIR += hs-system-fileio - SUBDIR += hs-system-filepath - SUBDIR += hs-tagged - SUBDIR += hs-temporary - SUBDIR += hs-terminal-size - SUBDIR += hs-test-framework - SUBDIR += hs-test-framework-hunit - SUBDIR += hs-test-framework-quickcheck2 - SUBDIR += hs-text-icu - SUBDIR += hs-text-short - SUBDIR += hs-tf-random - SUBDIR += hs-th-abstraction - SUBDIR += hs-th-expand-syns - SUBDIR += hs-th-lift - SUBDIR += hs-th-lift-instances - SUBDIR += hs-th-orphans - SUBDIR += hs-th-reify-many - SUBDIR += hs-threads SUBDIR += hs-threadscope - SUBDIR += hs-time-compat - SUBDIR += hs-time-locale-compat - SUBDIR += hs-timezone-olson - SUBDIR += hs-timezone-series - SUBDIR += hs-transformers-base - SUBDIR += hs-transformers-compat - SUBDIR += hs-typed-process - SUBDIR += hs-unamb - SUBDIR += hs-unexceptionalio - SUBDIR += hs-unicode-show - SUBDIR += hs-uniplate - SUBDIR += hs-unix-compat - SUBDIR += hs-unix-time - SUBDIR += hs-unliftio - SUBDIR += hs-unliftio-core - SUBDIR += hs-unordered-containers - SUBDIR += hs-utf8-light - SUBDIR += hs-utf8-string - SUBDIR += hs-utility-ht - SUBDIR += hs-uuagc-cabal - SUBDIR += hs-uuid - SUBDIR += hs-uuid-types - SUBDIR += hs-uulib - SUBDIR += hs-vault - SUBDIR += hs-vector - SUBDIR += hs-vector-algorithms - SUBDIR += hs-vector-binary-instances - SUBDIR += hs-vector-instances - SUBDIR += hs-vector-th-unbox - SUBDIR += hs-void - SUBDIR += hs-wl-pprint-text - SUBDIR += hs-word8 SUBDIR += htable SUBDIR += hub SUBDIR += hwloc Modified: head/dns/Makefile ============================================================================== --- head/dns/Makefile Thu May 9 10:20:29 2019 (r501083) +++ head/dns/Makefile Thu May 9 11:15:41 2019 (r501084) @@ -82,8 +82,6 @@ SUBDIR += getdns SUBDIR += hesiod SUBDIR += hostdb - SUBDIR += hs-dns - SUBDIR += hs-gnuidn SUBDIR += idnkit SUBDIR += idnkit2 SUBDIR += inadyn Modified: head/ftp/Makefile ============================================================================== --- head/ftp/Makefile Thu May 9 10:20:29 2019 (r501083) +++ head/ftp/Makefile Thu May 9 11:15:41 2019 (r501084) @@ -31,7 +31,6 @@ SUBDIR += gnustep-ftp SUBDIR += gstreamer1-plugins-curl SUBDIR += horde-gollem - SUBDIR += hs-curl SUBDIR += hsftp SUBDIR += jftp SUBDIR += jftpgw Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Thu May 9 10:20:29 2019 (r501083) +++ head/graphics/Makefile Thu May 9 11:15:41 2019 (r501084) @@ -337,12 +337,6 @@ SUBDIR += hiptext SUBDIR += hobbes-icons-xpm SUBDIR += hppsmtools - SUBDIR += hs-JuicyPixels - SUBDIR += hs-cairo - SUBDIR += hs-dia-base - SUBDIR += hs-dia-functions - SUBDIR += hs-graphviz - SUBDIR += hs-svgcairo SUBDIR += hugin SUBDIR += icat SUBDIR += icc-profiles-adobe-cs4 Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Thu May 9 10:20:29 2019 (r501083) +++ head/mail/Makefile Thu May 9 11:15:41 2019 (r501084) @@ -156,10 +156,6 @@ SUBDIR += horde-ingo SUBDIR += horde-turba SUBDIR += horde-webmail - SUBDIR += hs-email-validate - SUBDIR += hs-mime - SUBDIR += hs-mime-mail - SUBDIR += hs-mime-types SUBDIR += ifile SUBDIR += im SUBDIR += imap-uw Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Thu May 9 10:20:29 2019 (r501083) +++ head/math/Makefile Thu May 9 11:15:41 2019 (r501084) @@ -274,30 +274,6 @@ SUBDIR += hipmcl SUBDIR += hmat-oss SUBDIR += hs-Agda - SUBDIR += hs-Agda-stdlib - SUBDIR += hs-NumInstances - SUBDIR += hs-adjunctions - SUBDIR += hs-categories - SUBDIR += hs-comonad - SUBDIR += hs-contravariant - SUBDIR += hs-data-lens - SUBDIR += hs-data-lens-template - SUBDIR += hs-dense-linear-algebra - SUBDIR += hs-distributive - SUBDIR += hs-erf - SUBDIR += hs-fixed - SUBDIR += hs-half - SUBDIR += hs-ieee754 - SUBDIR += hs-integer-logarithms - SUBDIR += hs-kan-extensions - SUBDIR += hs-math-functions - SUBDIR += hs-mwc-random - SUBDIR += hs-pointed - SUBDIR += hs-probability - SUBDIR += hs-semigroupoids - SUBDIR += hs-semigroups - SUBDIR += hs-statistics - SUBDIR += hs-vector-space SUBDIR += ignition-math SUBDIR += igraph SUBDIR += intervaltree Modified: head/net-p2p/Makefile ============================================================================== --- head/net-p2p/Makefile Thu May 9 10:20:29 2019 (r501083) +++ head/net-p2p/Makefile Thu May 9 11:15:41 2019 (r501084) @@ -32,7 +32,6 @@ SUBDIR += go-ethereum SUBDIR += gtk-gnutella SUBDIR += gtorrentviewer - SUBDIR += hs-torrent SUBDIR += jackett SUBDIR += jigdo SUBDIR += ktorrent Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Thu May 9 10:20:29 2019 (r501083) +++ head/net/Makefile Thu May 9 11:15:41 2019 (r501084) @@ -239,25 +239,7 @@ SUBDIR += hostapd SUBDIR += howl SUBDIR += hping - SUBDIR += hs-aws - SUBDIR += hs-bsb-http-chunked - SUBDIR += hs-connection - SUBDIR += hs-gsasl - SUBDIR += hs-hoauth2 - SUBDIR += hs-hostname - SUBDIR += hs-iproute - SUBDIR += hs-maccatcher SUBDIR += hs-network - SUBDIR += hs-network-info - SUBDIR += hs-network-multicast - SUBDIR += hs-network-protocol-xmpp - SUBDIR += hs-network-uri - SUBDIR += hs-pcap - SUBDIR += hs-publicsuffixlist - SUBDIR += hs-resolv - SUBDIR += hs-sendfile - SUBDIR += hs-simple-sendfile - SUBDIR += hs-socks SUBDIR += hsflowd SUBDIR += htpdate SUBDIR += http_ping *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Thu May 9 11:46:20 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C55115A6923; Thu, 9 May 2019 11:46:20 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B27E08B356; Thu, 9 May 2019 11:46:19 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8ED6D1C906; Thu, 9 May 2019 11:46:19 +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 x49BkJkK057441; Thu, 9 May 2019 11:46:19 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49BkJ7b057440; Thu, 9 May 2019 11:46:19 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201905091146.x49BkJ7b057440@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Thu, 9 May 2019 11:46:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501085 - head X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: head X-SVN-Commit-Revision: 501085 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B27E08B356 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.961,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 11:46:20 -0000 Author: adamw Date: Thu May 9 11:46:19 2019 New Revision: 501085 URL: https://svnweb.freebsd.org/changeset/ports/501085 Log: Remove duplicate entries Modified: head/MOVED Modified: head/MOVED ============================================================================== --- head/MOVED Thu May 9 11:15:41 2019 (r501084) +++ head/MOVED Thu May 9 11:46:19 2019 (r501085) @@ -12437,7 +12437,6 @@ devel/hs-Glob||2019-05-08|Has expired: Haskell librari devel/hs-vector-th-unbox||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-dbus||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-hspec||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -devel/hs-hspec||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-MemoTrie||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-BoundedChan||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-uniplate||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org @@ -12600,7 +12599,6 @@ www/hs-css-text||2019-05-08|Has expired: Haskell libra www/hs-path-pieces||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org www/hs-oeis||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org www/hs-yesod-static||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -www/hs-http2||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org www/hs-http2||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org www/hs-heist||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org www/hs-multipart||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org From owner-svn-ports-all@freebsd.org Thu May 9 11:59:53 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0606915A6C5C; Thu, 9 May 2019 11:59:53 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A0CD48B81D; Thu, 9 May 2019 11:59:52 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 72AC41CAB4; Thu, 9 May 2019 11:59:52 +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 x49BxqN8062892; Thu, 9 May 2019 11:59:52 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49Bxpe9062890; Thu, 9 May 2019 11:59:51 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201905091159.x49Bxpe9062890@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Thu, 9 May 2019 11:59:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501086 - head/sysutils/osinfo-db-tools X-SVN-Group: ports-head X-SVN-Commit-Author: novel X-SVN-Commit-Paths: head/sysutils/osinfo-db-tools X-SVN-Commit-Revision: 501086 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A0CD48B81D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.961,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 11:59:53 -0000 Author: novel Date: Thu May 9 11:59:51 2019 New Revision: 501086 URL: https://svnweb.freebsd.org/changeset/ports/501086 Log: sysutils/osinfo-db-tools: update to 1.5.0 Modified: head/sysutils/osinfo-db-tools/Makefile head/sysutils/osinfo-db-tools/distinfo Modified: head/sysutils/osinfo-db-tools/Makefile ============================================================================== --- head/sysutils/osinfo-db-tools/Makefile Thu May 9 11:46:19 2019 (r501085) +++ head/sysutils/osinfo-db-tools/Makefile Thu May 9 11:59:51 2019 (r501086) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= osinfo-db-tools -PORTVERSION= 1.4.0 +PORTVERSION= 1.5.0 CATEGORIES= sysutils MASTER_SITES= https://releases.pagure.org/libosinfo/ Modified: head/sysutils/osinfo-db-tools/distinfo ============================================================================== --- head/sysutils/osinfo-db-tools/distinfo Thu May 9 11:46:19 2019 (r501085) +++ head/sysutils/osinfo-db-tools/distinfo Thu May 9 11:59:51 2019 (r501086) @@ -1,3 +1,3 @@ -TIMESTAMP = 1551511970 -SHA256 (osinfo-db-tools-1.4.0.tar.gz) = 7ee0125c6b99b5b9e10d9bf5951ecc8a170278499a778e6be5c61ef10296f723 -SIZE (osinfo-db-tools-1.4.0.tar.gz) = 519089 +TIMESTAMP = 1557398761 +SHA256 (osinfo-db-tools-1.5.0.tar.gz) = f43160f3f3251849f8b8b37c84ad8640f2a51937d8ea38626f14aa2a159730de +SIZE (osinfo-db-tools-1.5.0.tar.gz) = 546678 From owner-svn-ports-all@freebsd.org Thu May 9 12:00:29 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC93F15A707E; Thu, 9 May 2019 12:00:28 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 614378B971; Thu, 9 May 2019 12:00: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3D82B1CAB9; Thu, 9 May 2019 12:00: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 x49C0SEh063169; Thu, 9 May 2019 12:00:28 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49C0RZO063164; Thu, 9 May 2019 12:00:27 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201905091200.x49C0RZO063164@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Thu, 9 May 2019 12:00:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501087 - head/devel/libosinfo X-SVN-Group: ports-head X-SVN-Commit-Author: novel X-SVN-Commit-Paths: head/devel/libosinfo X-SVN-Commit-Revision: 501087 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 614378B971 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.961,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 12:00:29 -0000 Author: novel Date: Thu May 9 12:00:27 2019 New Revision: 501087 URL: https://svnweb.freebsd.org/changeset/ports/501087 Log: devel/libosinfo: update to 1.5.0 Modified: head/devel/libosinfo/Makefile head/devel/libosinfo/distinfo head/devel/libosinfo/pkg-plist Modified: head/devel/libosinfo/Makefile ============================================================================== --- head/devel/libosinfo/Makefile Thu May 9 11:59:51 2019 (r501086) +++ head/devel/libosinfo/Makefile Thu May 9 12:00:27 2019 (r501087) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libosinfo -PORTVERSION= 1.4.0 +PORTVERSION= 1.5.0 CATEGORIES= devel MASTER_SITES= https://releases.pagure.org/libosinfo/ Modified: head/devel/libosinfo/distinfo ============================================================================== --- head/devel/libosinfo/distinfo Thu May 9 11:59:51 2019 (r501086) +++ head/devel/libosinfo/distinfo Thu May 9 12:00:27 2019 (r501087) @@ -1,3 +1,3 @@ -TIMESTAMP = 1551512219 -SHA256 (libosinfo-1.4.0.tar.gz) = a29e61a82b1a5727b145403914812273dfa033a0c07a15500078726bb3b84165 -SIZE (libosinfo-1.4.0.tar.gz) = 1075852 +TIMESTAMP = 1557398977 +SHA256 (libosinfo-1.5.0.tar.gz) = bf692567983478c92bde78d454c18d6196abb032b5a77f430b09a7ef92ec6089 +SIZE (libosinfo-1.5.0.tar.gz) = 998751 Modified: head/devel/libosinfo/pkg-plist ============================================================================== --- head/devel/libosinfo/pkg-plist Thu May 9 11:59:51 2019 (r501086) +++ head/devel/libosinfo/pkg-plist Thu May 9 12:00:27 2019 (r501087) @@ -70,6 +70,8 @@ share/gtk-doc/html/Libosinfo/OsinfoDeviceLinkList.html share/gtk-doc/html/Libosinfo/OsinfoDeviceList.html share/gtk-doc/html/Libosinfo/OsinfoEntity.html share/gtk-doc/html/Libosinfo/OsinfoFilter.html +share/gtk-doc/html/Libosinfo/OsinfoImage.html +share/gtk-doc/html/Libosinfo/OsinfoImageList.html share/gtk-doc/html/Libosinfo/OsinfoInstallConfig.html share/gtk-doc/html/Libosinfo/OsinfoInstallConfigParam.html share/gtk-doc/html/Libosinfo/OsinfoInstallConfigParamList.html From owner-svn-ports-all@freebsd.org Thu May 9 12:10:36 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 199A415A7A54; Thu, 9 May 2019 12:10:36 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B4D1B8C27C; Thu, 9 May 2019 12:10:35 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 90A4A1CC77; Thu, 9 May 2019 12:10:35 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x49CAZDf070861; Thu, 9 May 2019 12:10:35 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49CAYNd070460; Thu, 9 May 2019 12:10:34 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201905091210.x49CAYNd070460@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 9 May 2019 12:10:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501088 - in head/math/wxmaxima: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/math/wxmaxima: . files X-SVN-Commit-Revision: 501088 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B4D1B8C27C X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.980,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 12:10:36 -0000 Author: swills Date: Thu May 9 12:10:34 2019 New Revision: 501088 URL: https://svnweb.freebsd.org/changeset/ports/501088 Log: math/wxmaxima: update to 19.05.2 PR: 237792 Submitted by: Lorenzo Salvadore (maintainer) Added: head/math/wxmaxima/files/extra-patch-CMakeLists.txt (contents, props changed) Modified: head/math/wxmaxima/Makefile (contents, props changed) head/math/wxmaxima/distinfo (contents, props changed) head/math/wxmaxima/pkg-plist (contents, props changed) Modified: head/math/wxmaxima/Makefile ============================================================================== --- head/math/wxmaxima/Makefile Thu May 9 12:00:27 2019 (r501087) +++ head/math/wxmaxima/Makefile Thu May 9 12:10:34 2019 (r501088) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wxmaxima -PORTVERSION= 19.04.1 +PORTVERSION= 19.05.2 DISTVERSIONPREFIX= Version- CATEGORIES= math @@ -13,7 +13,7 @@ LICENSE= GPLv2 RUN_DEPENDS= maxima:math/maxima -USES= cmake desktop-file-utils gettext shared-mime-info +USES= cmake desktop-file-utils shared-mime-info USE_WX= 3.0 USE_GITHUB= yes GH_ACCOUNT= wxMaxima-Developers @@ -21,5 +21,11 @@ GH_ACCOUNT= wxMaxima-Developers PLIST_SUB= DESKTOPDIR=${DESKTOPDIR:S,${PREFIX}/,,} WX_COMPS= wx WX_CONF_ARGS= absolute + +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes + +NLS_EXTRA_PATCHES_OFF= ${PATCHDIR}/extra-patch-CMakeLists.txt +NLS_USES= gettext .include Modified: head/math/wxmaxima/distinfo ============================================================================== --- head/math/wxmaxima/distinfo Thu May 9 12:00:27 2019 (r501087) +++ head/math/wxmaxima/distinfo Thu May 9 12:10:34 2019 (r501088) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554498295 -SHA256 (wxMaxima-Developers-wxmaxima-Version-19.04.1_GH0.tar.gz) = 701f67e43c9e996538bc372977d61ef6c79178b10782d6921da395b725951bf6 -SIZE (wxMaxima-Developers-wxmaxima-Version-19.04.1_GH0.tar.gz) = 12073198 +TIMESTAMP = 1557228666 +SHA256 (wxMaxima-Developers-wxmaxima-Version-19.05.2_GH0.tar.gz) = 49737d4e06367435bcfb841dd1dc05cdd172c4079fdc5eb7438606507fd8961e +SIZE (wxMaxima-Developers-wxmaxima-Version-19.05.2_GH0.tar.gz) = 13348934 Added: head/math/wxmaxima/files/extra-patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/wxmaxima/files/extra-patch-CMakeLists.txt Thu May 9 12:10:34 2019 (r501088) @@ -0,0 +1,10 @@ +--- CMakeLists.txt.orig 2019-05-07 12:21:45 UTC ++++ CMakeLists.txt +@@ -62,7 +62,6 @@ if(Git_FOUND) + endif() + + +-add_subdirectory(locales) + add_subdirectory(Doxygen) + add_subdirectory(data) + add_subdirectory(info) Modified: head/math/wxmaxima/pkg-plist ============================================================================== --- head/math/wxmaxima/pkg-plist Thu May 9 12:00:27 2019 (r501087) +++ head/math/wxmaxima/pkg-plist Thu May 9 12:10:34 2019 (r501088) @@ -23,27 +23,28 @@ share/bash-completion/completions/wxmaxima %%DOCSDIR%%/wxMaxima_configuration_002.jpg %%DOCSDIR%%/wxMaxima_configuration_002.png %%DOCSDIR%%/wxmaxima.html -share/locale/ca/LC_MESSAGES/wxMaxima.mo -share/locale/cs/LC_MESSAGES/wxMaxima.mo -share/locale/da/LC_MESSAGES/wxMaxima.mo -share/locale/de/LC_MESSAGES/wxMaxima.mo -share/locale/el/LC_MESSAGES/wxMaxima.mo -share/locale/es/LC_MESSAGES/wxMaxima.mo -share/locale/fi/LC_MESSAGES/wxMaxima.mo -share/locale/fr/LC_MESSAGES/wxMaxima.mo -share/locale/gl/LC_MESSAGES/wxMaxima.mo -share/locale/hu/LC_MESSAGES/wxMaxima.mo -share/locale/it/LC_MESSAGES/wxMaxima.mo -share/locale/ja/LC_MESSAGES/wxMaxima.mo -share/locale/kab/LC_MESSAGES/wxMaxima.mo -share/locale/nb/LC_MESSAGES/wxMaxima.mo -share/locale/pl/LC_MESSAGES/wxMaxima.mo -share/locale/pt_BR/LC_MESSAGES/wxMaxima.mo -share/locale/ru/LC_MESSAGES/wxMaxima.mo -share/locale/tr/LC_MESSAGES/wxMaxima.mo -share/locale/uk/LC_MESSAGES/wxMaxima.mo -share/locale/zh_CN/LC_MESSAGES/wxMaxima.mo -share/locale/zh_TW/LC_MESSAGES/wxMaxima.mo +%%NLS%%share/locale/ca/LC_MESSAGES/wxMaxima.mo +%%NLS%%share/locale/cs/LC_MESSAGES/wxMaxima.mo +%%NLS%%share/locale/da/LC_MESSAGES/wxMaxima.mo +%%NLS%%share/locale/de/LC_MESSAGES/wxMaxima.mo +%%NLS%%share/locale/el/LC_MESSAGES/wxMaxima.mo +%%NLS%%share/locale/en/LC_MESSAGES/wxMaxima.mo +%%NLS%%share/locale/es/LC_MESSAGES/wxMaxima.mo +%%NLS%%share/locale/fi/LC_MESSAGES/wxMaxima.mo +%%NLS%%share/locale/fr/LC_MESSAGES/wxMaxima.mo +%%NLS%%share/locale/gl/LC_MESSAGES/wxMaxima.mo +%%NLS%%share/locale/hu/LC_MESSAGES/wxMaxima.mo +%%NLS%%share/locale/it/LC_MESSAGES/wxMaxima.mo +%%NLS%%share/locale/ja/LC_MESSAGES/wxMaxima.mo +%%NLS%%share/locale/kab/LC_MESSAGES/wxMaxima.mo +%%NLS%%share/locale/nb/LC_MESSAGES/wxMaxima.mo +%%NLS%%share/locale/pl/LC_MESSAGES/wxMaxima.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/wxMaxima.mo +%%NLS%%share/locale/ru/LC_MESSAGES/wxMaxima.mo +%%NLS%%share/locale/tr/LC_MESSAGES/wxMaxima.mo +%%NLS%%share/locale/uk/LC_MESSAGES/wxMaxima.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/wxMaxima.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/wxMaxima.mo share/mime/packages/x-wxmathml.xml share/mime/packages/x-wxmaxima-batch.xml share/pixmaps/io.github.wxmaxima_developers.wxMaxima.png From owner-svn-ports-all@freebsd.org Thu May 9 12:25:00 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 50B7915A80F9; Thu, 9 May 2019 12:25:00 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EB5A78CD81; Thu, 9 May 2019 12:24:59 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C2ACD1CFB2; Thu, 9 May 2019 12:24:59 +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 x49COxd3078969; Thu, 9 May 2019 12:24:59 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49COxWe078965; Thu, 9 May 2019 12:24:59 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201905091224.x49COxWe078965@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Thu, 9 May 2019 12:24:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501089 - in head/security/sslproxy: . files X-SVN-Group: ports-head X-SVN-Commit-Author: bofh X-SVN-Commit-Paths: in head/security/sslproxy: . files X-SVN-Commit-Revision: 501089 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: EB5A78CD81 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.980,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 12:25:00 -0000 Author: bofh Date: Thu May 9 12:24:58 2019 New Revision: 501089 URL: https://svnweb.freebsd.org/changeset/ports/501089 Log: security/sslproxy: Update version 0.5.9=>0.6.0 Added: head/security/sslproxy/files/patch-pxyconn.c (contents, props changed) Modified: head/security/sslproxy/Makefile head/security/sslproxy/distinfo head/security/sslproxy/files/patch-GNUmakefile Modified: head/security/sslproxy/Makefile ============================================================================== --- head/security/sslproxy/Makefile Thu May 9 12:10:34 2019 (r501088) +++ head/security/sslproxy/Makefile Thu May 9 12:24:58 2019 (r501089) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= sslproxy -PORTVERSION= 0.5.9 +PORTVERSION= 0.6.0 DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= security @@ -14,7 +14,7 @@ LICENSE= BSD2CLAUSE LIB_DEPENDS= libevent.so:devel/libevent \ libnet.so:net/libnet -USES= gmake pkgconfig uidfix ssl +USES= gmake pkgconfig uidfix sqlite ssl USE_GITHUB= yes GH_ACCOUNT= sonertari GH_PROJECT= SSLproxy Modified: head/security/sslproxy/distinfo ============================================================================== --- head/security/sslproxy/distinfo Thu May 9 12:10:34 2019 (r501088) +++ head/security/sslproxy/distinfo Thu May 9 12:24:58 2019 (r501089) @@ -1,3 +1,3 @@ -TIMESTAMP = 1551812754 -SHA256 (sonertari-SSLproxy-v0.5.9_GH0.tar.gz) = 669cd763f83c8faa69e6fb2854e09cb724960075b088cbac5df994613423a4cb -SIZE (sonertari-SSLproxy-v0.5.9_GH0.tar.gz) = 1777393 +TIMESTAMP = 1557314268 +SHA256 (sonertari-SSLproxy-v0.6.0_GH0.tar.gz) = 4905a87c232cd713c0ffce0a7f02f2e4e4cfed569ff10659c279f9516112aa5c +SIZE (sonertari-SSLproxy-v0.6.0_GH0.tar.gz) = 1796137 Modified: head/security/sslproxy/files/patch-GNUmakefile ============================================================================== --- head/security/sslproxy/files/patch-GNUmakefile Thu May 9 12:10:34 2019 (r501088) +++ head/security/sslproxy/files/patch-GNUmakefile Thu May 9 12:24:58 2019 (r501089) @@ -1,4 +1,4 @@ ---- GNUmakefile.orig 2018-12-11 18:58:45 UTC +--- GNUmakefile.orig 2019-05-02 16:06:48 UTC +++ GNUmakefile @@ -178,7 +178,7 @@ endif @@ -18,7 +18,7 @@ ifeq ($(shell id -u),0) BINOWNERFLAGS?= -o $(BINUID) -g $(BINGID) CNFOWNERFLAGS?= -o $(CNFUID) -g $(CNFGID) -@@ -504,26 +504,19 @@ clean: +@@ -524,26 +524,19 @@ clean: $(RM) -rf *.dSYM install: $(TARGET) Added: head/security/sslproxy/files/patch-pxyconn.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/sslproxy/files/patch-pxyconn.c Thu May 9 12:24:58 2019 (r501089) @@ -0,0 +1,11 @@ +--- pxyconn.c.orig 2019-05-08 11:38:14 UTC ++++ pxyconn.c +@@ -938,7 +938,7 @@ pxy_try_remove_sslproxy_header(pxy_conn_child_ctx_t *c + } + } + +-#ifdef __APPLE__ ++#if defined(__FreeBSD__) || defined(__APPLE__) + #define getdtablecount() 0 + + /* From owner-svn-ports-all@freebsd.org Thu May 9 12:27:01 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E287E15A81BC; Thu, 9 May 2019 12:27:00 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 33D008CF44; Thu, 9 May 2019 12:27:00 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C2AE51CFB3; Thu, 9 May 2019 12:26:59 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x49CQxbC079191; Thu, 9 May 2019 12:26:59 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49CQxPf079189; Thu, 9 May 2019 12:26:59 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201905091226.x49CQxPf079189@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Thu, 9 May 2019 12:26:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501090 - head/sysutils/lsof X-SVN-Group: ports-head X-SVN-Commit-Author: ler X-SVN-Commit-Paths: head/sysutils/lsof X-SVN-Commit-Revision: 501090 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 33D008CF44 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.979,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 12:27:01 -0000 Author: ler Date: Thu May 9 12:26:59 2019 New Revision: 501090 URL: https://svnweb.freebsd.org/changeset/ports/501090 Log: sysutils/lsof: update to 4.93.2. Update the version number embedded in lsof executable. Modified: head/sysutils/lsof/Makefile head/sysutils/lsof/distinfo Modified: head/sysutils/lsof/Makefile ============================================================================== --- head/sysutils/lsof/Makefile Thu May 9 12:24:58 2019 (r501089) +++ head/sysutils/lsof/Makefile Thu May 9 12:26:59 2019 (r501090) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lsof -DISTVERSION= 4.93.1 +DISTVERSION= 4.93.2 PORTEPOCH= 8 CATEGORIES= sysutils Modified: head/sysutils/lsof/distinfo ============================================================================== --- head/sysutils/lsof/distinfo Thu May 9 12:24:58 2019 (r501089) +++ head/sysutils/lsof/distinfo Thu May 9 12:26:59 2019 (r501090) @@ -1,3 +1,3 @@ -TIMESTAMP = 1557240808 -SHA256 (lsof-org-lsof-4.93.1_GH0.tar.gz) = ae522562e94bde45ef16d401f374ac4399b44443d1aa91cb0c7900857ea771ca -SIZE (lsof-org-lsof-4.93.1_GH0.tar.gz) = 1319055 +TIMESTAMP = 1557404723 +SHA256 (lsof-org-lsof-4.93.2_GH0.tar.gz) = 3df912bd966fc24dc73ddea3e36a61d79270b21b085936a4caabca56e5b486a2 +SIZE (lsof-org-lsof-4.93.2_GH0.tar.gz) = 1319222 From owner-svn-ports-all@freebsd.org Thu May 9 12:46:04 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98A6615A899A; Thu, 9 May 2019 12:46:04 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3DF148D934; Thu, 9 May 2019 12:46:04 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 093501D324; Thu, 9 May 2019 12:46:04 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x49Ck3lH089751; Thu, 9 May 2019 12:46:03 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49Ck3Pd089750; Thu, 9 May 2019 12:46:03 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <201905091246.x49Ck3Pd089750@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Thu, 9 May 2019 12:46:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501091 - head/x11-fm/fsv2 X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/x11-fm/fsv2 X-SVN-Commit-Revision: 501091 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3DF148D934 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.979,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 12:46:04 -0000 Author: pkubaj Date: Thu May 9 12:46:03 2019 New Revision: 501091 URL: https://svnweb.freebsd.org/changeset/ports/501091 Log: x11-fm/fsv2: fix build with GCC-based architectures Add USES=compiler:c+11-lang to fix: /usr/local/include/sigc++-2.0/sigc++/adaptors/retype_return.h:88: error: expected primary-expression before '(' token Approved by: mentors (implicit approval) Modified: head/x11-fm/fsv2/Makefile Modified: head/x11-fm/fsv2/Makefile ============================================================================== --- head/x11-fm/fsv2/Makefile Thu May 9 12:26:59 2019 (r501090) +++ head/x11-fm/fsv2/Makefile Thu May 9 12:46:03 2019 (r501091) @@ -16,7 +16,7 @@ LIB_DEPENDS= libgtkgl-2.0.so:x11-toolkits/gtkglarea2 \ libfreetype.so:print/freetype2 \ libftgl.so:graphics/ftgl -USES= tar:bzip2 libtool gettext-runtime pkgconfig +USES= compiler:c++11-lang tar:bzip2 libtool gettext-runtime pkgconfig USE_GNOME= gtkmm24 atkmm glibmm pangomm cairomm libsigc++20 gtk20 atk cairo \ gdkpixbuf2 USE_GL= gl glu From owner-svn-ports-all@freebsd.org Thu May 9 12:51:28 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5DC7F15A8C22; Thu, 9 May 2019 12:51:28 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 032BD8DCD2; Thu, 9 May 2019 12:51:28 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D45161D470; Thu, 9 May 2019 12:51:27 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x49CpRWT090821; Thu, 9 May 2019 12:51:27 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49CpRAT090820; Thu, 9 May 2019 12:51:27 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <201905091251.x49CpRAT090820@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Thu, 9 May 2019 12:51:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501092 - head/www/varnish-libvmod-maxminddb X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/www/varnish-libvmod-maxminddb X-SVN-Commit-Revision: 501092 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 032BD8DCD2 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.979,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 12:51:28 -0000 Author: pkubaj Date: Thu May 9 12:51:27 2019 New Revision: 501092 URL: https://svnweb.freebsd.org/changeset/ports/501092 Log: www/varnish-libvmod-maxminddb: fix build with GCC-based architectures Add USES=compiler:c11 to fix build: /usr/local/include/maxminddb.h:92: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'mmdb_uint128_t' Approved by: mentors (implicit approval) Modified: head/www/varnish-libvmod-maxminddb/Makefile Modified: head/www/varnish-libvmod-maxminddb/Makefile ============================================================================== --- head/www/varnish-libvmod-maxminddb/Makefile Thu May 9 12:46:03 2019 (r501091) +++ head/www/varnish-libvmod-maxminddb/Makefile Thu May 9 12:51:27 2019 (r501092) @@ -14,7 +14,8 @@ BUILD_DEPENDS= rst2man:textproc/py-docutils LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb -USES= autoreconf gmake libtool pkgconfig python:2.7,build varnish +USES= autoreconf compiler:c11 gmake libtool pkgconfig \ + python:2.7,build varnish GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static INSTALL_TARGET= install-strip From owner-svn-ports-all@freebsd.org Thu May 9 13:25:54 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1820215A97F0; Thu, 9 May 2019 13:25:54 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B0BC58F0BD; Thu, 9 May 2019 13:25:53 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 888EE1D9D2; Thu, 9 May 2019 13:25:53 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x49DPr2I011014; Thu, 9 May 2019 13:25:53 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49DPrbe011013; Thu, 9 May 2019 13:25:53 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <201905091325.x49DPrbe011013@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Thu, 9 May 2019 13:25:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501093 - head/games/tecnoballz X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/games/tecnoballz X-SVN-Commit-Revision: 501093 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B0BC58F0BD X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 13:25:54 -0000 Author: pkubaj Date: Thu May 9 13:25:53 2019 New Revision: 501093 URL: https://svnweb.freebsd.org/changeset/ports/501093 Log: games/tecnoballz: fix build with GCC-based architectures Add USES=compiler:c++11-lang to fix build: configure: error: tinyxml library is not present in your system Approved by: mentors (implicit approval) Modified: head/games/tecnoballz/Makefile Modified: head/games/tecnoballz/Makefile ============================================================================== --- head/games/tecnoballz/Makefile Thu May 9 12:51:27 2019 (r501092) +++ head/games/tecnoballz/Makefile Thu May 9 13:25:53 2019 (r501093) @@ -19,7 +19,7 @@ LIB_DEPENDS= libmikmod.so:audio/libmikmod \ libsmpeg.so:multimedia/smpeg \ libtinyxml.so:textproc/tinyxml -USES= autoreconf gmake tar:tgz +USES= autoreconf compiler:c++11-lang gmake tar:tgz USE_SDL= sdl mixer image GNU_CONFIGURE= yes From owner-svn-ports-all@freebsd.org Thu May 9 13:36:41 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0F2E15A9BF0; Thu, 9 May 2019 13:36:41 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 84F068F853; Thu, 9 May 2019 13:36:41 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5FFE61DB7C; Thu, 9 May 2019 13:36:41 +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 x49DafY8016136; Thu, 9 May 2019 13:36:41 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49Daffb016134; Thu, 9 May 2019 13:36:41 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201905091336.x49Daffb016134@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Thu, 9 May 2019 13:36:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501094 - head/misc/p5-Array-Diff X-SVN-Group: ports-head X-SVN-Commit-Author: bofh X-SVN-Commit-Paths: head/misc/p5-Array-Diff X-SVN-Commit-Revision: 501094 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 84F068F853 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.976,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 13:36:42 -0000 Author: bofh Date: Thu May 9 13:36:40 2019 New Revision: 501094 URL: https://svnweb.freebsd.org/changeset/ports/501094 Log: misc/p5-Array-Diff: Update version 0.07=>0.08 Modified: head/misc/p5-Array-Diff/Makefile head/misc/p5-Array-Diff/distinfo Modified: head/misc/p5-Array-Diff/Makefile ============================================================================== --- head/misc/p5-Array-Diff/Makefile Thu May 9 13:25:53 2019 (r501093) +++ head/misc/p5-Array-Diff/Makefile Thu May 9 13:36:40 2019 (r501094) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Array-Diff -PORTVERSION= 0.07 -PORTREVISION= 1 +PORTVERSION= 0.08 CATEGORIES= misc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -21,4 +20,5 @@ RUN_DEPENDS= p5-Algorithm-Diff>=1.19:devel/p5-Algorith USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Modified: head/misc/p5-Array-Diff/distinfo ============================================================================== --- head/misc/p5-Array-Diff/distinfo Thu May 9 13:25:53 2019 (r501093) +++ head/misc/p5-Array-Diff/distinfo Thu May 9 13:36:40 2019 (r501094) @@ -1,2 +1,3 @@ -SHA256 (Array-Diff-0.07.tar.gz) = 78e7d3a3374c74e117b7198f8e6649367a2906561b8a485d3870f242fa8f8346 -SIZE (Array-Diff-0.07.tar.gz) = 52126 +TIMESTAMP = 1557404611 +SHA256 (Array-Diff-0.08.tar.gz) = 1ee55e2f5ae7ddfb623bf4ad5c3e051d3d0790274ab50fdc9c7da28e125f251b +SIZE (Array-Diff-0.08.tar.gz) = 11196 From owner-svn-ports-all@freebsd.org Thu May 9 13:44:28 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8232115A9F61; Thu, 9 May 2019 13:44:28 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 297098FE6E; Thu, 9 May 2019 13:44:28 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 05D941DD25; Thu, 9 May 2019 13:44:28 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x49DiRiF021127; Thu, 9 May 2019 13:44:27 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49DiRYv021126; Thu, 9 May 2019 13:44:27 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <201905091344.x49DiRYv021126@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Thu, 9 May 2019 13:44:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501095 - head/misc/actiona X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/misc/actiona X-SVN-Commit-Revision: 501095 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 297098FE6E X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.951,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 13:44:28 -0000 Author: pkubaj Date: Thu May 9 13:44:27 2019 New Revision: 501095 URL: https://svnweb.freebsd.org/changeset/ports/501095 Log: misc/actiona: fix build with GCC-based architectures Add USES=compiler:c++11-lang to fix build with GCC: cc1plus: error: unrecognized command line option "-std=c++11" Approved by: mentors (implicit approval) Modified: head/misc/actiona/Makefile Modified: head/misc/actiona/Makefile ============================================================================== --- head/misc/actiona/Makefile Thu May 9 13:36:40 2019 (r501094) +++ head/misc/actiona/Makefile Thu May 9 13:44:27 2019 (r501095) @@ -18,7 +18,7 @@ LIB_DEPENDS= libnotify.so:devel/libnotify \ libopencv_core.so:graphics/opencv-core \ libopencv_video.so:graphics/opencv -USES= desktop-file-utils gl pkgconfig qmake gnome qt:5 shared-mime-info +USES= compiler:c++11-lang desktop-file-utils gl pkgconfig qmake gnome qt:5 shared-mime-info USE_GITHUB= yes GH_ACCOUNT= Jmgr USE_QT= concurrent core dbus gui multimedia network script scripttools speech sql widgets x11extras xml xmlpatterns \ From owner-svn-ports-all@freebsd.org Thu May 9 13:54:44 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 856B515AA52C; Thu, 9 May 2019 13:54:44 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2B7DF6858D; Thu, 9 May 2019 13:54:44 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 07D781DEDA; Thu, 9 May 2019 13:54:44 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x49DshdK026880; Thu, 9 May 2019 13:54:43 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49Dsh3C026879; Thu, 9 May 2019 13:54:43 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201905091354.x49Dsh3C026879@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarev Date: Thu, 9 May 2019 13:54:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501096 - head/lang/sbcl X-SVN-Group: ports-head X-SVN-Commit-Author: krion X-SVN-Commit-Paths: head/lang/sbcl X-SVN-Commit-Revision: 501096 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2B7DF6858D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.95)[-0.951,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 13:54:44 -0000 Author: krion Date: Thu May 9 13:54:43 2019 New Revision: 501096 URL: https://svnweb.freebsd.org/changeset/ports/501096 Log: Update to 1.5.2 Modified: head/lang/sbcl/Makefile head/lang/sbcl/distinfo Modified: head/lang/sbcl/Makefile ============================================================================== --- head/lang/sbcl/Makefile Thu May 9 13:44:27 2019 (r501095) +++ head/lang/sbcl/Makefile Thu May 9 13:54:43 2019 (r501096) @@ -7,7 +7,7 @@ # [1] x11-wm/stumpwm PORTNAME= sbcl -DISTVERSION= 1.5.0 +DISTVERSION= 1.5.2 DISTVERSIONSUFFIX= -source PORTEPOCH= 1 CATEGORIES= lang lisp Modified: head/lang/sbcl/distinfo ============================================================================== --- head/lang/sbcl/distinfo Thu May 9 13:44:27 2019 (r501095) +++ head/lang/sbcl/distinfo Thu May 9 13:54:43 2019 (r501096) @@ -1,8 +1,8 @@ -TIMESTAMP = 1551962812 -SHA256 (sbcl-1.5.0-source.tar.bz2) = 1ff98f17f6ba40c0d987efc907161f729cc9bd8516fe1f28e124626c16418ca8 -SIZE (sbcl-1.5.0-source.tar.bz2) = 6257355 -SHA256 (sbcl-1.5.0-documentation-html.tar.bz2) = 214e77426e7611baaadabc51d9d3b0effa65870525cb7001097b25e1191f3038 -SIZE (sbcl-1.5.0-documentation-html.tar.bz2) = 228531 +TIMESTAMP = 1557399400 +SHA256 (sbcl-1.5.2-source.tar.bz2) = dac6aef3ec7628c284a31f2222ede5d47d9d94f9cfdffe0f00ef40f9531e3c3f +SIZE (sbcl-1.5.2-source.tar.bz2) = 6343957 +SHA256 (sbcl-1.5.2-documentation-html.tar.bz2) = 864f77111b1462e8691daea0c6a4246f1c53d12e340bbd3f69ca12e80e6007ef +SIZE (sbcl-1.5.2-documentation-html.tar.bz2) = 229799 SHA256 (sbcl-1.2.7-x86-64-freebsd-binary.tar.bz2) = c61f5e777e56921d2452d0fa6b71024ccd9b99bc659676498d398b8663176492 SIZE (sbcl-1.2.7-x86-64-freebsd-binary.tar.bz2) = 10463348 SHA256 (sbcl-1.2.7-x86-freebsd-binary.tar.bz2) = cf68bfab780a14964d9593f5b47fa3e174cf43e95ae3e558712d218f1c37bdbe From owner-svn-ports-all@freebsd.org Thu May 9 14:14:58 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 487D915AAB67; Thu, 9 May 2019 14:14:58 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E2A3E6A701; Thu, 9 May 2019 14:14:57 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BBFFE1E22F; Thu, 9 May 2019 14:14:57 +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 x49EEvJZ037124; Thu, 9 May 2019 14:14:57 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49EEvfW037121; Thu, 9 May 2019 14:14:57 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201905091414.x49EEvfW037121@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Thu, 9 May 2019 14:14:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501097 - in head/print/pdf-redact-tools: . files X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: in head/print/pdf-redact-tools: . files X-SVN-Commit-Revision: 501097 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E2A3E6A701 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.972,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 14:14:58 -0000 Author: ehaupt Date: Thu May 9 14:14:57 2019 New Revision: 501097 URL: https://svnweb.freebsd.org/changeset/ports/501097 Log: - Provide a patch to work with python 3.6 - Pacify portlint Added: head/print/pdf-redact-tools/files/ head/print/pdf-redact-tools/files/patch-pdf-redact-tools (contents, props changed) Modified: head/print/pdf-redact-tools/Makefile Modified: head/print/pdf-redact-tools/Makefile ============================================================================== --- head/print/pdf-redact-tools/Makefile Thu May 9 13:54:43 2019 (r501096) +++ head/print/pdf-redact-tools/Makefile Thu May 9 14:14:57 2019 (r501097) @@ -3,9 +3,10 @@ PORTNAME= pdf-redact-tools PORTVERSION= 0.1.2 -PORTREVISION= 1 DISTVERSIONPREFIX= v +PORTREVISION= 2 CATEGORIES= print +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ehaupt@FreeBSD.org COMMENT= Securely redact and strip metadata from PDF files @@ -16,9 +17,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= exiftool:graphics/p5-Image-ExifTool \ convert:graphics/ImageMagick6 -USES= python:2.7 +USES= python USE_GITHUB= yes -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Added: head/print/pdf-redact-tools/files/patch-pdf-redact-tools ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/pdf-redact-tools/files/patch-pdf-redact-tools Thu May 9 14:14:57 2019 (r501097) @@ -0,0 +1,132 @@ +--- pdf-redact-tools.orig 2017-06-21 21:42:06 UTC ++++ pdf-redact-tools +@@ -18,6 +18,9 @@ GNU General Public License for more details. + You should have received a copy of the GNU General Public License + along with this program. If not, see . + """ ++ ++from __future__ import print_function ++ + import sys, os, subprocess, argparse, shutil + + class PDFRedactTools(object): +@@ -39,18 +42,18 @@ class PDFRedactTools(object): + + def explode(self, achromatic = False): + if not self.pdf_filename: +- print 'Error: you must call set_pdf_filename before calling explode' ++ print('Error: you must call set_pdf_filename before calling explode') + return False + + # make dir for pages + if os.path.isdir(self.pages_dirname): +- print 'Error: the directory {} already exists, you must delete it before exploding'.format(self.pages_dirname) ++ print('Error: the directory {} already exists, you must delete it before exploding'.format(self.pages_dirname)) + return False + else: +- os.makedirs(self.pages_dirname, 0700) ++ os.makedirs(self.pages_dirname, 0o700) + + # convert PDF to PNGs +- print 'Converting PDF to PNGs' ++ print('Converting PDF to PNGs') + subprocess.call([ 'convert', + '-density', '128', + self.pdf_filename, +@@ -59,7 +62,7 @@ class PDFRedactTools(object): + self.transparent_filename]) + + # flatten all the PNGs, so they don't have transparent backgrounds +- print 'Flattening PNGs' ++ print('Flattening PNGs') + filenames = os.listdir(self.pages_dirname) + for filename in filenames: + if os.path.splitext(filename)[1].lower() == '.png': +@@ -78,7 +81,7 @@ class PDFRedactTools(object): + + # convert images to achromatic to remove printer dots + if achromatic: +- print 'Converting colors to achromatic' ++ print('Converting colors to achromatic') + filenames = os.listdir(self.pages_dirname) + for filename in filenames: + if os.path.splitext(filename)[1].lower() == '.png': +@@ -114,22 +117,22 @@ class PDFRedactTools(object): + + def merge(self): + if not self.pdf_filename: +- print 'Error: you must call set_pdf_filename before calling merge' ++ print('Error: you must call set_pdf_filename before calling merge') + return False + + # make sure pages directory exists + if not os.path.isdir(self.pages_dirname): +- print "Error: {} is not a directory".format(pages_dirname) ++ print("Error: {} is not a directory".format(pages_dirname)) + return False + + # convert PNGs to PDF +- print "Converting PNGs to PDF" ++ print("Converting PNGs to PDF") + subprocess.call(['convert', + os.path.join(self.pages_dirname, 'page-*.png'), + self.output_filename]) + + # strip metadata +- print "Stripping ImageMagick metadata" ++ print("Stripping ImageMagick metadata") + subprocess.call(['exiftool', '-Title=', '-Producer=', self.output_filename]) + os.remove('{0}_original'.format(self.output_filename)) + +@@ -164,11 +167,12 @@ def parse_arguments(): + args = parser.parse_args() + return args + ++ + def valid_pdf(filename): +- return subprocess.check_output(['file', +- '-b', +- '--mime-type', +- filename]).strip() == 'application/pdf' ++ if sys.version_info.major > 2: ++ return subprocess.check_output(['file', '-b', '--mime-type', filename], encoding='UTF-8').strip() == 'application/pdf' ++ else: ++ return subprocess.check_output(['file', '-b', '--mime-type', filename]).strip() == 'application/pdf' + + + def main(): +@@ -186,18 +190,18 @@ def main(): + if valid_pdf(explode_filename): + pdfrt.set_pdf_filename(explode_filename) + if pdfrt.explode(achromatic): +- print 'All done, now go edit PNGs in {} to redact and then run: pdf-redact-tools -m {}'.format(pdfrt.pages_dirname, pdfrt.pdf_filename) ++ print('All done, now go edit PNGs in {} to redact and then run: pdf-redact-tools -m {}'.format(pdfrt.pages_dirname, pdfrt.pdf_filename)) + else: +- print explode_filename,' does not appear to be a PDF file, will not process' ++ print(explode_filename,' does not appear to be a PDF file, will not process') + + # merge + if merge_filename: + if valid_pdf(merge_filename): + pdfrt.set_pdf_filename(merge_filename) + if pdfrt.merge(): +- print "All done, your final output is {}".format(pdfrt.output_filename) ++ print("All done, your final output is {}".format(pdfrt.output_filename)) + else: +- print merge_filename,' does not appear to be a PDF file, will not process' ++ print(merge_filename,' does not appear to be a PDF file, will not process') + + # sanitize + if sanitize_filename: +@@ -208,9 +212,9 @@ def main(): + # delete temp files + shutil.rmtree(pdfrt.pages_dirname) + +- print "All done, your final output is {}".format(pdfrt.output_filename) ++ print("All done, your final output is {}".format(pdfrt.output_filename)) + else: +- print sanitize_filename,' does not appear to be a PDF file, will not process' ++ print(sanitize_filename,' does not appear to be a PDF file, will not process') + + if __name__ == '__main__': + main() From owner-svn-ports-all@freebsd.org Thu May 9 14:20:00 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A33E15AAC43; Thu, 9 May 2019 14:20:00 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 20FC76A89D; Thu, 9 May 2019 14:20:00 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0C15A1E230; Thu, 9 May 2019 14:20:00 +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 x49EJx49037498; Thu, 9 May 2019 14:19:59 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49EJxGB037495; Thu, 9 May 2019 14:19:59 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201905091419.x49EJxGB037495@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Thu, 9 May 2019 14:19:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501098 - in head/astro/gnuastro: . files X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: in head/astro/gnuastro: . files X-SVN-Commit-Revision: 501098 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 20FC76A89D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.97)[-0.972,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 14:20:00 -0000 Author: danfe Date: Thu May 9 14:19:58 2019 New Revision: 501098 URL: https://svnweb.freebsd.org/changeset/ports/501098 Log: - Update Gnuastro to version 0.9 - Debashize and degawkize one script Reported by: portscout Added: head/astro/gnuastro/files/ head/astro/gnuastro/files/patch-bin_script_sort-by-night.in (contents, props changed) Modified: head/astro/gnuastro/Makefile head/astro/gnuastro/distinfo head/astro/gnuastro/pkg-plist Modified: head/astro/gnuastro/Makefile ============================================================================== --- head/astro/gnuastro/Makefile Thu May 9 14:14:57 2019 (r501097) +++ head/astro/gnuastro/Makefile Thu May 9 14:19:58 2019 (r501098) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gnuastro -PORTVERSION= 0.8 +PORTVERSION= 0.9 CATEGORIES= astro MASTER_SITES= GNU Modified: head/astro/gnuastro/distinfo ============================================================================== --- head/astro/gnuastro/distinfo Thu May 9 14:14:57 2019 (r501097) +++ head/astro/gnuastro/distinfo Thu May 9 14:19:58 2019 (r501098) @@ -1,3 +1,3 @@ -TIMESTAMP = 1553427026 -SHA256 (gnuastro-0.8.tar.gz) = 3a8070f9dd896a463f1d898be82b1fe5abcd39e6407be9162f4dbea7fe9caed4 -SIZE (gnuastro-0.8.tar.gz) = 5140848 +TIMESTAMP = 1555520218 +SHA256 (gnuastro-0.9.tar.gz) = c98dba97f022960d1792ffdba1f3bd411fb2945cd577902f79c73296799b6818 +SIZE (gnuastro-0.9.tar.gz) = 5312132 Added: head/astro/gnuastro/files/patch-bin_script_sort-by-night.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/astro/gnuastro/files/patch-bin_script_sort-by-night.in Thu May 9 14:19:58 2019 (r501098) @@ -0,0 +1,53 @@ +--- bin/script/sort-by-night.in.orig 2019-04-11 18:40:12 UTC ++++ bin/script/sort-by-night.in +@@ -1,4 +1,4 @@ +-#!/bin/bash ++#!/bin/sh + + # Separate input datasets into multiple nights, run with `--help', or see + # description under `print_help' (below) for more. +@@ -127,7 +127,7 @@ EOF + + + # Functions to check option values and complain if necessary. +-function on_off_option_error() { ++on_off_option_error() { + if [ "x$2" = x ]; then + echo "$scriptname: '$1' doesn't take any values." + else +@@ -136,7 +136,7 @@ function on_off_option_error() { + exit 1 + } + +-function check_v() { ++check_v() { + if [ x"$2" = x ]; then + echo "$scriptname: option '$1' requires an argument." + echo "Try '$scriptname --help' for more information." +@@ -172,7 +172,7 @@ function check_v() { + # if a value is appended to the short format it should crash. So in the + # second test for these (`-l*') will account for both the case where we + # have an equal sign and where we don't. +-while [[ $# -gt 0 ]] ++while [ $# -gt 0 ] + do + case "$1" in + # Input parameters. +@@ -242,8 +242,8 @@ fi + list=$(for f in $inputs; do + astfits $f --datetosec=$key --hdu=$hdu -q \ + | awk -vh=$hour \ +- '{d=int($1/86400); print "'$f'", $1, \ +- int($1)%86400<(h*3600) ? d-1 : d }' ++ '{d=int($1/86400); print "'$f'", $1; \ ++ if (int($1)%86400<(h*3600)) print d-1; else print d }' + done) + + +@@ -302,5 +302,5 @@ echo "$unique" | while read l; do + done + + # Increment the night-counter. +- ((counter++)) ++ counter=$((counter+1)) + done Modified: head/astro/gnuastro/pkg-plist ============================================================================== --- head/astro/gnuastro/pkg-plist Thu May 9 14:14:57 2019 (r501097) +++ head/astro/gnuastro/pkg-plist Thu May 9 14:19:58 2019 (r501098) @@ -10,6 +10,7 @@ bin/astmkcatalog bin/astmknoise bin/astmkprof bin/astnoisechisel +bin/astscript-sort-by-night bin/astsegment bin/aststatistics bin/asttable @@ -64,8 +65,8 @@ include/gnuastro/type.h include/gnuastro/wcs.h lib/libgnuastro.a lib/libgnuastro.so -lib/libgnuastro.so.6 -lib/libgnuastro.so.6.0.0 +lib/libgnuastro.so.7 +lib/libgnuastro.so.7.0.0 libdata/pkgconfig/gnuastro.pc man/man1/astarithmetic.1.gz man/man1/astbuildprog.1.gz @@ -79,10 +80,12 @@ man/man1/astmkcatalog.1.gz man/man1/astmknoise.1.gz man/man1/astmkprof.1.gz man/man1/astnoisechisel.1.gz +man/man1/astscript-sort-by-night.1.gz man/man1/astsegment.1.gz man/man1/aststatistics.1.gz man/man1/asttable.1.gz man/man1/astwarp.1.gz +share/info/gnuastro-figures/README share/info/gnuastro-figures/epicycles.eps share/info/gnuastro-figures/epicycles.png share/info/gnuastro-figures/epicycles.txt From owner-svn-ports-all@freebsd.org Thu May 9 14:23:46 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A5D615AAE1A; Thu, 9 May 2019 14:23:46 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 01C306AC8A; Thu, 9 May 2019 14:23:46 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D2E241E3E3; Thu, 9 May 2019 14:23:45 +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 x49ENjtk042766; Thu, 9 May 2019 14:23:45 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49ENjW9042765; Thu, 9 May 2019 14:23:45 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201905091423.x49ENjW9042765@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Thu, 9 May 2019 14:23:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501099 - head/lang/gcc7-devel X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/lang/gcc7-devel X-SVN-Commit-Revision: 501099 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 01C306AC8A X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 14:23:46 -0000 Author: gerald Date: Thu May 9 14:23:45 2019 New Revision: 501099 URL: https://svnweb.freebsd.org/changeset/ports/501099 Log: Update to the 20190502 snapshot of GCC 7.4.1. Modified: head/lang/gcc7-devel/Makefile head/lang/gcc7-devel/distinfo Modified: head/lang/gcc7-devel/Makefile ============================================================================== --- head/lang/gcc7-devel/Makefile Thu May 9 14:19:58 2019 (r501098) +++ head/lang/gcc7-devel/Makefile Thu May 9 14:23:45 2019 (r501099) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 7.4.1.s20190425 +PORTVERSION= 7.4.1.s20190502 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc7-devel/distinfo ============================================================================== --- head/lang/gcc7-devel/distinfo Thu May 9 14:19:58 2019 (r501098) +++ head/lang/gcc7-devel/distinfo Thu May 9 14:23:45 2019 (r501099) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556250177 -SHA256 (gcc-7-20190425.tar.xz) = 9bb5b8795f6316309b6e3de6499a46832f2c76eaf030bf832cb4bb6f409faa38 -SIZE (gcc-7-20190425.tar.xz) = 59354784 +TIMESTAMP = 1557177648 +SHA256 (gcc-7-20190502.tar.xz) = 5fbd59be5cf4635cf0a0f6de077ebd2e0e365ff2720a39a776ad6224d534aa5c +SIZE (gcc-7-20190502.tar.xz) = 59356480 From owner-svn-ports-all@freebsd.org Thu May 9 14:27:17 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 26F4915AAEB0; Thu, 9 May 2019 14:27:17 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8FFA76AF6D; Thu, 9 May 2019 14:27:16 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 768061E3E4; Thu, 9 May 2019 14:27:16 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x49ERGVO043050; Thu, 9 May 2019 14:27:16 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49ERGCG043048; Thu, 9 May 2019 14:27:16 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201905091427.x49ERGCG043048@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Thu, 9 May 2019 14:27:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501100 - in head/security/racoon2: . files X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: in head/security/racoon2: . files X-SVN-Commit-Revision: 501100 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8FFA76AF6D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 14:27:17 -0000 Author: cy Date: Thu May 9 14:27:15 2019 New Revision: 501100 URL: https://svnweb.freebsd.org/changeset/ports/501100 Log: Prepare for the pending removal of ispec from GENERIC, making sure that the ipsec kld is loaded. Suggested by: gallatin@ MFH: 2019Q2 Modified: head/security/racoon2/Makefile (contents, props changed) head/security/racoon2/files/patch-samples-rc.d-iked.in (contents, props changed) Modified: head/security/racoon2/Makefile ============================================================================== --- head/security/racoon2/Makefile Thu May 9 14:23:45 2019 (r501099) +++ head/security/racoon2/Makefile Thu May 9 14:27:15 2019 (r501100) @@ -3,6 +3,7 @@ PORTNAME= racoon2 PORTVERSION= ${RACOON2_COMMIT_DATE} +PORTREVISION= 1 CATEGORIES= security net ipv6 HASH= 5c4af73 RACOON2_COMMIT_DATE=20181215 Modified: head/security/racoon2/files/patch-samples-rc.d-iked.in ============================================================================== --- head/security/racoon2/files/patch-samples-rc.d-iked.in Thu May 9 14:23:45 2019 (r501099) +++ head/security/racoon2/files/patch-samples-rc.d-iked.in Thu May 9 14:27:15 2019 (r501100) @@ -1,6 +1,6 @@ ---- samples/rc.d/iked.in.orig 2018-08-15 21:36:53.000000000 -0700 -+++ samples/rc.d/iked.in 2018-10-19 12:32:15.579253000 -0700 -@@ -10,11 +10,13 @@ +--- samples/rc.d/iked.in.orig 2018-08-15 22:36:53.000000000 -0600 ++++ samples/rc.d/iked.in 2019-05-09 08:03:55.095621000 -0600 +@@ -10,14 +10,22 @@ . /etc/rc.subr @@ -15,4 +15,13 @@ +required_vars="spmd_enable" pidfile="/var/run/${name}.pid" required_files="@sysconfdir@/racoon2.conf" ++start_precmd="iked_precmd" reload_cmd="iked_reload" ++ ++iked_precmd() ++{ ++ sysctl -qn net.inet.ipsec.def_policy >/dev/null || kldload ipsec || return 1 ++} + + iked_reload() + { From owner-svn-ports-all@freebsd.org Thu May 9 14:39:36 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E2B021583146; Thu, 9 May 2019 14:39:35 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 900D06B475; Thu, 9 May 2019 14:39:35 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5C2231E594; Thu, 9 May 2019 14:39:35 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x49EdZhA053498; Thu, 9 May 2019 14:39:35 GMT (envelope-from arrowd@FreeBSD.org) Received: (from arrowd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49EdU4O053472; Thu, 9 May 2019 14:39:30 GMT (envelope-from arrowd@FreeBSD.org) Message-Id: <201905091439.x49EdU4O053472@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: arrowd set sender to arrowd@FreeBSD.org using -f From: Gleb Popov Date: Thu, 9 May 2019 14:39:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501101 - in head: Mk Mk/Uses converters/hs-aeson-pretty devel/hs-ShellCheck devel/hs-alex devel/hs-bytestring-nums devel/hs-c2hs devel/hs-c2hs/files devel/hs-cabal-install devel/hs-cpp... X-SVN-Group: ports-head X-SVN-Commit-Author: arrowd X-SVN-Commit-Paths: in head: Mk Mk/Uses converters/hs-aeson-pretty devel/hs-ShellCheck devel/hs-alex devel/hs-bytestring-nums devel/hs-c2hs devel/hs-c2hs/files devel/hs-cabal-install devel/hs-cpphs devel/hs-darcs devel/h... X-SVN-Commit-Revision: 501101 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 900D06B475 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.976,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 14:39:36 -0000 Author: arrowd Date: Thu May 9 14:39:30 2019 New Revision: 501101 URL: https://svnweb.freebsd.org/changeset/ports/501101 Log: Introduce USES=cabal and use it to build Haskell applications. PR: 230186 Reviewed by: mat, tcberner Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D19730 Added: head/Mk/Uses/cabal.mk (contents, props changed) head/devel/hs-git-annex/files/patch-Command_Multicast.hs (contents, props changed) head/devel/hs-git-annex/files/patch-clock-0.7.2_clock.cabal (contents, props changed) head/devel/hs-happy/files/ head/devel/hs-happy/files/patch-happy.cabal (contents, props changed) head/devel/hs-threadscope/files/ head/devel/hs-threadscope/files/patch-gtk2hs-buildtools-0.13.5.0_c2hs_toplevel_C2HSConfig.hs (contents, props changed) head/devel/hs-threadscope/files/patch-threadscope.cabal (contents, props changed) head/devel/stack/files/ head/devel/stack/files/patch-ino64-support (contents, props changed) head/devel/stack/files/patch-uname (contents, props changed) head/games/hedgewars-server/ head/games/hedgewars-server/Makefile (contents, props changed) head/games/hedgewars-server/distinfo (contents, props changed) head/games/hedgewars-server/pkg-descr (contents, props changed) head/games/hs-scroll/files/ head/games/hs-scroll/files/patch-lib_UI_NCurses.chs (contents, props changed) head/x11/hs-xmobar/files/extra-patch-hinotify.cabal (contents, props changed) head/x11/hs-xmobar/pkg-plist (contents, props changed) Deleted: head/devel/hs-c2hs/files/ head/devel/hs-git-annex/files/patch-Build__Configure.hs head/devel/hs-git-annex/files/patch-Utility_QuickCheck.hs head/textproc/hs-pandoc/files/ Modified: head/Mk/bsd.options.mk head/converters/hs-aeson-pretty/Makefile head/converters/hs-aeson-pretty/distinfo head/converters/hs-aeson-pretty/pkg-descr head/devel/hs-ShellCheck/Makefile head/devel/hs-ShellCheck/distinfo head/devel/hs-alex/Makefile head/devel/hs-alex/distinfo head/devel/hs-bytestring-nums/Makefile head/devel/hs-bytestring-nums/distinfo head/devel/hs-c2hs/Makefile head/devel/hs-c2hs/distinfo head/devel/hs-cabal-install/Makefile head/devel/hs-cabal-install/distinfo head/devel/hs-cpphs/Makefile head/devel/hs-cpphs/distinfo head/devel/hs-darcs/Makefile head/devel/hs-darcs/distinfo head/devel/hs-darcs/files/patch-darcs.cabal head/devel/hs-ghc-events/Makefile head/devel/hs-ghc-events/distinfo head/devel/hs-git-annex/Makefile head/devel/hs-git-annex/distinfo head/devel/hs-git-annex/files/patch-Build__DesktopFile.hs head/devel/hs-git-annex/files/patch-git-annex.cabal head/devel/hs-haddock/Makefile head/devel/hs-haddock/distinfo head/devel/hs-happy/Makefile head/devel/hs-happy/distinfo head/devel/hs-hasktags/Makefile head/devel/hs-hasktags/distinfo head/devel/hs-hlint/Makefile head/devel/hs-hlint/distinfo head/devel/hs-hoogle/Makefile head/devel/hs-hoogle/distinfo head/devel/hs-hspec-discover/Makefile head/devel/hs-hspec-discover/distinfo head/devel/hs-mueval/Makefile head/devel/hs-mueval/distinfo head/devel/hs-shake/Makefile head/devel/hs-shake/distinfo head/devel/hs-threadscope/Makefile head/devel/hs-threadscope/distinfo head/devel/stack/Makefile head/devel/stack/distinfo head/games/Makefile head/games/hedgewars/Makefile head/games/hs-scroll/Makefile head/games/hs-scroll/distinfo head/lang/ghc/bsd.hackage.mk head/lang/hs-brainfuck/Makefile head/lang/hs-brainfuck/distinfo head/lang/hs-unlambda/Makefile head/lang/hs-unlambda/distinfo head/math/hs-Agda/Makefile head/print/hs-hscolour/Makefile head/print/hs-hscolour/distinfo head/textproc/cgrep/Makefile head/textproc/cgrep/distinfo head/textproc/hs-lhs2tex/Makefile head/textproc/hs-lhs2tex/distinfo head/textproc/hs-pandoc-citeproc/Makefile head/textproc/hs-pandoc-citeproc/distinfo head/textproc/hs-pandoc/Makefile head/textproc/hs-pandoc/distinfo head/textproc/hs-yaml/Makefile head/textproc/hs-yaml/distinfo head/textproc/hs-yaml/pkg-descr head/www/hs-DAV/Makefile head/www/hs-DAV/distinfo head/www/hs-hjsmin/Makefile head/www/hs-hjsmin/distinfo head/www/hs-wai-app-static/Makefile head/www/hs-wai-app-static/distinfo head/www/hs-yesod-bin/Makefile head/www/hs-yesod-bin/distinfo head/www/hs-yesod-bin/files/patch-yesod-bin.cabal head/x11/hs-xmobar/Makefile head/x11/hs-xmobar/distinfo Added: head/Mk/Uses/cabal.mk ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/Mk/Uses/cabal.mk Thu May 9 14:39:30 2019 (r501101) @@ -0,0 +1,151 @@ +# $FreeBSD$ +# +# Provide support for building Haskell packages using Cabal. +# +# Feature: cabal +# Usage: USES=cabal +# +# Variables, which can be set by the port: +# +# USE_CABAL List of Haskell packages required to build a port. +# Should be listed along with version, like profunctors-5.3 +# Package revision can be specified too with +# usual "_" syntax: invariant-0.5.1_1 +# When creating a new port, the initial list can be built +# using make-use-cabal auxiliary target. +# +# CABAL_FLAGS List of Cabal flags to be passed verbatim into --flags +# argument of cabal-install utility. Used for both +# cabal configure and cabal build. +# +# EXECUTABLES List of executable Cabal targets to be built and installed. +# default: ${PORTNAME} +# +# opt_USE_CABAL Variant of USE_CABAL to be used with options framework. +# opt_CABAL_FLAGS Variant of CABAL_FLAGS to be used with options framework. +# Note that it works a bit differently from CABAL_FLAGS: +# it appends "${opt_CABAL_FLAGS}" when the option is enabled +# and "-${opt_CABAL_FLAGS}" otherwise. +# opt_EXECUTABLES Variant of EXECUTABLES to be used with options framework. +# +# MAINTAINER: haskell@FreeBSD.org + +.if !defined(_INCLUDE_USES_CABAL_MK) +_INCLUDE_USES_CABAL_MK= yes + +.if !empty(cabal_ARGS) +IGNORE= Incorrect 'USES= cabal:${cabal_ARGS}' cabal takes no arguments +.endif + +EXECUTABLES?= ${PORTNAME} + +CABAL_HOME= ${WRKDIR}/cabal-home +CABAL_EXTRACT_SUFX= .tar.gz + +. if !defined(CABAL_BOOTSTRAP) +BUILD_DEPENDS+= cabal:devel/hs-cabal-install \ + ghc:lang/ghc +. endif + +# Inherited via lang/ghc we need to depend on iconv and libgmp.so (stage q/a) +iconv_ARGS= translit +.include "${USESDIR}/iconv.mk" +LIB_DEPENDS+= libgmp.so:math/gmp \ + libffi.so.6:devel/libffi + +DIST_SUBDIR?= cabal + +MASTER_SITES?= https://hackage.haskell.org/package/${PORTNAME}-${PORTVERSION}/ \ + http://hackage.haskell.org/package/${PORTNAME}-${PORTVERSION}/ +DISTFILES?= ${PORTNAME}-${PORTVERSION}${CABAL_EXTRACT_SUFX} +EXTRACT_ONLY?= ${PORTNAME}-${PORTVERSION}${CABAL_EXTRACT_SUFX} + +_USES_extract= 701:cabal-post-extract +_USES_stage= 751:cabal-post-install-script + +BUILD_TARGET?= ${EXECUTABLES:S/^/exe:&/} + +_use_cabal= ${USE_CABAL:O:u} + +. for package in ${_use_cabal} +_PKG_GROUP= ${package:C/[\.-]//g} +_PKG_WITHOUT_REV= ${package:C/_[0-9]+//} +_REV= ${package:C/[^_]*//:S/_//} + +MASTER_SITES+= https://hackage.haskell.org/package/:${package:C/[\.-]//g} \ + http://hackage.haskell.org/package/:${package:C/[\.-]//g} +DISTFILES+= ${package:C/_[0-9]+//}/${package:C/_[0-9]+//}${CABAL_EXTRACT_SUFX}:${package:C/[\.-]//g} +. if !defined(CABAL_BOOTSTRAP) +EXTRACT_ONLY+= ${package:C/_[0-9]+//}/${package:C/_[0-9]+//}${CABAL_EXTRACT_SUFX} +. endif + +. if ${package:C/[^_]*//:S/_//} != "" +DISTFILES+= ${package:C/_[0-9]+//}/revision/${package:C/[^_]*//:S/_//}.cabal:${package:C/[\.-]//g} +. endif + +. endfor + +# Fetches and unpacks package source from Hackage using only PORTNAME and PORTVERSION. +cabal-extract: ${WRKDIR} + ${SETENV} HOME=${CABAL_HOME} cabal new-update + cd ${WRKDIR} && \ + ${SETENV} HOME=${CABAL_HOME} cabal get ${PORTNAME}-${PORTVERSION} + +# Fetches and unpacks dependencies sources for a cabal-extract'ed package. +# Builds them as side-effect. +cabal-extract-deps: + cd ${WRKSRC} && \ + ${SETENV} HOME=${CABAL_HOME} cabal new-configure --flags="${CABAL_FLAGS}" ${CONFIGURE_ARGS} + cd ${WRKSRC} && \ + ${SETENV} HOME=${CABAL_HOME} cabal new-build --dependencies-only + +# Generates USE_CABAL= ... line ready to be pasted into the port based on artifacts of cabal-extract-deps. +make-use-cabal: + @echo ==================== + @find ${CABAL_HOME} -name '*.conf' -exec basename {} + | sed -E 's|-[0-9a-z]{64}\.conf||' | sort | xargs echo -n USE_CABAL= && echo + +# Checks USE_CABAL items that have revisions. +check-revs: +. for package in ${_use_cabal} + @(fetch -o /dev/null http://hackage.haskell.org/package/${package:C/_[0-9]+//}/revision/1.cabal 2>/dev/null && echo "Package ${package} has revisions") || true + @([ -d ${DISTDIR}/${DIST_SUBDIR}/${package:C/_[0-9]+//}/revision ] && echo " hint: " `find ${DISTDIR}/${DIST_SUBDIR}/${package:C/_[0-9]+//} -name *.cabal | xargs basename`) || true +. endfor + +. if !defined(CABAL_BOOTSTRAP) + +cabal-post-extract: +. for package in ${_use_cabal} +. if ${package:C/[^_]*//:S/_//} != "" + cp ${DISTDIR}/${DIST_SUBDIR}/${package:C/_[0-9]+//}/revision/${package:C/[^_]*//:S/_//}.cabal `find ${WRKDIR}/${package:C/_[0-9]+//} -name *.cabal -depth 1` +. endif + cd ${WRKDIR} && \ + mv ${package:C/_[0-9]+//} ${WRKSRC}/ +. endfor + mkdir -p ${CABAL_HOME}/.cabal + touch ${CABAL_HOME}/.cabal/config + +. if !target(do-build) +do-build: + cd ${WRKSRC} && \ + ${SETENV} ${MAKE_ENV} HOME=${CABAL_HOME} cabal new-build --offline --flags "${CABAL_FLAGS}" ${BUILD_ARGS} ${BUILD_TARGET} +. endif + +. if !target(do-install) +do-install: +. for exe in ${EXECUTABLES} + ${INSTALL_PROGRAM} \ + $$(find ${WRKSRC}/dist-newstyle -name ${exe} -type f -perm +111) \ + ${STAGEDIR}${PREFIX}/bin +. endfor +. endif + +. if !defined(SKIP_CABAL_PLIST) +cabal-post-install-script: +. for exe in ${EXECUTABLES} + ${ECHO_CMD} 'bin/${exe}' >> ${TMPPLIST} +. endfor +. endif + +. endif # !defined(CABAL_BOOTSTRAP) + +.endif Modified: head/Mk/bsd.options.mk ============================================================================== --- head/Mk/bsd.options.mk Thu May 9 14:27:15 2019 (r501100) +++ head/Mk/bsd.options.mk Thu May 9 14:39:30 2019 (r501101) @@ -184,18 +184,18 @@ OPTIONS_FILE?= ${PORT_DBDIR}/${OPTIONS_NAME}/options _OPTIONS_FLAGS= ALL_TARGET BROKEN CATEGORIES CFLAGS CONFIGURE_ENV CONFLICTS \ CONFLICTS_BUILD CONFLICTS_INSTALL CPPFLAGS CXXFLAGS \ - DESKTOP_ENTRIES DISTFILES EXTRA_PATCHES EXTRACT_ONLY \ + DESKTOP_ENTRIES DISTFILES EXECUTABLES EXTRA_PATCHES EXTRACT_ONLY \ GH_ACCOUNT GH_PROJECT GH_SUBDIR GH_TAGNAME GH_TUPLE \ GL_ACCOUNT GL_COMMIT GL_PROJECT GL_SITE GL_SUBDIR GL_TUPLE \ IGNORE INFO INSTALL_TARGET LDFLAGS LIBS MAKE_ARGS MAKE_ENV \ MASTER_SITES PATCHFILES PATCH_SITES PLIST_DIRS PLIST_FILES \ PLIST_SUB PORTDOCS PORTEXAMPLES SUB_FILES SUB_LIST \ - TEST_TARGET USES BINARY_ALIAS + TEST_TARGET USE_CABAL USES BINARY_ALIAS _OPTIONS_DEPENDS= PKG FETCH EXTRACT PATCH BUILD LIB RUN TEST _ALL_OPTIONS_HELPERS= ${_OPTIONS_DEPENDS:S/$/_DEPENDS/} \ ${_OPTIONS_DEPENDS:S/$/_DEPENDS_OFF/} \ ${_OPTIONS_FLAGS:S/$/_OFF/} ${_OPTIONS_FLAGS} \ - CMAKE_BOOL CMAKE_BOOL_OFF CMAKE_OFF CMAKE_ON \ + CABAL_FLAGS CMAKE_BOOL CMAKE_BOOL_OFF CMAKE_OFF CMAKE_ON \ CONFIGURE_ENABLE CONFIGURE_OFF CONFIGURE_ON \ CONFIGURE_WITH IMPLIES MESON_ARGS MESON_DISABLED \ MESON_ENABLED MESON_FALSE MESON_OFF MESON_ON MESON_TRUE \ @@ -525,6 +525,9 @@ MESON_ARGS+= ${${opt}_MESON_ENABLED:C/.*/-D&=enabled/ . if defined(${opt}_MESON_DISABLED) MESON_ARGS+= ${${opt}_MESON_DISABLED:C/.*/-D&=disabled/} . endif +. if defined(${opt}_CABAL_FLAGS) +CABAL_FLAGS+= ${${opt}_CABAL_FLAGS} +. endif . for configure in CONFIGURE CMAKE MESON QMAKE . if defined(${opt}_${configure}_ON) ${configure}_ARGS+= ${${opt}_${configure}_ON} @@ -592,6 +595,9 @@ MESON_ARGS+= ${${opt}_MESON_ENABLED:C/.*/-D&=disabled . endif . if defined(${opt}_MESON_DISABLED) MESON_ARGS+= ${${opt}_MESON_DISABLED:C/.*/-D&=enabled/} +. endif +. if defined(${opt}_CABAL_FLAGS) +CABAL_FLAGS+= -${${opt}_CABAL_FLAGS} . endif . for configure in CONFIGURE CMAKE MESON QMAKE . if defined(${opt}_${configure}_OFF) Modified: head/converters/hs-aeson-pretty/Makefile ============================================================================== --- head/converters/hs-aeson-pretty/Makefile Thu May 9 14:27:15 2019 (r501100) +++ head/converters/hs-aeson-pretty/Makefile Thu May 9 14:39:30 2019 (r501101) @@ -2,19 +2,21 @@ PORTNAME= aeson-pretty PORTVERSION= 0.8.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= converters haskell MAINTAINER= haskell@FreeBSD.org -COMMENT= JSON pretty-printing library and command-line tool +COMMENT= JSON pretty-printing command-line tool LICENSE= BSD3CLAUSE -USE_CABAL= aeson attoparsec base-compat cmdargs scientific \ - unordered-containers vector +USES= cabal -FLAGS_DISABLE= lib-only -EXECUTABLE= aeson-pretty +USE_CABAL= aeson-1.4.2.0 attoparsec-0.13.2.2 base-compat-0.10.5 \ + cmdargs-0.10.20 dlist-0.8.0.5 hashable-1.2.7.0_1 \ + integer-logarithms-1.0.2.2 primitive-0.6.4.0_1 random-1.1_1 \ + scientific-0.3.6.2 tagged-0.8.6 th-abstraction-0.2.10.0 \ + time-locale-compat-0.1.1.5 unordered-containers-0.2.10.0 \ + uuid-types-1.0.3 vector-0.12.0.2 -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Modified: head/converters/hs-aeson-pretty/distinfo ============================================================================== --- head/converters/hs-aeson-pretty/distinfo Thu May 9 14:27:15 2019 (r501100) +++ head/converters/hs-aeson-pretty/distinfo Thu May 9 14:39:30 2019 (r501101) @@ -1,3 +1,41 @@ -TIMESTAMP = 1524342480 +TIMESTAMP = 1553423001 SHA256 (cabal/aeson-pretty-0.8.7.tar.gz) = c1c1ecc5e3abd004a6c4c256ee6f61da2a43d7f1452ffa391dee250df43b27d5 SIZE (cabal/aeson-pretty-0.8.7.tar.gz) = 5610 +SHA256 (cabal/aeson-1.4.2.0/aeson-1.4.2.0.tar.gz) = 75ce71814a33d5e5568208e6806a8847e7ba47fea74d30f6a8b1b56ecb318bd0 +SIZE (cabal/aeson-1.4.2.0/aeson-1.4.2.0.tar.gz) = 268052 +SHA256 (cabal/attoparsec-0.13.2.2/attoparsec-0.13.2.2.tar.gz) = dd93471eb969172cc4408222a3842d867adda3dd7fb39ad8a4df1b121a67d848 +SIZE (cabal/attoparsec-0.13.2.2/attoparsec-0.13.2.2.tar.gz) = 159729 +SHA256 (cabal/base-compat-0.10.5/base-compat-0.10.5.tar.gz) = 990aea21568956d44ab018c5dbfbaea014b9a0d5295d29ca7550149419a6fb41 +SIZE (cabal/base-compat-0.10.5/base-compat-0.10.5.tar.gz) = 33158 +SHA256 (cabal/cmdargs-0.10.20/cmdargs-0.10.20.tar.gz) = 0e269dc48c3d4c0447c96ffd772a6fe69dfa1260c323f4cd7bf171cbf2ab7331 +SIZE (cabal/cmdargs-0.10.20/cmdargs-0.10.20.tar.gz) = 64550 +SHA256 (cabal/dlist-0.8.0.5/dlist-0.8.0.5.tar.gz) = 98a88aa839b40d4aee8b08880030d282d627b63de311f5414dca6e831a951b43 +SIZE (cabal/dlist-0.8.0.5/dlist-0.8.0.5.tar.gz) = 8987 +SHA256 (cabal/hashable-1.2.7.0/hashable-1.2.7.0.tar.gz) = ecb5efc0586023f5a0dc861100621c1dbb4cbb2f0516829a16ebac39f0432abf +SIZE (cabal/hashable-1.2.7.0/hashable-1.2.7.0.tar.gz) = 30182 +SHA256 (cabal/hashable-1.2.7.0/revision/1.cabal) = 03b6836ca9cd3ad0e5a2f3cce989b001dd0e05f306a873db3196037adb30e0a4 +SIZE (cabal/hashable-1.2.7.0/revision/1.cabal) = 5215 +SHA256 (cabal/integer-logarithms-1.0.2.2/integer-logarithms-1.0.2.2.tar.gz) = ba86628d5c14f31fddccea86eeec122ed992af28d5b7ad964b2f5487605e7fc3 +SIZE (cabal/integer-logarithms-1.0.2.2/integer-logarithms-1.0.2.2.tar.gz) = 8855 +SHA256 (cabal/primitive-0.6.4.0/primitive-0.6.4.0.tar.gz) = 4cbeaf7924dd79221f327ea101a29bf35c4976dc3319df157ff46ea68e6a0c64 +SIZE (cabal/primitive-0.6.4.0/primitive-0.6.4.0.tar.gz) = 45937 +SHA256 (cabal/primitive-0.6.4.0/revision/1.cabal) = 5b6a2c3cc70a35aabd4565fcb9bb1dd78fe2814a36e62428a9a1aae8c32441a1 +SIZE (cabal/primitive-0.6.4.0/revision/1.cabal) = 2079 +SHA256 (cabal/random-1.1/random-1.1.tar.gz) = b718a41057e25a3a71df693ab0fe2263d492e759679b3c2fea6ea33b171d3a5a +SIZE (cabal/random-1.1/random-1.1.tar.gz) = 10870 +SHA256 (cabal/random-1.1/revision/1.cabal) = 7b67624fd76ddf97c206de0801dc7e888097e9d572974be9b9ea6551d76965df +SIZE (cabal/random-1.1/revision/1.cabal) = 1777 +SHA256 (cabal/scientific-0.3.6.2/scientific-0.3.6.2.tar.gz) = 278d0afc87450254f8a76eab21b5583af63954efc9b74844a17a21a68013140f +SIZE (cabal/scientific-0.3.6.2/scientific-0.3.6.2.tar.gz) = 23510 +SHA256 (cabal/tagged-0.8.6/tagged-0.8.6.tar.gz) = ad16def0884cf6f05ae1ae8e90192cf9d8d9673fa264b249499bd9e4fac791dd +SIZE (cabal/tagged-0.8.6/tagged-0.8.6.tar.gz) = 11759 +SHA256 (cabal/th-abstraction-0.2.10.0/th-abstraction-0.2.10.0.tar.gz) = c9dbffcaa4ed04f257427e61da135797190b572d4e37662f7821844cbd2114af +SIZE (cabal/th-abstraction-0.2.10.0/th-abstraction-0.2.10.0.tar.gz) = 29620 +SHA256 (cabal/time-locale-compat-0.1.1.5/time-locale-compat-0.1.1.5.tar.gz) = 07ff1566de7d851423a843b2de385442319348c621d4f779b3d365ce91ac502c +SIZE (cabal/time-locale-compat-0.1.1.5/time-locale-compat-0.1.1.5.tar.gz) = 1956 +SHA256 (cabal/unordered-containers-0.2.10.0/unordered-containers-0.2.10.0.tar.gz) = 65f117bdbdea9efc75fb9fd539873de7687e005d8898bb21821020a4b383c573 +SIZE (cabal/unordered-containers-0.2.10.0/unordered-containers-0.2.10.0.tar.gz) = 44733 +SHA256 (cabal/uuid-types-1.0.3/uuid-types-1.0.3.tar.gz) = 9276517ab24a9b06f39d6e3c33c6c2b4ace1fc2126dbc1cd9806866a6551b3fd +SIZE (cabal/uuid-types-1.0.3/uuid-types-1.0.3.tar.gz) = 11999 +SHA256 (cabal/vector-0.12.0.2/vector-0.12.0.2.tar.gz) = 52e89dacaff10bedb8653181963cae928f9674a099bb706713dae83994bbc0f3 +SIZE (cabal/vector-0.12.0.2/vector-0.12.0.2.tar.gz) = 124743 Modified: head/converters/hs-aeson-pretty/pkg-descr ============================================================================== --- head/converters/hs-aeson-pretty/pkg-descr Thu May 9 14:27:15 2019 (r501100) +++ head/converters/hs-aeson-pretty/pkg-descr Thu May 9 14:39:30 2019 (r501101) @@ -1,9 +1,6 @@ -A JSON pretty-printing library compatible with aeson as well as a -command-line tool to improve readabilty of streams of JSON data. The -/library/ provides the function "encodePretty". It is a drop-in -replacement for aeson's "encode" function, producing JSON-ByteStrings -for human readers. The /command-line tool/ reads JSON from stdin and -writes prettified JSON to stdout. It also offers a complementary -"compact"-mode, essentially the opposite of pretty-printing. +A JSON pretty-printing command-line tool to improve readabilty of +streams of JSON data. It reads JSON from stdin and writes prettified JSON +to stdout. It also offers a complementary "compact"-mode, essentially +the opposite of pretty-printing. WWW: https://github.com/informatikr/aeson-pretty Modified: head/devel/hs-ShellCheck/Makefile ============================================================================== --- head/devel/hs-ShellCheck/Makefile Thu May 9 14:27:15 2019 (r501100) +++ head/devel/hs-ShellCheck/Makefile Thu May 9 14:39:30 2019 (r501101) @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= ShellCheck -DISTVERSIONPREFIX= v DISTVERSION= 0.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= pizzamig@FreeBSD.org @@ -12,16 +11,16 @@ COMMENT= Shell script analysis tool LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -USE_CABAL= aeson QuickCheck>=2.7.4 regex-tdfa -USE_GITHUB= yes -GH_ACCOUNT= koalaman -GH_PROJECT= ${PORTNAME:tl} +USES= cabal -EXECUTABLE= shellcheck -IGNORE_DOCS= yes -IGNORE_DYNAMIC= yes -IGNORE_PROFILE= yes -STANDALONE= yes +USE_CABAL= QuickCheck-2.12.6.1_1 aeson-1.4.2.0_1 attoparsec-0.13.2.2 \ + base-compat-0.10.5 dlist-0.8.0.5 erf-2.0.0.0 hashable-1.2.7.0_1 \ + integer-logarithms-1.0.2.2 primitive-0.6.4.0_1 random-1.1_1 \ + regex-base-0.93.2 regex-tdfa-1.2.3.1 scientific-0.3.6.2 \ + tagged-0.8.6 tf-random-0.5 th-abstraction-0.2.10.0 \ + time-locale-compat-0.1.1.5 unordered-containers-0.2.10.0 \ + uuid-types-1.0.3_1 vector-0.12.0.2 -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +EXECUTABLES= shellcheck + .include Modified: head/devel/hs-ShellCheck/distinfo ============================================================================== --- head/devel/hs-ShellCheck/distinfo Thu May 9 14:27:15 2019 (r501100) +++ head/devel/hs-ShellCheck/distinfo Thu May 9 14:39:30 2019 (r501101) @@ -1,3 +1,55 @@ -TIMESTAMP = 1544015760 -SHA256 (cabal/koalaman-shellcheck-v0.6.0_GH0.tar.gz) = 78f90aa8e618dc468bc1c36b6929216dc7a0c2679cd157e50919f7d8cc1899bc -SIZE (cabal/koalaman-shellcheck-v0.6.0_GH0.tar.gz) = 181749 +TIMESTAMP = 1553428280 +SHA256 (cabal/ShellCheck-0.6.0.tar.gz) = f6e79fb34d076504176761cc8b7c3f996f8d31bed23250fb1570e32283cd7df6 +SIZE (cabal/ShellCheck-0.6.0.tar.gz) = 140211 +SHA256 (cabal/QuickCheck-2.12.6.1/QuickCheck-2.12.6.1.tar.gz) = 0b2aa7f5c625b5875c36f5f548926fcdaedf4311bd3a4c291fcf10b8d7faa170 +SIZE (cabal/QuickCheck-2.12.6.1/QuickCheck-2.12.6.1.tar.gz) = 67105 +SHA256 (cabal/QuickCheck-2.12.6.1/revision/1.cabal) = bb13925c53da61ac753206b788adfb0695be18752ec7d2a5fcd2d76beef3af70 +SIZE (cabal/QuickCheck-2.12.6.1/revision/1.cabal) = 6202 +SHA256 (cabal/aeson-1.4.2.0/aeson-1.4.2.0.tar.gz) = 75ce71814a33d5e5568208e6806a8847e7ba47fea74d30f6a8b1b56ecb318bd0 +SIZE (cabal/aeson-1.4.2.0/aeson-1.4.2.0.tar.gz) = 268052 +SHA256 (cabal/aeson-1.4.2.0/revision/1.cabal) = 8166752a9669597db375343df19805069595fed9c613f98504e418849f40fe18 +SIZE (cabal/aeson-1.4.2.0/revision/1.cabal) = 7007 +SHA256 (cabal/attoparsec-0.13.2.2/attoparsec-0.13.2.2.tar.gz) = dd93471eb969172cc4408222a3842d867adda3dd7fb39ad8a4df1b121a67d848 +SIZE (cabal/attoparsec-0.13.2.2/attoparsec-0.13.2.2.tar.gz) = 159729 +SHA256 (cabal/base-compat-0.10.5/base-compat-0.10.5.tar.gz) = 990aea21568956d44ab018c5dbfbaea014b9a0d5295d29ca7550149419a6fb41 +SIZE (cabal/base-compat-0.10.5/base-compat-0.10.5.tar.gz) = 33158 +SHA256 (cabal/dlist-0.8.0.5/dlist-0.8.0.5.tar.gz) = 98a88aa839b40d4aee8b08880030d282d627b63de311f5414dca6e831a951b43 +SIZE (cabal/dlist-0.8.0.5/dlist-0.8.0.5.tar.gz) = 8987 +SHA256 (cabal/erf-2.0.0.0/erf-2.0.0.0.tar.gz) = 24f0b79c7e1d25cb2cd44c2258d7a464bf6db8079775b50b60b54a254616b337 +SIZE (cabal/erf-2.0.0.0/erf-2.0.0.0.tar.gz) = 1918 +SHA256 (cabal/hashable-1.2.7.0/hashable-1.2.7.0.tar.gz) = ecb5efc0586023f5a0dc861100621c1dbb4cbb2f0516829a16ebac39f0432abf +SIZE (cabal/hashable-1.2.7.0/hashable-1.2.7.0.tar.gz) = 30182 +SHA256 (cabal/hashable-1.2.7.0/revision/1.cabal) = 03b6836ca9cd3ad0e5a2f3cce989b001dd0e05f306a873db3196037adb30e0a4 +SIZE (cabal/hashable-1.2.7.0/revision/1.cabal) = 5215 +SHA256 (cabal/integer-logarithms-1.0.2.2/integer-logarithms-1.0.2.2.tar.gz) = ba86628d5c14f31fddccea86eeec122ed992af28d5b7ad964b2f5487605e7fc3 +SIZE (cabal/integer-logarithms-1.0.2.2/integer-logarithms-1.0.2.2.tar.gz) = 8855 +SHA256 (cabal/primitive-0.6.4.0/primitive-0.6.4.0.tar.gz) = 4cbeaf7924dd79221f327ea101a29bf35c4976dc3319df157ff46ea68e6a0c64 +SIZE (cabal/primitive-0.6.4.0/primitive-0.6.4.0.tar.gz) = 45937 +SHA256 (cabal/primitive-0.6.4.0/revision/1.cabal) = 5b6a2c3cc70a35aabd4565fcb9bb1dd78fe2814a36e62428a9a1aae8c32441a1 +SIZE (cabal/primitive-0.6.4.0/revision/1.cabal) = 2079 +SHA256 (cabal/random-1.1/random-1.1.tar.gz) = b718a41057e25a3a71df693ab0fe2263d492e759679b3c2fea6ea33b171d3a5a +SIZE (cabal/random-1.1/random-1.1.tar.gz) = 10870 +SHA256 (cabal/random-1.1/revision/1.cabal) = 7b67624fd76ddf97c206de0801dc7e888097e9d572974be9b9ea6551d76965df +SIZE (cabal/random-1.1/revision/1.cabal) = 1777 +SHA256 (cabal/regex-base-0.93.2/regex-base-0.93.2.tar.gz) = 20dc5713a16f3d5e2e6d056b4beb9cfdc4368cd09fd56f47414c847705243278 +SIZE (cabal/regex-base-0.93.2/regex-base-0.93.2.tar.gz) = 9156 +SHA256 (cabal/regex-tdfa-1.2.3.1/regex-tdfa-1.2.3.1.tar.gz) = 8aaaeeecf050807c7c514d4dd1763ac63bd121782de5a0847bef5d48a095ea50 +SIZE (cabal/regex-tdfa-1.2.3.1/regex-tdfa-1.2.3.1.tar.gz) = 66397 +SHA256 (cabal/scientific-0.3.6.2/scientific-0.3.6.2.tar.gz) = 278d0afc87450254f8a76eab21b5583af63954efc9b74844a17a21a68013140f +SIZE (cabal/scientific-0.3.6.2/scientific-0.3.6.2.tar.gz) = 23510 +SHA256 (cabal/tagged-0.8.6/tagged-0.8.6.tar.gz) = ad16def0884cf6f05ae1ae8e90192cf9d8d9673fa264b249499bd9e4fac791dd +SIZE (cabal/tagged-0.8.6/tagged-0.8.6.tar.gz) = 11759 +SHA256 (cabal/tf-random-0.5/tf-random-0.5.tar.gz) = 2e30cec027b313c9e1794d326635d8fc5f79b6bf6e7580ab4b00186dadc88510 +SIZE (cabal/tf-random-0.5/tf-random-0.5.tar.gz) = 18483 +SHA256 (cabal/th-abstraction-0.2.10.0/th-abstraction-0.2.10.0.tar.gz) = c9dbffcaa4ed04f257427e61da135797190b572d4e37662f7821844cbd2114af +SIZE (cabal/th-abstraction-0.2.10.0/th-abstraction-0.2.10.0.tar.gz) = 29620 +SHA256 (cabal/time-locale-compat-0.1.1.5/time-locale-compat-0.1.1.5.tar.gz) = 07ff1566de7d851423a843b2de385442319348c621d4f779b3d365ce91ac502c +SIZE (cabal/time-locale-compat-0.1.1.5/time-locale-compat-0.1.1.5.tar.gz) = 1956 +SHA256 (cabal/unordered-containers-0.2.10.0/unordered-containers-0.2.10.0.tar.gz) = 65f117bdbdea9efc75fb9fd539873de7687e005d8898bb21821020a4b383c573 +SIZE (cabal/unordered-containers-0.2.10.0/unordered-containers-0.2.10.0.tar.gz) = 44733 +SHA256 (cabal/uuid-types-1.0.3/uuid-types-1.0.3.tar.gz) = 9276517ab24a9b06f39d6e3c33c6c2b4ace1fc2126dbc1cd9806866a6551b3fd +SIZE (cabal/uuid-types-1.0.3/uuid-types-1.0.3.tar.gz) = 11999 +SHA256 (cabal/uuid-types-1.0.3/revision/1.cabal) = 01887ed945e74c3c361b00700bd9aeead37d1124d39c0d4f190f89fb0e909c47 +SIZE (cabal/uuid-types-1.0.3/revision/1.cabal) = 2473 +SHA256 (cabal/vector-0.12.0.2/vector-0.12.0.2.tar.gz) = 52e89dacaff10bedb8653181963cae928f9674a099bb706713dae83994bbc0f3 +SIZE (cabal/vector-0.12.0.2/vector-0.12.0.2.tar.gz) = 124743 Modified: head/devel/hs-alex/Makefile ============================================================================== --- head/devel/hs-alex/Makefile Thu May 9 14:27:15 2019 (r501100) +++ head/devel/hs-alex/Makefile Thu May 9 14:39:30 2019 (r501101) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= alex -PORTVERSION= 3.2.1 -PORTREVISION= 4 +PORTVERSION= 3.2.4 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -11,15 +10,14 @@ COMMENT= Tool for generating lexical analysers in Hask LICENSE= BSD3CLAUSE -USE_CABAL= QuickCheck>=2 +USES= cabal -XMLDOCS= doc/alex:html -XMLDOCS_CONF= yes +OPTIONS_DEFINE= EXAMPLES -STANDALONE= yes -EXECUTABLE= alex +PORTEXAMPLES= Makefile *.x *.y -INSTALL_PORTEXAMPLES= cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR} +post-install-EXAMPLES-on: + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR} -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Modified: head/devel/hs-alex/distinfo ============================================================================== --- head/devel/hs-alex/distinfo Thu May 9 14:27:15 2019 (r501100) +++ head/devel/hs-alex/distinfo Thu May 9 14:39:30 2019 (r501101) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499627818 -SHA256 (cabal/alex-3.2.1.tar.gz) = a4e7f7ec729f4fae5a5c778bc48421a90acf65c7278f6970cf123fb3b6230e6c -SIZE (cabal/alex-3.2.1.tar.gz) = 111167 +TIMESTAMP = 1550256237 +SHA256 (cabal/alex-3.2.4.tar.gz) = d58e4d708b14ff332a8a8edad4fa8989cb6a9f518a7c6834e96281ac5f8ff232 +SIZE (cabal/alex-3.2.4.tar.gz) = 110688 Modified: head/devel/hs-bytestring-nums/Makefile ============================================================================== --- head/devel/hs-bytestring-nums/Makefile Thu May 9 14:27:15 2019 (r501100) +++ head/devel/hs-bytestring-nums/Makefile Thu May 9 14:39:30 2019 (r501101) @@ -2,7 +2,7 @@ PORTNAME= bytestring-nums PORTVERSION= 0.3.6 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -10,6 +10,9 @@ COMMENT= Parse numeric literals from ByteStrings LICENSE= BSD3CLAUSE +USES= cabal -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +CABAL_FLAGS= cli +EXECUTABLES= spoj-eugene + .include Modified: head/devel/hs-bytestring-nums/distinfo ============================================================================== --- head/devel/hs-bytestring-nums/distinfo Thu May 9 14:27:15 2019 (r501100) +++ head/devel/hs-bytestring-nums/distinfo Thu May 9 14:39:30 2019 (r501101) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499627823 +TIMESTAMP = 1550257036 SHA256 (cabal/bytestring-nums-0.3.6.tar.gz) = bdca97600d91f00bb3c0f654784e3fbd2d62fcf4671820578105487cdf39e7cd SIZE (cabal/bytestring-nums-0.3.6.tar.gz) = 3770 Modified: head/devel/hs-c2hs/Makefile ============================================================================== --- head/devel/hs-c2hs/Makefile Thu May 9 14:27:15 2019 (r501100) +++ head/devel/hs-c2hs/Makefile Thu May 9 14:39:30 2019 (r501101) @@ -3,7 +3,7 @@ PORTNAME= c2hs PORTVERSION= 0.28.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -11,15 +11,15 @@ COMMENT= C->Haskell FFI tool that gives some cross-lan LICENSE= GPLv2 -USE_CABAL= dlist language-c>=0.7.1 shelly>=1.0 yaml>=0.8 +BUILD_DEPENDS= happy:devel/hs-happy -XMLDOCS= doc/users_guide:html +USES= cabal -STANDALONE= yes -EXECUTABLE= c2hs +USE_CABAL= alex-3.2.4 dlist-0.8.0.5 happy-1.19.9_3 language-c-0.8.2_1 syb-0.7 -MAN1PAGES= c2hs.1 -MAN1SRC= doc/man1 +PLIST_FILES= man/man1/c2hs.1.gz -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +post-install: + ${INSTALL_MAN} ${WRKSRC}/doc/man1/c2hs.1 ${STAGEDIR}${MANPREFIX}/man/man1/ + .include Modified: head/devel/hs-c2hs/distinfo ============================================================================== --- head/devel/hs-c2hs/distinfo Thu May 9 14:27:15 2019 (r501100) +++ head/devel/hs-c2hs/distinfo Thu May 9 14:39:30 2019 (r501101) @@ -1,3 +1,17 @@ -TIMESTAMP = 1545846841 +TIMESTAMP = 1550257992 SHA256 (cabal/c2hs-0.28.6.tar.gz) = 91dd121ac565009f2fc215c50f3365ed66705071a698a545e869041b5d7ff4da SIZE (cabal/c2hs-0.28.6.tar.gz) = 204988 +SHA256 (cabal/alex-3.2.4/alex-3.2.4.tar.gz) = d58e4d708b14ff332a8a8edad4fa8989cb6a9f518a7c6834e96281ac5f8ff232 +SIZE (cabal/alex-3.2.4/alex-3.2.4.tar.gz) = 110688 +SHA256 (cabal/dlist-0.8.0.5/dlist-0.8.0.5.tar.gz) = 98a88aa839b40d4aee8b08880030d282d627b63de311f5414dca6e831a951b43 +SIZE (cabal/dlist-0.8.0.5/dlist-0.8.0.5.tar.gz) = 8987 +SHA256 (cabal/happy-1.19.9/happy-1.19.9.tar.gz) = 3e81a3e813acca3aae52721c412cde18b7b7c71ecbacfaeaa5c2f4b35abf1d8d +SIZE (cabal/happy-1.19.9/happy-1.19.9.tar.gz) = 179328 +SHA256 (cabal/happy-1.19.9/revision/3.cabal) = f8c774230735a390c287b2980cfcd2703d24d8dde85a01ea721b7b4b4c82944f +SIZE (cabal/happy-1.19.9/revision/3.cabal) = 4667 +SHA256 (cabal/language-c-0.8.2/language-c-0.8.2.tar.gz) = b729d3b2263b0f029a66c37ae1c05b86b68bad1cde6c0b407bfd5201b91fce15 +SIZE (cabal/language-c-0.8.2/language-c-0.8.2.tar.gz) = 193533 +SHA256 (cabal/language-c-0.8.2/revision/1.cabal) = 5559b4e3744e84ac99fc491d861bd9448f8cbee7c55412a8a9ed4dbf884ce4f5 +SIZE (cabal/language-c-0.8.2/revision/1.cabal) = 5048 +SHA256 (cabal/syb-0.7/syb-0.7.tar.gz) = b8757dce5ab4045c49a0ae90407d575b87ee5523a7dd5dfa5c9d54fcceff42b5 +SIZE (cabal/syb-0.7/syb-0.7.tar.gz) = 39566 Modified: head/devel/hs-cabal-install/Makefile ============================================================================== --- head/devel/hs-cabal-install/Makefile Thu May 9 14:27:15 2019 (r501100) +++ head/devel/hs-cabal-install/Makefile Thu May 9 14:39:30 2019 (r501101) @@ -10,13 +10,38 @@ COMMENT= Command-line interface for Cabal and Hackage LICENSE= BSD3CLAUSE -USE_CABAL= async base16-bytestring base64-bytestring \ - cryptohash-sha256 echo ed25519 edit-distance \ - hackage-security hashable HTTP mtl network network-uri \ - random resolv tar zip-archive zlib +BUILD_DEPENDS= ghc:lang/ghc -STANDALONE= yes -EXECUTABLE= cabal +USES= cabal -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +USE_CABAL= async-2.2.1_1 base16-bytestring-0.1.1.6 base64-bytestring-1.0.0.1 \ + cryptohash-sha256-0.11.101.0_2 digest-0.0.1.2 echo-0.1.3_1 \ + ed25519-0.0.5.0_2 edit-distance-0.2.2.1_1 hackage-security-0.5.3.0_4 \ + hashable-1.2.7.0_1 HTTP-4000.3.12_2 mintty-0.1.2 network-2.7.0.0 \ + network-uri-2.6.1.0_1 random-1.1_1 resolv-0.1.1.1_3 tar-0.5.1.0_1 \ + zip-archive-0.3.3_1 zlib-0.6.2 + +CABAL_BOOTSTRAP= yes + +PLIST_FILES= bin/cabal + +post-extract: +.for package in ${USE_CABAL} + ${CP} ${DISTDIR}/${DIST_SUBDIR}/${package:C/_[0-9]+//}/${package:C/_[0-9]+//}${EXTRACT_SUFX} ${WRKSRC} + +. if ${package:C/[^_]*//:S/_//} != "" + ${CP} ${DISTDIR}/${DIST_SUBDIR}/${package:C/_[0-9]+//}/revision/${package:C/[^_]*//:S/_//}.cabal ${WRKSRC}/${package:C/[0-9._]*$//:S/-$//}.cabal.hackage +. else + tar -C ${WRKDIR} -xf ${DISTDIR}/${DIST_SUBDIR}/${package:C/_[0-9]+//}/${package:C/_[0-9]+//}${EXTRACT_SUFX} --include='*.cabal' + ${MV} ${WRKDIR}/${package:C/_[0-9]+//}/${package:C/[0-9._]*$//:S/-$//}.cabal ${WRKSRC}/${package:C/[0-9._]*$//:S/-$//}.cabal.hackage +. endif +.endfor + +do-build: + cd ${WRKSRC} && \ + ${SETENV} EXTRA_CONFIGURE_OPTS="--disable-library-profiling" HOME=${WRKDIR}/home PREFIX=${WRKDIR}/prefix ${WRKSRC}/bootstrap.sh --no-doc --jobs ${MAKE_JOBS_NUMBER} + +do-install: + ${INSTALL_PROGRAM} ${WRKDIR}/prefix/bin/cabal ${STAGEDIR}${PREFIX}/bin/ + .include Modified: head/devel/hs-cabal-install/distinfo ============================================================================== --- head/devel/hs-cabal-install/distinfo Thu May 9 14:27:15 2019 (r501100) +++ head/devel/hs-cabal-install/distinfo Thu May 9 14:39:30 2019 (r501101) @@ -1,3 +1,67 @@ -TIMESTAMP = 1546095159 +TIMESTAMP = 1553185535 SHA256 (cabal/cabal-install-2.4.0.0.tar.gz) = 1329e9564b736b0cfba76d396204d95569f080e7c54fe355b6d9618e3aa0bef6 SIZE (cabal/cabal-install-2.4.0.0.tar.gz) = 614491 +SHA256 (cabal/HTTP-4000.3.12/HTTP-4000.3.12.tar.gz) = a3ff6a9c93771079121083f1691188fe45f84380118e0f76bc4578153c361990 +SIZE (cabal/HTTP-4000.3.12/HTTP-4000.3.12.tar.gz) = 71800 +SHA256 (cabal/HTTP-4000.3.12/revision/2.cabal) = 0c551ef7495be186408848c125163af372b2916e4964b72cc7fa111beeef86bf +SIZE (cabal/HTTP-4000.3.12/revision/2.cabal) = 6008 +SHA256 (cabal/async-2.2.1/async-2.2.1.tar.gz) = 8f0b86022a1319d3c1c68655790da4b7f98017982e27ec3f3dbfe01029d39027 +SIZE (cabal/async-2.2.1/async-2.2.1.tar.gz) = 12775 +SHA256 (cabal/async-2.2.1/revision/1.cabal) = 61789382f449a02f827e70a029ba8f24a223b9c6b3792bb094fbd41ee360e851 +SIZE (cabal/async-2.2.1/revision/1.cabal) = 2983 +SHA256 (cabal/base16-bytestring-0.1.1.6/base16-bytestring-0.1.1.6.tar.gz) = 5afe65a152c5418f5f4e3579a5e0d5ca19c279dc9bf31c1a371ccbe84705c449 +SIZE (cabal/base16-bytestring-0.1.1.6/base16-bytestring-0.1.1.6.tar.gz) = 3694 +SHA256 (cabal/base64-bytestring-1.0.0.1/base64-bytestring-1.0.0.1.tar.gz) = ab25abf4b00a2f52b270bc3ed43f1d59f16c8eec9d7dffb14df1e9265b233b50 +SIZE (cabal/base64-bytestring-1.0.0.1/base64-bytestring-1.0.0.1.tar.gz) = 9080 +SHA256 (cabal/cryptohash-sha256-0.11.101.0/cryptohash-sha256-0.11.101.0.tar.gz) = 52756435dbea248e344fbcbcc5df5307f60dfacf337dfd11ae30f1c7a4da05dd +SIZE (cabal/cryptohash-sha256-0.11.101.0/cryptohash-sha256-0.11.101.0.tar.gz) = 14996 +SHA256 (cabal/cryptohash-sha256-0.11.101.0/revision/2.cabal) = 2790b29264ebf63dac368dd05ec931254e5c70b0ccbc87d0969903533b32b054 +SIZE (cabal/cryptohash-sha256-0.11.101.0/revision/2.cabal) = 5417 +SHA256 (cabal/digest-0.0.1.2/digest-0.0.1.2.tar.gz) = 641717eb16392abf8965986a9e8dc21eebf1d97775bbb6923c7b7f8fee17fe11 +SIZE (cabal/digest-0.0.1.2/digest-0.0.1.2.tar.gz) = 3790 +SHA256 (cabal/echo-0.1.3/echo-0.1.3.tar.gz) = 704f07310f8272d170f8ab7fb2a2c13f15d8501ef8310801e36964c8eff485ef +SIZE (cabal/echo-0.1.3/echo-0.1.3.tar.gz) = 5373 +SHA256 (cabal/echo-0.1.3/revision/1.cabal) = 5490be9cfbea95e14a7a68b7d055ae8d295822e0b146d2ac8285b3e5a3e3282f +SIZE (cabal/echo-0.1.3/revision/1.cabal) = 2500 +SHA256 (cabal/ed25519-0.0.5.0/ed25519-0.0.5.0.tar.gz) = d8a5958ebfa9309790efade64275dc5c441b568645c45ceed1b0c6ff36d6156d +SIZE (cabal/ed25519-0.0.5.0/ed25519-0.0.5.0.tar.gz) = 80034 +SHA256 (cabal/ed25519-0.0.5.0/revision/2.cabal) = 2e051ab9d98bc22e0c4afe09e763d3e8e0571ea51a3ae952db33ac89e58006b3 +SIZE (cabal/ed25519-0.0.5.0/revision/2.cabal) = 4165 +SHA256 (cabal/edit-distance-0.2.2.1/edit-distance-0.2.2.1.tar.gz) = 3e8885ee2f56ad4da940f043ae8f981ee2fe336b5e8e4ba3f7436cff4f526c4a +SIZE (cabal/edit-distance-0.2.2.1/edit-distance-0.2.2.1.tar.gz) = 13228 +SHA256 (cabal/edit-distance-0.2.2.1/revision/1.cabal) = 4d33a49cd383d50af090f1b888642d10116e43809f9da6023d9fc6f67d2656ee +SIZE (cabal/edit-distance-0.2.2.1/revision/1.cabal) = 2351 +SHA256 (cabal/hackage-security-0.5.3.0/hackage-security-0.5.3.0.tar.gz) = db986e17e9265aa9e40901690815b890b97d53159eb24d0a6cafaa7c18577c21 +SIZE (cabal/hackage-security-0.5.3.0/hackage-security-0.5.3.0.tar.gz) = 87119 +SHA256 (cabal/hackage-security-0.5.3.0/revision/4.cabal) = b70efd47441e90622cf875ed2159f900b249f738f9e554027e392083e73673d6 +SIZE (cabal/hackage-security-0.5.3.0/revision/4.cabal) = 11351 +SHA256 (cabal/hashable-1.2.7.0/hashable-1.2.7.0.tar.gz) = ecb5efc0586023f5a0dc861100621c1dbb4cbb2f0516829a16ebac39f0432abf +SIZE (cabal/hashable-1.2.7.0/hashable-1.2.7.0.tar.gz) = 30182 +SHA256 (cabal/hashable-1.2.7.0/revision/1.cabal) = 03b6836ca9cd3ad0e5a2f3cce989b001dd0e05f306a873db3196037adb30e0a4 +SIZE (cabal/hashable-1.2.7.0/revision/1.cabal) = 5215 +SHA256 (cabal/mintty-0.1.2/mintty-0.1.2.tar.gz) = 7c8af77bcde4e9b54692e3761f41adf35a50664974ba77f2ba65ea2af9f950da +SIZE (cabal/mintty-0.1.2/mintty-0.1.2.tar.gz) = 6945 +SHA256 (cabal/network-2.7.0.0/network-2.7.0.0.tar.gz) = c10546f4846f53a0b4b65538bc4fd5db6d4b5d3ac69447e6114be0be0f1a0d9f +SIZE (cabal/network-2.7.0.0/network-2.7.0.0.tar.gz) = 123227 +SHA256 (cabal/network-uri-2.6.1.0/network-uri-2.6.1.0.tar.gz) = 423e0a2351236f3fcfd24e39cdbc38050ec2910f82245e69ca72a661f7fc47f0 +SIZE (cabal/network-uri-2.6.1.0/network-uri-2.6.1.0.tar.gz) = 27262 +SHA256 (cabal/network-uri-2.6.1.0/revision/1.cabal) = 62cc45c66023e37ef921d5fb546aca56a9c786615e05925fb193a70bf0913690 +SIZE (cabal/network-uri-2.6.1.0/revision/1.cabal) = 2310 +SHA256 (cabal/random-1.1/random-1.1.tar.gz) = b718a41057e25a3a71df693ab0fe2263d492e759679b3c2fea6ea33b171d3a5a +SIZE (cabal/random-1.1/random-1.1.tar.gz) = 10870 +SHA256 (cabal/random-1.1/revision/1.cabal) = 7b67624fd76ddf97c206de0801dc7e888097e9d572974be9b9ea6551d76965df +SIZE (cabal/random-1.1/revision/1.cabal) = 1777 +SHA256 (cabal/resolv-0.1.1.1/resolv-0.1.1.1.tar.gz) = 49b12ed2b175cca3f885c06ca6906cde1245c02b6f98f2a95fc20d6a8ae40772 +SIZE (cabal/resolv-0.1.1.1/resolv-0.1.1.1.tar.gz) = 149436 +SHA256 (cabal/resolv-0.1.1.1/revision/3.cabal) = 153e5fa3030d0873ca8dac0ec39390b50d8d88499f11fced681d5b6ff33f3164 +SIZE (cabal/resolv-0.1.1.1/revision/3.cabal) = 4272 +SHA256 (cabal/tar-0.5.1.0/tar-0.5.1.0.tar.gz) = c89d697b6472b739db50e61201251fcaf8a8f5b595b1d9a488d395d7d5ce4b68 +SIZE (cabal/tar-0.5.1.0/tar-0.5.1.0.tar.gz) = 39271 +SHA256 (cabal/tar-0.5.1.0/revision/1.cabal) = 9d18d14f4121a9f13806b06efe1c5bbf967cfa3a4006f3c056c23156355fcdd3 +SIZE (cabal/tar-0.5.1.0/revision/1.cabal) = 4733 +SHA256 (cabal/zip-archive-0.3.3/zip-archive-0.3.3.tar.gz) = 988adee77c806e0b497929b24d5526ea68bd3297427da0d0b30b99c094efc84d +SIZE (cabal/zip-archive-0.3.3/zip-archive-0.3.3.tar.gz) = 18229 +SHA256 (cabal/zip-archive-0.3.3/revision/1.cabal) = 53f871653059f87285f434319598f380d986cd7fd9219de555dcafc496121a7c +SIZE (cabal/zip-archive-0.3.3/revision/1.cabal) = 2688 +SHA256 (cabal/zlib-0.6.2/zlib-0.6.2.tar.gz) = 0dcc7d925769bdbeb323f83b66884101084167501f11d74d21eb9bc515707fed +SIZE (cabal/zlib-0.6.2/zlib-0.6.2.tar.gz) = 142677 Modified: head/devel/hs-cpphs/Makefile ============================================================================== --- head/devel/hs-cpphs/Makefile Thu May 9 14:27:15 2019 (r501100) +++ head/devel/hs-cpphs/Makefile Thu May 9 14:39:30 2019 (r501101) @@ -3,7 +3,7 @@ PORTNAME= cpphs PORTVERSION= 1.20.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -11,8 +11,8 @@ COMMENT= Liberalised re-implementation of cpp, the C p LICENSE= LGPL21 -USE_CABAL= old-locale old-time polyparse>=1.9 -EXECUTABLE= cpphs +USES= cabal -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +USE_CABAL= old-locale-1.0.0.7_2 old-time-1.1.0.3_2 polyparse-1.12.1 + .include Modified: head/devel/hs-cpphs/distinfo ============================================================================== --- head/devel/hs-cpphs/distinfo Thu May 9 14:27:15 2019 (r501100) +++ head/devel/hs-cpphs/distinfo Thu May 9 14:39:30 2019 (r501101) @@ -1,3 +1,13 @@ -TIMESTAMP = 1499627828 +TIMESTAMP = 1553423146 SHA256 (cabal/cpphs-1.20.8.tar.gz) = e56d64a7d8058e0fb63f0669397c1c861efb20a0376e0e74d86942ac151105ae SIZE (cabal/cpphs-1.20.8.tar.gz) = 45108 +SHA256 (cabal/old-locale-1.0.0.7/old-locale-1.0.0.7.tar.gz) = dbaf8bf6b888fb98845705079296a23c3f40ee2f449df7312f7f7f1de18d7b50 +SIZE (cabal/old-locale-1.0.0.7/old-locale-1.0.0.7.tar.gz) = 3384 +SHA256 (cabal/old-locale-1.0.0.7/revision/2.cabal) = fa998be2c7e00cd26a6e9075bea790caaf3932caa3e9497ad69bc20380dd6911 +SIZE (cabal/old-locale-1.0.0.7/revision/2.cabal) = 1071 +SHA256 (cabal/old-time-1.1.0.3/old-time-1.1.0.3.tar.gz) = 1ccb158b0f7851715d36b757c523b026ca1541e2030d02239802ba39b4112bc1 +SIZE (cabal/old-time-1.1.0.3/old-time-1.1.0.3.tar.gz) = 74219 +SHA256 (cabal/old-time-1.1.0.3/revision/2.cabal) = c91fbb3ee73d20ccd015842b30f1f29a304893ebe0ae3128b7bbc13d5bb0d4c8 +SIZE (cabal/old-time-1.1.0.3/revision/2.cabal) = 1328 +SHA256 (cabal/polyparse-1.12.1/polyparse-1.12.1.tar.gz) = dd8d34e05853ea0ab9b9fee1cbaa51ae33095f7c0c09ff539dcd6d771e0adaa5 +SIZE (cabal/polyparse-1.12.1/polyparse-1.12.1.tar.gz) = 33060 Modified: head/devel/hs-darcs/Makefile ============================================================================== --- head/devel/hs-darcs/Makefile Thu May 9 14:27:15 2019 (r501100) +++ head/devel/hs-darcs/Makefile Thu May 9 14:39:30 2019 (r501101) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= darcs -PORTVERSION= 2.14.1 -PORTREVISION= 3 +PORTVERSION= 2.14.2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -11,47 +10,38 @@ COMMENT= Distributed, interactive, smart revision cont LICENSE= GPLv2 -BROKEN= Doesn't build with recent GHC +USES= cabal pkgconfig -USE_CABAL= async attoparsec base16-bytestring cryptohash \ - data-ordlist fgl graphviz hashable html HTTP \ - mmap mtl random \ - regex-applicative regex-compat-tdfa sandi tar \ - transformers-compat unix-compat \ - utf8-string vector zip-archive zlib -EXECUTABLE= darcs +USE_CABAL= HTTP-4000.3.12_2 async-2.2.1_1 attoparsec-0.13.2.2_2 \ + base16-bytestring-0.1.1.6 base-compat-0.10.5 basement-0.0.10_1 \ + byteable-0.1.1 colour-2.3.4 conduit-1.3.1.1 cryptohash-0.11.9 \ + cryptonite-0.25 data-ordlist-0.4.7.0 digest-0.0.1.2 dlist-0.8.0.5 \ + exceptions-0.10.0_2 fgl-5.7.0.1 graphviz-2999.20.0.3 \ + hashable-1.2.7.0_1 html-1.0.1.2 integer-logarithms-1.0.2.2_1 \ + memory-0.14.18_1 mmap-0.5.9 mono-traversable-1.0.11.0 \ + network-2.7.0.2_2 network-uri-2.6.1.0_1 old-locale-1.0.0.7_2 \ + old-time-1.1.0.3_2 polyparse-1.12.1 primitive-0.6.4.0_1 \ + random-1.1_1 regex-applicative-0.3.3 regex-base-0.93.2 \ + regex-compat-tdfa-0.95.1.4 regex-tdfa-1.2.3.1 resourcet-1.2.2 \ + sandi-0.5 scientific-0.3.6.2 split-0.2.3.3_1 tar-0.5.1.0_1 \ + temporary-1.3 transformers-compat-0.6.2 unix-compat-0.5.1 \ + unliftio-core-0.1.2.0_1 unordered-containers-0.2.10.0 \ + utf8-string-1.0.1.1_3 vector-0.12.0.2 vector-algorithms-0.8.0.1 \ + wl-pprint-text-1.2.0.0 zip-archive-0.4 zlib-0.6.2 -MAN1PAGES= darcs.1 +CABAL_FLAGS= pkgconfig executable optimize -FLAGS_DEFINE= STATIC TERMINFO THREADED -FLAGS_MULTI= WEB -FLAGS_MULTI_WEB= CURL HTTP -WEB_DESC= HTTP backend +OPTIONS_DEFINE= CURL TERMINFO THREADED +OPTIONS_DEFAULT= CURL TERMINFO THREADED -FLAGS_DEFAULT= CURL THREADED -FLAGS_ENABLE= library executable - CURL_DESC= Use libcurl for HTTP support CURL_FLAG_ENABLE= curl -CURL_FLAG_LIB= libcurl.so:ftp/curl +CURL_LIB_DEPENDS= libcurl.so:ftp/curl -HTTP_DESC= Use the pure HTTP package -HTTP_FLAG_ENABLE= http -HTTP_FLAG_CABAL= HTTP>=4000.2.3 network>=2.6 network-uri>=2.6 +TERMINFO_DESC= Use terminfo library for enhanced console support +TERMINFO_CABAL_FLAGS= terminfo -STATIC_DESC= Build static binary -STATIC_FLAG_ENABLE= static - -TERMINFO_DESC= Use terminfo -TERMINFO_FLAG_ENABLE= terminfo - THREADED_DESC= Use threading and SMP support -THREADED_FLAG_ENABLE= threaded - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" - -.if ${PORT_OPTIONS:MSTATIC} && ${PORT_OPTIONS:MCURL} -BROKEN= enabling STATIC and CURL together will produce linker errors -.endif +THREADED_CABAL_FLAGS= threaded .include Modified: head/devel/hs-darcs/distinfo ============================================================================== --- head/devel/hs-darcs/distinfo Thu May 9 14:27:15 2019 (r501100) +++ head/devel/hs-darcs/distinfo Thu May 9 14:39:30 2019 (r501101) @@ -1,3 +1,139 @@ -TIMESTAMP = 1531854433 -SHA256 (cabal/darcs-2.14.1.tar.gz) = 61ddbc99acaf06df3a114437064e9241e0da467c23d1d3fb520a782eee32cd35 -SIZE (cabal/darcs-2.14.1.tar.gz) = 1061952 +TIMESTAMP = 1553701119 +SHA256 (cabal/darcs-2.14.2.tar.gz) = 65d160a43874960dcba114c0b74d9c7b25d098486f515655502f42ff0c22a27e +SIZE (cabal/darcs-2.14.2.tar.gz) = 1067578 +SHA256 (cabal/HTTP-4000.3.12/HTTP-4000.3.12.tar.gz) = a3ff6a9c93771079121083f1691188fe45f84380118e0f76bc4578153c361990 +SIZE (cabal/HTTP-4000.3.12/HTTP-4000.3.12.tar.gz) = 71800 +SHA256 (cabal/HTTP-4000.3.12/revision/2.cabal) = 0c551ef7495be186408848c125163af372b2916e4964b72cc7fa111beeef86bf +SIZE (cabal/HTTP-4000.3.12/revision/2.cabal) = 6008 +SHA256 (cabal/async-2.2.1/async-2.2.1.tar.gz) = 8f0b86022a1319d3c1c68655790da4b7f98017982e27ec3f3dbfe01029d39027 +SIZE (cabal/async-2.2.1/async-2.2.1.tar.gz) = 12775 +SHA256 (cabal/async-2.2.1/revision/1.cabal) = 61789382f449a02f827e70a029ba8f24a223b9c6b3792bb094fbd41ee360e851 +SIZE (cabal/async-2.2.1/revision/1.cabal) = 2983 +SHA256 (cabal/attoparsec-0.13.2.2/attoparsec-0.13.2.2.tar.gz) = dd93471eb969172cc4408222a3842d867adda3dd7fb39ad8a4df1b121a67d848 +SIZE (cabal/attoparsec-0.13.2.2/attoparsec-0.13.2.2.tar.gz) = 159729 +SHA256 (cabal/attoparsec-0.13.2.2/revision/2.cabal) = 6a0baba19991e84ef939056e7b411ad3a1ea0fb5e1e8fce7ca50e96c84b206c8 +SIZE (cabal/attoparsec-0.13.2.2/revision/2.cabal) = 5791 +SHA256 (cabal/base-compat-0.10.5/base-compat-0.10.5.tar.gz) = 990aea21568956d44ab018c5dbfbaea014b9a0d5295d29ca7550149419a6fb41 +SIZE (cabal/base-compat-0.10.5/base-compat-0.10.5.tar.gz) = 33158 +SHA256 (cabal/base16-bytestring-0.1.1.6/base16-bytestring-0.1.1.6.tar.gz) = 5afe65a152c5418f5f4e3579a5e0d5ca19c279dc9bf31c1a371ccbe84705c449 +SIZE (cabal/base16-bytestring-0.1.1.6/base16-bytestring-0.1.1.6.tar.gz) = 3694 +SHA256 (cabal/basement-0.0.10/basement-0.0.10.tar.gz) = e3471b037187da02814fa710c4d59a804c5446a3617122aca63f32d4f8c4f505 +SIZE (cabal/basement-0.0.10/basement-0.0.10.tar.gz) = 133928 +SHA256 (cabal/basement-0.0.10/revision/1.cabal) = 11b1a13d16c81a7a9706fadfc52ecad60523abd745efd27206e6f43f12d8bcd8 +SIZE (cabal/basement-0.0.10/revision/1.cabal) = 5595 +SHA256 (cabal/byteable-0.1.1/byteable-0.1.1.tar.gz) = 243b34a1b5b64b39e39fe58f75c18f6cad5b668b10cabcd86816cbde27783fe2 +SIZE (cabal/byteable-0.1.1/byteable-0.1.1.tar.gz) = 2400 +SHA256 (cabal/colour-2.3.4/colour-2.3.4.tar.gz) = 0f439f00b322ce3d551f28a4dd1520aa2c91d699de4cdc6d485b9b04be0dc5eb +SIZE (cabal/colour-2.3.4/colour-2.3.4.tar.gz) = 20418 +SHA256 (cabal/conduit-1.3.1.1/conduit-1.3.1.1.tar.gz) = 84dfafc92e9553c7bae4b4fe0cba3da29b37def606f88b989db95ee2dc933fa2 +SIZE (cabal/conduit-1.3.1.1/conduit-1.3.1.1.tar.gz) = 87547 +SHA256 (cabal/cryptohash-0.11.9/cryptohash-0.11.9.tar.gz) = c28f847fc1fcd65b6eea2e74a100300af940919f04bb21d391f6a773968f22fb +SIZE (cabal/cryptohash-0.11.9/cryptohash-0.11.9.tar.gz) = 25762 +SHA256 (cabal/cryptonite-0.25/cryptonite-0.25.tar.gz) = 89be1a18af8730a7bfe4d718d7d5f6ce858e9df93a411566d15bf992db5a3c8c +SIZE (cabal/cryptonite-0.25/cryptonite-0.25.tar.gz) = 552967 +SHA256 (cabal/data-ordlist-0.4.7.0/data-ordlist-0.4.7.0.tar.gz) = 6f6c1e7a9a9155ad78ca78cb9abd6f7e2e1c78b3e549b179dc0874e6428f490d +SIZE (cabal/data-ordlist-0.4.7.0/data-ordlist-0.4.7.0.tar.gz) = 8906 +SHA256 (cabal/digest-0.0.1.2/digest-0.0.1.2.tar.gz) = 641717eb16392abf8965986a9e8dc21eebf1d97775bbb6923c7b7f8fee17fe11 +SIZE (cabal/digest-0.0.1.2/digest-0.0.1.2.tar.gz) = 3790 +SHA256 (cabal/dlist-0.8.0.5/dlist-0.8.0.5.tar.gz) = 98a88aa839b40d4aee8b08880030d282d627b63de311f5414dca6e831a951b43 +SIZE (cabal/dlist-0.8.0.5/dlist-0.8.0.5.tar.gz) = 8987 +SHA256 (cabal/exceptions-0.10.0/exceptions-0.10.0.tar.gz) = 1edd912e5ea5cbda37941b06738597d35214dc247d332b1bfffc82adadfa49d7 +SIZE (cabal/exceptions-0.10.0/exceptions-0.10.0.tar.gz) = 19460 +SHA256 (cabal/exceptions-0.10.0/revision/2.cabal) = ef6066c13de2dfd191dc810f9dfa9a474318abc9bb458413ffbdd2ece482312a +SIZE (cabal/exceptions-0.10.0/revision/2.cabal) = 2149 +SHA256 (cabal/fgl-5.7.0.1/fgl-5.7.0.1.tar.gz) = ffce7af67d4e7ee2f6a7c44fbb749c4253ce9bb35b8b1ffe1c93a173a01fe910 +SIZE (cabal/fgl-5.7.0.1/fgl-5.7.0.1.tar.gz) = 56186 +SHA256 (cabal/graphviz-2999.20.0.3/graphviz-2999.20.0.3.tar.gz) = efa0a27a914e4c51ebfc8b11a741f551e97713c22a02d0e60ddbd960f8376212 +SIZE (cabal/graphviz-2999.20.0.3/graphviz-2999.20.0.3.tar.gz) = 225186 +SHA256 (cabal/hashable-1.2.7.0/hashable-1.2.7.0.tar.gz) = ecb5efc0586023f5a0dc861100621c1dbb4cbb2f0516829a16ebac39f0432abf +SIZE (cabal/hashable-1.2.7.0/hashable-1.2.7.0.tar.gz) = 30182 +SHA256 (cabal/hashable-1.2.7.0/revision/1.cabal) = 03b6836ca9cd3ad0e5a2f3cce989b001dd0e05f306a873db3196037adb30e0a4 +SIZE (cabal/hashable-1.2.7.0/revision/1.cabal) = 5215 +SHA256 (cabal/html-1.0.1.2/html-1.0.1.2.tar.gz) = 0c35495ea33d65e69c69bc7441ec8e1af69fbb43433c2aa3406c0a13a3ab3061 +SIZE (cabal/html-1.0.1.2/html-1.0.1.2.tar.gz) = 11021 +SHA256 (cabal/integer-logarithms-1.0.2.2/integer-logarithms-1.0.2.2.tar.gz) = ba86628d5c14f31fddccea86eeec122ed992af28d5b7ad964b2f5487605e7fc3 +SIZE (cabal/integer-logarithms-1.0.2.2/integer-logarithms-1.0.2.2.tar.gz) = 8855 +SHA256 (cabal/integer-logarithms-1.0.2.2/revision/1.cabal) = 7c35772bd3077643774da79327b582675415c78655bb5550d3b80b89e06c0499 +SIZE (cabal/integer-logarithms-1.0.2.2/revision/1.cabal) = 2822 +SHA256 (cabal/memory-0.14.18/memory-0.14.18.tar.gz) = f5458d170a291788ac8da896bb44b0cc84021c99dd596c52adf2f7a7f6c03507 +SIZE (cabal/memory-0.14.18/memory-0.14.18.tar.gz) = 42266 +SHA256 (cabal/memory-0.14.18/revision/1.cabal) = f55301417e1c5a43b055d1f0d3e88abe895d15a3e9d49889af634fb4b7028d40 +SIZE (cabal/memory-0.14.18/revision/1.cabal) = 5087 +SHA256 (cabal/mmap-0.5.9/mmap-0.5.9.tar.gz) = 58fcbb04e1cb8e7c36c05823b02dce2faaa989c53d745a7f36192de2fc98b5f8 +SIZE (cabal/mmap-0.5.9/mmap-0.5.9.tar.gz) = 11731 +SHA256 (cabal/mono-traversable-1.0.11.0/mono-traversable-1.0.11.0.tar.gz) = c1a0d727a06131174bf6da3733084c284ec70e4f6aa398981e8ba5d4289137d2 +SIZE (cabal/mono-traversable-1.0.11.0/mono-traversable-1.0.11.0.tar.gz) = 39701 +SHA256 (cabal/network-2.7.0.2/network-2.7.0.2.tar.gz) = 6e0b1d86a3377512d8169865ad0a66e8092691fa460993ed7fe1057e3e674dbb +SIZE (cabal/network-2.7.0.2/network-2.7.0.2.tar.gz) = 124420 +SHA256 (cabal/network-2.7.0.2/revision/2.cabal) = 7cb8d7bc2080be946cf87890c807b12dae9c59314fa030b2687999100ce60512 +SIZE (cabal/network-2.7.0.2/revision/2.cabal) = 2845 +SHA256 (cabal/network-uri-2.6.1.0/network-uri-2.6.1.0.tar.gz) = 423e0a2351236f3fcfd24e39cdbc38050ec2910f82245e69ca72a661f7fc47f0 +SIZE (cabal/network-uri-2.6.1.0/network-uri-2.6.1.0.tar.gz) = 27262 +SHA256 (cabal/network-uri-2.6.1.0/revision/1.cabal) = 62cc45c66023e37ef921d5fb546aca56a9c786615e05925fb193a70bf0913690 +SIZE (cabal/network-uri-2.6.1.0/revision/1.cabal) = 2310 +SHA256 (cabal/old-locale-1.0.0.7/old-locale-1.0.0.7.tar.gz) = dbaf8bf6b888fb98845705079296a23c3f40ee2f449df7312f7f7f1de18d7b50 +SIZE (cabal/old-locale-1.0.0.7/old-locale-1.0.0.7.tar.gz) = 3384 +SHA256 (cabal/old-locale-1.0.0.7/revision/2.cabal) = fa998be2c7e00cd26a6e9075bea790caaf3932caa3e9497ad69bc20380dd6911 +SIZE (cabal/old-locale-1.0.0.7/revision/2.cabal) = 1071 +SHA256 (cabal/old-time-1.1.0.3/old-time-1.1.0.3.tar.gz) = 1ccb158b0f7851715d36b757c523b026ca1541e2030d02239802ba39b4112bc1 +SIZE (cabal/old-time-1.1.0.3/old-time-1.1.0.3.tar.gz) = 74219 +SHA256 (cabal/old-time-1.1.0.3/revision/2.cabal) = c91fbb3ee73d20ccd015842b30f1f29a304893ebe0ae3128b7bbc13d5bb0d4c8 +SIZE (cabal/old-time-1.1.0.3/revision/2.cabal) = 1328 +SHA256 (cabal/polyparse-1.12.1/polyparse-1.12.1.tar.gz) = dd8d34e05853ea0ab9b9fee1cbaa51ae33095f7c0c09ff539dcd6d771e0adaa5 +SIZE (cabal/polyparse-1.12.1/polyparse-1.12.1.tar.gz) = 33060 +SHA256 (cabal/primitive-0.6.4.0/primitive-0.6.4.0.tar.gz) = 4cbeaf7924dd79221f327ea101a29bf35c4976dc3319df157ff46ea68e6a0c64 +SIZE (cabal/primitive-0.6.4.0/primitive-0.6.4.0.tar.gz) = 45937 +SHA256 (cabal/primitive-0.6.4.0/revision/1.cabal) = 5b6a2c3cc70a35aabd4565fcb9bb1dd78fe2814a36e62428a9a1aae8c32441a1 +SIZE (cabal/primitive-0.6.4.0/revision/1.cabal) = 2079 +SHA256 (cabal/random-1.1/random-1.1.tar.gz) = b718a41057e25a3a71df693ab0fe2263d492e759679b3c2fea6ea33b171d3a5a +SIZE (cabal/random-1.1/random-1.1.tar.gz) = 10870 +SHA256 (cabal/random-1.1/revision/1.cabal) = 7b67624fd76ddf97c206de0801dc7e888097e9d572974be9b9ea6551d76965df +SIZE (cabal/random-1.1/revision/1.cabal) = 1777 +SHA256 (cabal/regex-applicative-0.3.3/regex-applicative-0.3.3.tar.gz) = 6659a2cc1c8137d77ef57f75027723b075d473354d935233d98b1ae1b03c3be6 +SIZE (cabal/regex-applicative-0.3.3/regex-applicative-0.3.3.tar.gz) = 13834 +SHA256 (cabal/regex-base-0.93.2/regex-base-0.93.2.tar.gz) = 20dc5713a16f3d5e2e6d056b4beb9cfdc4368cd09fd56f47414c847705243278 +SIZE (cabal/regex-base-0.93.2/regex-base-0.93.2.tar.gz) = 9156 +SHA256 (cabal/regex-compat-tdfa-0.95.1.4/regex-compat-tdfa-0.95.1.4.tar.gz) = 4fa38ed24ae390eeffe6eef04bbe632d7ecd02b9123729e976e7420f927520dd +SIZE (cabal/regex-compat-tdfa-0.95.1.4/regex-compat-tdfa-0.95.1.4.tar.gz) = 4146 +SHA256 (cabal/regex-tdfa-1.2.3.1/regex-tdfa-1.2.3.1.tar.gz) = 8aaaeeecf050807c7c514d4dd1763ac63bd121782de5a0847bef5d48a095ea50 +SIZE (cabal/regex-tdfa-1.2.3.1/regex-tdfa-1.2.3.1.tar.gz) = 66397 +SHA256 (cabal/resourcet-1.2.2/resourcet-1.2.2.tar.gz) = 1323425aba3827479eb3588efaf7608b12a083327d64ec814f02863c3673cbe5 +SIZE (cabal/resourcet-1.2.2/resourcet-1.2.2.tar.gz) = 16541 +SHA256 (cabal/sandi-0.5/sandi-0.5.tar.gz) = 4940a19fe9c5e9b08a9f139a0806a30b956d007efa973f3763bed3165154afd9 +SIZE (cabal/sandi-0.5/sandi-0.5.tar.gz) = 19115 +SHA256 (cabal/scientific-0.3.6.2/scientific-0.3.6.2.tar.gz) = 278d0afc87450254f8a76eab21b5583af63954efc9b74844a17a21a68013140f +SIZE (cabal/scientific-0.3.6.2/scientific-0.3.6.2.tar.gz) = 23510 +SHA256 (cabal/split-0.2.3.3/split-0.2.3.3.tar.gz) = 1dcd674f7c5f276f33300f5fd59e49d1ac6fc92ae949fd06a0f6d3e9d9ac1413 +SIZE (cabal/split-0.2.3.3/split-0.2.3.3.tar.gz) = 15681 +SHA256 (cabal/split-0.2.3.3/revision/1.cabal) = f1c7b12865e38d1e241ceef74c85eb81d82301022fea1a5012d8d9803af5e26f +SIZE (cabal/split-0.2.3.3/revision/1.cabal) = 2614 +SHA256 (cabal/tar-0.5.1.0/tar-0.5.1.0.tar.gz) = c89d697b6472b739db50e61201251fcaf8a8f5b595b1d9a488d395d7d5ce4b68 +SIZE (cabal/tar-0.5.1.0/tar-0.5.1.0.tar.gz) = 39271 +SHA256 (cabal/tar-0.5.1.0/revision/1.cabal) = 9d18d14f4121a9f13806b06efe1c5bbf967cfa3a4006f3c056c23156355fcdd3 +SIZE (cabal/tar-0.5.1.0/revision/1.cabal) = 4733 +SHA256 (cabal/temporary-1.3/temporary-1.3.tar.gz) = 8c442993694b5ffca823ce864af95bd2841fb5264ee511c61cf48cc71d879890 +SIZE (cabal/temporary-1.3/temporary-1.3.tar.gz) = 5686 +SHA256 (cabal/transformers-compat-0.6.2/transformers-compat-0.6.2.tar.gz) = dc06228b7b8a546f9d257b4fe2b369fc2cb279240bbe4312aa8f47bb2752e4be +SIZE (cabal/transformers-compat-0.6.2/transformers-compat-0.6.2.tar.gz) = 39711 +SHA256 (cabal/unix-compat-0.5.1/unix-compat-0.5.1.tar.gz) = a39d0c79dd906763770b80ba5b6c5cb710e954f894350e9917de0d73f3a19c52 +SIZE (cabal/unix-compat-0.5.1/unix-compat-0.5.1.tar.gz) = 13218 +SHA256 (cabal/unliftio-core-0.1.2.0/unliftio-core-0.1.2.0.tar.gz) = 24c38b3d610ca2642ed496d1de3d7b6b398ce0410aa0a15f3c7ce636ba8f7a78 +SIZE (cabal/unliftio-core-0.1.2.0/unliftio-core-0.1.2.0.tar.gz) = 3631 +SHA256 (cabal/unliftio-core-0.1.2.0/revision/1.cabal) = 49d43dc863d14d89d91a676a968cea8d9f0030ad6ac95768747a44d0d273dd68 +SIZE (cabal/unliftio-core-0.1.2.0/revision/1.cabal) = 1081 +SHA256 (cabal/unordered-containers-0.2.10.0/unordered-containers-0.2.10.0.tar.gz) = 65f117bdbdea9efc75fb9fd539873de7687e005d8898bb21821020a4b383c573 +SIZE (cabal/unordered-containers-0.2.10.0/unordered-containers-0.2.10.0.tar.gz) = 44733 +SHA256 (cabal/utf8-string-1.0.1.1/utf8-string-1.0.1.1.tar.gz) = fb0b9e3acbe0605bcd1c63e51f290a7bbbe6628dfa3294ff453e4235fbaef140 +SIZE (cabal/utf8-string-1.0.1.1/utf8-string-1.0.1.1.tar.gz) = 8667 +SHA256 (cabal/utf8-string-1.0.1.1/revision/3.cabal) = 68cc6cf665e7212334a51b63d6936daeaca023b2cfe8637d130acfe95f91700b +SIZE (cabal/utf8-string-1.0.1.1/revision/3.cabal) = 1151 +SHA256 (cabal/vector-0.12.0.2/vector-0.12.0.2.tar.gz) = 52e89dacaff10bedb8653181963cae928f9674a099bb706713dae83994bbc0f3 +SIZE (cabal/vector-0.12.0.2/vector-0.12.0.2.tar.gz) = 124743 +SHA256 (cabal/vector-algorithms-0.8.0.1/vector-algorithms-0.8.0.1.tar.gz) = 15bcde786dcf03861946885e030d3dbe3b683e1a6fc12d7317e115084f4637fe +SIZE (cabal/vector-algorithms-0.8.0.1/vector-algorithms-0.8.0.1.tar.gz) = 26071 +SHA256 (cabal/wl-pprint-text-1.2.0.0/wl-pprint-text-1.2.0.0.tar.gz) = 40dd4c2d2b8a2884616f3a240f01143d0aadd85f5988e5ee55a59ba6b2487c3c +SIZE (cabal/wl-pprint-text-1.2.0.0/wl-pprint-text-1.2.0.0.tar.gz) = 16758 +SHA256 (cabal/zip-archive-0.4/zip-archive-0.4.tar.gz) = 5fbea91d95ae1b1ec73aed8a8c67c8bae89bc3b6f7d9da898f07209e4a4ada19 +SIZE (cabal/zip-archive-0.4/zip-archive-0.4.tar.gz) = 20859 +SHA256 (cabal/zlib-0.6.2/zlib-0.6.2.tar.gz) = 0dcc7d925769bdbeb323f83b66884101084167501f11d74d21eb9bc515707fed +SIZE (cabal/zlib-0.6.2/zlib-0.6.2.tar.gz) = 142677 Modified: head/devel/hs-darcs/files/patch-darcs.cabal ============================================================================== --- head/devel/hs-darcs/files/patch-darcs.cabal Thu May 9 14:27:15 2019 (r501100) +++ head/devel/hs-darcs/files/patch-darcs.cabal Thu May 9 14:39:30 2019 (r501101) @@ -1,67 +1,18 @@ ---- darcs.cabal.orig 2018-06-24 18:17:58 UTC +--- darcs.cabal.orig 2019-01-26 14:14:51 UTC +++ darcs.cabal -@@ -74,7 +74,7 @@ flag curl - description: Use libcurl for HTTP support. - - -- in future this could extend to any other external libraries, ---- e.g. libiconv -+-- e.g. libiconv - flag pkgconfig - description: Use pkgconfig to configure libcurl - default: False -@@ -112,7 +112,7 @@ flag warn-as-error - -- ---------------------------------------------------------------------- - - custom-setup -- setup-depends: base >= 4.9 && < 4.12, -+ setup-depends: base >= 4.9 && < 4.13, - Cabal >= 1.24, - process >= 1.2.3.0 && < 1.7, - filepath >= 1.4.1 && < 1.5.0.0, -@@ -380,8 +380,8 @@ Library - else - build-depends: unix >= 2.7.1.0 && < 2.8 - -- build-depends: base >= 4.9 && < 4.12, -- stm >= 2.1 && < 2.5, -+ build-depends: base >= 4.9 && < 4.13, -+ stm >= 2.1 && < 2.6, - binary >= 0.5 && < 0.10, - containers >= 0.5.6.2 && < 0.7, - regex-compat-tdfa >= 0.95.1 && < 0.96, -@@ -389,7 +389,7 @@ Library - mtl >= 2.2.1 && < 2.3, - transformers >= 0.4.2.0 && < 0.6, - parsec >= 3.1.9 && < 3.2, -- fgl >= 5.5.2.3 && < 5.7, -+ fgl >= 5.5.2.3 && < 5.8, - graphviz >= 2999.18.1 && < 2999.20.1, - html >= 1.0.1.2 && < 1.1, - filepath >= 1.4.1 && < 1.5.0.0, -@@ -401,7 +401,7 @@ Library - tar >= 0.5 && < 0.6, - data-ordlist == 0.4.*, +@@ -1,5 +1,6 @@ + Name: darcs + version: 2.14.2 ++x-revision: 1 + License: GPL-2 + License-file: COPYING + Author: David Roundy , +@@ -403,7 +404,7 @@ Library attoparsec >= 0.13.0.1 && < 0.14, -- zip-archive >= 0.3 && < 0.4, -+ zip-archive >= 0.3 && < 0.5, + zip-archive >= 0.3 && < 0.5, async >= 2.0.2 && < 2.3, - sandi >= 0.4 && < 0.5, +- sandi >= 0.4 && < 0.5, ++ sandi >= 0.4 && < 0.6, unix-compat >= 0.4.2 && < 0.6, -@@ -499,7 +499,7 @@ Executable darcs - cc-options: -D_REENTRANT - - build-depends: darcs, -- base >= 4.9 && < 4.12 -+ base >= 4.9 && < 4.13 - - -- ---------------------------------------------------------------------- - -- unit test driver -@@ -534,7 +534,7 @@ test-suite darcs-test - test-framework >= 0.8.1.1 && < 0.9, - test-framework-hunit >= 0.3.0.2 && < 0.4, - test-framework-quickcheck2 >= 0.3.0.3 && < 0.4, -- zip-archive >= 0.3 && < 0.4 -+ zip-archive >= 0.3 && < 0.5 - - -- https://github.com/yesodweb/Shelly.hs/issues/177 - if os(windows) + bytestring >= 0.10.6 && < 0.11, + old-time >= 1.1.0.3 && < 1.2, Modified: head/devel/hs-ghc-events/Makefile ============================================================================== --- head/devel/hs-ghc-events/Makefile Thu May 9 14:27:15 2019 (r501100) +++ head/devel/hs-ghc-events/Makefile Thu May 9 14:39:30 2019 (r501101) @@ -2,7 +2,7 @@ PORTNAME= ghc-events PORTVERSION= 0.8.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Thu May 9 14:45:10 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C40615834E7; Thu, 9 May 2019 14:45:10 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D51CB6BBA6; Thu, 9 May 2019 14:45:09 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B11F71E761; Thu, 9 May 2019 14:45:09 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x49Ej9fw058454; Thu, 9 May 2019 14:45:09 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49Ej9sJ058452; Thu, 9 May 2019 14:45:09 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201905091445.x49Ej9sJ058452@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Thu, 9 May 2019 14:45:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501102 - in branches/2019Q2/security/racoon2: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: cy X-SVN-Commit-Paths: in branches/2019Q2/security/racoon2: . files X-SVN-Commit-Revision: 501102 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D51CB6BBA6 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.959,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 14:45:10 -0000 Author: cy Date: Thu May 9 14:45:09 2019 New Revision: 501102 URL: https://svnweb.freebsd.org/changeset/ports/501102 Log: MFH: r501100 Prepare for the pending removal of ispec from GENERIC, making sure that the ipsec kld is loaded. Suggested by: gallatin@ Approved by: portmgr (joneum@) Modified: branches/2019Q2/security/racoon2/Makefile branches/2019Q2/security/racoon2/files/patch-samples-rc.d-iked.in Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/security/racoon2/Makefile ============================================================================== --- branches/2019Q2/security/racoon2/Makefile Thu May 9 14:39:30 2019 (r501101) +++ branches/2019Q2/security/racoon2/Makefile Thu May 9 14:45:09 2019 (r501102) @@ -3,6 +3,7 @@ PORTNAME= racoon2 PORTVERSION= ${RACOON2_COMMIT_DATE} +PORTREVISION= 1 CATEGORIES= security net ipv6 HASH= 5c4af73 RACOON2_COMMIT_DATE=20181215 Modified: branches/2019Q2/security/racoon2/files/patch-samples-rc.d-iked.in ============================================================================== --- branches/2019Q2/security/racoon2/files/patch-samples-rc.d-iked.in Thu May 9 14:39:30 2019 (r501101) +++ branches/2019Q2/security/racoon2/files/patch-samples-rc.d-iked.in Thu May 9 14:45:09 2019 (r501102) @@ -1,6 +1,6 @@ ---- samples/rc.d/iked.in.orig 2018-08-15 21:36:53.000000000 -0700 -+++ samples/rc.d/iked.in 2018-10-19 12:32:15.579253000 -0700 -@@ -10,11 +10,13 @@ +--- samples/rc.d/iked.in.orig 2018-08-15 22:36:53.000000000 -0600 ++++ samples/rc.d/iked.in 2019-05-09 08:03:55.095621000 -0600 +@@ -10,14 +10,22 @@ . /etc/rc.subr @@ -15,4 +15,13 @@ +required_vars="spmd_enable" pidfile="/var/run/${name}.pid" required_files="@sysconfdir@/racoon2.conf" ++start_precmd="iked_precmd" reload_cmd="iked_reload" ++ ++iked_precmd() ++{ ++ sysctl -qn net.inet.ipsec.def_policy >/dev/null || kldload ipsec || return 1 ++} + + iked_reload() + { From owner-svn-ports-all@freebsd.org Thu May 9 14:51:04 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92BCF1583741; Thu, 9 May 2019 14:51:04 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 39B346BEA1; Thu, 9 May 2019 14:51:04 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 15EEA1E78A; Thu, 9 May 2019 14:51:04 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x49Ep3wT060604; Thu, 9 May 2019 14:51:03 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49Ep1I1060591; Thu, 9 May 2019 14:51:01 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201905091451.x49Ep1I1060591@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarev Date: Thu, 9 May 2019 14:51:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501103 - in head: converters/cl-babel-sbcl devel/cl-alexandria-sbcl devel/cl-infix-sbcl devel/cl-port-sbcl devel/cl-split-sequence-sbcl devel/cl-trivial-features-sbcl devel/cl-trivial-... X-SVN-Group: ports-head X-SVN-Commit-Author: krion X-SVN-Commit-Paths: in head: converters/cl-babel-sbcl devel/cl-alexandria-sbcl devel/cl-infix-sbcl devel/cl-port-sbcl devel/cl-split-sequence-sbcl devel/cl-trivial-features-sbcl devel/cl-trivial-gray-streams-sbcl securit... X-SVN-Commit-Revision: 501103 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 39B346BEA1 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.960,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 14:51:04 -0000 Author: krion Date: Thu May 9 14:51:01 2019 New Revision: 501103 URL: https://svnweb.freebsd.org/changeset/ports/501103 Log: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. Modified: head/converters/cl-babel-sbcl/Makefile head/devel/cl-alexandria-sbcl/Makefile head/devel/cl-infix-sbcl/Makefile head/devel/cl-port-sbcl/Makefile head/devel/cl-split-sequence-sbcl/Makefile head/devel/cl-trivial-features-sbcl/Makefile head/devel/cl-trivial-gray-streams-sbcl/Makefile head/security/cl-md5-sbcl/Makefile head/textproc/cl-meta-sbcl/Makefile head/textproc/cl-ppcre-sbcl/Makefile head/www/cl-lml-sbcl/Makefile head/x11-wm/stumpwm/Makefile head/x11/cl-clx-sbcl/Makefile Modified: head/converters/cl-babel-sbcl/Makefile ============================================================================== --- head/converters/cl-babel-sbcl/Makefile Thu May 9 14:45:09 2019 (r501102) +++ head/converters/cl-babel-sbcl/Makefile Thu May 9 14:51:01 2019 (r501103) @@ -2,7 +2,7 @@ PORTNAME= babel PORTVERSION= 2010.01.16 -PORTREVISION= 32 +PORTREVISION= 33 CATEGORIES= converters lisp PKGNAMEPREFIX= cl- DISTFILES= # none Modified: head/devel/cl-alexandria-sbcl/Makefile ============================================================================== --- head/devel/cl-alexandria-sbcl/Makefile Thu May 9 14:45:09 2019 (r501102) +++ head/devel/cl-alexandria-sbcl/Makefile Thu May 9 14:51:01 2019 (r501103) @@ -2,7 +2,7 @@ PORTNAME= alexandria PORTVERSION= 2010.01.16 -PORTREVISION= 33 +PORTREVISION= 34 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none Modified: head/devel/cl-infix-sbcl/Makefile ============================================================================== --- head/devel/cl-infix-sbcl/Makefile Thu May 9 14:45:09 2019 (r501102) +++ head/devel/cl-infix-sbcl/Makefile Thu May 9 14:51:01 2019 (r501103) @@ -3,7 +3,7 @@ PORTNAME= infix PORTVERSION= 19960628 -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none Modified: head/devel/cl-port-sbcl/Makefile ============================================================================== --- head/devel/cl-port-sbcl/Makefile Thu May 9 14:45:09 2019 (r501102) +++ head/devel/cl-port-sbcl/Makefile Thu May 9 14:51:01 2019 (r501103) @@ -3,7 +3,7 @@ PORTNAME= port PORTVERSION= 2002.10.02.1 -PORTREVISION= 34 +PORTREVISION= 35 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none Modified: head/devel/cl-split-sequence-sbcl/Makefile ============================================================================== --- head/devel/cl-split-sequence-sbcl/Makefile Thu May 9 14:45:09 2019 (r501102) +++ head/devel/cl-split-sequence-sbcl/Makefile Thu May 9 14:51:01 2019 (r501103) @@ -3,7 +3,7 @@ PORTNAME= split-sequence PORTVERSION= 20011114.1 -PORTREVISION= 33 +PORTREVISION= 34 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none Modified: head/devel/cl-trivial-features-sbcl/Makefile ============================================================================== --- head/devel/cl-trivial-features-sbcl/Makefile Thu May 9 14:45:09 2019 (r501102) +++ head/devel/cl-trivial-features-sbcl/Makefile Thu May 9 14:51:01 2019 (r501103) @@ -2,7 +2,7 @@ PORTNAME= trivial-features PORTVERSION= 2010.01.16 -PORTREVISION= 33 +PORTREVISION= 34 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none Modified: head/devel/cl-trivial-gray-streams-sbcl/Makefile ============================================================================== --- head/devel/cl-trivial-gray-streams-sbcl/Makefile Thu May 9 14:45:09 2019 (r501102) +++ head/devel/cl-trivial-gray-streams-sbcl/Makefile Thu May 9 14:51:01 2019 (r501103) @@ -2,7 +2,7 @@ PORTNAME= trivial-gray-streams PORTVERSION= 2008.11.02 -PORTREVISION= 33 +PORTREVISION= 34 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none Modified: head/security/cl-md5-sbcl/Makefile ============================================================================== --- head/security/cl-md5-sbcl/Makefile Thu May 9 14:45:09 2019 (r501102) +++ head/security/cl-md5-sbcl/Makefile Thu May 9 14:51:01 2019 (r501103) @@ -2,7 +2,7 @@ PORTNAME= md5 PORTVERSION= 1.8.5 -PORTREVISION= 33 +PORTREVISION= 34 CATEGORIES= security lisp PKGNAMEPREFIX= cl- DISTFILES= # none Modified: head/textproc/cl-meta-sbcl/Makefile ============================================================================== --- head/textproc/cl-meta-sbcl/Makefile Thu May 9 14:45:09 2019 (r501102) +++ head/textproc/cl-meta-sbcl/Makefile Thu May 9 14:51:01 2019 (r501103) @@ -3,7 +3,7 @@ PORTNAME= meta PORTVERSION= 0.1 -PORTREVISION= 34 +PORTREVISION= 35 PORTEPOCH= 1 CATEGORIES= textproc lisp PKGNAMEPREFIX= cl- Modified: head/textproc/cl-ppcre-sbcl/Makefile ============================================================================== --- head/textproc/cl-ppcre-sbcl/Makefile Thu May 9 14:45:09 2019 (r501102) +++ head/textproc/cl-ppcre-sbcl/Makefile Thu May 9 14:51:01 2019 (r501103) @@ -3,7 +3,7 @@ PORTNAME= cl-ppcre PORTVERSION= 2.0.3 -PORTREVISION= 32 +PORTREVISION= 33 CATEGORIES= textproc lisp DISTFILES= # none Modified: head/www/cl-lml-sbcl/Makefile ============================================================================== --- head/www/cl-lml-sbcl/Makefile Thu May 9 14:45:09 2019 (r501102) +++ head/www/cl-lml-sbcl/Makefile Thu May 9 14:51:01 2019 (r501103) @@ -3,7 +3,7 @@ PORTNAME= lml PORTVERSION= 2.5.7 -PORTREVISION= 32 +PORTREVISION= 33 CATEGORIES= www textproc PKGNAMEPREFIX= cl- DISTFILES= # none Modified: head/x11-wm/stumpwm/Makefile ============================================================================== --- head/x11-wm/stumpwm/Makefile Thu May 9 14:45:09 2019 (r501102) +++ head/x11-wm/stumpwm/Makefile Thu May 9 14:51:01 2019 (r501103) @@ -4,7 +4,7 @@ PORTNAME= stumpwm DISTVERSION= 18.11-2 DISTVERSIONSUFFIX= -g84f093e -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-wm lisp MAINTAINER= jrm@FreeBSD.org Modified: head/x11/cl-clx-sbcl/Makefile ============================================================================== --- head/x11/cl-clx-sbcl/Makefile Thu May 9 14:45:09 2019 (r501102) +++ head/x11/cl-clx-sbcl/Makefile Thu May 9 14:51:01 2019 (r501103) @@ -2,7 +2,7 @@ PORTNAME= clx DISTVERSION= 0.7.5 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= x11 lisp PKGNAMEPREFIX= cl- PKGNAMESUFFIX= -sbcl From owner-svn-ports-all@freebsd.org Thu May 9 14:57:56 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D7111583921; Thu, 9 May 2019 14:57:56 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 236766C24E; Thu, 9 May 2019 14:57:56 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F2A131E902; Thu, 9 May 2019 14:57:55 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x49Evt0J064325; Thu, 9 May 2019 14:57:55 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49Evt2I064324; Thu, 9 May 2019 14:57:55 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201905091457.x49Evt2I064324@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 9 May 2019 14:57:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501104 - head/databases/sqlitebrowser X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/databases/sqlitebrowser X-SVN-Commit-Revision: 501104 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 236766C24E X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.959,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 14:57:56 -0000 Author: swills Date: Thu May 9 14:57:55 2019 New Revision: 501104 URL: https://svnweb.freebsd.org/changeset/ports/501104 Log: databases/sqlitebrowser: update to 3.11.2 PR: 237789 Submitted by: lbartoletti (maintainer) Modified: head/databases/sqlitebrowser/Makefile (contents, props changed) head/databases/sqlitebrowser/distinfo (contents, props changed) Modified: head/databases/sqlitebrowser/Makefile ============================================================================== --- head/databases/sqlitebrowser/Makefile Thu May 9 14:51:01 2019 (r501103) +++ head/databases/sqlitebrowser/Makefile Thu May 9 14:57:55 2019 (r501104) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sqlitebrowser -PORTVERSION= 3.11.1 +PORTVERSION= 3.11.2 DISTVERSIONPREFIX= v CATEGORIES= databases Modified: head/databases/sqlitebrowser/distinfo ============================================================================== --- head/databases/sqlitebrowser/distinfo Thu May 9 14:51:01 2019 (r501103) +++ head/databases/sqlitebrowser/distinfo Thu May 9 14:57:55 2019 (r501104) @@ -1,3 +1,3 @@ -TIMESTAMP = 1551457304 -SHA256 (sqlitebrowser-sqlitebrowser-v3.11.1_GH0.tar.gz) = eb97a0457932d5ba0e1f10df0743c93207785c0d5915aec663543de478231ca8 -SIZE (sqlitebrowser-sqlitebrowser-v3.11.1_GH0.tar.gz) = 2523481 +TIMESTAMP = 1556652171 +SHA256 (sqlitebrowser-sqlitebrowser-v3.11.2_GH0.tar.gz) = 298acb28878aa712277a1c35c185b07a5a1671cc3e2c6a21b323477b91d486fc +SIZE (sqlitebrowser-sqlitebrowser-v3.11.2_GH0.tar.gz) = 2530497 From owner-svn-ports-all@freebsd.org Thu May 9 15:02:20 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8901D1583B7C; Thu, 9 May 2019 15:02:20 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 30E756C67A; Thu, 9 May 2019 15:02:20 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0CA3F1EAA0; Thu, 9 May 2019 15:02:20 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x49F2JFx068683; Thu, 9 May 2019 15:02:19 GMT (envelope-from arrowd@FreeBSD.org) Received: (from arrowd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49F2JGZ068682; Thu, 9 May 2019 15:02:19 GMT (envelope-from arrowd@FreeBSD.org) Message-Id: <201905091502.x49F2JGZ068682@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: arrowd set sender to arrowd@FreeBSD.org using -f From: Gleb Popov Date: Thu, 9 May 2019 15:02:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501105 - head/Mk/Uses X-SVN-Group: ports-head X-SVN-Commit-Author: arrowd X-SVN-Commit-Paths: head/Mk/Uses X-SVN-Commit-Revision: 501105 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 30E756C67A X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.959,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 15:02:20 -0000 Author: arrowd Date: Thu May 9 15:02:19 2019 New Revision: 501105 URL: https://svnweb.freebsd.org/changeset/ports/501105 Log: Restore "hs-" package name prefix for Haskell packages. Reported by: mat Approved by: mat Modified: head/Mk/Uses/cabal.mk Modified: head/Mk/Uses/cabal.mk ============================================================================== --- head/Mk/Uses/cabal.mk Thu May 9 14:57:55 2019 (r501104) +++ head/Mk/Uses/cabal.mk Thu May 9 15:02:19 2019 (r501105) @@ -37,6 +37,8 @@ _INCLUDE_USES_CABAL_MK= yes IGNORE= Incorrect 'USES= cabal:${cabal_ARGS}' cabal takes no arguments .endif +PKGNAMEPREFIX?= hs- + EXECUTABLES?= ${PORTNAME} CABAL_HOME= ${WRKDIR}/cabal-home From owner-svn-ports-all@freebsd.org Thu May 9 15:03:42 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 824881583CF0; Thu, 9 May 2019 15:03:42 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1576D6C89C; Thu, 9 May 2019 15:03:42 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E5B201EABA; Thu, 9 May 2019 15:03: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 x49F3fM6070427; Thu, 9 May 2019 15:03:41 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49F3cBh070409; Thu, 9 May 2019 15:03:38 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201905091503.x49F3cBh070409@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Thu, 9 May 2019 15:03:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501106 - in head: . databases databases/ruby-odbc databases/rubygem-dbd-odbc devel devel/dlangui editors editors/dlangide emulators emulators/desmume emulators/yabause emulators/yape g... X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: in head: . databases databases/ruby-odbc databases/rubygem-dbd-odbc devel devel/dlangui editors editors/dlangide emulators emulators/desmume emulators/yabause emulators/yape games games/armagetron gam... X-SVN-Commit-Revision: 501106 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1576D6C89C X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 15:03:42 -0000 Author: rene Date: Thu May 9 15:03:38 2019 New Revision: 501106 URL: https://svnweb.freebsd.org/changeset/ports/501106 Log: Remove expired ports: 2019-05-08 databases/ruby-odbc: Broken for more than 6 months 2019-05-08 databases/rubygem-dbd-odbc: Broken for more than 6 months 2019-05-08 devel/dlangui: Broken for more than 6 months 2019-05-08 editors/dlangide: Broken for more than 6 months 2019-05-08 emulators/desmume: Broken for more than 6 months 2019-05-08 emulators/yabause: Broken for more than 6 months 2019-05-08 emulators/yape: Broken for more than 6 months 2019-05-08 games/armagetron: Broken for more than 6 months 2019-05-08 games/boswars: Broken for more than 6 months 2019-05-08 games/ceferino: Broken for more than 6 months 2019-05-08 games/chanta: Broken for more than 6 months 2019-05-08 games/d2x-xl: Broken for more than 6 months 2019-05-08 games/drcreep: Broken for more than 6 months 2019-05-08 games/frobtads: Broken for more than 6 months 2019-05-08 games/paintown: Broken for more than 6 months 2019-05-08 games/pykawari: Broken for more than 6 months 2019-05-08 games/stepmania-devel: Broken for more than 6 months 2019-05-08 games/tinymux: Broken for more than 6 months 2019-05-08 games/voxelands: Broken for more than 6 months 2019-05-08 games/voxelands-server: Broken for more than 6 months 2019-05-08 games/warsow: Broken for more than 6 months 2019-05-08 graphics/appleseed: Broken for more than 6 months 2019-05-08 graphics/apvlv: Broken for more than 6 months 2019-05-08 graphics/qslim: Broken for more than 6 months 2019-05-08 graphics/rawstudio: Broken for more than 6 months 2019-05-08 graphics/tulip: Broken for more than 6 months 2019-05-08 lang/qore: Broken for more than 6 months 2019-05-08 mail/milter-manager: Broken for more than 6 months 2019-05-08 math/goblin: Broken for more than 6 months 2019-05-08 math/mosesdecoder: Broken for more than 6 months 2019-05-08 multimedia/asdcplib: Broken for more than 6 months 2019-05-08 net/crtmpserver: Broken for more than 6 months 2019-05-08 net/linuxigd: Abandonware; use net/miniupnpd instead 2019-05-08 net/openafs: Broken for more than 6 months 2019-05-08 security/quantis: Broken for more than 6 months 2019-05-08 sysutils/boxbackup: Broken for more than 6 months 2019-05-08 sysutils/grub2-efi: Broken for more than 6 months 2019-05-08 sysutils/grub2-pcbsd: Broken for more than 6 months 2019-05-08 sysutils/mdcp: Broken for more than 6 months 2019-05-08 sysutils/sbsigntool: Broken for more than 6 months 2019-05-08 www/py-cherrypy-old: Lates version is in tree and no dependent ports Deleted: head/databases/ruby-odbc/ head/databases/rubygem-dbd-odbc/ head/devel/dlangui/ head/editors/dlangide/ head/emulators/desmume/ head/emulators/yabause/ head/emulators/yape/ head/games/armagetron/ head/games/boswars/ head/games/ceferino/ head/games/chanta/ head/games/d2x-xl/ head/games/drcreep/ head/games/frobtads/ head/games/paintown/ head/games/pykawari/ head/games/stepmania-devel/ head/games/tinymux/ head/games/voxelands/ head/games/voxelands-server/ head/games/warsow/ head/graphics/appleseed/ head/graphics/apvlv/ head/graphics/qslim/ head/graphics/rawstudio/ head/graphics/tulip/ head/lang/qore/ head/mail/milter-manager/ head/math/goblin/ head/math/mosesdecoder/ head/multimedia/asdcplib/ head/net/crtmpserver/ head/net/linuxigd/ head/net/openafs/ head/security/quantis/ head/sysutils/boxbackup/ head/sysutils/grub2-efi/ head/sysutils/grub2-pcbsd/ head/sysutils/mdcp/ head/sysutils/sbsigntool/ head/www/py-cherrypy-old/ Modified: head/MOVED head/databases/Makefile head/devel/Makefile head/editors/Makefile head/emulators/Makefile head/games/Makefile head/graphics/Makefile head/lang/Makefile head/mail/Makefile head/math/Makefile head/multimedia/Makefile head/net/Makefile head/security/Makefile head/sysutils/Makefile head/www/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Thu May 9 15:02:19 2019 (r501105) +++ head/MOVED Thu May 9 15:03:38 2019 (r501106) @@ -12723,3 +12723,44 @@ audio/hs-ALUT||2019-05-08|Has expired: Haskell librari audio/hs-OpenAL||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org x11/hs-X11||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org x11/hs-X11-xft||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +databases/ruby-odbc||2019-05-09|Has expired: Broken for more than 6 months +databases/rubygem-dbd-odbc||2019-05-09|Has expired: Broken for more than 6 months +devel/dlangui||2019-05-09|Has expired: Broken for more than 6 months +editors/dlangide||2019-05-09|Has expired: Broken for more than 6 months +emulators/desmume||2019-05-09|Has expired: Broken for more than 6 months +emulators/yabause||2019-05-09|Has expired: Broken for more than 6 months +emulators/yape||2019-05-09|Has expired: Broken for more than 6 months +games/armagetron||2019-05-09|Has expired: Broken for more than 6 months +games/boswars||2019-05-09|Has expired: Broken for more than 6 months +games/ceferino||2019-05-09|Has expired: Broken for more than 6 months +games/chanta||2019-05-09|Has expired: Broken for more than 6 months +games/d2x-xl||2019-05-09|Has expired: Broken for more than 6 months +games/drcreep||2019-05-09|Has expired: Broken for more than 6 months +games/frobtads||2019-05-09|Has expired: Broken for more than 6 months +games/paintown||2019-05-09|Has expired: Broken for more than 6 months +games/pykawari||2019-05-09|Has expired: Broken for more than 6 months +games/stepmania-devel||2019-05-09|Has expired: Broken for more than 6 months +games/tinymux||2019-05-09|Has expired: Broken for more than 6 months +games/voxelands||2019-05-09|Has expired: Broken for more than 6 months +games/voxelands-server||2019-05-09|Has expired: Broken for more than 6 months +games/warsow||2019-05-09|Has expired: Broken for more than 6 months +graphics/appleseed||2019-05-09|Has expired: Broken for more than 6 months +graphics/apvlv||2019-05-09|Has expired: Broken for more than 6 months +graphics/qslim||2019-05-09|Has expired: Broken for more than 6 months +graphics/rawstudio||2019-05-09|Has expired: Broken for more than 6 months +graphics/tulip||2019-05-09|Has expired: Broken for more than 6 months +lang/qore||2019-05-09|Has expired: Broken for more than 6 months +mail/milter-manager||2019-05-09|Has expired: Broken for more than 6 months +math/goblin||2019-05-09|Has expired: Broken for more than 6 months +math/mosesdecoder||2019-05-09|Has expired: Broken for more than 6 months +multimedia/asdcplib||2019-05-09|Has expired: Broken for more than 6 months +net/crtmpserver||2019-05-09|Has expired: Broken for more than 6 months +net/linuxigd||2019-05-09|Has expired: Abandonware; use net/miniupnpd instead +net/openafs||2019-05-09|Has expired: Broken for more than 6 months +security/quantis||2019-05-09|Has expired: Broken for more than 6 months +sysutils/boxbackup||2019-05-09|Has expired: Broken for more than 6 months +sysutils/grub2-efi||2019-05-09|Has expired: Broken for more than 6 months +sysutils/grub2-pcbsd||2019-05-09|Has expired: Broken for more than 6 months +sysutils/mdcp||2019-05-09|Has expired: Broken for more than 6 months +sysutils/sbsigntool||2019-05-09|Has expired: Broken for more than 6 months +www/py-cherrypy-old||2019-05-09|Has expired: Lates version is in tree and no dependent ports Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Thu May 9 15:02:19 2019 (r501105) +++ head/databases/Makefile Thu May 9 15:03:38 2019 (r501106) @@ -880,7 +880,6 @@ SUBDIR += rrdtool SUBDIR += rrdtool12 SUBDIR += ruby-bdb - SUBDIR += ruby-odbc SUBDIR += ruby-qdbm SUBDIR += ruby-tokyocabinet SUBDIR += ruby-xapian @@ -911,7 +910,6 @@ SUBDIR += rubygem-data_objects SUBDIR += rubygem-datamapper SUBDIR += rubygem-dbd-mysql - SUBDIR += rubygem-dbd-odbc SUBDIR += rubygem-dbd-pg SUBDIR += rubygem-dbd-sqlite3 SUBDIR += rubygem-dbf Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu May 9 15:02:19 2019 (r501105) +++ head/devel/Makefile Thu May 9 15:03:38 2019 (r501106) @@ -469,7 +469,6 @@ SUBDIR += ditrack SUBDIR += djgpp-binutils SUBDIR += djgpp-crx - SUBDIR += dlangui SUBDIR += dlib SUBDIR += dmake SUBDIR += dmalloc Modified: head/editors/Makefile ============================================================================== --- head/editors/Makefile Thu May 9 15:02:19 2019 (r501105) +++ head/editors/Makefile Thu May 9 15:03:38 2019 (r501106) @@ -28,7 +28,6 @@ SUBDIR += dhex SUBDIR += diakonos SUBDIR += dkns - SUBDIR += dlangide SUBDIR += drjava SUBDIR += dte SUBDIR += e3 Modified: head/emulators/Makefile ============================================================================== --- head/emulators/Makefile Thu May 9 15:02:19 2019 (r501105) +++ head/emulators/Makefile Thu May 9 15:03:38 2019 (r501106) @@ -23,7 +23,6 @@ SUBDIR += cpmtools SUBDIR += cpmtools2 SUBDIR += darcnes - SUBDIR += desmume SUBDIR += dgen-sdl SUBDIR += dolphin-emu SUBDIR += dosbox @@ -175,8 +174,6 @@ SUBDIR += xhomer SUBDIR += xsystem35 SUBDIR += xzx - SUBDIR += yabause - SUBDIR += yape SUBDIR += zsnes .include Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Thu May 9 15:02:19 2019 (r501105) +++ head/games/Makefile Thu May 9 15:03:38 2019 (r501106) @@ -52,7 +52,6 @@ SUBDIR += apricots SUBDIR += aquaria SUBDIR += arkanoidsb - SUBDIR += armagetron SUBDIR += arx-libertatis SUBDIR += asc SUBDIR += ascii-invaders @@ -109,7 +108,6 @@ SUBDIR += bombherman SUBDIR += bombz SUBDIR += bomns - SUBDIR += boswars SUBDIR += bouncy SUBDIR += bovo SUBDIR += braincurses @@ -145,9 +143,7 @@ SUBDIR += catesc SUBDIR += cave9 SUBDIR += cavezofphear - SUBDIR += ceferino SUBDIR += cgoban - SUBDIR += chanta SUBDIR += chapping SUBDIR += chessx SUBDIR += childsplay @@ -192,7 +188,6 @@ SUBDIR += cutemaze SUBDIR += cuyo SUBDIR += d2x - SUBDIR += d2x-xl SUBDIR += dangen SUBDIR += dangerdeep SUBDIR += dangerdeep-data @@ -216,7 +211,6 @@ SUBDIR += doom-wolfendoom SUBDIR += doomlegacy SUBDIR += doomsday - SUBDIR += drcreep SUBDIR += drm SUBDIR += duckmaze SUBDIR += duel @@ -311,7 +305,6 @@ SUBDIR += fretsonfire SUBDIR += fretsonfire-data SUBDIR += frikqcc - SUBDIR += frobtads SUBDIR += frogatto SUBDIR += frotz SUBDIR += frozen-bubble @@ -714,7 +707,6 @@ SUBDIR += p5-Games-Tournament-RoundRobin SUBDIR += pachi SUBDIR += pacmanarena - SUBDIR += paintown SUBDIR += palapeli SUBDIR += palomino SUBDIR += pangzero @@ -769,7 +761,6 @@ SUBDIR += pycadia SUBDIR += pydance SUBDIR += pyfa - SUBDIR += pykawari SUBDIR += pysolfc SUBDIR += pyspacewar SUBDIR += pysycache @@ -913,7 +904,6 @@ SUBDIR += starlanes SUBDIR += steelstorm SUBDIR += stendhal - SUBDIR += stepmania-devel SUBDIR += stockfish SUBDIR += stonesoup SUBDIR += stonesoup-sdl @@ -950,7 +940,6 @@ SUBDIR += thegrind SUBDIR += thudboard SUBDIR += tileworld - SUBDIR += tinymux SUBDIR += tkmoo SUBDIR += tomatoes SUBDIR += tome4 @@ -1017,13 +1006,10 @@ SUBDIR += vodovod SUBDIR += volleyball SUBDIR += vor - SUBDIR += voxelands - SUBDIR += voxelands-server SUBDIR += vultures-eye SUBDIR += wanderer SUBDIR += wargus SUBDIR += warmux - SUBDIR += warsow SUBDIR += warsow-data SUBDIR += warzone2100 SUBDIR += wesnoth Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Thu May 9 15:02:19 2019 (r501105) +++ head/graphics/Makefile Thu May 9 15:03:38 2019 (r501106) @@ -52,8 +52,6 @@ SUBDIR += aoi SUBDIR += apngasm SUBDIR += apngdis - SUBDIR += appleseed - SUBDIR += apvlv SUBDIR += argyllcms SUBDIR += asciio SUBDIR += aseprite @@ -887,7 +885,6 @@ SUBDIR += qgis SUBDIR += qgis-ltr SUBDIR += qiv - SUBDIR += qslim SUBDIR += qt5-3d SUBDIR += qt5-graphicaleffects SUBDIR += qt5-imageformats @@ -904,7 +901,6 @@ SUBDIR += radiance SUBDIR += radius-engine SUBDIR += raster3d - SUBDIR += rawstudio SUBDIR += rawtherapee SUBDIR += rayshade SUBDIR += reactphysics3d @@ -1016,7 +1012,6 @@ SUBDIR += tkpng SUBDIR += togl SUBDIR += ttygif - SUBDIR += tulip SUBDIR += tumble SUBDIR += ufraw SUBDIR += uniconvertor Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Thu May 9 15:02:19 2019 (r501105) +++ head/lang/Makefile Thu May 9 15:03:38 2019 (r501106) @@ -305,7 +305,6 @@ SUBDIR += python35 SUBDIR += python36 SUBDIR += python37 - SUBDIR += qore SUBDIR += qscheme SUBDIR += quack SUBDIR += racket Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Thu May 9 15:02:19 2019 (r501105) +++ head/mail/Makefile Thu May 9 15:03:38 2019 (r501106) @@ -227,7 +227,6 @@ SUBDIR += milter-bogom SUBDIR += milter-callback SUBDIR += milter-greylist - SUBDIR += milter-manager SUBDIR += milter-regex SUBDIR += milter-skem SUBDIR += mime-construct Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Thu May 9 15:02:19 2019 (r501105) +++ head/math/Makefile Thu May 9 15:03:38 2019 (r501106) @@ -260,7 +260,6 @@ SUBDIR += gnuplot SUBDIR += gnuplot-lite SUBDIR += gnuplot-tex-extras - SUBDIR += goblin SUBDIR += gotoblas SUBDIR += grace SUBDIR += gracetmpl @@ -355,7 +354,6 @@ SUBDIR += mlpack SUBDIR += moab SUBDIR += moo - SUBDIR += mosesdecoder SUBDIR += mpc SUBDIR += mpexpr SUBDIR += mpfr Modified: head/multimedia/Makefile ============================================================================== --- head/multimedia/Makefile Thu May 9 15:02:19 2019 (r501105) +++ head/multimedia/Makefile Thu May 9 15:03:38 2019 (r501106) @@ -10,7 +10,6 @@ SUBDIR += aegisub SUBDIR += aom SUBDIR += aravis - SUBDIR += asdcplib SUBDIR += assimp SUBDIR += atomicparsley SUBDIR += audacious Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Thu May 9 15:02:19 2019 (r501105) +++ head/net/Makefile Thu May 9 15:03:38 2019 (r501106) @@ -93,7 +93,6 @@ SUBDIR += corosync3 SUBDIR += courier-authlib-ldap SUBDIR += cppzmq - SUBDIR += crtmpserver SUBDIR += cryptcat SUBDIR += csocks SUBDIR += csync2 @@ -410,7 +409,6 @@ SUBDIR += linux-c7-avahi-libs SUBDIR += linux-c7-openldap SUBDIR += linux-c7-tcp_wrappers-libs - SUBDIR += linuxigd SUBDIR += liveMedia SUBDIR += lla SUBDIR += ltm @@ -527,7 +525,6 @@ SUBDIR += onioncat SUBDIR += opal SUBDIR += open-isns - SUBDIR += openafs SUBDIR += openbgpd SUBDIR += openbsc SUBDIR += openggsn Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Thu May 9 15:02:19 2019 (r501105) +++ head/security/Makefile Thu May 9 15:03:38 2019 (r501106) @@ -1029,7 +1029,6 @@ PORTREVISION= 1 SUBDIR += py-zope.session SUBDIR += py-zxcvbn SUBDIR += qtkeychain - SUBDIR += quantis SUBDIR += quantis-kmod SUBDIR += racoon2 SUBDIR += racoon2-legacy Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Thu May 9 15:02:19 2019 (r501105) +++ head/sysutils/Makefile Thu May 9 15:03:38 2019 (r501106) @@ -102,7 +102,6 @@ SUBDIR += biosfont SUBDIR += bkpupsd SUBDIR += bksh - SUBDIR += boxbackup SUBDIR += boxbackup-devel SUBDIR += brasero SUBDIR += bsd-splash-changer @@ -448,8 +447,6 @@ SUBDIR += graylog SUBDIR += grub2 SUBDIR += grub2-bhyve - SUBDIR += grub2-efi - SUBDIR += grub2-pcbsd SUBDIR += gsh SUBDIR += gsmartcontrol SUBDIR += gstopd @@ -660,7 +657,6 @@ SUBDIR += mcollective-shell-client SUBDIR += mcron SUBDIR += mcweject - SUBDIR += mdcp SUBDIR += mdf2iso SUBDIR += megacli SUBDIR += megarc @@ -1217,7 +1213,6 @@ SUBDIR += savelogs SUBDIR += sb16config SUBDIR += sbase - SUBDIR += sbsigntool SUBDIR += scalpel SUBDIR += scan_ffs SUBDIR += scanbuttond Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Thu May 9 15:02:19 2019 (r501105) +++ head/www/Makefile Thu May 9 15:03:38 2019 (r501106) @@ -1456,7 +1456,6 @@ SUBDIR += py-caldav SUBDIR += py-cheroot SUBDIR += py-cherrypy - SUBDIR += py-cherrypy-old SUBDIR += py-clientform SUBDIR += py-collective.easytemplate SUBDIR += py-collective.templateengines From owner-svn-ports-all@freebsd.org Thu May 9 15:08:15 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB5781583DBA; Thu, 9 May 2019 15:08:15 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6FF826C9E2; Thu, 9 May 2019 15:08:15 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4C6F91EABE; Thu, 9 May 2019 15:08:15 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x49F8FNa070732; Thu, 9 May 2019 15:08:15 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49F8E2O070730; Thu, 9 May 2019 15:08:14 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201905091508.x49F8E2O070730@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 9 May 2019 15:08:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501107 - head/graphics/py-geopandas X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/graphics/py-geopandas X-SVN-Commit-Revision: 501107 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6FF826C9E2 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.959,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 15:08:16 -0000 Author: swills Date: Thu May 9 15:08:14 2019 New Revision: 501107 URL: https://svnweb.freebsd.org/changeset/ports/501107 Log: graphics/py-geopandas: update to 0.5.0 PR: 237788 Submitted by: lbartoletti (maintainer) Modified: head/graphics/py-geopandas/Makefile (contents, props changed) head/graphics/py-geopandas/distinfo (contents, props changed) Modified: head/graphics/py-geopandas/Makefile ============================================================================== --- head/graphics/py-geopandas/Makefile Thu May 9 15:03:38 2019 (r501106) +++ head/graphics/py-geopandas/Makefile Thu May 9 15:08:14 2019 (r501107) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= geopandas -PORTVERSION= 0.4.1 +PORTVERSION= 0.5.0 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/graphics/py-geopandas/distinfo ============================================================================== --- head/graphics/py-geopandas/distinfo Thu May 9 15:03:38 2019 (r501106) +++ head/graphics/py-geopandas/distinfo Thu May 9 15:08:14 2019 (r501107) @@ -1,3 +1,3 @@ -TIMESTAMP = 1552595905 -SHA256 (geopandas-0.4.1.tar.gz) = a59345c7ee9c4532101342bf31f5c576c32f901f16a5aaf0637c7e1f5ac8939c -SIZE (geopandas-0.4.1.tar.gz) = 905397 +TIMESTAMP = 1556651395 +SHA256 (geopandas-0.5.0.tar.gz) = d075d2ab61a502ab92ec6b72aaf9610a1340ec24ed07264fcbdbe944b9e68954 +SIZE (geopandas-0.5.0.tar.gz) = 897118 From owner-svn-ports-all@freebsd.org Thu May 9 15:14:50 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 251261583FE7; Thu, 9 May 2019 15:14:50 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C262E6CE25; Thu, 9 May 2019 15:14:49 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8F3501EC5C; Thu, 9 May 2019 15:14:49 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x49FEn6s075795; Thu, 9 May 2019 15:14:49 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49FEnfn075793; Thu, 9 May 2019 15:14:49 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201905091514.x49FEnfn075793@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 9 May 2019 15:14:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501108 - head/graphics/py-geomdl X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/graphics/py-geomdl X-SVN-Commit-Revision: 501108 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C262E6CE25 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 15:14:50 -0000 Author: swills Date: Thu May 9 15:14:48 2019 New Revision: 501108 URL: https://svnweb.freebsd.org/changeset/ports/501108 Log: graphics/py-geomdl: update to 5.2.4 PR: 237787 Submitted by: lbartoletti (maintainer) Modified: head/graphics/py-geomdl/Makefile (contents, props changed) head/graphics/py-geomdl/distinfo (contents, props changed) Modified: head/graphics/py-geomdl/Makefile ============================================================================== --- head/graphics/py-geomdl/Makefile Thu May 9 15:08:14 2019 (r501107) +++ head/graphics/py-geomdl/Makefile Thu May 9 15:14:48 2019 (r501108) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= geomdl -PORTVERSION= 5.1.2 +PORTVERSION= 5.2.4 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/graphics/py-geomdl/distinfo ============================================================================== --- head/graphics/py-geomdl/distinfo Thu May 9 15:08:14 2019 (r501107) +++ head/graphics/py-geomdl/distinfo Thu May 9 15:14:48 2019 (r501108) @@ -1,3 +1,3 @@ -TIMESTAMP = 1551953758 -SHA256 (geomdl-5.1.2.tar.gz) = f412ef2396c12f34b73890b21b4b67f039b3e4c7f6cd25fcefea7316d240fe75 -SIZE (geomdl-5.1.2.tar.gz) = 119427 +TIMESTAMP = 1556633990 +SHA256 (geomdl-5.2.4.tar.gz) = 070e01143375442d9ce59c6520a1e205777b790c075f64a239e540a05cd05075 +SIZE (geomdl-5.2.4.tar.gz) = 135220 From owner-svn-ports-all@freebsd.org Thu May 9 15:22:41 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ECDDE15843D7; Thu, 9 May 2019 15:22:40 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9259B6D3E7; Thu, 9 May 2019 15:22:40 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6ABDB1EDFE; Thu, 9 May 2019 15:22:40 +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 x49FMeb1080851; Thu, 9 May 2019 15:22:40 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49FMdxL080848; Thu, 9 May 2019 15:22:39 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201905091522.x49FMdxL080848@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Thu, 9 May 2019 15:22:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501109 - in head: . converters converters/hs-sandi games games/warsow-data X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: in head: . converters converters/hs-sandi games games/warsow-data X-SVN-Commit-Revision: 501109 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9259B6D3E7 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 15:22:41 -0000 Author: rene Date: Thu May 9 15:22:39 2019 New Revision: 501109 URL: https://svnweb.freebsd.org/changeset/ports/501109 Log: Remove expired ports: games/warsow-data: Only useful for expired games/warsow 2019-04-14 converters/hs-sandi: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org Deleted: head/converters/hs-sandi/ head/games/warsow-data/ Modified: head/MOVED head/converters/Makefile head/games/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Thu May 9 15:14:48 2019 (r501108) +++ head/MOVED Thu May 9 15:22:39 2019 (r501109) @@ -12764,3 +12764,5 @@ sysutils/grub2-pcbsd||2019-05-09|Has expired: Broken f sysutils/mdcp||2019-05-09|Has expired: Broken for more than 6 months sysutils/sbsigntool||2019-05-09|Has expired: Broken for more than 6 months www/py-cherrypy-old||2019-05-09|Has expired: Lates version is in tree and no dependent ports +games/warsow-data||2019-05-09|Removed, only useful for expired games/warsow +converters/hs-sandi||2019-05-09|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org Modified: head/converters/Makefile ============================================================================== --- head/converters/Makefile Thu May 9 15:14:48 2019 (r501108) +++ head/converters/Makefile Thu May 9 15:22:39 2019 (r501109) @@ -33,7 +33,6 @@ SUBDIR += gbase SUBDIR += gbsdconv SUBDIR += hs-aeson-pretty - SUBDIR += hs-sandi SUBDIR += htx SUBDIR += i18ntools SUBDIR += ical2html Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Thu May 9 15:14:48 2019 (r501108) +++ head/games/Makefile Thu May 9 15:22:39 2019 (r501109) @@ -1010,7 +1010,6 @@ SUBDIR += wanderer SUBDIR += wargus SUBDIR += warmux - SUBDIR += warsow-data SUBDIR += warzone2100 SUBDIR += wesnoth SUBDIR += whichwayisup From owner-svn-ports-all@freebsd.org Thu May 9 15:23:46 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0619B158442A; Thu, 9 May 2019 15:23:46 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9AE6C6D4CF; Thu, 9 May 2019 15:23:45 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 70C941EDFF; Thu, 9 May 2019 15:23:45 +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 x49FNjmo081026; Thu, 9 May 2019 15:23:45 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49FNjXj081024; Thu, 9 May 2019 15:23:45 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201905091523.x49FNjXj081024@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Thu, 9 May 2019 15:23:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501110 - in head/net: . luasocket-53 X-SVN-Group: ports-head X-SVN-Commit-Author: zi X-SVN-Commit-Paths: in head/net: . luasocket-53 X-SVN-Commit-Revision: 501110 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9AE6C6D4CF X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 15:23:46 -0000 Author: zi Date: Thu May 9 15:23:44 2019 New Revision: 501110 URL: https://svnweb.freebsd.org/changeset/ports/501110 Log: - Add luasocket-53 port, based on luasocket-51 port Added: head/net/luasocket-53/ - copied from r501108, head/net/luasocket-51/ Modified: head/net/Makefile head/net/luasocket-53/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Thu May 9 15:22:39 2019 (r501109) +++ head/net/Makefile Thu May 9 15:23:44 2019 (r501110) @@ -415,6 +415,7 @@ SUBDIR += lualdap SUBDIR += luasocket SUBDIR += luasocket-51 + SUBDIR += luasocket-53 SUBDIR += lvwimax SUBDIR += mDNSResponder SUBDIR += macchanger Modified: head/net/luasocket-53/Makefile ============================================================================== --- head/net/luasocket-51/Makefile Thu May 9 15:14:48 2019 (r501108) +++ head/net/luasocket-53/Makefile Thu May 9 15:23:44 2019 (r501110) @@ -1,11 +1,11 @@ # Created by: Jan Hornyak # $FreeBSD$ -COMMENT= Luasocket for Lua 5.1 +COMMENT= Luasocket for Lua 5.3 SLAVE_PORT= luasocket -USES= gmake lua:51 pkgconfig +USES= gmake lua:53 pkgconfig MASTERDIR= ${.CURDIR}/../luasocket PLIST= ${MASTERDIR}/pkg-plist From owner-svn-ports-all@freebsd.org Thu May 9 15:29:59 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D373158469B; Thu, 9 May 2019 15:29:59 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A924E6D805; Thu, 9 May 2019 15:29:58 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 80D501EE03; Thu, 9 May 2019 15:29:58 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x49FTwYn081427; Thu, 9 May 2019 15:29:58 GMT (envelope-from vd@FreeBSD.org) Received: (from vd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49FTwr6081425; Thu, 9 May 2019 15:29:58 GMT (envelope-from vd@FreeBSD.org) Message-Id: <201905091529.x49FTwr6081425@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vd set sender to vd@FreeBSD.org using -f From: Vasil Dimov Date: Thu, 9 May 2019 15:29:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501111 - head/net-p2p/qtum X-SVN-Group: ports-head X-SVN-Commit-Author: vd X-SVN-Commit-Paths: head/net-p2p/qtum X-SVN-Commit-Revision: 501111 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A924E6D805 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 15:29:59 -0000 Author: vd Date: Thu May 9 15:29:57 2019 New Revision: 501111 URL: https://svnweb.freebsd.org/changeset/ports/501111 Log: net-p2p/qtum: Upgrade from 0.17.3 to 0.17.5 Modified: head/net-p2p/qtum/Makefile head/net-p2p/qtum/distinfo Modified: head/net-p2p/qtum/Makefile ============================================================================== --- head/net-p2p/qtum/Makefile Thu May 9 15:23:44 2019 (r501110) +++ head/net-p2p/qtum/Makefile Thu May 9 15:29:57 2019 (r501111) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qtum -PORTVERSION= 0.17.3 +PORTVERSION= 0.17.5 DISTVERSIONPREFIX= mainnet-ignition-v CATEGORIES= net-p2p finance Modified: head/net-p2p/qtum/distinfo ============================================================================== --- head/net-p2p/qtum/distinfo Thu May 9 15:23:44 2019 (r501110) +++ head/net-p2p/qtum/distinfo Thu May 9 15:29:57 2019 (r501111) @@ -1,5 +1,5 @@ -TIMESTAMP = 1555337101 -SHA256 (qtumproject-qtum-mainnet-ignition-v0.17.3_GH0.tar.gz) = 8f8355c18bd6862c8195ddcfcc6fcd2622cb82dde07352700de28ab6b58305d0 -SIZE (qtumproject-qtum-mainnet-ignition-v0.17.3_GH0.tar.gz) = 12221088 +TIMESTAMP = 1557391961 +SHA256 (qtumproject-qtum-mainnet-ignition-v0.17.5_GH0.tar.gz) = fe8da6c93da640548b0ddbd91135a40c7e08731baa2ed93a4ecfadda170e5d48 +SIZE (qtumproject-qtum-mainnet-ignition-v0.17.5_GH0.tar.gz) = 12221561 SHA256 (qtumproject-cpp-eth-qtum-d6081ecc98e3c5f4701363_GH0.tar.gz) = 62c858543510aaf656ce0a247e26fbce4a9b11d1fa424f40e9ff0fdc822b4b34 SIZE (qtumproject-cpp-eth-qtum-d6081ecc98e3c5f4701363_GH0.tar.gz) = 1114149 From owner-svn-ports-all@freebsd.org Thu May 9 15:40:49 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA12C1584A05; Thu, 9 May 2019 15:40:48 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8D6AA6DD0D; Thu, 9 May 2019 15:40:48 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6AACB1EFB0; Thu, 9 May 2019 15:40:48 +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 x49FemTp089535; Thu, 9 May 2019 15:40:48 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49Fem1R089521; Thu, 9 May 2019 15:40:48 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201905091540.x49Fem1R089521@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Thu, 9 May 2019 15:40:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501112 - head/net/freebsd-uucp X-SVN-Group: ports-head X-SVN-Commit-Author: dinoex X-SVN-Commit-Paths: head/net/freebsd-uucp X-SVN-Commit-Revision: 501112 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8D6AA6DD0D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 15:40:49 -0000 Author: dinoex Date: Thu May 9 15:40:47 2019 New Revision: 501112 URL: https://svnweb.freebsd.org/changeset/ports/501112 Log: - add PORTSCOUT to skip old tags Modified: head/net/freebsd-uucp/Makefile Modified: head/net/freebsd-uucp/Makefile ============================================================================== --- head/net/freebsd-uucp/Makefile Thu May 9 15:29:57 2019 (r501111) +++ head/net/freebsd-uucp/Makefile Thu May 9 15:40:47 2019 (r501112) @@ -14,6 +14,8 @@ COMMENT= FreeBSD-modified Taylor UUCP (unix-to-unix co LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/uucp/COPYING +PORTSCOUT= limit:^1_ + USES= fakeroot USE_GITHUB= yes From owner-svn-ports-all@freebsd.org Thu May 9 15:43:02 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E43F1584C90; Thu, 9 May 2019 15:43:02 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1F68B6E0E6; Thu, 9 May 2019 15:43:02 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E8CB61F153; Thu, 9 May 2019 15:43:01 +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 x49Fh1v3091987; Thu, 9 May 2019 15:43:01 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49Fh19T091986; Thu, 9 May 2019 15:43:01 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201905091543.x49Fh19T091986@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Thu, 9 May 2019 15:43:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501113 - head/irc/hexchat-fish X-SVN-Group: ports-head X-SVN-Commit-Author: dinoex X-SVN-Commit-Paths: head/irc/hexchat-fish X-SVN-Commit-Revision: 501113 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1F68B6E0E6 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 15:43:02 -0000 Author: dinoex Date: Thu May 9 15:43:01 2019 New Revision: 501113 URL: https://svnweb.freebsd.org/changeset/ports/501113 Log: - use INSTALL_LIB Modified: head/irc/hexchat-fish/Makefile Modified: head/irc/hexchat-fish/Makefile ============================================================================== --- head/irc/hexchat-fish/Makefile Thu May 9 15:40:47 2019 (r501112) +++ head/irc/hexchat-fish/Makefile Thu May 9 15:43:01 2019 (r501113) @@ -32,7 +32,7 @@ post-patch: do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/hexchat/plugins - ${INSTALL_PROGRAM} ${WRKSRC}/fishlim.so \ + ${INSTALL_LIB} ${WRKSRC}/fishlim.so \ ${STAGEDIR}${PREFIX}/lib/hexchat/plugins/ .include From owner-svn-ports-all@freebsd.org Thu May 9 15:43:05 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 211AC1584CAE; Thu, 9 May 2019 15:43:05 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B75D66E0ED; Thu, 9 May 2019 15:43: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A49601F154; Thu, 9 May 2019 15:43: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 x49Fh4Jq092096; Thu, 9 May 2019 15:43:04 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49Fh4bc092095; Thu, 9 May 2019 15:43:04 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201905091543.x49Fh4bc092095@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Thu, 9 May 2019 15:43:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501114 - head/net/luasocket X-SVN-Group: ports-head X-SVN-Commit-Author: zi X-SVN-Commit-Paths: head/net/luasocket X-SVN-Commit-Revision: 501114 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B75D66E0ED X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 15:43:05 -0000 Author: zi Date: Thu May 9 15:43:04 2019 New Revision: 501114 URL: https://svnweb.freebsd.org/changeset/ports/501114 Log: - Fix backwards compatibility for luasocket with lua 5.3 - Bump PORTREVISION Obtained from: Upstream git issue 123 Modified: head/net/luasocket/Makefile Modified: head/net/luasocket/Makefile ============================================================================== --- head/net/luasocket/Makefile Thu May 9 15:43:01 2019 (r501113) +++ head/net/luasocket/Makefile Thu May 9 15:43:04 2019 (r501114) @@ -4,7 +4,7 @@ PORTNAME= luasocket DISTVERSIONPREFIX= v DISTVERSION= 3.0-rc1 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= net PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} @@ -22,7 +22,8 @@ MAKE_ARGS= LUAV=${LUA_VER} USES?= gmake lua pkgconfig INSTALL_TARGET= install-unix -CFLAGS+= `pkgconf --cflags lua-${LUA_VER}` +CFLAGS+= `pkgconf --cflags lua-${LUA_VER}` \ + -DLUA_COMPAT_APIINTCASTS LDFLAGS+= -shared `pkgconf --libs lua-${LUA_VER}` OPTIONS_DEFINE= DOCS From owner-svn-ports-all@freebsd.org Thu May 9 16:00:30 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 492C11584FC4; Thu, 9 May 2019 16:00:30 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E12916E6D9; Thu, 9 May 2019 16:00:29 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B19EF1F2F7; Thu, 9 May 2019 16:00: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 x49G0Tqo097780; Thu, 9 May 2019 16:00:29 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49G0Tvl097778; Thu, 9 May 2019 16:00:29 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201905091600.x49G0Tvl097778@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Thu, 9 May 2019 16:00:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501115 - in head: . devel devel/hs-gtk2hs-buildtools X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: in head: . devel devel/hs-gtk2hs-buildtools X-SVN-Commit-Revision: 501115 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E12916E6D9 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 16:00:30 -0000 Author: rene Date: Thu May 9 16:00:28 2019 New Revision: 501115 URL: https://svnweb.freebsd.org/changeset/ports/501115 Log: Remove devel/hs-gtk2hs-buildtools, it does not build with recent GHC and breaks INDEX. Deleted: head/devel/hs-gtk2hs-buildtools/ Modified: head/MOVED head/devel/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Thu May 9 15:43:04 2019 (r501114) +++ head/MOVED Thu May 9 16:00:28 2019 (r501115) @@ -12766,3 +12766,4 @@ sysutils/sbsigntool||2019-05-09|Has expired: Broken fo www/py-cherrypy-old||2019-05-09|Has expired: Lates version is in tree and no dependent ports games/warsow-data||2019-05-09|Removed, only useful for expired games/warsow converters/hs-sandi||2019-05-09|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +devel/hs-gtk2hs-buildtools||2019-05-09|Removed, does not build with recent GHC and references deleted port Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu May 9 15:43:04 2019 (r501114) +++ head/devel/Makefile Thu May 9 16:00:28 2019 (r501115) @@ -913,7 +913,6 @@ SUBDIR += hs-darcs SUBDIR += hs-ghc-events SUBDIR += hs-git-annex - SUBDIR += hs-gtk2hs-buildtools SUBDIR += hs-haddock SUBDIR += hs-happy SUBDIR += hs-hasktags From owner-svn-ports-all@freebsd.org Thu May 9 16:06:08 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7E451585193; Thu, 9 May 2019 16:06:07 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8B7466EA80; Thu, 9 May 2019 16:06:07 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 713891F490; Thu, 9 May 2019 16:06:07 +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 x49G67cR002720; Thu, 9 May 2019 16:06:07 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49G67NS002719; Thu, 9 May 2019 16:06:07 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201905091606.x49G67NS002719@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Thu, 9 May 2019 16:06:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501116 - head X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: head X-SVN-Commit-Revision: 501116 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8B7466EA80 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.95)[-0.950,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 16:06:08 -0000 Author: danfe Date: Thu May 9 16:06:06 2019 New Revision: 501116 URL: https://svnweb.freebsd.org/changeset/ports/501116 Log: Fix some typos and remove EOL whitespace. Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Thu May 9 16:00:28 2019 (r501115) +++ head/UPDATING Thu May 9 16:06:06 2019 (r501116) @@ -19,7 +19,7 @@ you update your ports collection, before attempting an AFFECTS: users of www/node AUTHOR: bhughes@FreeBSD.org - The www/node port has been udpated to Node.js v12.0.0, the latest + The www/node port has been updated to Node.js v12.0.0, the latest upstream release. This is a major release, including many significant changes. Users are encouraged to read the release announcements before upgrading: @@ -156,7 +156,7 @@ you update your ports collection, before attempting an AUTHOR: bofh@FreeBSD.org qemu 2.X version has been moved to qemu2. If you would like to use - 2.X you should use qemu2. Otherwise you can use the new stable + 2.X you should use qemu2. Otherwise you can use the new stable upstream branch of 3.0.X. Portmaster users will need to run this command: @@ -220,7 +220,7 @@ you update your ports collection, before attempting an AUTHOR: rodrigo@freebsd.org www/igal2 2.2-1 is now built with graphics/ImageMagick6-nox11 - and don't install the ImageMagik X11 dependencies anymore. + and don't install the ImageMagick X11 dependencies anymore. A build option allows you to restore the previous behaviour. 20190303: @@ -255,10 +255,10 @@ you update your ports collection, before attempting an can remove the directory safely. If the directory is not empty, move it to ${SE_DBDIR} when upgrading softether. Following commands should help: - service softether_(bridge|cleint|server) stop + service softether_(bridge|client|server) stop (portmaster, portupgrade or pkg upgrade) mv ${PREFIX}/libexec/softether/chain_certs ${SE_DBDIR}/ - service softether_(bridge|cleint|server) start + service softether_(bridge|client|server) start With the default Makefile settings, ${SE_DBDIR} is set to /var/db/softether. @@ -281,8 +281,8 @@ you update your ports collection, before attempting an If you've mod_mam enabled with compress_xml set to true, then you're affected by bug where the XML namespace, and tag elements get interchanged in the MAM cache - which results in invalid XML, and causing XMPP clients to disconnect. For more details, - please refer to: https://github.com/processone/ejabberd/issues/2744 + which results in invalid XML, and causing XMPP clients to disconnect. For more + details, please refer to: https://github.com/processone/ejabberd/issues/2744 This upgrade contains the patch that fixes the problem going forward. For fixing already affected users, you'll need to wipe off the MAM cache for the affected users: @@ -304,9 +304,9 @@ you update your ports collection, before attempting an AFFECTS: users of archivers/urbackup-server AUTHOR: freebsd@coombscloud.com - Some of the port's sources previously included absolute references to /etc/urbackup. - The upgrade now changes these references to ${PREFIX}/etc/urbackup. If you have placed - any configuration files within /etc/urbackup, these should be relocated to + Some of the port's sources previously included absolute references to /etc/urbackup. + The upgrade now changes these references to ${PREFIX}/etc/urbackup. If you have + placed any configuration files within /etc/urbackup, these should be relocated to ${PREFIX}/etc/urbackup. 20190130: @@ -345,7 +345,7 @@ you update your ports collection, before attempting an AFFECTS: users of german/webalizer2, japanese/webalizer, polish/webalizer2, portuguese/webalizer-pt_BR, portuguese/webalizer-pt_PT, ukrainian/webalizer, www/geolizer, www/webalizer AUTHOR: dinoex@FreeBSD.org - The option GEOIP has beeen changed to used the new datebase. + The option GEOIP has beeen changed to used the new database. Either copy GeoLite2-Country.mmdb in the working directory, or set the GeoIPDatabase option to the location of the file. @@ -460,7 +460,7 @@ you update your ports collection, before attempting an # chown -R ntopng:ntopng /var/db/ntopng # service ntopng start - Please check hte upstream FAQ for reference: + Please check the upstream FAQ for reference: https://www.ntop.org/support/faq/migrate-the-data-directory-in-ntopng/ 20181218: @@ -816,7 +816,7 @@ you update your ports collection, before attempting an The OpenEXR package has been renamed to openexr and updated to 2.3.0. The PORTREVISION of all ports requiring either has been bumped to - ease the reubuilds, and where there were versions in the file names, + ease the rebuilds, and where there were versions in the file names, these have been removed from the *_DEPENDS lines for easier maintenance. A full ports or package upgrade should just work. @@ -956,7 +956,7 @@ you update your ports collection, before attempting an AFFECTS: www/tt-rss AUTHOR: thierry@FreeBSD.org - tt-rss now uses pdo_mysql/pgsql for database acccess; a web server reload + tt-rss now uses pdo_mysql/pgsql for database access; a web server reload will be required if pdo ext. isn't installed. 20180804: @@ -1211,7 +1211,7 @@ you update your ports collection, before attempting an AFFECTS: users of www/node AUTHOR: bhughes@FreeBSD.org - The www/node port has been udpated to Node.js v10.0.0, the latest + The www/node port has been updated to Node.js v10.0.0, the latest upstream release. This is a major release, including many significant changes. Users are encouraged to read the release announcements before upgrading: @@ -1297,7 +1297,7 @@ you update your ports collection, before attempting an 20180412: AFFECTS: users of devel/php-composer - AUTHOT: madpilot@FreeBSD.org + AUTHOR: madpilot@FreeBSD.org Flavors have been added to the composer port with the update to 1.6.3. Due to the change in PKGNAME pkg(and other tools) will not @@ -1526,7 +1526,7 @@ you update your ports collection, before attempting an AFFECTS: users of net-mgmt/pmacct AUTHOR: pi@FreeBSD.org - To allow separete pmacctd instances per interface, use + To allow separate pmacctd instances per interface, use pmacctd_enable="YES" pmacctd_interfaces="re1 re2" From owner-svn-ports-all@freebsd.org Thu May 9 16:21:43 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B164715856D7; Thu, 9 May 2019 16:21:43 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5950D6F276; Thu, 9 May 2019 16:21:43 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EBC1C1F7AF; Thu, 9 May 2019 16:21:42 +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 x49GLgQl012559; Thu, 9 May 2019 16:21:42 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49GLgsE012557; Thu, 9 May 2019 16:21:42 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201905091621.x49GLgsE012557@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Thu, 9 May 2019 16:21:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501117 - in head/Mk: . Uses X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: in head/Mk: . Uses X-SVN-Commit-Revision: 501117 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5950D6F276 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.948,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 16:21:43 -0000 Author: rene Date: Thu May 9 16:21:42 2019 New Revision: 501117 URL: https://svnweb.freebsd.org/changeset/ports/501117 Log: Unregister expired lang/perl5.24 Modified: head/Mk/Uses/perl5.mk head/Mk/bsd.default-versions.mk Modified: head/Mk/Uses/perl5.mk ============================================================================== --- head/Mk/Uses/perl5.mk Thu May 9 16:06:06 2019 (r501116) +++ head/Mk/Uses/perl5.mk Thu May 9 16:21:42 2019 (r501117) @@ -44,9 +44,7 @@ USE_PERL5?= run build # When adding a version, please keep the comment in # Mk/bsd.default-versions.mk in sync. -. if ${PERL5_DEFAULT} == 5.24 -.include "${PORTSDIR}/lang/perl5.24/version.mk" -. elif ${PERL5_DEFAULT} == 5.26 +. if ${PERL5_DEFAULT} == 5.26 .include "${PORTSDIR}/lang/perl5.26/version.mk" . elif ${PERL5_DEFAULT} == 5.28 .include "${PORTSDIR}/lang/perl5.28/version.mk" @@ -85,10 +83,8 @@ PERL_ARCH?= mach # Mk/bsd.default-versions.mk in sync. . if ${PERL_LEVEL} >= 502800 PERL_PORT?= perl5.28 -. elif ${PERL_LEVEL} >= 502600 +. else # ${PERL_LEVEL} < 502800 PERL_PORT?= perl5.26 -. else # ${PERL_LEVEL} < 502600 -PERL_PORT?= perl5.24 . endif SITE_PERL_REL?= lib/perl5/site_perl Modified: head/Mk/bsd.default-versions.mk ============================================================================== --- head/Mk/bsd.default-versions.mk Thu May 9 16:06:06 2019 (r501116) +++ head/Mk/bsd.default-versions.mk Thu May 9 16:21:42 2019 (r501117) @@ -62,7 +62,7 @@ LLVM_DEFAULT?= 80 LUA_DEFAULT?= 5.2 # Possible values: 5.5, 5.6, 5.7, 8.0, 5.5m, 10.0m, 10.1m, 10.2m, 10.3m, 5.5p, 5.6p, 5.7p, 5.6w MYSQL_DEFAULT?= 5.6 -# Possible values: 5.24, 5.26, 5.28, devel +# Possible values: 5.26, 5.28, devel .if !exists(${LOCALBASE}/bin/perl) || (!defined(_PORTS_ENV_CHECK) && \ defined(PACKAGE_BUILDING)) PERL5_DEFAULT?= 5.28 From owner-svn-ports-all@freebsd.org Thu May 9 16:23:03 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3386515858B8; Thu, 9 May 2019 16:23:03 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CF5886F55E; Thu, 9 May 2019 16:23:02 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ABF891F7E2; Thu, 9 May 2019 16:23:02 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x49GN2Zf013688; Thu, 9 May 2019 16:23:02 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49GN2d1013686; Thu, 9 May 2019 16:23:02 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201905091623.x49GN2d1013686@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Thu, 9 May 2019 16:23:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501118 - in head: . lang lang/perl5.24 X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: in head: . lang lang/perl5.24 X-SVN-Commit-Revision: 501118 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: CF5886F55E X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.948,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 16:23:03 -0000 Author: rene Date: Thu May 9 16:23:02 2019 New Revision: 501118 URL: https://svnweb.freebsd.org/changeset/ports/501118 Log: Remove expired port: 2019-05-09 lang/perl5.24: Support ends three years after .0 release, please upgrade to a more recent version of Perl Deleted: head/lang/perl5.24/ Modified: head/MOVED head/lang/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Thu May 9 16:21:42 2019 (r501117) +++ head/MOVED Thu May 9 16:23:02 2019 (r501118) @@ -12767,3 +12767,4 @@ www/py-cherrypy-old||2019-05-09|Has expired: Lates ver games/warsow-data||2019-05-09|Removed, only useful for expired games/warsow converters/hs-sandi||2019-05-09|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-gtk2hs-buildtools||2019-05-09|Removed, does not build with recent GHC and references deleted port +lang/perl5.24||2019-05-09|Has expired: Support ends three years after .0 release, please upgrade to a more recent version of Perl Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Thu May 9 16:21:42 2019 (r501117) +++ head/lang/Makefile Thu May 9 16:23:02 2019 (r501118) @@ -265,7 +265,6 @@ SUBDIR += pbasic SUBDIR += pcc SUBDIR += perl5-devel - SUBDIR += perl5.24 SUBDIR += perl5.26 SUBDIR += perl5.28 SUBDIR += petite-chez From owner-svn-ports-all@freebsd.org Thu May 9 16:25:00 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B31191585979; Thu, 9 May 2019 16:25:00 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 55FD76F681; Thu, 9 May 2019 16:25:00 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2CFA61F7E5; Thu, 9 May 2019 16:25:00 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x49GP0eg013924; Thu, 9 May 2019 16:25:00 GMT (envelope-from 0mp@FreeBSD.org) Received: (from 0mp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49GOx3b013912; Thu, 9 May 2019 16:24:59 GMT (envelope-from 0mp@FreeBSD.org) Message-Id: <201905091624.x49GOx3b013912@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: 0mp set sender to 0mp@FreeBSD.org using -f From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Thu, 9 May 2019 16:24:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501119 - head/devel/py-testfixtures X-SVN-Group: ports-head X-SVN-Commit-Author: 0mp X-SVN-Commit-Paths: head/devel/py-testfixtures X-SVN-Commit-Revision: 501119 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 55FD76F681 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.95)[-0.948,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 16:25:00 -0000 Author: 0mp Date: Thu May 9 16:24:59 2019 New Revision: 501119 URL: https://svnweb.freebsd.org/changeset/ports/501119 Log: devel/py-testfixtures: Update to 6.8.2 Modified: head/devel/py-testfixtures/Makefile head/devel/py-testfixtures/distinfo Modified: head/devel/py-testfixtures/Makefile ============================================================================== --- head/devel/py-testfixtures/Makefile Thu May 9 16:23:02 2019 (r501118) +++ head/devel/py-testfixtures/Makefile Thu May 9 16:24:59 2019 (r501119) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= testfixtures -PORTVERSION= 6.7.1 +PORTVERSION= 6.8.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-testfixtures/distinfo ============================================================================== --- head/devel/py-testfixtures/distinfo Thu May 9 16:23:02 2019 (r501118) +++ head/devel/py-testfixtures/distinfo Thu May 9 16:24:59 2019 (r501119) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556802360 -SHA256 (testfixtures-6.7.1.tar.gz) = 015f8220088c40772b48a210f6bcdf328664f66faf83432c4f7aa8e55a7cfdc5 -SIZE (testfixtures-6.7.1.tar.gz) = 109474 +TIMESTAMP = 1557418738 +SHA256 (testfixtures-6.8.2.tar.gz) = a6e95634a80bd6e5adc7e861729f4abd84433e91b4215d48a2098a096c0261b7 +SIZE (testfixtures-6.8.2.tar.gz) = 110838 From owner-svn-ports-all@freebsd.org Thu May 9 16:54:27 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B22B415881B1; Thu, 9 May 2019 16:54:27 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5694970416; Thu, 9 May 2019 16:54:27 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2BABB1FD29; Thu, 9 May 2019 16:54:27 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x49GsQ3I029787; Thu, 9 May 2019 16:54:26 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49GsQtM029785; Thu, 9 May 2019 16:54:26 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201905091654.x49GsQtM029785@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Thu, 9 May 2019 16:54:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501120 - head/www/gitea X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/www/gitea X-SVN-Commit-Revision: 501120 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5694970416 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.95)[-0.948,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 16:54:27 -0000 Author: joneum Date: Thu May 9 16:54:26 2019 New Revision: 501120 URL: https://svnweb.freebsd.org/changeset/ports/501120 Log: Update to 1.8.1 Changelog: https://blog.gitea.io/2019/05/gitea-1.8.1-is-released/ PR: 237812 Submitted by: stb@lassitu.de (maintainer) Sponsored by: Netzkommune GmbH Modified: head/www/gitea/Makefile head/www/gitea/distinfo Modified: head/www/gitea/Makefile ============================================================================== --- head/www/gitea/Makefile Thu May 9 16:24:59 2019 (r501119) +++ head/www/gitea/Makefile Thu May 9 16:54:26 2019 (r501120) @@ -3,7 +3,7 @@ PORTNAME= gitea DISTVERSIONPREFIX= v -DISTVERSION= 1.8.0 +DISTVERSION= 1.8.1 CATEGORIES= www MAINTAINER= stb@lassitu.de Modified: head/www/gitea/distinfo ============================================================================== --- head/www/gitea/distinfo Thu May 9 16:24:59 2019 (r501119) +++ head/www/gitea/distinfo Thu May 9 16:54:26 2019 (r501120) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556897794 -SHA256 (go-gitea-gitea-v1.8.0_GH0.tar.gz) = cc9e7f3d01400391455f2ae5fdd78f0e16360158cf02e45f034a94d3fb0fa8fb -SIZE (go-gitea-gitea-v1.8.0_GH0.tar.gz) = 24268907 +TIMESTAMP = 1557418627 +SHA256 (go-gitea-gitea-v1.8.1_GH0.tar.gz) = 91f1094f1aa833c8e2cb11cf4c2e1301c53317a49c9f6818c4a7a1ef926850cd +SIZE (go-gitea-gitea-v1.8.1_GH0.tar.gz) = 24304805 From owner-svn-ports-all@freebsd.org Thu May 9 17:03:00 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E6A11588453; Thu, 9 May 2019 17:03:00 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EBFA470967; Thu, 9 May 2019 17:02:59 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A10EA1FEC9; Thu, 9 May 2019 17:02:58 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x49H2wRZ035077; Thu, 9 May 2019 17:02:58 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49H2wg3035076; Thu, 9 May 2019 17:02:58 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905091702.x49H2wg3035076@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 9 May 2019 17:02:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501121 - head/www/davix X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/www/davix X-SVN-Commit-Revision: 501121 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: EBFA470967 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.946,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 17:03:00 -0000 Author: yuri Date: Thu May 9 17:02:58 2019 New Revision: 501121 URL: https://svnweb.freebsd.org/changeset/ports/501121 Log: www/davix: Add the PORTSCOUT limit clause Modified: head/www/davix/Makefile Modified: head/www/davix/Makefile ============================================================================== --- head/www/davix/Makefile Thu May 9 16:54:26 2019 (r501120) +++ head/www/davix/Makefile Thu May 9 17:02:58 2019 (r501121) @@ -20,6 +20,8 @@ USE_LDCONFIG= yes PLIST_SUB= PORTVERSION=${PORTVERSION} +PORTSCOUT= limit:^[0-9\.]*$$ # prevent versions like N.N.N-el7.x86_64 + post-install: @${RM} -r ${STAGEDIR}${DOCSDIR} From owner-svn-ports-all@freebsd.org Thu May 9 17:31:08 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1AB361588C10; Thu, 9 May 2019 17:31:08 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BB09571665; Thu, 9 May 2019 17:31:07 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 97B3520258; Thu, 9 May 2019 17:31:07 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x49HV7gX046108; Thu, 9 May 2019 17:31:07 GMT (envelope-from arrowd@FreeBSD.org) Received: (from arrowd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49HV6pY046104; Thu, 9 May 2019 17:31:06 GMT (envelope-from arrowd@FreeBSD.org) Message-Id: <201905091731.x49HV6pY046104@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: arrowd set sender to arrowd@FreeBSD.org using -f From: Gleb Popov Date: Thu, 9 May 2019 17:31:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501122 - in head: . devel devel/hs-data-default devel/hs-data-default-class devel/hs-data-default-instances-base devel/hs-data-default-instances-containers devel/hs-data-default-instan... X-SVN-Group: ports-head X-SVN-Commit-Author: arrowd X-SVN-Commit-Paths: in head: . devel devel/hs-data-default devel/hs-data-default-class devel/hs-data-default-instances-base devel/hs-data-default-instances-containers devel/hs-data-default-instances-dlist devel/hs-data-d... X-SVN-Commit-Revision: 501122 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: BB09571665 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.956,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 17:31:08 -0000 Author: arrowd Date: Thu May 9 17:31:06 2019 New Revision: 501122 URL: https://svnweb.freebsd.org/changeset/ports/501122 Log: Restore some Haskell libraries. These are still required to build x11/hs-xmonad. Reported by: antoine Approved by: tcberner (mentor) Added: head/devel/hs-data-default/ - copied from r501083, head/devel/hs-data-default/ head/devel/hs-data-default-class/ - copied from r501083, head/devel/hs-data-default-class/ head/devel/hs-data-default-instances-base/ - copied from r501083, head/devel/hs-data-default-instances-base/ head/devel/hs-data-default-instances-containers/ - copied from r501083, head/devel/hs-data-default-instances-containers/ head/devel/hs-data-default-instances-dlist/ - copied from r501083, head/devel/hs-data-default-instances-dlist/ head/devel/hs-data-default-instances-old-locale/ - copied from r501083, head/devel/hs-data-default-instances-old-locale/ head/devel/hs-dlist/ - copied from r501083, head/devel/hs-dlist/ head/devel/hs-extensible-exceptions/ - copied from r501083, head/devel/hs-extensible-exceptions/ head/devel/hs-hashable/ - copied from r501083, head/devel/hs-hashable/ head/devel/hs-mtl/ - copied from r501083, head/devel/hs-mtl/ head/devel/hs-old-locale/ - copied from r501083, head/devel/hs-old-locale/ head/devel/hs-old-time/ - copied from r501083, head/devel/hs-old-time/ head/devel/hs-random/ - copied from r501083, head/devel/hs-random/ head/devel/hs-setlocale/ - copied from r501083, head/devel/hs-setlocale/ head/devel/hs-transformers-compat/ - copied from r501083, head/devel/hs-transformers-compat/ head/devel/hs-unordered-containers/ - copied from r501083, head/devel/hs-unordered-containers/ head/devel/hs-utf8-string/ - copied from r501083, head/devel/hs-utf8-string/ head/math/hs-semigroups/ - copied from r501083, head/math/hs-semigroups/ head/x11/hs-X11/ - copied from r501083, head/x11/hs-X11/ head/x11/hs-X11-xft/ - copied from r501083, head/x11/hs-X11-xft/ Modified: head/MOVED head/devel/Makefile head/math/Makefile head/x11/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Thu May 9 17:02:58 2019 (r501121) +++ head/MOVED Thu May 9 17:31:06 2019 (r501122) @@ -12224,7 +12224,6 @@ math/hs-half||2019-05-08|Has expired: Haskell librarie math/hs-kan-extensions||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org math/hs-semigroupoids||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org math/hs-Agda-stdlib||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -math/hs-semigroups||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org math/hs-vector-space||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org math/hs-comonad||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org math/hs-pointed||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org @@ -12304,7 +12303,6 @@ x11-toolkits/hs-GLUT||2019-05-08|Has expired: Haskell x11-toolkits/hs-vte||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org x11-toolkits/hs-wxdirect||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org x11-toolkits/hs-gtk2hs||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -devel/hs-unordered-containers||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-conduit-extra||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-unicode-show||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-unliftio-core||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org @@ -12315,7 +12313,6 @@ devel/hs-filestore||2019-05-08|Has expired: Haskell li devel/hs-tagged||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-code-page||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-tf-random||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -devel/hs-data-default-instances-dlist||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-hashtables||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-echo||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-fast-logger||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org @@ -12361,10 +12358,8 @@ devel/hs-cmdargs||2019-05-08|Has expired: Haskell libr devel/hs-lifted-base||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-unliftio||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-base-compat||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -devel/hs-transformers-compat||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-pcre-light||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-simple-reflect||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -devel/hs-data-default-instances-base||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-psqueues||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-haskell-lexer||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-js-jquery||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org @@ -12383,26 +12378,21 @@ devel/hs-extra||2019-05-08|Has expired: Haskell librar devel/hs-uuagc-cabal||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-monads-tf||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-boxes||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -devel/hs-old-locale||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-optparse-applicative||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -devel/hs-mtl||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-bifunctors||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-uulib||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -devel/hs-data-default-instances-containers||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-mutable-containers||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-gitrev||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-ObjectName||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-enclosed-exceptions||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-abstract-par||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-process-extras||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -devel/hs-setlocale||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-foundation||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-EdisonAPI||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-temporary||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-monad-par-extras||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-hslua-module-text||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-test-framework-hunit||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -devel/hs-old-time||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-system-fileio||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-classy-prelude||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-hslogger||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org @@ -12410,7 +12400,6 @@ devel/hs-utility-ht||2019-05-08|Has expired: Haskell l devel/hs-data-endian||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-asn1-parse||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-MissingH||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -devel/hs-data-default||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-vector-binary-instances||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-mmorph||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-hlibev||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org @@ -12450,7 +12439,6 @@ devel/hs-STMonadTrans||2019-05-08|Has expired: Haskell devel/hs-silently||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-glib||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-vector||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -devel/hs-data-default-instances-old-locale||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-ansi-terminal||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-SafeSemaphore||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-logict||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org @@ -12474,14 +12462,11 @@ devel/hs-vector-algorithms||2019-05-08|Has expired: Ha devel/hs-newtype||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-system-filepath||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-colour||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -devel/hs-random||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-ghc-mtl||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-quickcheck-io||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-unix-time||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-fsnotify||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-clock||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -devel/hs-utf8-string||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -devel/hs-extensible-exceptions||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-QuickCheck||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-fgl||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-gio||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org @@ -12498,7 +12483,6 @@ devel/hs-deepseq-generics||2019-05-08|Has expired: Has devel/hs-auto-update||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-keys||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-bitarray||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -devel/hs-dlist||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-data-pprint||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-blaze-textual||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-hsb2hs||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org @@ -12536,7 +12520,6 @@ devel/hs-IfElse||2019-05-08|Has expired: Haskell libra devel/hs-monad-unlift||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-Stream||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-threads||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -devel/hs-data-default-class||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-Only||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-hourglass||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-ReadArgs||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org @@ -12565,7 +12548,6 @@ devel/hs-unix-compat||2019-05-08|Has expired: Haskell devel/hs-monad-loops||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-uuid-types||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-hspec-core||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -devel/hs-hashable||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-th-lift-instances||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-mmap||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-kqueue||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org @@ -12721,8 +12703,6 @@ mail/hs-email-validate||2019-05-08|Has expired: Haskel audio/hs-libmpd||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org audio/hs-ALUT||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org audio/hs-OpenAL||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -x11/hs-X11||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -x11/hs-X11-xft||2019-05-08|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org databases/ruby-odbc||2019-05-09|Has expired: Broken for more than 6 months databases/rubygem-dbd-odbc||2019-05-09|Has expired: Broken for more than 6 months devel/dlangui||2019-05-09|Has expired: Broken for more than 6 months Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu May 9 17:02:58 2019 (r501121) +++ head/devel/Makefile Thu May 9 17:31:06 2019 (r501122) @@ -911,17 +911,34 @@ SUBDIR += hs-cabal-install SUBDIR += hs-cpphs SUBDIR += hs-darcs + SUBDIR += hs-data-default + SUBDIR += hs-data-default-class + SUBDIR += hs-data-default-instances-base + SUBDIR += hs-data-default-instances-containers + SUBDIR += hs-data-default-instances-dlist + SUBDIR += hs-data-default-instances-old-locale + SUBDIR += hs-dlist + SUBDIR += hs-extensible-exception SUBDIR += hs-ghc-events SUBDIR += hs-git-annex SUBDIR += hs-haddock SUBDIR += hs-happy + SUBDIR += hs-hashable SUBDIR += hs-hasktags SUBDIR += hs-hlint SUBDIR += hs-hoogle SUBDIR += hs-hspec-discover + SUBDIR += hs-mtl SUBDIR += hs-mueval + SUBDIR += hs-old-locale + SUBDIR += hs-old-time + SUBDIR += hs-random + SUBDIR += hs-setlocale SUBDIR += hs-shake SUBDIR += hs-threadscope + SUBDIR += hs-transformers-compat + SUBDIR += hs-unordered-containers + SUBDIR += hs-utf8-string SUBDIR += htable SUBDIR += hub SUBDIR += hwloc Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Thu May 9 17:02:58 2019 (r501121) +++ head/math/Makefile Thu May 9 17:31:06 2019 (r501122) @@ -273,6 +273,7 @@ SUBDIR += hipmcl SUBDIR += hmat-oss SUBDIR += hs-Agda + SUBDIR += hs-semigroups SUBDIR += ignition-math SUBDIR += igraph SUBDIR += intervaltree Modified: head/x11/Makefile ============================================================================== --- head/x11/Makefile Thu May 9 17:02:58 2019 (r501121) +++ head/x11/Makefile Thu May 9 17:31:06 2019 (r501122) @@ -98,6 +98,8 @@ SUBDIR += guake SUBDIR += gxkb SUBDIR += hhpc + SUBDIR += hs-X11 + SUBDIR += hs-X11-xft SUBDIR += hs-xmobar SUBDIR += hsetroot SUBDIR += i3blocks From owner-svn-ports-all@freebsd.org Thu May 9 17:43:26 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB836158904B; Thu, 9 May 2019 17:43:26 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6C1A171E09; Thu, 9 May 2019 17:43:26 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5CB7220567; Thu, 9 May 2019 17:43:26 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x49HhQHw056384; Thu, 9 May 2019 17:43:26 GMT (envelope-from arrowd@FreeBSD.org) Received: (from arrowd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49HhQxo056383; Thu, 9 May 2019 17:43:26 GMT (envelope-from arrowd@FreeBSD.org) Message-Id: <201905091743.x49HhQxo056383@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: arrowd set sender to arrowd@FreeBSD.org using -f From: Gleb Popov Date: Thu, 9 May 2019 17:43:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501123 - head/devel X-SVN-Group: ports-head X-SVN-Commit-Author: arrowd X-SVN-Commit-Paths: head/devel X-SVN-Commit-Revision: 501123 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6C1A171E09 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.948,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 17:43:27 -0000 Author: arrowd Date: Thu May 9 17:43:25 2019 New Revision: 501123 URL: https://svnweb.freebsd.org/changeset/ports/501123 Log: Fix typo in devel/Makefile. Reported by: tcberner Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu May 9 17:31:06 2019 (r501122) +++ head/devel/Makefile Thu May 9 17:43:25 2019 (r501123) @@ -918,7 +918,7 @@ SUBDIR += hs-data-default-instances-dlist SUBDIR += hs-data-default-instances-old-locale SUBDIR += hs-dlist - SUBDIR += hs-extensible-exception + SUBDIR += hs-extensible-exceptions SUBDIR += hs-ghc-events SUBDIR += hs-git-annex SUBDIR += hs-haddock From owner-svn-ports-all@freebsd.org Thu May 9 17:57:17 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6129F15893E1; Thu, 9 May 2019 17:57:17 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AE43872456; Thu, 9 May 2019 17:57:16 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8AD1820723; Thu, 9 May 2019 17:57:16 +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 x49HvGES061710; Thu, 9 May 2019 17:57:16 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49HvGd2061709; Thu, 9 May 2019 17:57:16 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201905091757.x49HvGd2061709@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Thu, 9 May 2019 17:57:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501124 - head/lang/ghc843 X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/lang/ghc843 X-SVN-Commit-Revision: 501124 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: AE43872456 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 17:57:17 -0000 Author: tcberner Date: Thu May 9 17:57:16 2019 New Revision: 501124 URL: https://svnweb.freebsd.org/changeset/ports/501124 Log: lang/ghc843: remove accidentally added character Reported by: jbeich Modified: head/lang/ghc843/Makefile Modified: head/lang/ghc843/Makefile ============================================================================== --- head/lang/ghc843/Makefile Thu May 9 17:43:25 2019 (r501123) +++ head/lang/ghc843/Makefile Thu May 9 17:57:16 2019 (r501124) @@ -1,4 +1,4 @@ -#6Created by: Simon Marlow +# Created by: Simon Marlow # $FreeBSD$ PORTNAME= ghc From owner-svn-ports-all@freebsd.org Thu May 9 18:04:41 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AD22315896E1; Thu, 9 May 2019 18:04:41 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5FEBF7290E; Thu, 9 May 2019 18:04:41 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4D569208C2; Thu, 9 May 2019 18:04:41 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x49I4fEx067033; Thu, 9 May 2019 18:04:41 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49I4ecS067027; Thu, 9 May 2019 18:04:40 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201905091804.x49I4ecS067027@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Thu, 9 May 2019 18:04:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501125 - in head/sysutils: . bareos17-client bareos17-server bareos17-server/files X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: in head/sysutils: . bareos17-client bareos17-server bareos17-server/files X-SVN-Commit-Revision: 501125 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5FEBF7290E X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.967,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 18:04:42 -0000 Author: acm Date: Thu May 9 18:04:39 2019 New Revision: 501125 URL: https://svnweb.freebsd.org/changeset/ports/501125 Log: - Copy bareos-* ports to bareos17-* ports. bareos-* ports will be updated to latest version - Fix bareos17-server build [1] - Fix installation of sample files - Bump PORTREVISION PR: 230456 237165 Reported by: ohartmann at walstatt.org [1], okrg at ukr.net [1] Added: head/sysutils/bareos17-client/ - copied from r501099, head/sysutils/bareos-client/ head/sysutils/bareos17-server/ - copied from r501099, head/sysutils/bareos-server/ Modified: head/sysutils/Makefile head/sysutils/bareos17-client/Makefile head/sysutils/bareos17-server/Makefile head/sysutils/bareos17-server/files/patch-src-dird-Makefile.in head/sysutils/bareos17-server/files/patch-src-filed-Makefile.in head/sysutils/bareos17-server/files/patch-src-stored-Makefile.in Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Thu May 9 17:57:16 2019 (r501124) +++ head/sysutils/Makefile Thu May 9 18:04:39 2019 (r501125) @@ -87,6 +87,8 @@ SUBDIR += bareos16-client SUBDIR += bareos16-client-static SUBDIR += bareos16-server + SUBDIR += bareos17-client + SUBDIR += bareos17-server SUBDIR += bastille SUBDIR += batmon SUBDIR += battmond Modified: head/sysutils/bareos17-client/Makefile ============================================================================== --- head/sysutils/bareos-client/Makefile Thu May 9 14:23:45 2019 (r501099) +++ head/sysutils/bareos17-client/Makefile Thu May 9 18:04:39 2019 (r501125) @@ -7,13 +7,13 @@ COMMENT= Backup archiving recovery open sourced (clien BROKEN_aarch64= Fails to link: missing sbrk -CONFLICTS= bareos16-client-* +CONFLICTS= bareos16-client-* bareos-client-* WITH_CLIENT_ONLY=yes USE_RC_SUBR= bareos-fd PLIST= ${PKGDIR}/pkg-plist.client -MASTERDIR= ${.CURDIR}/../../sysutils/bareos-server +MASTERDIR= ${.CURDIR}/../../sysutils/bareos17-server OPTIONS_DEFINE= NLS PYTHON LMDB SCSICRYPTO LMDB_DESC= Enable build of LMDB support Modified: head/sysutils/bareos17-server/Makefile ============================================================================== --- head/sysutils/bareos-server/Makefile Thu May 9 14:23:45 2019 (r501099) +++ head/sysutils/bareos17-server/Makefile Thu May 9 18:04:39 2019 (r501125) @@ -1,9 +1,9 @@ -# $FreeBSD$ +$FreeBSD$ -PORTNAME= bareos +PORTNAME= bareos17 DISTVERSIONPREFIX= Release/ DISTVERSION= 17.2.7 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES?= sysutils PKGNAMEPREFIX?= # PKGNAMESUFFIX?= -server @@ -21,6 +21,8 @@ LIB_DEPENDS+= liblzo2.so:archivers/lzo2 \ USES+= libtool:keepla pkgconfig readline:port shebangfix USE_GITHUB= yes +GH_ACCOUNT= ${PORTNAME:S/17//} +GH_PROJECT= ${PORTNAME:S/17//} USERS= bareos GROUPS= ${USERS} @@ -35,6 +37,8 @@ SHEBANG_FILES= ${WRKSRC}/src/cats/make_catalog_backup. CPPFLAGS+= -I${LOCALBASE}/readline -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +ETCDIR= ${PREFIX}/etc/${PORTNAME:S/17//} + OPTIONS_DEFAULT= OPENSSL OPTIONS_SINGLE= CRYPTO OPTIONS_SINGLE_CRYPTO= OPENSSL GNUTLS @@ -72,7 +76,7 @@ PYTHON_CONFIGURE_OFF= --with-python=no PYTHON_PLUGIN= yes .if !defined(WITH_CLIENT_ONLY) -LIB_DEPENDS+= libbareos.so:sysutils/bareos-client +LIB_DEPENDS+= libbareos.so:sysutils/bareos17-client USE_RC_SUBR?= bareos-dir bareos-sd .endif Modified: head/sysutils/bareos17-server/files/patch-src-dird-Makefile.in ============================================================================== --- head/sysutils/bareos-server/files/patch-src-dird-Makefile.in Thu May 9 14:23:45 2019 (r501099) +++ head/sysutils/bareos17-server/files/patch-src-dird-Makefile.in Thu May 9 18:04:39 2019 (r501125) @@ -1,6 +1,6 @@ ---- src/dird/Makefile.in 2016-10-16 10:14:36.000000000 -0500 -+++ src/dird/Makefile.in 2016-11-09 15:47:36.135752000 -0500 -@@ -52,6 +52,7 @@ +--- src/dird/Makefile.in 2018-07-12 07:38:58.000000000 -0500 ++++ src/dird/Makefile.in 2019-05-09 09:40:05.828917000 -0500 +@@ -56,6 +56,7 @@ INCLUDES += -I$(srcdir) -I$(basedir) -I$(basedir)/include -I$(basedir)/lmdb -I$(basedir)/ndmp JANSSON_CPPFLAGS = @JANSSON_INC@ @@ -8,7 +8,20 @@ DIRD_RESTYPES = catalog client console counter director fileset job jobdefs messages pool profile schedule storage -@@ -83,7 +84,7 @@ +@@ -77,46 +78,46 @@ + $(NO_ECHO)$(CXX) $(DEFS) $(DEBUG) -c $(WCFLAGS) $(CPPFLAGS) $(JANSSON_CPPFLAGS) $(INCLUDES) $(DINCLUDE) $(CXXFLAGS) $< + + bareos-dir: Makefile $(SVROBJS) \ +- ../lib/libbareos$(DEFAULT_ARCHIVE_TYPE) \ +- ../lib/libbareoscfg$(DEFAULT_ARCHIVE_TYPE) \ ++ $(LOCALBASE)/lib/libbareos$(DEFAULT_ARCHIVE_TYPE) \ ++ $(LOCALBASE)/lib/libbareoscfg$(DEFAULT_ARCHIVE_TYPE) \ + ../cats/libbareossql$(DEFAULT_ARCHIVE_TYPE) \ + ../cats/libbareoscats$(DEFAULT_ARCHIVE_TYPE) \ +- ../findlib/libbareosfind$(DEFAULT_ARCHIVE_TYPE) \ ++ $(LOCALBASE)/lib/libbareosfind$(DEFAULT_ARCHIVE_TYPE) \ + @NDMP_DEPS@ + @echo "Linking $@ ..." $(LIBTOOL_LINK) $(CXX) $(WLDFLAGS) $(LDFLAGS) -L../lib -L../cats -L../findlib -o $@ $(SVROBJS) \ $(NDMP_LIBS) -lbareosfind -lbareossql -lbareoscats -lbareoscfg -lbareos -lm $(DLIB) \ $(DB_LIBS) $(LIBS) $(WRAPLIBS) $(GETTEXT_LIBS) $(CAP_LIBS) \ @@ -16,8 +29,14 @@ + $(OPENSSL_LIBS) $(GNUTLS_LIBS_NONSHARED) $(LMDB_LIBS) $(JANSSON_LDFLAGS) bareos-dbcheck: Makefile $(DBCHKOBJS) \ - ../lib/libbareos$(DEFAULT_ARCHIVE_TYPE) \ -@@ -94,7 +95,7 @@ +- ../lib/libbareos$(DEFAULT_ARCHIVE_TYPE) \ +- ../findlib/libbareosfind$(DEFAULT_ARCHIVE_TYPE) \ +- ../lib/libbareoscfg$(DEFAULT_ARCHIVE_TYPE) \ ++ $(LOCALBASE)/lib/libbareos$(DEFAULT_ARCHIVE_TYPE) \ ++ $(LOCALBASE)/lib/libbareosfind$(DEFAULT_ARCHIVE_TYPE) \ ++ $(LOCALBASE)/lib/libbareoscfg$(DEFAULT_ARCHIVE_TYPE) \ + ../cats/libbareossql$(DEFAULT_ARCHIVE_TYPE) \ + ../cats/libbareoscats$(DEFAULT_ARCHIVE_TYPE) @echo "Linking $@ ..." $(LIBTOOL_LINK) $(CXX) $(LDFLAGS) -L../lib -L../findlib -L../cats -o $@ $(DBCHKOBJS) \ -lbareoscats -lbareossql -lbareoscfg -lbareosfind -lbareos -lm $(DB_LIBS) $(LIBS) $(GETTEXT_LIBS) \ @@ -25,8 +44,14 @@ + $(OPENSSL_LIBS) $(GNUTLS_LIBS_NONSHARED) $(JANSSON_LDFLAGS) testfind: Makefile $(TSTFNDOBJS) \ - ../lib/libbareos$(DEFAULT_ARCHIVE_TYPE) \ -@@ -105,7 +106,7 @@ +- ../lib/libbareos$(DEFAULT_ARCHIVE_TYPE) \ +- ../findlib/libbareosfind$(DEFAULT_ARCHIVE_TYPE) \ +- ../lib/libbareoscfg$(DEFAULT_ARCHIVE_TYPE) \ ++ $(LOCALBASE)/lib/libbareos$(DEFAULT_ARCHIVE_TYPE) \ ++ $(LOCALBASE)/lib/libbareosfind$(DEFAULT_ARCHIVE_TYPE) \ ++ $(LOCALBASE)/lib/libbareoscfg$(DEFAULT_ARCHIVE_TYPE) \ + ../cats/libbareossql$(DEFAULT_ARCHIVE_TYPE) \ + ../cats/libbareoscats$(DEFAULT_ARCHIVE_TYPE) @echo "Linking $@ ..." $(LIBTOOL_LINK) $(CXX) $(LDFLAGS) -L../lib -L../findlib -L../cats -o $@ $(TSTFNDOBJS) \ -lbareoscats -lbareossql -lbareoscfg -lbareosfind -lbareos -lm $(DB_LIBS) $(LIBS) $(GETTEXT_LIBS) \ @@ -34,19 +59,34 @@ + $(OPENSSL_LIBS) $(GNUTLS_LIBS_NONSHARED) static-bareos-dir: Makefile $(SVROBJS) \ - ../lib/libbareos$(DEFAULT_ARCHIVE_TYPE) \ -@@ -160,8 +161,8 @@ - destconf="$$RESDIR/$$RES.new"; \ - echo " $$RESTYPE/$$RES as \"$$destconf\" (keep existing)"; \ - else \ +- ../lib/libbareos$(DEFAULT_ARCHIVE_TYPE) \ +- ../lib/libbareoscfg$(DEFAULT_ARCHIVE_TYPE) \ ++ $(LOCALBASE)/lib/libbareos$(DEFAULT_ARCHIVE_TYPE) \ ++ $(LOCALBASE)/lib/libbareoscfg$(DEFAULT_ARCHIVE_TYPE) \ + ../cats/libbareossql$(DEFAULT_ARCHIVE_TYPE) \ + ../cats/libbareoscats$(DEFAULT_ARCHIVE_TYPE) \ +- ../findlib/libbareosfind$(DEFAULT_ARCHIVE_TYPE) \ ++ $(LOCALBASE)/lib/libbareosfind$(DEFAULT_ARCHIVE_TYPE) \ + @NDMP_DEPS@ + @echo "Linking $@ ..." + $(LIBTOOL_LINK) $(CXX) $(WLDFLAGS) $(LDFLAGS) -static -L../lib -L../cats -L../findlib -o $@ $(SVROBJS) \ +@@ -160,13 +161,8 @@ + if test -f "$$f"; then \ + RESDIR="$$DESTCONFDIR/$$RESTYPE"; \ + RES=`basename "$$f"`; \ +- if test -f "$$RESDIR/$$RES"; then \ +- destconf="$$RESDIR/$$RES.new"; \ +- echo " $$RESTYPE/$$RES as \"$$destconf\" (keep existing)"; \ +- else \ - destconf="$$RESDIR/$$RES"; \ - echo " $$RESTYPE/$$RES as \"$$destconf\""; \ -+ destconf="$$RESDIR/$$RES.sample"; \ -+ echo " $$RESTYPE/$$RES as \"$$destconf\".sample"; \ - fi; \ +- fi; \ ++ destconf="$$RESDIR/$$RES.sample"; \ ++ echo " $$RESTYPE/$$RES as \"$$destconf\".sample"; \ ${INSTALL_CONFIG} "$$f" "$$destconf"; \ if test "x${dir_group}" != "x"; then \ -@@ -170,11 +171,6 @@ + chgrp -f ${dir_group} $$destconf || true; \ +@@ -174,11 +170,6 @@ fi; \ done; \ done Modified: head/sysutils/bareos17-server/files/patch-src-filed-Makefile.in ============================================================================== --- head/sysutils/bareos-server/files/patch-src-filed-Makefile.in Thu May 9 14:23:45 2019 (r501099) +++ head/sysutils/bareos17-server/files/patch-src-filed-Makefile.in Thu May 9 18:04:39 2019 (r501125) @@ -1,19 +1,44 @@ ---- src/files/Makefile.in 2016-10-16 10:14:36.000000000 -0500 -+++ src/filed/Makefile.in 2016-11-10 01:33:16.120709000 -0500 -@@ -25,6 +25,7 @@ - GNUTLS_LIBS_NONSHARED = @GNUTLS_LIBS_NONSHARED@ +--- src/filed/Makefile.in 2018-07-12 07:38:58.000000000 -0500 ++++ src/filed/Makefile.in 2019-05-09 09:43:00.397777000 -0500 +@@ -21,10 +21,11 @@ + DEBUG=@DEBUG@ + GETTEXT_LIBS = @LIBINTL@ +-OPENSSL_LIBS_NONSHARED = @OPENSSL_LIBS_NONSHARED@ +-GNUTLS_LIBS_NONSHARED = @GNUTLS_LIBS_NONSHARED@ ++OPENSSL_LIBS = @OPENSSL_LIBS@ ++GNUTLS_LIBS = @GNUTLS_LIBS@ + JANSSON_CPPFLAGS = @JANSSON_INC@ +JANSSON_LDFLAGS = @JANSSON_LIBS@ COMPRESS_CPPFLAGS += @ZLIB_INC@ @LZO_INC@ @FASTLZ_INC@ first_rule: all +@@ -39,12 +40,12 @@ + + FDLIBS += @LMDB_LIBS@ + FDLIBS += @CAP_LIBS@ +-FDLIBS += @ZLIB_LIBS_NONSHARED@ +-FDLIBS += @LZO_LIBS_NONSHARED@ +-FDLIBS += @FASTLZ_LIBS_NONSHARED@ +-FDLIBS += @AFS_LIBS_NONSHARED@ +-FDLIBS += @ACL_LIBS_NONSHARED@ +-FDLIBS += @XATTR_LIBS_NONSHARED@ ++FDLIBS += @ZLIB_LIBS@ ++FDLIBS += @LZO_LIBS@ ++FDLIBS += @FASTLZ_LIBS@ ++FDLIBS += @AFS_LIBS@ ++FDLIBS += @ACL_LIBS@ ++FDLIBS += @XATTR_LIBS@ + + INCLUDES += -I$(srcdir) -I$(basedir) -I$(basedir)/include -I$(basedir)/lmdb + @@ -78,7 +79,7 @@ @echo "Linking $@ ..." $(LIBTOOL_LINK) $(CXX) $(WLDFLAGS) $(LDFLAGS) -L../lib -L../findlib -o $@ $(SVROBJS) \ -lbareosfind -lbareoscfg -lbareos -lm $(FDLIBS) $(LIBS) \ - $(DLIB) $(WRAPLIBS) $(GETTEXT_LIBS) $(OPENSSL_LIBS_NONSHARED) $(GNUTLS_LIBS_NONSHARED) -+ $(DLIB) $(WRAPLIBS) $(GETTEXT_LIBS) $(OPENSSL_LIBS_NONSHARED) $(GNUTLS_LIBS_NONSHARED) $(JANSSON_LDFLAGS) ++ $(DLIB) $(WRAPLIBS) $(GETTEXT_LIBS) $(OPENSSL_LIBS) $(GNUTLS_LIBS) $(JANSSON_LDFLAGS) static-bareos-fd: Makefile $(SVROBJS) \ ../findlib/libbareosfind.a \ @@ -26,14 +51,19 @@ strip $@ Makefile: $(srcdir)/Makefile.in $(topdir)/config.status -@@ -137,8 +138,8 @@ - destconf="$$RESDIR/$$RES.new"; \ - echo " $$RESTYPE/$$RES as \"$$destconf\" (keep existing)"; \ - else \ +@@ -133,13 +134,8 @@ + if test -f "$$f"; then \ + RESDIR="$$DESTCONFDIR/$$RESTYPE"; \ + RES=`basename "$$f"`; \ +- if test -f "$$RESDIR/$$RES"; then \ +- destconf="$$RESDIR/$$RES.new"; \ +- echo " $$RESTYPE/$$RES as \"$$destconf\" (keep existing)"; \ +- else \ - destconf="$$RESDIR/$$RES"; \ - echo " $$RESTYPE/$$RES as \"$$destconf\""; \ -+ destconf="$$RESDIR/$$RES.sample"; \ -+ echo " $$RESTYPE/$$RES as \"$$destconf\".sample"; \ - fi; \ +- fi; \ ++ destconf="$$RESDIR/$$RES.sample"; \ ++ echo " $$RESTYPE/$$RES as \"$$destconf\".sample"; \ ${INSTALL_CONFIG} "$$f" "$$destconf"; \ if test "x${fd_group}" != "x"; then \ + chgrp -f ${fd_group} $$destconf || true; \ Modified: head/sysutils/bareos17-server/files/patch-src-stored-Makefile.in ============================================================================== --- head/sysutils/bareos-server/files/patch-src-stored-Makefile.in Thu May 9 14:23:45 2019 (r501099) +++ head/sysutils/bareos17-server/files/patch-src-stored-Makefile.in Thu May 9 18:04:39 2019 (r501125) @@ -1,6 +1,6 @@ ---- src/stored/Makefile.in 2016-10-16 10:14:36.000000000 -0500 -+++ src/stored/Makefile.in 2016-11-09 15:54:32.944172000 -0500 -@@ -93,6 +93,7 @@ +--- src/stored/Makefile.in 2018-07-12 07:38:58.000000000 -0500 ++++ src/stored/Makefile.in 2019-05-09 09:44:40.049928000 -0500 +@@ -94,6 +94,7 @@ INCLUDES += -I$(srcdir) -I$(basedir) -I$(basedir)/include JANSSON_CPPFLAGS = @JANSSON_INC@ @@ -8,25 +8,50 @@ DEBUG = @DEBUG@ GETTEXT_LIBS = @LIBINTL@ -@@ -170,7 +171,7 @@ +@@ -165,17 +166,17 @@ + $(NO_ECHO)$(LIBTOOL_COMPILE) $(CXX) $(DEFS) $(DEBUG) -c $(WCFLAGS) $(CPPFLAGS) $(JANSSON_CPPFLAGS) $(INCLUDES) $(DINCLUDE) $(CXXFLAGS) $< + + bareos-sd: Makefile libbareossd$(DEFAULT_ARCHIVE_TYPE) $(SDOBJS) \ +- ../lib/libbareoscfg$(DEFAULT_ARCHIVE_TYPE) \ +- ../lib/libbareos$(DEFAULT_ARCHIVE_TYPE) \ ++ $(LOCALBASE)/lib/libbareoscfg$(DEFAULT_ARCHIVE_TYPE) \ ++ $(LOCALBASE)/lib/libbareos$(DEFAULT_ARCHIVE_TYPE) \ + @NDMP_DEPS@ @echo "Linking $@ ..." $(LIBTOOL_LINK) $(CXX) $(WLDFLAGS) $(LDFLAGS) -L. -L../lib -o $@ $(SDOBJS) \ $(NDMP_LIBS) -lbareossd -lbareoscfg -lbareos -lm $(DLIB) $(LIBS) $(WRAPLIBS) \ - $(SD_LIBS) $(GETTEXT_LIBS) $(COMPRESS_LIBS) $(OPENSSL_LIBS_NONSHARED) $(GNUTLS_LIBS_NONSHARED) -+ $(SD_LIBS) $(GETTEXT_LIBS) $(COMPRESS_LIBS) $(OPENSSL_LIBS) $(GNUTLS_LIBS_NONSHARED) ${JANSSON_LDFLAGS} ++ $(SD_LIBS) $(GETTEXT_LIBS) $(COMPRESS_LIBS) $(OPENSSL_LIBS) $(GNUTLS_LIBS_NONSHARED) $(JANSSON_LDFLAGS) static-bareos-sd: Makefile libbareossd$(DEFAULT_ARCHIVE_TYPE) $(SDOBJS) \ - ../lib/libbareoscfg$(DEFAULT_ARCHIVE_TYPE) \ -@@ -192,7 +193,7 @@ +- ../lib/libbareoscfg$(DEFAULT_ARCHIVE_TYPE) \ +- ../lib/libbareos$(DEFAULT_ARCHIVE_TYPE) \ ++ $(LOCALBASE)/lib/libbareoscfg$(DEFAULT_ARCHIVE_TYPE) \ ++ $(LOCALBASE)/lib/libbareos$(DEFAULT_ARCHIVE_TYPE) \ + @NDMP_DEPS@ @echo "Linking $@ ..." + $(LIBTOOL_LINK) $(CXX) $(WLDFLAGS) $(LDFLAGS) -static -L. -L../lib -o $@ $(SDOBJS) \ +@@ -188,46 +189,46 @@ + $(NO_ECHO)$(CXX) $(DEFS) $(DEBUG) -c $(WCFLAGS) $(CPPFLAGS) -I../lib $(INCLUDES) $(DINCLUDE) $(CXXFLAGS) $< + + btape: Makefile libbareossd$(DEFAULT_ARCHIVE_TYPE) $(TAPEOBJS) \ +- ../lib/libbareos$(DEFAULT_ARCHIVE_TYPE) \ +- ../lib/libbareoscfg$(DEFAULT_ARCHIVE_TYPE) ++ $(LOCALBASE)/lib/libbareos$(DEFAULT_ARCHIVE_TYPE) \ ++ $(LOCALBASE)/lib/libbareoscfg$(DEFAULT_ARCHIVE_TYPE) + @echo "Linking $@ ..." $(LIBTOOL_LINK) $(CXX) $(TTOOL_LDFLAGS) $(LDFLAGS) -L. -L../lib -o $@ $(TAPEOBJS) \ -lbareossd -lbareoscfg -lbareos $(DLIB) -lm $(LIBS) $(GETTEXT_LIBS) \ - $(OPENSSL_LIBS_NONSHARED) $(GNUTLS_LIBS_NONSHARED) + $(OPENSSL_LIBS) $(GNUTLS_LIBS_NONSHARED) bls: Makefile libbareossd$(DEFAULT_ARCHIVE_TYPE) $(BLSOBJS) \ - ../findlib/libbareosfind$(DEFAULT_ARCHIVE_TYPE) \ -@@ -201,7 +202,7 @@ +- ../findlib/libbareosfind$(DEFAULT_ARCHIVE_TYPE) \ +- ../lib/libbareoscfg$(DEFAULT_ARCHIVE_TYPE) \ +- ../lib/libbareos$(DEFAULT_ARCHIVE_TYPE) ++ $(LOCALBASE)/lib/libbareosfind$(DEFAULT_ARCHIVE_TYPE) \ ++ $(LOCALBASE)/lib/libbareoscfg$(DEFAULT_ARCHIVE_TYPE) \ ++ $(LOCALBASE)/lib/libbareos$(DEFAULT_ARCHIVE_TYPE) @echo "Linking $@ ..." $(LIBTOOL_LINK) $(CXX) $(TTOOL_LDFLAGS) $(LDFLAGS) -L. -L../lib -L../findlib -o $@ $(BLSOBJS) $(DLIB) \ -lbareossd -lbareosfind -lbareoscfg -lbareos -lm $(LIBS) $(GETTEXT_LIBS) \ @@ -34,8 +59,12 @@ + $(OPENSSL_LIBS) $(GNUTLS_LIBS_NONSHARED) bextract: Makefile libbareossd$(DEFAULT_ARCHIVE_TYPE) $(BEXTOBJS) \ - ../findlib/libbareosfind$(DEFAULT_ARCHIVE_TYPE) \ -@@ -210,7 +211,7 @@ +- ../findlib/libbareosfind$(DEFAULT_ARCHIVE_TYPE) \ +- ../lib/libbareoscfg$(DEFAULT_ARCHIVE_TYPE) \ +- ../lib/libbareos$(DEFAULT_ARCHIVE_TYPE) ++ $(LOCALBASE)/lib/libbareosfind$(DEFAULT_ARCHIVE_TYPE) \ ++ $(LOCALBASE)/lib/libbareoscfg$(DEFAULT_ARCHIVE_TYPE) \ ++ $(LOCALBASE)/lib/libbareos$(DEFAULT_ARCHIVE_TYPE) @echo "Linking $@ ..." $(LIBTOOL_LINK) $(CXX) $(TTOOL_LDFLAGS) $(LDFLAGS) -L. -L../lib -L../findlib -o $@ $(BEXTOBJS) $(DLIB) \ -lbareossd -lbareosfind -lbareoscfg -lbareos -lm $(LIBS) $(SD_LIBS) $(BEXTRACT_LIBS) \ @@ -43,16 +72,21 @@ + $(GETTEXT_LIBS) $(OPENSSL_LIBS) $(GNUTLS_LIBS_NONSHARED) bscan: Makefile libbareossd$(DEFAULT_ARCHIVE_TYPE) $(SCNOBJS) \ - ../findlib/libbareosfind$(DEFAULT_ARCHIVE_TYPE) \ -@@ -220,13 +221,13 @@ +- ../findlib/libbareosfind$(DEFAULT_ARCHIVE_TYPE) \ +- ../lib/libbareoscfg$(DEFAULT_ARCHIVE_TYPE) \ ++ $(LOCALBASE)/lib/libbareosfind$(DEFAULT_ARCHIVE_TYPE) \ ++ $(LOCALBASE)/lib/libbareoscfg$(DEFAULT_ARCHIVE_TYPE) \ + ../cats/libbareossql$(DEFAULT_ARCHIVE_TYPE) \ + ../cats/libbareoscats$(DEFAULT_ARCHIVE_TYPE) @echo "Linking $@ ..." $(LIBTOOL_LINK) $(CXX) $(TTOOL_LDFLAGS) $(LDFLAGS) -L. -L../lib -L../cats -L../findlib -o $@ $(SCNOBJS) \ -lbareossql -lbareoscats $(DB_LIBS) -lbareossd -lbareosfind -lbareoscfg -lbareos -lm $(LIBS) $(SD_LIBS) \ - $(GETTEXT_LIBS) $(OPENSSL_LIBS_NONSHARED) $(GNUTLS_LIBS_NONSHARED) -+ $(GETTEXT_LIBS) $(OPENSSL_LIBS) $(GNUTLS_LIBS_NONSHARED) ${JANSSON_LDFLAGS} ++ $(GETTEXT_LIBS) $(OPENSSL_LIBS) $(GNUTLS_LIBS_NONSHARED) $(JANSSON_LDFLAGS) bcopy: Makefile libbareossd$(DEFAULT_ARCHIVE_TYPE) $(COPYOBJS) \ - ../lib/libbareoscfg$(DEFAULT_ARCHIVE_TYPE) ../lib/libbareos$(DEFAULT_ARCHIVE_TYPE) +- ../lib/libbareoscfg$(DEFAULT_ARCHIVE_TYPE) ../lib/libbareos$(DEFAULT_ARCHIVE_TYPE) ++ $(LOCALBASE)/lib/libbareoscfg$(DEFAULT_ARCHIVE_TYPE) $(LOCALBASE)/lib/libbareos$(DEFAULT_ARCHIVE_TYPE) @echo "Linking $@ ..." $(LIBTOOL_LINK) $(CXX) $(TTOOL_LDFLAGS) $(LDFLAGS) -L. -L../lib -o $@ $(COPYOBJS) \ - -lbareossd -lbareoscfg -lbareos -lm $(LIBS) $(GETTEXT_LIBS) $(OPENSSL_LIBS_NONSHARED) $(GNUTLS_LIBS_NONSHARED) @@ -60,14 +94,19 @@ Makefile: $(srcdir)/Makefile.in $(topdir)/config.status cd $(topdir) \ -@@ -259,8 +260,8 @@ - destconf="$$RESDIR/$$RES.new"; \ - echo " $$RESTYPE/$$RES as \"$$destconf\" (keep existing)"; \ - else \ +@@ -256,13 +257,8 @@ + if test -f "$$f"; then \ + RESDIR="$$DESTCONFDIR/$$RESTYPE"; \ + RES=`basename "$$f"`; \ +- if test -f "$$RESDIR/$$RES"; then \ +- destconf="$$RESDIR/$$RES.new"; \ +- echo " $$RESTYPE/$$RES as \"$$destconf\" (keep existing)"; \ +- else \ - destconf="$$RESDIR/$$RES"; \ - echo " $$RESTYPE/$$RES as \"$$destconf\""; \ -+ destconf="$$RESDIR/$$RES.sample"; \ -+ echo " $$RESTYPE/$$RES as \"$$destconf\".sample"; \ - fi; \ +- fi; \ ++ destconf="$$RESDIR/$$RES.sample"; \ ++ echo " $$RESTYPE/$$RES as \"$$destconf\".sample"; \ ${INSTALL_CONFIG} "$$f" "$$destconf"; \ if test "x${sd_group}" != "x"; then \ + chgrp -f ${sd_group} $$destconf || true; \ From owner-svn-ports-all@freebsd.org Thu May 9 18:17:14 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 714811589C0F; Thu, 9 May 2019 18:17:14 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 08299730DB; Thu, 9 May 2019 18:17:14 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D748120A8B; Thu, 9 May 2019 18:17:13 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x49IHDKq072888; Thu, 9 May 2019 18:17:13 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49IHD2w072886; Thu, 9 May 2019 18:17:13 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201905091817.x49IHD2w072886@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Thu, 9 May 2019 18:17:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501126 - in head/sysutils: . bareos-client-static bareos-traymonitor bareos17-client-static X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: in head/sysutils: . bareos-client-static bareos-traymonitor bareos17-client-static X-SVN-Commit-Revision: 501126 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 08299730DB X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 18:17:14 -0000 Author: acm Date: Thu May 9 18:17:13 2019 New Revision: 501126 URL: https://svnweb.freebsd.org/changeset/ports/501126 Log: - Move sysutils/bareos-client-static to sysutils/bareos17-client-static Added: head/sysutils/bareos-traymonitor/ - copied from r486467, head/sysutils/bareos-traymonitor/ head/sysutils/bareos17-client-static/ - copied from r501125, head/sysutils/bareos-client-static/ Deleted: head/sysutils/bareos-client-static/ Modified: head/sysutils/Makefile head/sysutils/bareos17-client-static/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Thu May 9 18:04:39 2019 (r501125) +++ head/sysutils/Makefile Thu May 9 18:17:13 2019 (r501126) @@ -81,13 +81,13 @@ SUBDIR += baloo-widgets SUBDIR += bamf SUBDIR += bareos-client - SUBDIR += bareos-client-static SUBDIR += bareos-docs SUBDIR += bareos-server SUBDIR += bareos16-client SUBDIR += bareos16-client-static SUBDIR += bareos16-server SUBDIR += bareos17-client + SUBDIR += bareos17-client-static SUBDIR += bareos17-server SUBDIR += bastille SUBDIR += batmon Modified: head/sysutils/bareos17-client-static/Makefile ============================================================================== --- head/sysutils/bareos-client-static/Makefile Thu May 9 18:04:39 2019 (r501125) +++ head/sysutils/bareos17-client-static/Makefile Thu May 9 18:17:13 2019 (r501126) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTNAME= bareos +PORTNAME= bareos17 PKGNAMESUFFIX= -client-static COMMENT= Backup archiving recovery open sourced (static client) @@ -8,7 +8,7 @@ COMMENT= Backup archiving recovery open sourced (stati CONFLICTS= bareos16-client-static-* PLIST= ${.CURDIR}/pkg-plist -MASTERDIR= ${.CURDIR}/../../sysutils/bareos-server +MASTERDIR= ${.CURDIR}/../../sysutils/bareos17-server PLIST_FILES= sbin/bareos-fd-static \ sbin/bconsole-static From owner-svn-ports-all@freebsd.org Thu May 9 18:18:31 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB33D1589C55; Thu, 9 May 2019 18:18:30 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 792B0731C4; Thu, 9 May 2019 18:18:30 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5315B20A8C; Thu, 9 May 2019 18:18:30 +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 x49IIU1q076832; Thu, 9 May 2019 18:18:30 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49II5Fk076712; Thu, 9 May 2019 18:18:05 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201905091818.x49II5Fk076712@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Thu, 9 May 2019 18:18:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501127 - in head: Mk/Uses accessibility/kmag accessibility/kmousetool accessibility/kmouth archivers/ark astro/libkgeomap astro/marble audio/audiocd-kio audio/juk audio/kmix audio/kwav... X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head: Mk/Uses accessibility/kmag accessibility/kmousetool accessibility/kmouth archivers/ark astro/libkgeomap astro/marble audio/audiocd-kio audio/juk audio/kmix audio/kwave audio/libkcddb audio/li... X-SVN-Commit-Revision: 501127 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 792B0731C4 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.969,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 18:18:31 -0000 Author: tcberner Date: Thu May 9 18:18:04 2019 New Revision: 501127 URL: https://svnweb.freebsd.org/changeset/ports/501127 Log: Update KDE Applications to 19.04.1 Changelog: https://kde.org/announcements/fulllog_applications-aether.php?version=19.04.1 Modified: head/Mk/Uses/kde.mk head/accessibility/kmag/distinfo head/accessibility/kmousetool/distinfo head/accessibility/kmouth/distinfo head/archivers/ark/distinfo head/archivers/ark/pkg-plist head/astro/libkgeomap/distinfo head/astro/marble/distinfo head/audio/audiocd-kio/distinfo head/audio/audiocd-kio/pkg-plist head/audio/juk/distinfo head/audio/kmix/distinfo head/audio/kwave/distinfo head/audio/libkcddb/distinfo head/audio/libkcompactdisc/distinfo head/databases/akonadi/distinfo head/deskutils/akonadi-calendar-tools/distinfo head/deskutils/akonadi-import-wizard/distinfo head/deskutils/akonadiconsole/distinfo head/deskutils/akregator/distinfo head/deskutils/grantlee-editor/distinfo head/deskutils/grantleetheme/distinfo head/deskutils/kaddressbook/distinfo head/deskutils/kalarm/distinfo head/deskutils/kcharselect/distinfo head/deskutils/kdepim-addons/distinfo head/deskutils/kdepim-addons/pkg-plist head/deskutils/kdepim-apps-libs/distinfo head/deskutils/kdepim-runtime/distinfo head/deskutils/keditbookmarks/distinfo head/deskutils/kfind/distinfo head/deskutils/kmail-account-wizard/distinfo head/deskutils/kmail/distinfo head/deskutils/kmail/pkg-plist head/deskutils/knotes/distinfo head/deskutils/kontact/distinfo head/deskutils/korganizer/distinfo head/deskutils/kruler/distinfo head/deskutils/libkdepim/distinfo head/deskutils/mbox-importer/distinfo head/deskutils/pim-data-exporter/distinfo head/deskutils/pim-sieve-editor/distinfo head/devel/cervisia/distinfo head/devel/dolphin-plugins/distinfo head/devel/kapptemplate/distinfo head/devel/kcachegrind/distinfo head/devel/kde-dev-scripts/distinfo head/devel/kde-dev-utils/distinfo head/devel/kdesdk-thumbnailers/distinfo head/devel/kio-extras/distinfo head/devel/lokalize/distinfo head/devel/poxml/distinfo head/devel/umbrello/distinfo head/devel/umbrello/pkg-plist head/editors/kate/distinfo head/games/blinken/distinfo head/games/bomber/distinfo head/games/bovo/distinfo head/games/granatier/distinfo head/games/kanagram/distinfo head/games/kapman/distinfo head/games/katomic/distinfo head/games/kblackbox/distinfo head/games/kblocks/distinfo head/games/kbounce/distinfo head/games/kbreakout/distinfo head/games/kdiamond/distinfo head/games/kfourinline/distinfo head/games/kgoldrunner/distinfo head/games/khangman/distinfo head/games/kigo/distinfo head/games/killbots/distinfo head/games/kiriki/distinfo head/games/kjumpingcube/distinfo head/games/klickety/distinfo head/games/klines/distinfo head/games/kmahjongg/distinfo head/games/kmines/distinfo head/games/knavalbattle/distinfo head/games/knetwalk/distinfo head/games/knights/distinfo head/games/kolf/distinfo head/games/kollision/distinfo head/games/konquest/distinfo head/games/kpat/distinfo head/games/kreversi/distinfo head/games/kshisen/distinfo head/games/ksirk/distinfo head/games/ksnakeduel/distinfo head/games/kspaceduel/distinfo head/games/ksquares/distinfo head/games/ksudoku/distinfo head/games/ktuberling/distinfo head/games/kubrick/distinfo head/games/libkdegames/distinfo head/games/libkmahjongg/distinfo head/games/lskat/distinfo head/games/palapeli/distinfo head/games/picmi/distinfo head/graphics/gwenview/distinfo head/graphics/kamera/distinfo head/graphics/kcolorchooser/distinfo head/graphics/kdegraphics-mobipocket/distinfo head/graphics/kdegraphics-svgpart/distinfo head/graphics/kdegraphics-thumbnailers/distinfo head/graphics/kimagemapeditor/distinfo head/graphics/kolourpaint/distinfo head/graphics/libkdcraw/distinfo head/graphics/libkexiv2/distinfo head/graphics/libkipi/distinfo head/graphics/libksane/distinfo head/graphics/okular/distinfo head/graphics/spectacle/distinfo head/japanese/kiten/distinfo head/lang/kross-interpreters/distinfo head/lang/kturtle/distinfo head/math/analitza/distinfo head/math/cantor/Makefile head/math/cantor/distinfo head/math/kalgebra/distinfo head/math/kbruch/distinfo head/math/kcalc/distinfo head/math/kig/distinfo head/math/kmplot/distinfo head/math/rocs/distinfo head/misc/artikulate/distinfo head/misc/kdeedu-data/distinfo head/misc/kgeography/distinfo head/misc/klettres/distinfo head/misc/ktouch/distinfo head/misc/kwordquiz/distinfo head/misc/libkeduvocdocument/distinfo head/misc/parley/distinfo head/multimedia/dragon/distinfo head/multimedia/kamoso/distinfo head/multimedia/kdemultimedia-ffmpegthumbs/distinfo head/multimedia/kdemultimedia-ffmpegthumbs/pkg-plist head/net-im/kaccounts-integration/distinfo head/net-im/kaccounts-providers/distinfo head/net-im/kopete/distinfo head/net-im/ktp-accounts-kcm/distinfo head/net-im/ktp-approver/distinfo head/net-im/ktp-auth-handler/distinfo head/net-im/ktp-call-ui/distinfo head/net-im/ktp-common-internals/distinfo head/net-im/ktp-contact-list/distinfo head/net-im/ktp-contact-runner/distinfo head/net-im/ktp-desktop-applets/distinfo head/net-im/ktp-filetransfer-handler/distinfo head/net-im/ktp-kded-module/distinfo head/net-im/ktp-send-file/distinfo head/net-im/ktp-text-ui/distinfo head/net/akonadi-calendar/distinfo head/net/akonadi-contacts/distinfo head/net/akonadi-mime/distinfo head/net/akonadi-notes/distinfo head/net/akonadi-search/distinfo head/net/calendarsupport/distinfo head/net/eventviews/distinfo head/net/incidenceeditor/distinfo head/net/kalarmcal/distinfo head/net/kblog/distinfo head/net/kcalcore/distinfo head/net/kcalutils/distinfo head/net/kcontacts/distinfo head/net/kdav/distinfo head/net/kdenetwork-filesharing/distinfo head/net/kget/distinfo head/net/kidentitymanagement/distinfo head/net/kimap/distinfo head/net/kitinerary/distinfo head/net/kldap/distinfo head/net/kmailtransport/distinfo head/net/kmbox/distinfo head/net/kmime/distinfo head/net/kontactinterface/distinfo head/net/kpimtextedit/distinfo head/net/krdc/distinfo head/net/krfb/distinfo head/net/ksmtp/distinfo head/net/ktnef/distinfo head/net/libgravatar/distinfo head/net/libkgapi/distinfo head/net/libksieve/distinfo head/net/mailcommon/distinfo head/net/mailimporter/distinfo head/net/messagelib/distinfo head/net/pimcommon/distinfo head/net/zeroconf-ioslave/distinfo head/print/print-manager/distinfo head/science/kalzium/distinfo head/science/step/distinfo head/security/kgpg/distinfo head/security/kleopatra/distinfo head/security/kpkpass/distinfo head/security/kwalletmanager/distinfo head/security/libkleo/distinfo head/sysutils/baloo-widgets/distinfo head/sysutils/baloo-widgets/pkg-plist head/sysutils/filelight/distinfo head/sysutils/k3b/distinfo head/sysutils/kbackup/distinfo head/sysutils/kbackup/pkg-plist head/sysutils/kcron/distinfo head/sysutils/kdebugsettings/distinfo head/sysutils/kdf/distinfo head/sysutils/kdialog/distinfo head/sysutils/kfloppy/distinfo head/sysutils/khelpcenter/distinfo head/sysutils/ksystemlog/distinfo head/sysutils/signon-kwallet-extension/distinfo head/sysutils/sweeper/distinfo head/textproc/kompare/distinfo head/textproc/libkomparediff2/distinfo head/x11-clocks/kteatime/distinfo head/x11-clocks/ktimer/distinfo head/x11-fm/dolphin/distinfo head/x11-fm/konqueror/distinfo head/x11/konsole/distinfo Modified: head/Mk/Uses/kde.mk ============================================================================== --- head/Mk/Uses/kde.mk Thu May 9 18:17:13 2019 (r501126) +++ head/Mk/Uses/kde.mk Thu May 9 18:18:04 2019 (r501127) @@ -62,8 +62,8 @@ KDE_FRAMEWORKS_VERSION?= 5.57.0 KDE_FRAMEWORKS_BRANCH?= stable # Current KDE applications. -KDE_APPLICATIONS_VERSION?= 19.04.0 -KDE_APPLICATIONS_SHLIB_VER?= 5.11.0 +KDE_APPLICATIONS_VERSION?= 19.04.1 +KDE_APPLICATIONS_SHLIB_VER?= 5.11.1 KDE_APPLICATIONS_BRANCH?= stable # Upstream moves old software to Attic/. Specify the newest applications release there. # Only the major version is used for the comparison. Modified: head/accessibility/kmag/distinfo ============================================================================== --- head/accessibility/kmag/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/accessibility/kmag/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094757 -SHA256 (KDE/applications/19.04.0/kmag-19.04.0.tar.xz) = c6725654846e83b383ff6c624683e4132538f2e812d8131cadefd6926316520e -SIZE (KDE/applications/19.04.0/kmag-19.04.0.tar.xz) = 740072 +TIMESTAMP = 1557201948 +SHA256 (KDE/applications/19.04.1/kmag-19.04.1.tar.xz) = aa5ec91dcffc1a2f1037332aeacb096ab55388624c844c7fa311ca38a5e40874 +SIZE (KDE/applications/19.04.1/kmag-19.04.1.tar.xz) = 739276 Modified: head/accessibility/kmousetool/distinfo ============================================================================== --- head/accessibility/kmousetool/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/accessibility/kmousetool/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094757 -SHA256 (KDE/applications/19.04.0/kmousetool-19.04.0.tar.xz) = 89e383a395ec5f1c7d25cc5fb45ecb73a3a0931919a2be533634d77c01cb3fa9 -SIZE (KDE/applications/19.04.0/kmousetool-19.04.0.tar.xz) = 112692 +TIMESTAMP = 1557201948 +SHA256 (KDE/applications/19.04.1/kmousetool-19.04.1.tar.xz) = fd0fcebda4d7303a9c6f1117c08e091d96bfddf92a64e1cde2dc6b555daa0624 +SIZE (KDE/applications/19.04.1/kmousetool-19.04.1.tar.xz) = 112340 Modified: head/accessibility/kmouth/distinfo ============================================================================== --- head/accessibility/kmouth/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/accessibility/kmouth/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094758 -SHA256 (KDE/applications/19.04.0/kmouth-19.04.0.tar.xz) = 32666760ed76dd2dc816df52c990cb3b8487346ac37bf065e4b109fb6661ebc3 -SIZE (KDE/applications/19.04.0/kmouth-19.04.0.tar.xz) = 2056060 +TIMESTAMP = 1557201949 +SHA256 (KDE/applications/19.04.1/kmouth-19.04.1.tar.xz) = 9a8d0f9b1f09f1363d38b2a942ffe515521ffc410f869ed1a875ff1059ef8068 +SIZE (KDE/applications/19.04.1/kmouth-19.04.1.tar.xz) = 2056700 Modified: head/archivers/ark/distinfo ============================================================================== --- head/archivers/ark/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/archivers/ark/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094758 -SHA256 (KDE/applications/19.04.0/ark-19.04.0.tar.xz) = 35e8e516a8554e086264d9a9a4fa66c2b47fa227eb9e512a1d0d24172cd07a84 -SIZE (KDE/applications/19.04.0/ark-19.04.0.tar.xz) = 2582636 +TIMESTAMP = 1557201949 +SHA256 (KDE/applications/19.04.1/ark-19.04.1.tar.xz) = 6d348b2b9566ce0b8a1ba1b56d0a8c5d434d4748c479c5a853fdcdecfec753e6 +SIZE (KDE/applications/19.04.1/ark-19.04.1.tar.xz) = 2578928 Modified: head/archivers/ark/pkg-plist ============================================================================== --- head/archivers/ark/pkg-plist Thu May 9 18:17:13 2019 (r501126) +++ head/archivers/ark/pkg-plist Thu May 9 18:18:04 2019 (r501127) @@ -1,7 +1,7 @@ bin/ark etc/xdg/ark.categories lib/libkerfuffle.so.%%KDE_APPLICATIONS_VERSION_SHORT%% -lib/libkerfuffle.so.19.4.0 +lib/libkerfuffle.so.19.4.1 %%QT_PLUGINDIR%%/arkpart.so %%QT_PLUGINDIR%%/kerfuffle/kerfuffle_cli7z.so %%QT_PLUGINDIR%%/kerfuffle/kerfuffle_clirar.so Modified: head/astro/libkgeomap/distinfo ============================================================================== --- head/astro/libkgeomap/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/astro/libkgeomap/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094758 -SHA256 (KDE/applications/19.04.0/libkgeomap-19.04.0.tar.xz) = 12cf73da1d406b8f6efe88c1d1bc56ecf3260bbe41759c4dec061df627e990e9 -SIZE (KDE/applications/19.04.0/libkgeomap-19.04.0.tar.xz) = 151096 +TIMESTAMP = 1557201949 +SHA256 (KDE/applications/19.04.1/libkgeomap-19.04.1.tar.xz) = 519345f30e46fc95816d145177347547c9c9eb440eab017c5ee928fa0ef8cf5a +SIZE (KDE/applications/19.04.1/libkgeomap-19.04.1.tar.xz) = 150712 Modified: head/astro/marble/distinfo ============================================================================== --- head/astro/marble/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/astro/marble/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094759 -SHA256 (KDE/applications/19.04.0/marble-19.04.0.tar.xz) = 7405c76970d6ec500e5dc99ea2926cc11571e69f29c2e79f025f0f3ec4048960 -SIZE (KDE/applications/19.04.0/marble-19.04.0.tar.xz) = 52316628 +TIMESTAMP = 1557201950 +SHA256 (KDE/applications/19.04.1/marble-19.04.1.tar.xz) = acd9c15c4758684f6eff6c2318fc4dd88fd68dd41336de9458cad4d5f6832c61 +SIZE (KDE/applications/19.04.1/marble-19.04.1.tar.xz) = 52186700 Modified: head/audio/audiocd-kio/distinfo ============================================================================== --- head/audio/audiocd-kio/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/audio/audiocd-kio/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094759 -SHA256 (KDE/applications/19.04.0/audiocd-kio-19.04.0.tar.xz) = 0f347be9c873eb75144d2b8f3f2e28d2e52be4c1a0f59a19be99edd867f17371 -SIZE (KDE/applications/19.04.0/audiocd-kio-19.04.0.tar.xz) = 353764 +TIMESTAMP = 1557201950 +SHA256 (KDE/applications/19.04.1/audiocd-kio-19.04.1.tar.xz) = fad61ea586db7a4ce202fbb16854f69a20e8e16518dd60c27112447a904edb98 +SIZE (KDE/applications/19.04.1/audiocd-kio-19.04.1.tar.xz) = 354308 Modified: head/audio/audiocd-kio/pkg-plist ============================================================================== --- head/audio/audiocd-kio/pkg-plist Thu May 9 18:17:13 2019 (r501126) +++ head/audio/audiocd-kio/pkg-plist Thu May 9 18:18:04 2019 (r501127) @@ -161,6 +161,7 @@ share/locale/km/LC_MESSAGES/kcmaudiocd.mo share/locale/km/LC_MESSAGES/kio_audiocd.mo share/locale/ko/LC_MESSAGES/audiocd_encoder_flac.mo share/locale/ko/LC_MESSAGES/audiocd_encoder_lame.mo +share/locale/ko/LC_MESSAGES/audiocd_encoder_opus.mo share/locale/ko/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/ko/LC_MESSAGES/kcmaudiocd.mo share/locale/ko/LC_MESSAGES/kio_audiocd.mo Modified: head/audio/juk/distinfo ============================================================================== --- head/audio/juk/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/audio/juk/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094760 -SHA256 (KDE/applications/19.04.0/juk-19.04.0.tar.xz) = 952366e14526701109e83c1979c2a7b3dfdf3c054ecb86c9b5a6cf9825196f60 -SIZE (KDE/applications/19.04.0/juk-19.04.0.tar.xz) = 1872380 +TIMESTAMP = 1557201950 +SHA256 (KDE/applications/19.04.1/juk-19.04.1.tar.xz) = f141c0e33eccd931438a1b1fe37810951ab177b3fe853d6dd387f28f59382e51 +SIZE (KDE/applications/19.04.1/juk-19.04.1.tar.xz) = 1868240 Modified: head/audio/kmix/distinfo ============================================================================== --- head/audio/kmix/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/audio/kmix/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094770 -SHA256 (KDE/applications/19.04.0/kmix-19.04.0.tar.xz) = f372d50ccdb496a3bb7a3f68c84c921c12d3d535a792400e701ed7c640e45f2a -SIZE (KDE/applications/19.04.0/kmix-19.04.0.tar.xz) = 1071276 +TIMESTAMP = 1557201961 +SHA256 (KDE/applications/19.04.1/kmix-19.04.1.tar.xz) = ca02ed8db5e4a3a58622b10668efb4c4a828de584b9f57116fee802e136352ea +SIZE (KDE/applications/19.04.1/kmix-19.04.1.tar.xz) = 1070212 Modified: head/audio/kwave/distinfo ============================================================================== --- head/audio/kwave/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/audio/kwave/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094770 -SHA256 (KDE/applications/19.04.0/kwave-19.04.0.tar.xz) = 510b99740c87ade2e644b8b62ece9ac46721e636aeb83f253939d4d191d03a52 -SIZE (KDE/applications/19.04.0/kwave-19.04.0.tar.xz) = 6212184 +TIMESTAMP = 1557201961 +SHA256 (KDE/applications/19.04.1/kwave-19.04.1.tar.xz) = 1fd7e256a5d9b77ef691642891b2423357ef4aea7f40ae64304ec922e5930fd6 +SIZE (KDE/applications/19.04.1/kwave-19.04.1.tar.xz) = 6206876 Modified: head/audio/libkcddb/distinfo ============================================================================== --- head/audio/libkcddb/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/audio/libkcddb/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094771 -SHA256 (KDE/applications/19.04.0/libkcddb-19.04.0.tar.xz) = d15cef6fe986daba5ea051fda7146c784d993e83ca495faf58fad586ca370c32 -SIZE (KDE/applications/19.04.0/libkcddb-19.04.0.tar.xz) = 426552 +TIMESTAMP = 1557201961 +SHA256 (KDE/applications/19.04.1/libkcddb-19.04.1.tar.xz) = 6773266408c0a68c128b08aca2df594249c210ff9b8fb3553b2bb82c591a2f51 +SIZE (KDE/applications/19.04.1/libkcddb-19.04.1.tar.xz) = 423600 Modified: head/audio/libkcompactdisc/distinfo ============================================================================== --- head/audio/libkcompactdisc/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/audio/libkcompactdisc/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094771 -SHA256 (KDE/applications/19.04.0/libkcompactdisc-19.04.0.tar.xz) = 7236af70872c7b20070d9c096a8d4da45cdf62874d6d1314b183edf8b0d701d6 -SIZE (KDE/applications/19.04.0/libkcompactdisc-19.04.0.tar.xz) = 88608 +TIMESTAMP = 1557201962 +SHA256 (KDE/applications/19.04.1/libkcompactdisc-19.04.1.tar.xz) = 146d842741c24a379a0e134b8c0cbef916f5bd94fb8c6102703e5c764bf9b0ee +SIZE (KDE/applications/19.04.1/libkcompactdisc-19.04.1.tar.xz) = 89132 Modified: head/databases/akonadi/distinfo ============================================================================== --- head/databases/akonadi/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/databases/akonadi/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094782 -SHA256 (KDE/applications/19.04.0/akonadi-19.04.0.tar.xz) = c0a2c4259b51293d21487cfe2295df6e8dcfb7ab50eb1a698f531dc7d3253e9a -SIZE (KDE/applications/19.04.0/akonadi-19.04.0.tar.xz) = 1574736 +TIMESTAMP = 1557201972 +SHA256 (KDE/applications/19.04.1/akonadi-19.04.1.tar.xz) = b157c4199e3b913c4f684f56ed9d76bef67b3c120c319c88ae24bded6fc927bc +SIZE (KDE/applications/19.04.1/akonadi-19.04.1.tar.xz) = 1572528 Modified: head/deskutils/akonadi-calendar-tools/distinfo ============================================================================== --- head/deskutils/akonadi-calendar-tools/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/deskutils/akonadi-calendar-tools/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094782 -SHA256 (KDE/applications/19.04.0/akonadi-calendar-tools-19.04.0.tar.xz) = f9869574d880c53bfb87319348d75d8169ffb38bfdeb3b6066f25074409321ef -SIZE (KDE/applications/19.04.0/akonadi-calendar-tools-19.04.0.tar.xz) = 223700 +TIMESTAMP = 1557201972 +SHA256 (KDE/applications/19.04.1/akonadi-calendar-tools-19.04.1.tar.xz) = 6a8eb905d0e5a1602ce59d5cf28322d844dc178c4daf98db1cf9e0c95eeb3531 +SIZE (KDE/applications/19.04.1/akonadi-calendar-tools-19.04.1.tar.xz) = 223668 Modified: head/deskutils/akonadi-import-wizard/distinfo ============================================================================== --- head/deskutils/akonadi-import-wizard/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/deskutils/akonadi-import-wizard/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094782 -SHA256 (KDE/applications/19.04.0/akonadi-import-wizard-19.04.0.tar.xz) = 541b858278d56a5d41858bfa644656d4f04bf6e5a52ce8014d207d64812d6d22 -SIZE (KDE/applications/19.04.0/akonadi-import-wizard-19.04.0.tar.xz) = 439360 +TIMESTAMP = 1557201973 +SHA256 (KDE/applications/19.04.1/akonadi-import-wizard-19.04.1.tar.xz) = 2699ca57ea6a04228875dd795255fd32a1120e2e5c4834290aea3270c43403e7 +SIZE (KDE/applications/19.04.1/akonadi-import-wizard-19.04.1.tar.xz) = 439316 Modified: head/deskutils/akonadiconsole/distinfo ============================================================================== --- head/deskutils/akonadiconsole/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/deskutils/akonadiconsole/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094783 -SHA256 (KDE/applications/19.04.0/akonadiconsole-19.04.0.tar.xz) = 5118720b6e0ecdf689c7b7f005f732386d0b7a6258cc11fb44fcaac5cc9518a8 -SIZE (KDE/applications/19.04.0/akonadiconsole-19.04.0.tar.xz) = 193828 +TIMESTAMP = 1557201973 +SHA256 (KDE/applications/19.04.1/akonadiconsole-19.04.1.tar.xz) = 33846348b0308eaf4ca81e8d577ce0eb6c17d49632e034607506413e86531262 +SIZE (KDE/applications/19.04.1/akonadiconsole-19.04.1.tar.xz) = 193540 Modified: head/deskutils/akregator/distinfo ============================================================================== --- head/deskutils/akregator/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/deskutils/akregator/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094783 -SHA256 (KDE/applications/19.04.0/akregator-19.04.0.tar.xz) = 5104b0b66ac3917c7cb78f4a6cca952f7e4360cfcd0aa7ce1575d0551470fcee -SIZE (KDE/applications/19.04.0/akregator-19.04.0.tar.xz) = 2190328 +TIMESTAMP = 1557201973 +SHA256 (KDE/applications/19.04.1/akregator-19.04.1.tar.xz) = b2e731a3eac0a68865a90b71f17307c3aea8db304bf6663b551bc95907a490f1 +SIZE (KDE/applications/19.04.1/akregator-19.04.1.tar.xz) = 2189328 Modified: head/deskutils/grantlee-editor/distinfo ============================================================================== --- head/deskutils/grantlee-editor/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/deskutils/grantlee-editor/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094784 -SHA256 (KDE/applications/19.04.0/grantlee-editor-19.04.0.tar.xz) = ac888f2f2ccd4b289deac1d2df4415124e14bf183db1ff1088e88fa782f9f342 -SIZE (KDE/applications/19.04.0/grantlee-editor-19.04.0.tar.xz) = 111048 +TIMESTAMP = 1557201974 +SHA256 (KDE/applications/19.04.1/grantlee-editor-19.04.1.tar.xz) = b07f3c3179010b1d9a9170bc6e2b85517c3dfbd277336316882f4503823e076a +SIZE (KDE/applications/19.04.1/grantlee-editor-19.04.1.tar.xz) = 110788 Modified: head/deskutils/grantleetheme/distinfo ============================================================================== --- head/deskutils/grantleetheme/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/deskutils/grantleetheme/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094784 -SHA256 (KDE/applications/19.04.0/grantleetheme-19.04.0.tar.xz) = 6896a7e1db662bea03b6bdd9f92214b5fa50dfbebbbaa7b3156ddb87ccd55a3e -SIZE (KDE/applications/19.04.0/grantleetheme-19.04.0.tar.xz) = 51728 +TIMESTAMP = 1557201974 +SHA256 (KDE/applications/19.04.1/grantleetheme-19.04.1.tar.xz) = fdcf77c996123daea0559cc2ac4251b330e2c4388104ee95f814af770fc33d8b +SIZE (KDE/applications/19.04.1/grantleetheme-19.04.1.tar.xz) = 51760 Modified: head/deskutils/kaddressbook/distinfo ============================================================================== --- head/deskutils/kaddressbook/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/deskutils/kaddressbook/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094784 -SHA256 (KDE/applications/19.04.0/kaddressbook-19.04.0.tar.xz) = 821708c0a33063de050682c7768faeb51a467de9c4314901761449c09a8a3265 -SIZE (KDE/applications/19.04.0/kaddressbook-19.04.0.tar.xz) = 472556 +TIMESTAMP = 1557201974 +SHA256 (KDE/applications/19.04.1/kaddressbook-19.04.1.tar.xz) = 15e84e6785e20e4f48020c093555e6c28930fcd946aa3421c56956564eba84fd +SIZE (KDE/applications/19.04.1/kaddressbook-19.04.1.tar.xz) = 473132 Modified: head/deskutils/kalarm/distinfo ============================================================================== --- head/deskutils/kalarm/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/deskutils/kalarm/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094785 -SHA256 (KDE/applications/19.04.0/kalarm-19.04.0.tar.xz) = ed8f656e4aebb78d78f068ccde605489090ed0467452629784472b685fae331a -SIZE (KDE/applications/19.04.0/kalarm-19.04.0.tar.xz) = 1812640 +TIMESTAMP = 1557201974 +SHA256 (KDE/applications/19.04.1/kalarm-19.04.1.tar.xz) = e8a58584e765c1d98beb4b6bcac0ab835dcb1f1c1bab8cf1c01fa01a2a56bbfd +SIZE (KDE/applications/19.04.1/kalarm-19.04.1.tar.xz) = 1817636 Modified: head/deskutils/kcharselect/distinfo ============================================================================== --- head/deskutils/kcharselect/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/deskutils/kcharselect/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094785 -SHA256 (KDE/applications/19.04.0/kcharselect-19.04.0.tar.xz) = 788e6e97bb53216b4777fb19602d823a8e62f9ea25082f545e970a561fb3a78f -SIZE (KDE/applications/19.04.0/kcharselect-19.04.0.tar.xz) = 334436 +TIMESTAMP = 1557201975 +SHA256 (KDE/applications/19.04.1/kcharselect-19.04.1.tar.xz) = c54570a6f968b2ccbe42c0a8dbaecb1f263fbd392f67b2d735ade492553ff9ec +SIZE (KDE/applications/19.04.1/kcharselect-19.04.1.tar.xz) = 334180 Modified: head/deskutils/kdepim-addons/distinfo ============================================================================== --- head/deskutils/kdepim-addons/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/deskutils/kdepim-addons/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094786 -SHA256 (KDE/applications/19.04.0/kdepim-addons-19.04.0.tar.xz) = 778e946e74f36d368f484226ccc6f9cbd548d1cb2b0c3536e87d9374c64ddd88 -SIZE (KDE/applications/19.04.0/kdepim-addons-19.04.0.tar.xz) = 2081952 +TIMESTAMP = 1557201975 +SHA256 (KDE/applications/19.04.1/kdepim-addons-19.04.1.tar.xz) = d4e36a6d0043ad0ed5e3c427559bfaa29523578f99b613c82c3aaef16b2a7882 +SIZE (KDE/applications/19.04.1/kdepim-addons-19.04.1.tar.xz) = 2076816 Modified: head/deskutils/kdepim-addons/pkg-plist ============================================================================== --- head/deskutils/kdepim-addons/pkg-plist Thu May 9 18:17:13 2019 (r501126) +++ head/deskutils/kdepim-addons/pkg-plist Thu May 9 18:18:04 2019 (r501127) @@ -544,6 +544,7 @@ share/locale/km/LC_MESSAGES/messageviewer_text_vcard_p share/locale/ko/LC_MESSAGES/cryptopageplugin.mo share/locale/ko/LC_MESSAGES/customtoolsplugin.mo share/locale/ko/LC_MESSAGES/importwizard_plugins.mo +share/locale/ko/LC_MESSAGES/kaddressbook_contacteditor.mo share/locale/ko/LC_MESSAGES/kaddressbook_importexportplugins.mo share/locale/ko/LC_MESSAGES/kmail_editor_plugins.mo share/locale/ko/LC_MESSAGES/kmail_editorconvertertext_plugins.mo @@ -559,6 +560,7 @@ share/locale/ko/LC_MESSAGES/messageviewer_bodypartform share/locale/ko/LC_MESSAGES/messageviewer_semantic_plugin.mo share/locale/ko/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/ko/LC_MESSAGES/messageviewer_text_vcard_plugin.mo +share/locale/ko/LC_MESSAGES/messageviewerconfiguresettingsplugins.mo share/locale/ko/LC_MESSAGES/messageviewerheaderplugins.mo share/locale/ko/LC_MESSAGES/messageviewerplugins.mo share/locale/ko/LC_MESSAGES/pimeventsplugin.mo Modified: head/deskutils/kdepim-apps-libs/distinfo ============================================================================== --- head/deskutils/kdepim-apps-libs/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/deskutils/kdepim-apps-libs/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094786 -SHA256 (KDE/applications/19.04.0/kdepim-apps-libs-19.04.0.tar.xz) = f335f736d854b56bab89814db44761c7e49b35e5266dddee78d22c6465e305c1 -SIZE (KDE/applications/19.04.0/kdepim-apps-libs-19.04.0.tar.xz) = 85556 +TIMESTAMP = 1557201975 +SHA256 (KDE/applications/19.04.1/kdepim-apps-libs-19.04.1.tar.xz) = c3530a810a1eddfa06a27f24b723f971e7e2e144bbb2dac7ff30e7dec948a15d +SIZE (KDE/applications/19.04.1/kdepim-apps-libs-19.04.1.tar.xz) = 85564 Modified: head/deskutils/kdepim-runtime/distinfo ============================================================================== --- head/deskutils/kdepim-runtime/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/deskutils/kdepim-runtime/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094786 -SHA256 (KDE/applications/19.04.0/kdepim-runtime-19.04.0.tar.xz) = 944e956d260ba5a735b3c94c6c075f207a9c38bf977ed19507b4dd0f3eaa4993 -SIZE (KDE/applications/19.04.0/kdepim-runtime-19.04.0.tar.xz) = 1769100 +TIMESTAMP = 1557201976 +SHA256 (KDE/applications/19.04.1/kdepim-runtime-19.04.1.tar.xz) = 1587eca5a206768917443bd5274c03d8cbb2cbc6dcbe60449110c326b1aa0744 +SIZE (KDE/applications/19.04.1/kdepim-runtime-19.04.1.tar.xz) = 1762968 Modified: head/deskutils/keditbookmarks/distinfo ============================================================================== --- head/deskutils/keditbookmarks/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/deskutils/keditbookmarks/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094787 -SHA256 (KDE/applications/19.04.0/keditbookmarks-19.04.0.tar.xz) = 23770a42aa72eb275b2b5a21f8e2f0959eec112ab048c6d89999ee156cd2ef65 -SIZE (KDE/applications/19.04.0/keditbookmarks-19.04.0.tar.xz) = 184748 +TIMESTAMP = 1557201976 +SHA256 (KDE/applications/19.04.1/keditbookmarks-19.04.1.tar.xz) = 05788d55020f330b52bd8641e47990c90c7585871489993888ce0f40fa1686db +SIZE (KDE/applications/19.04.1/keditbookmarks-19.04.1.tar.xz) = 184780 Modified: head/deskutils/kfind/distinfo ============================================================================== --- head/deskutils/kfind/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/deskutils/kfind/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094787 -SHA256 (KDE/applications/19.04.0/kfind-19.04.0.tar.xz) = 7eec5b096738bb28264bf870bdd85e24f97c62677be2d2a061f6c426ecfc3a47 -SIZE (KDE/applications/19.04.0/kfind-19.04.0.tar.xz) = 267804 +TIMESTAMP = 1557201976 +SHA256 (KDE/applications/19.04.1/kfind-19.04.1.tar.xz) = 496dd642473bfaa881387d2fb3a3507a9bf8c84b8a6874525221b561a50ef9fd +SIZE (KDE/applications/19.04.1/kfind-19.04.1.tar.xz) = 266556 Modified: head/deskutils/kmail-account-wizard/distinfo ============================================================================== --- head/deskutils/kmail-account-wizard/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/deskutils/kmail-account-wizard/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094788 -SHA256 (KDE/applications/19.04.0/kmail-account-wizard-19.04.0.tar.xz) = 640d63ceca23644e2f358c7117eb54daa0fffc669628398f7930fe273d7944a9 -SIZE (KDE/applications/19.04.0/kmail-account-wizard-19.04.0.tar.xz) = 156172 +TIMESTAMP = 1557201977 +SHA256 (KDE/applications/19.04.1/kmail-account-wizard-19.04.1.tar.xz) = c6714c425daa3d79dfb47b5d18cff26b10b1b087e4472f627738494f06d04ab8 +SIZE (KDE/applications/19.04.1/kmail-account-wizard-19.04.1.tar.xz) = 156044 Modified: head/deskutils/kmail/distinfo ============================================================================== --- head/deskutils/kmail/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/deskutils/kmail/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094787 -SHA256 (KDE/applications/19.04.0/kmail-19.04.0.tar.xz) = c191057769513d51d6604e0f51e441e54770ac07a982175a5be29b7797d6f486 -SIZE (KDE/applications/19.04.0/kmail-19.04.0.tar.xz) = 4729284 +TIMESTAMP = 1557201977 +SHA256 (KDE/applications/19.04.1/kmail-19.04.1.tar.xz) = 62fcd78318d35848e5ae461f7ebd3b6f202c57c51008c71d7e2a1d1c3d58f2c5 +SIZE (KDE/applications/19.04.1/kmail-19.04.1.tar.xz) = 4724416 Modified: head/deskutils/kmail/pkg-plist ============================================================================== --- head/deskutils/kmail/pkg-plist Thu May 9 18:17:13 2019 (r501126) +++ head/deskutils/kmail/pkg-plist Thu May 9 18:18:04 2019 (r501127) @@ -236,6 +236,7 @@ share/locale/ko/LC_MESSAGES/akonadi_archivemail_agent. share/locale/ko/LC_MESSAGES/akonadi_followupreminder_agent.mo share/locale/ko/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/ko/LC_MESSAGES/akonadi_sendlater_agent.mo +share/locale/ko/LC_MESSAGES/akonadi_unifiedmailbox_agent.mo share/locale/ko/LC_MESSAGES/kmail.mo share/locale/ko/LC_MESSAGES/ktnef.mo share/locale/lt/LC_MESSAGES/akonadi_archivemail_agent.mo Modified: head/deskutils/knotes/distinfo ============================================================================== --- head/deskutils/knotes/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/deskutils/knotes/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094788 -SHA256 (KDE/applications/19.04.0/knotes-19.04.0.tar.xz) = e2f98d029105d18c5c14b774782287e281e2367eebeb84d52727a5156abe4092 -SIZE (KDE/applications/19.04.0/knotes-19.04.0.tar.xz) = 320232 +TIMESTAMP = 1557201977 +SHA256 (KDE/applications/19.04.1/knotes-19.04.1.tar.xz) = b5cc805c657622e8cc4ab0ea07f30ea0258e767a87e525bc02fbc7d6ee9d7ec9 +SIZE (KDE/applications/19.04.1/knotes-19.04.1.tar.xz) = 319644 Modified: head/deskutils/kontact/distinfo ============================================================================== --- head/deskutils/kontact/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/deskutils/kontact/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094788 -SHA256 (KDE/applications/19.04.0/kontact-19.04.0.tar.xz) = 710d72ba01afa2aea89efca61f6c25245c0db04dc675b8871f7109a42a945cca -SIZE (KDE/applications/19.04.0/kontact-19.04.0.tar.xz) = 792972 +TIMESTAMP = 1557201978 +SHA256 (KDE/applications/19.04.1/kontact-19.04.1.tar.xz) = d60cc3165460a3e395778e4709ff55cbfbb80cc3536edb43d5d2335c70bd4714 +SIZE (KDE/applications/19.04.1/kontact-19.04.1.tar.xz) = 792608 Modified: head/deskutils/korganizer/distinfo ============================================================================== --- head/deskutils/korganizer/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/deskutils/korganizer/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094789 -SHA256 (KDE/applications/19.04.0/korganizer-19.04.0.tar.xz) = 3e8c69db9f504e3ec80307d1552af21440621c0e480abf874a5a73482800bcaf -SIZE (KDE/applications/19.04.0/korganizer-19.04.0.tar.xz) = 2233956 +TIMESTAMP = 1557201978 +SHA256 (KDE/applications/19.04.1/korganizer-19.04.1.tar.xz) = cb5c06d13f9f6eb4191ef6b86dab72ecde92fe6d9c8b6d9a4396645c94f83b67 +SIZE (KDE/applications/19.04.1/korganizer-19.04.1.tar.xz) = 2221676 Modified: head/deskutils/kruler/distinfo ============================================================================== --- head/deskutils/kruler/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/deskutils/kruler/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094789 -SHA256 (KDE/applications/19.04.0/kruler-19.04.0.tar.xz) = 7d29eac1d7f4e39f7d754ebb9d68aba70ab3dc12e8241007de750572ce761d73 -SIZE (KDE/applications/19.04.0/kruler-19.04.0.tar.xz) = 249356 +TIMESTAMP = 1557201978 +SHA256 (KDE/applications/19.04.1/kruler-19.04.1.tar.xz) = fdbff79128c8f4cb51f39dbb6f173726404d25c743aa68313651bb7a51addb53 +SIZE (KDE/applications/19.04.1/kruler-19.04.1.tar.xz) = 249100 Modified: head/deskutils/libkdepim/distinfo ============================================================================== --- head/deskutils/libkdepim/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/deskutils/libkdepim/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094790 -SHA256 (KDE/applications/19.04.0/libkdepim-19.04.0.tar.xz) = 099c7bd90e540c6996f333393afa4831c94b6fbe65f7800bde712ebae4ba8a8e -SIZE (KDE/applications/19.04.0/libkdepim-19.04.0.tar.xz) = 337264 +TIMESTAMP = 1557201978 +SHA256 (KDE/applications/19.04.1/libkdepim-19.04.1.tar.xz) = 28217ce30663955168d39eaa4e0c7efb47a437f59df77971f3e98efea99adc45 +SIZE (KDE/applications/19.04.1/libkdepim-19.04.1.tar.xz) = 335840 Modified: head/deskutils/mbox-importer/distinfo ============================================================================== --- head/deskutils/mbox-importer/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/deskutils/mbox-importer/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094790 -SHA256 (KDE/applications/19.04.0/mbox-importer-19.04.0.tar.xz) = 0fba78f2feee2ec7c11e64511195546b9c34695c091632494c1d77c2555eb888 -SIZE (KDE/applications/19.04.0/mbox-importer-19.04.0.tar.xz) = 33604 +TIMESTAMP = 1557201979 +SHA256 (KDE/applications/19.04.1/mbox-importer-19.04.1.tar.xz) = 3fcd5c6b3824dea9ff4145dde6bf7b472675e3927ce91258d89cbfe4d0ebb77a +SIZE (KDE/applications/19.04.1/mbox-importer-19.04.1.tar.xz) = 33720 Modified: head/deskutils/pim-data-exporter/distinfo ============================================================================== --- head/deskutils/pim-data-exporter/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/deskutils/pim-data-exporter/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094790 -SHA256 (KDE/applications/19.04.0/pim-data-exporter-19.04.0.tar.xz) = ae1c3bbfffebb85533b0bbf4b0f8b54c06e29fcdf7284295c89ab43d196a6ac3 -SIZE (KDE/applications/19.04.0/pim-data-exporter-19.04.0.tar.xz) = 271220 +TIMESTAMP = 1557201979 +SHA256 (KDE/applications/19.04.1/pim-data-exporter-19.04.1.tar.xz) = 0fa9e20ef67f64d5a9c967f4ea32a476438b23ab8405774035cd4584e6100ebd +SIZE (KDE/applications/19.04.1/pim-data-exporter-19.04.1.tar.xz) = 269864 Modified: head/deskutils/pim-sieve-editor/distinfo ============================================================================== --- head/deskutils/pim-sieve-editor/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/deskutils/pim-sieve-editor/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094791 -SHA256 (KDE/applications/19.04.0/pim-sieve-editor-19.04.0.tar.xz) = 0843df57695ca4dc359d048a7e3bf2b6bb66bd10d861714d316baa8ecb387dd1 -SIZE (KDE/applications/19.04.0/pim-sieve-editor-19.04.0.tar.xz) = 451312 +TIMESTAMP = 1557201979 +SHA256 (KDE/applications/19.04.1/pim-sieve-editor-19.04.1.tar.xz) = 3a8ce54140233fa7ae618fc05ae9d882cab6e56835e9fdb29e2242885ce50e10 +SIZE (KDE/applications/19.04.1/pim-sieve-editor-19.04.1.tar.xz) = 451596 Modified: head/devel/cervisia/distinfo ============================================================================== --- head/devel/cervisia/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/devel/cervisia/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094791 -SHA256 (KDE/applications/19.04.0/cervisia-19.04.0.tar.xz) = 011d9b38a82508ae73328dc56723af11fa8403c0dcf5b7d7703118d79f2ad8f4 -SIZE (KDE/applications/19.04.0/cervisia-19.04.0.tar.xz) = 1896124 +TIMESTAMP = 1557201980 +SHA256 (KDE/applications/19.04.1/cervisia-19.04.1.tar.xz) = fe72361330b055922e4ae66edb2e6958897b7c443ab3066ab7bbef1b8fd9d41b +SIZE (KDE/applications/19.04.1/cervisia-19.04.1.tar.xz) = 1894516 Modified: head/devel/dolphin-plugins/distinfo ============================================================================== --- head/devel/dolphin-plugins/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/devel/dolphin-plugins/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094791 -SHA256 (KDE/applications/19.04.0/dolphin-plugins-19.04.0.tar.xz) = c2898e0a64d5a9eab2a4bd661694b75805adfd0a925f1a21f894892264f96469 -SIZE (KDE/applications/19.04.0/dolphin-plugins-19.04.0.tar.xz) = 192060 +TIMESTAMP = 1557201980 +SHA256 (KDE/applications/19.04.1/dolphin-plugins-19.04.1.tar.xz) = dc528e93d3f7809b8480da5134ead3886205a172a85b25ffdd5720ec67892105 +SIZE (KDE/applications/19.04.1/dolphin-plugins-19.04.1.tar.xz) = 192444 Modified: head/devel/kapptemplate/distinfo ============================================================================== --- head/devel/kapptemplate/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/devel/kapptemplate/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094792 -SHA256 (KDE/applications/19.04.0/kapptemplate-19.04.0.tar.xz) = 7983c4576c6168731958790851d732f8bd4f4313d2cd00a8bf4dd37a4b6a4bb4 -SIZE (KDE/applications/19.04.0/kapptemplate-19.04.0.tar.xz) = 317548 +TIMESTAMP = 1557201980 +SHA256 (KDE/applications/19.04.1/kapptemplate-19.04.1.tar.xz) = 5985705081aa94d282d173277e5717eede6f923eef4ed2d99182c46fbd1c9fd3 +SIZE (KDE/applications/19.04.1/kapptemplate-19.04.1.tar.xz) = 317448 Modified: head/devel/kcachegrind/distinfo ============================================================================== --- head/devel/kcachegrind/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/devel/kcachegrind/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094792 -SHA256 (KDE/applications/19.04.0/kcachegrind-19.04.0.tar.xz) = 7021ac1b133e86692dad92ff8de6a0467c2b488d7e5c2977ee4880c166e088ca -SIZE (KDE/applications/19.04.0/kcachegrind-19.04.0.tar.xz) = 808596 +TIMESTAMP = 1557201980 +SHA256 (KDE/applications/19.04.1/kcachegrind-19.04.1.tar.xz) = 4b862becaa415601dc33391814637d8f089f2e2732192111ec029beb89991ac2 +SIZE (KDE/applications/19.04.1/kcachegrind-19.04.1.tar.xz) = 812720 Modified: head/devel/kde-dev-scripts/distinfo ============================================================================== --- head/devel/kde-dev-scripts/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/devel/kde-dev-scripts/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094792 -SHA256 (KDE/applications/19.04.0/kde-dev-scripts-19.04.0.tar.xz) = 23b777143c9402bf089cd2f84c5ac363183b74dcf81be8c08d74d5d099e898e5 -SIZE (KDE/applications/19.04.0/kde-dev-scripts-19.04.0.tar.xz) = 378052 +TIMESTAMP = 1557201981 +SHA256 (KDE/applications/19.04.1/kde-dev-scripts-19.04.1.tar.xz) = aa039d08b0e151703b6be0571d254d3656589d0b8422214110c460bd1f2aa6c2 +SIZE (KDE/applications/19.04.1/kde-dev-scripts-19.04.1.tar.xz) = 377700 Modified: head/devel/kde-dev-utils/distinfo ============================================================================== --- head/devel/kde-dev-utils/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/devel/kde-dev-utils/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094793 -SHA256 (KDE/applications/19.04.0/kde-dev-utils-19.04.0.tar.xz) = ec2df1ab8b73f19ffc8ec7abeba0577b42d15bc372a19b456a2a04ebb4691031 -SIZE (KDE/applications/19.04.0/kde-dev-utils-19.04.0.tar.xz) = 61648 +TIMESTAMP = 1557201981 +SHA256 (KDE/applications/19.04.1/kde-dev-utils-19.04.1.tar.xz) = 9bca818e44f80ece758c0430aebcaf56252bbdffed6c8f65d04ccb4d019f2d9b +SIZE (KDE/applications/19.04.1/kde-dev-utils-19.04.1.tar.xz) = 61736 Modified: head/devel/kdesdk-thumbnailers/distinfo ============================================================================== --- head/devel/kdesdk-thumbnailers/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/devel/kdesdk-thumbnailers/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094793 -SHA256 (KDE/applications/19.04.0/kdesdk-thumbnailers-19.04.0.tar.xz) = 195f539bec6e19de83e07dce117f7cd656f77199c2863a6a5738112d53843243 -SIZE (KDE/applications/19.04.0/kdesdk-thumbnailers-19.04.0.tar.xz) = 17252 +TIMESTAMP = 1557201981 +SHA256 (KDE/applications/19.04.1/kdesdk-thumbnailers-19.04.1.tar.xz) = 554d291605ac8827a2a4f6513a2230d9f9b0b8fcd6a37b0acd41c4db81fa3442 +SIZE (KDE/applications/19.04.1/kdesdk-thumbnailers-19.04.1.tar.xz) = 17200 Modified: head/devel/kio-extras/distinfo ============================================================================== --- head/devel/kio-extras/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/devel/kio-extras/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094794 -SHA256 (KDE/applications/19.04.0/kio-extras-19.04.0.tar.xz) = 0f3f2eaf40512cf4a61b09b94ca365d7d05c7b1a75f4e8afd047143a8e962d85 -SIZE (KDE/applications/19.04.0/kio-extras-19.04.0.tar.xz) = 569440 +TIMESTAMP = 1557201982 +SHA256 (KDE/applications/19.04.1/kio-extras-19.04.1.tar.xz) = ddf389a50142211566124ba902bb9f6b2988b1b94fefed7620a6ec421e3ff0bd +SIZE (KDE/applications/19.04.1/kio-extras-19.04.1.tar.xz) = 570944 Modified: head/devel/lokalize/distinfo ============================================================================== --- head/devel/lokalize/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/devel/lokalize/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094794 -SHA256 (KDE/applications/19.04.0/lokalize-19.04.0.tar.xz) = e2e8cd6f9bb0e59ffd4b88e5513b757df3b63892ce90e7000c872e896ef74266 -SIZE (KDE/applications/19.04.0/lokalize-19.04.0.tar.xz) = 1680008 +TIMESTAMP = 1557201982 +SHA256 (KDE/applications/19.04.1/lokalize-19.04.1.tar.xz) = 1e68faa5af9079e691e5d207b0397c0250fb6e1209b370e9762bfa949c35dce1 +SIZE (KDE/applications/19.04.1/lokalize-19.04.1.tar.xz) = 1676620 Modified: head/devel/poxml/distinfo ============================================================================== --- head/devel/poxml/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/devel/poxml/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094794 -SHA256 (KDE/applications/19.04.0/poxml-19.04.0.tar.xz) = c0a24557cc7e243790c5273fb2a4ff585a3e89cc994772a52979015d2e57a985 -SIZE (KDE/applications/19.04.0/poxml-19.04.0.tar.xz) = 43172 +TIMESTAMP = 1557201982 +SHA256 (KDE/applications/19.04.1/poxml-19.04.1.tar.xz) = d8439996821ded53dea321f84619f3754cc677b5fa08b5fd37aabb09b8dac2f9 +SIZE (KDE/applications/19.04.1/poxml-19.04.1.tar.xz) = 43280 Modified: head/devel/umbrello/distinfo ============================================================================== --- head/devel/umbrello/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/devel/umbrello/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094795 -SHA256 (KDE/applications/19.04.0/umbrello-19.04.0.tar.xz) = 7c37363a92bd91f2a515438068ba6f1c8747269ddaf2eda5a7998539ece4468d -SIZE (KDE/applications/19.04.0/umbrello-19.04.0.tar.xz) = 3680256 +TIMESTAMP = 1557201983 +SHA256 (KDE/applications/19.04.1/umbrello-19.04.1.tar.xz) = 42f9ba60320558439a1d5c68cc4d730c6b17e0b2b8a57b4686031bbecb3ab3c2 +SIZE (KDE/applications/19.04.1/umbrello-19.04.1.tar.xz) = 3678268 Modified: head/devel/umbrello/pkg-plist ============================================================================== --- head/devel/umbrello/pkg-plist Thu May 9 18:17:13 2019 (r501126) +++ head/devel/umbrello/pkg-plist Thu May 9 18:18:04 2019 (r501127) @@ -71,6 +71,7 @@ share/locale/kk/LC_MESSAGES/umbrello.mo share/locale/kk/LC_MESSAGES/umbrello_kdevphp5.mo share/locale/km/LC_MESSAGES/umbrello.mo share/locale/ko/LC_MESSAGES/umbrello.mo +share/locale/ko/LC_MESSAGES/umbrello_kdevphp.mo share/locale/ko/LC_MESSAGES/umbrello_kdevphp5.mo share/locale/lt/LC_MESSAGES/umbrello.mo share/locale/lt/LC_MESSAGES/umbrello_kdevphp5.mo Modified: head/editors/kate/distinfo ============================================================================== --- head/editors/kate/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/editors/kate/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094795 -SHA256 (KDE/applications/19.04.0/kate-19.04.0.tar.xz) = 64c3c312a69d45624e3619309b86de796f67d30a864433a5c24aeb4e299bacc9 -SIZE (KDE/applications/19.04.0/kate-19.04.0.tar.xz) = 5792940 +TIMESTAMP = 1557201983 +SHA256 (KDE/applications/19.04.1/kate-19.04.1.tar.xz) = af55513f00af1712a39631352e393dbd2f63ec6bd471831b44853a16d4bfbe8f +SIZE (KDE/applications/19.04.1/kate-19.04.1.tar.xz) = 5799496 Modified: head/games/blinken/distinfo ============================================================================== --- head/games/blinken/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/games/blinken/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094795 -SHA256 (KDE/applications/19.04.0/blinken-19.04.0.tar.xz) = 5d470c7f0d232ea01c99fbe1ed08e103291e80c3cfe74e245aba1c2009573eed -SIZE (KDE/applications/19.04.0/blinken-19.04.0.tar.xz) = 2819928 +TIMESTAMP = 1557201983 +SHA256 (KDE/applications/19.04.1/blinken-19.04.1.tar.xz) = 87fbf14568692885e7a496a8dae0c4f53a2837d1a824f9c7cf1038a7e8c861ca +SIZE (KDE/applications/19.04.1/blinken-19.04.1.tar.xz) = 2819912 Modified: head/games/bomber/distinfo ============================================================================== --- head/games/bomber/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/games/bomber/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094796 -SHA256 (KDE/applications/19.04.0/bomber-19.04.0.tar.xz) = 4f82f3f42aff36de837f7c9ddc5986f6c73cb50de122b46320dba0a0b03f9a7d -SIZE (KDE/applications/19.04.0/bomber-19.04.0.tar.xz) = 819520 +TIMESTAMP = 1557201984 +SHA256 (KDE/applications/19.04.1/bomber-19.04.1.tar.xz) = 1359ebcaab26acd2dfa738160f9dd7a86e5bfa3d3b2f8a86c656ee187ad6c3fe +SIZE (KDE/applications/19.04.1/bomber-19.04.1.tar.xz) = 818676 Modified: head/games/bovo/distinfo ============================================================================== --- head/games/bovo/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/games/bovo/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094796 -SHA256 (KDE/applications/19.04.0/bovo-19.04.0.tar.xz) = 2cfccb09087a32d8a75f6dd763168e2ef5928f55b58505a542bc36fdac8e141e -SIZE (KDE/applications/19.04.0/bovo-19.04.0.tar.xz) = 199636 +TIMESTAMP = 1557201984 +SHA256 (KDE/applications/19.04.1/bovo-19.04.1.tar.xz) = 46b5286349ba7765b81edf92f834c3e8e5c0ecd65466deb5fa593477e76f0763 +SIZE (KDE/applications/19.04.1/bovo-19.04.1.tar.xz) = 199296 Modified: head/games/granatier/distinfo ============================================================================== --- head/games/granatier/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/games/granatier/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094796 -SHA256 (KDE/applications/19.04.0/granatier-19.04.0.tar.xz) = d83e91a5056e4caf1e522921025cb79355c0c2d53b7f0e98444d37291d80d63a -SIZE (KDE/applications/19.04.0/granatier-19.04.0.tar.xz) = 1942988 +TIMESTAMP = 1557201984 +SHA256 (KDE/applications/19.04.1/granatier-19.04.1.tar.xz) = 372dd577805457425bb9c35b5f434089aa2bb7c1e6f54908b2be60d4dda2cb22 +SIZE (KDE/applications/19.04.1/granatier-19.04.1.tar.xz) = 1940824 Modified: head/games/kanagram/distinfo ============================================================================== --- head/games/kanagram/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/games/kanagram/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094797 -SHA256 (KDE/applications/19.04.0/kanagram-19.04.0.tar.xz) = dda3ce8211957e016521597a923de92d261e32c31ebf84faa697bd26cf16647c -SIZE (KDE/applications/19.04.0/kanagram-19.04.0.tar.xz) = 8030456 +TIMESTAMP = 1557201985 +SHA256 (KDE/applications/19.04.1/kanagram-19.04.1.tar.xz) = 70b0f7b20f2ebd951e3a10097990f9232cd1e3e6c11441d93513d435a7cb7f38 +SIZE (KDE/applications/19.04.1/kanagram-19.04.1.tar.xz) = 8031916 Modified: head/games/kapman/distinfo ============================================================================== --- head/games/kapman/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/games/kapman/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094797 -SHA256 (KDE/applications/19.04.0/kapman-19.04.0.tar.xz) = f77dd3210bcdfb2d424f7a919848e25a4b4ae994d74b59111f352e41c2086324 -SIZE (KDE/applications/19.04.0/kapman-19.04.0.tar.xz) = 2525660 +TIMESTAMP = 1557201985 +SHA256 (KDE/applications/19.04.1/kapman-19.04.1.tar.xz) = 7714a0cbd8e24f3ce46679d1f16d690c8bc62a988f0b3175095e0f0c23ce1400 +SIZE (KDE/applications/19.04.1/kapman-19.04.1.tar.xz) = 2525640 Modified: head/games/katomic/distinfo ============================================================================== --- head/games/katomic/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/games/katomic/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094798 -SHA256 (KDE/applications/19.04.0/katomic-19.04.0.tar.xz) = ea6e6642e16f985653caf2cd9dd61248e7038fb0246e9af4d4daec20401537a2 -SIZE (KDE/applications/19.04.0/katomic-19.04.0.tar.xz) = 1422836 +TIMESTAMP = 1557201985 +SHA256 (KDE/applications/19.04.1/katomic-19.04.1.tar.xz) = 2addfb86ec0043ab81046d64862e8fbeb3b4dd3b8d18f618ac8c39d995a05ce5 +SIZE (KDE/applications/19.04.1/katomic-19.04.1.tar.xz) = 1421152 Modified: head/games/kblackbox/distinfo ============================================================================== --- head/games/kblackbox/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/games/kblackbox/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094798 -SHA256 (KDE/applications/19.04.0/kblackbox-19.04.0.tar.xz) = 9363167664b6b4e54325f9691333df912eefa1e19d387c9a2780626914b813f9 -SIZE (KDE/applications/19.04.0/kblackbox-19.04.0.tar.xz) = 444344 +TIMESTAMP = 1557201985 +SHA256 (KDE/applications/19.04.1/kblackbox-19.04.1.tar.xz) = 9b5d57d0058c2458b7e24bd885d164cc1523d0c45827082e55af6ce669992431 +SIZE (KDE/applications/19.04.1/kblackbox-19.04.1.tar.xz) = 444424 Modified: head/games/kblocks/distinfo ============================================================================== --- head/games/kblocks/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/games/kblocks/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094798 -SHA256 (KDE/applications/19.04.0/kblocks-19.04.0.tar.xz) = c70a60f3a2e4c8f7756a1f9b1e025f8f91ec83c4f54feedf0ba05eea36b0037e -SIZE (KDE/applications/19.04.0/kblocks-19.04.0.tar.xz) = 1920744 +TIMESTAMP = 1557201986 +SHA256 (KDE/applications/19.04.1/kblocks-19.04.1.tar.xz) = 0ae62f1aa9aeaa58f6e5fd62d6281159ef8a2bbee28d84b9d7a2ab207ec95390 +SIZE (KDE/applications/19.04.1/kblocks-19.04.1.tar.xz) = 1921740 Modified: head/games/kbounce/distinfo ============================================================================== --- head/games/kbounce/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/games/kbounce/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094799 -SHA256 (KDE/applications/19.04.0/kbounce-19.04.0.tar.xz) = cd28d777db8ff1dc1437fb6456c2fdfe8b9005c0cea3ce05337fbf425803834f -SIZE (KDE/applications/19.04.0/kbounce-19.04.0.tar.xz) = 3467584 +TIMESTAMP = 1557201986 +SHA256 (KDE/applications/19.04.1/kbounce-19.04.1.tar.xz) = 729662f29e1b5b17b775bfa6895088cf3a7ee4ce3d4f2bc3db4f69ab0f07ca12 +SIZE (KDE/applications/19.04.1/kbounce-19.04.1.tar.xz) = 3467528 Modified: head/games/kbreakout/distinfo ============================================================================== --- head/games/kbreakout/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/games/kbreakout/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094799 -SHA256 (KDE/applications/19.04.0/kbreakout-19.04.0.tar.xz) = c4aa847def701be288e53ceb27c8c63c34aa527f8e64c91fb007d053b1119db8 -SIZE (KDE/applications/19.04.0/kbreakout-19.04.0.tar.xz) = 2276364 +TIMESTAMP = 1557201986 +SHA256 (KDE/applications/19.04.1/kbreakout-19.04.1.tar.xz) = 9f40bb1c2d2e29a1098e371ffd0e97595d8e23cc7af2111fd143b67fac1393ad +SIZE (KDE/applications/19.04.1/kbreakout-19.04.1.tar.xz) = 2273460 Modified: head/games/kdiamond/distinfo ============================================================================== --- head/games/kdiamond/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/games/kdiamond/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094810 -SHA256 (KDE/applications/19.04.0/kdiamond-19.04.0.tar.xz) = 121ef36611bf7fe9a7d1d4700622a4cc8a349fe262b7c568026a4da55dfd4b26 -SIZE (KDE/applications/19.04.0/kdiamond-19.04.0.tar.xz) = 4719696 +TIMESTAMP = 1557201997 +SHA256 (KDE/applications/19.04.1/kdiamond-19.04.1.tar.xz) = a7588f21e7151c1053787f75a17c1062a9c0b43611b824632ed1b8689f4996f3 +SIZE (KDE/applications/19.04.1/kdiamond-19.04.1.tar.xz) = 4719984 Modified: head/games/kfourinline/distinfo ============================================================================== --- head/games/kfourinline/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/games/kfourinline/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094810 -SHA256 (KDE/applications/19.04.0/kfourinline-19.04.0.tar.xz) = 458bc34c169df064c8d974d6f27e18e3cc5f3e9fb069358817d00a590f2e200a -SIZE (KDE/applications/19.04.0/kfourinline-19.04.0.tar.xz) = 636688 +TIMESTAMP = 1557201997 +SHA256 (KDE/applications/19.04.1/kfourinline-19.04.1.tar.xz) = 9ba39703ccf64b76a0b9a2705d65b7c6c2067db795cfed298f0e3a2eac48b973 +SIZE (KDE/applications/19.04.1/kfourinline-19.04.1.tar.xz) = 636740 Modified: head/games/kgoldrunner/distinfo ============================================================================== --- head/games/kgoldrunner/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/games/kgoldrunner/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094810 -SHA256 (KDE/applications/19.04.0/kgoldrunner-19.04.0.tar.xz) = 3d2eb37695328065ee5cf4c4ba4ee707ce514b4c7aab84c93cd3bef8d329b8ba -SIZE (KDE/applications/19.04.0/kgoldrunner-19.04.0.tar.xz) = 4415300 +TIMESTAMP = 1557201998 +SHA256 (KDE/applications/19.04.1/kgoldrunner-19.04.1.tar.xz) = 11db3aecf77b7097b7d3d626dba4a3b4bcd3d5ab02a1e04cf7f6932b0b73a760 +SIZE (KDE/applications/19.04.1/kgoldrunner-19.04.1.tar.xz) = 4419644 Modified: head/games/khangman/distinfo ============================================================================== --- head/games/khangman/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/games/khangman/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094811 -SHA256 (KDE/applications/19.04.0/khangman-19.04.0.tar.xz) = 2a7120f7a54848dc017efdb86c22a964626029d9ca300d8e1488d385f10dc61c -SIZE (KDE/applications/19.04.0/khangman-19.04.0.tar.xz) = 7124812 +TIMESTAMP = 1557201998 +SHA256 (KDE/applications/19.04.1/khangman-19.04.1.tar.xz) = 5d35620bc048ecabd21b20cadfa8df07e72f195bdc5b9ad2c7e86e17d27afe27 +SIZE (KDE/applications/19.04.1/khangman-19.04.1.tar.xz) = 7126484 Modified: head/games/kigo/distinfo ============================================================================== --- head/games/kigo/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/games/kigo/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094811 -SHA256 (KDE/applications/19.04.0/kigo-19.04.0.tar.xz) = 30f12515ec4d22d39c6c90690545e1975a3ba9917180503ef42cba40ffbd874c -SIZE (KDE/applications/19.04.0/kigo-19.04.0.tar.xz) = 5224380 +TIMESTAMP = 1557201998 +SHA256 (KDE/applications/19.04.1/kigo-19.04.1.tar.xz) = 5b5cae565a79309dc23b26acf2f596d36fd62950af58405094e4fa9a38e5e4ad +SIZE (KDE/applications/19.04.1/kigo-19.04.1.tar.xz) = 5224196 Modified: head/games/killbots/distinfo ============================================================================== --- head/games/killbots/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/games/killbots/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094811 -SHA256 (KDE/applications/19.04.0/killbots-19.04.0.tar.xz) = 0cc928a1956b72bc207feed237598b445b5a7d7d26a266ec88080c1510870359 -SIZE (KDE/applications/19.04.0/killbots-19.04.0.tar.xz) = 1167108 +TIMESTAMP = 1557201998 +SHA256 (KDE/applications/19.04.1/killbots-19.04.1.tar.xz) = 8829dba8a3af320b03e21cd356e53fef0e70c10831ffeb6a70b722dde9877938 +SIZE (KDE/applications/19.04.1/killbots-19.04.1.tar.xz) = 1168904 Modified: head/games/kiriki/distinfo ============================================================================== --- head/games/kiriki/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/games/kiriki/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094812 -SHA256 (KDE/applications/19.04.0/kiriki-19.04.0.tar.xz) = feb7b4fce0e6b1749bddd254a46a5d34bf5584a3d60aef460816380141ad630e -SIZE (KDE/applications/19.04.0/kiriki-19.04.0.tar.xz) = 371864 +TIMESTAMP = 1557201999 +SHA256 (KDE/applications/19.04.1/kiriki-19.04.1.tar.xz) = 131c6b5bd8f2b014a28bd5cb9985111f63991974b672dcfbc0266d32f069954b +SIZE (KDE/applications/19.04.1/kiriki-19.04.1.tar.xz) = 371708 Modified: head/games/kjumpingcube/distinfo ============================================================================== --- head/games/kjumpingcube/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/games/kjumpingcube/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094812 -SHA256 (KDE/applications/19.04.0/kjumpingcube-19.04.0.tar.xz) = 28fabf01d0a2481c54018d00985254acb107579c5afa93bbec7b3795c2a3f143 -SIZE (KDE/applications/19.04.0/kjumpingcube-19.04.0.tar.xz) = 286896 +TIMESTAMP = 1557201999 +SHA256 (KDE/applications/19.04.1/kjumpingcube-19.04.1.tar.xz) = 13d6a138e09c9088ce38fe9a124bd600386dc097b929f6f85416bc1da0012ab1 +SIZE (KDE/applications/19.04.1/kjumpingcube-19.04.1.tar.xz) = 286204 Modified: head/games/klickety/distinfo ============================================================================== --- head/games/klickety/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/games/klickety/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094812 -SHA256 (KDE/applications/19.04.0/klickety-19.04.0.tar.xz) = 2ad160e3ea0a6f11c828f3b4bcea8f75db4121dda6d6e498fa1fc095e82e80e5 -SIZE (KDE/applications/19.04.0/klickety-19.04.0.tar.xz) = 1388736 +TIMESTAMP = 1557201999 +SHA256 (KDE/applications/19.04.1/klickety-19.04.1.tar.xz) = d4ae4d002f008200a6ce920f2aff6841d9ad58b22c392d7eefac7867b32340af +SIZE (KDE/applications/19.04.1/klickety-19.04.1.tar.xz) = 1388332 Modified: head/games/klines/distinfo ============================================================================== --- head/games/klines/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/games/klines/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094813 -SHA256 (KDE/applications/19.04.0/klines-19.04.0.tar.xz) = 139c0a4da7186e6e57228fcbe8666aa40e52ae01f328fea4d53ed8611ed54a96 -SIZE (KDE/applications/19.04.0/klines-19.04.0.tar.xz) = 1781660 +TIMESTAMP = 1557202000 +SHA256 (KDE/applications/19.04.1/klines-19.04.1.tar.xz) = 2ca4ad74fefa87bbf3a38ea90b55025ab8554bfdc47d7e4323e0906e9e1c8962 +SIZE (KDE/applications/19.04.1/klines-19.04.1.tar.xz) = 1779684 Modified: head/games/kmahjongg/distinfo ============================================================================== --- head/games/kmahjongg/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/games/kmahjongg/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094813 -SHA256 (KDE/applications/19.04.0/kmahjongg-19.04.0.tar.xz) = 519bf6bb0bc098f74467d3ec9b49c82d22241dfd518d004163565e86dbc21a36 -SIZE (KDE/applications/19.04.0/kmahjongg-19.04.0.tar.xz) = 4065108 +TIMESTAMP = 1557202000 +SHA256 (KDE/applications/19.04.1/kmahjongg-19.04.1.tar.xz) = 75dbcfb5747530a3b69574fdc87b532067516415f962e7943feef97549237c99 +SIZE (KDE/applications/19.04.1/kmahjongg-19.04.1.tar.xz) = 4063280 Modified: head/games/kmines/distinfo ============================================================================== --- head/games/kmines/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/games/kmines/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094814 -SHA256 (KDE/applications/19.04.0/kmines-19.04.0.tar.xz) = 56452ab18c74f2863efc99200a5facd53827382c06fc8534d095bffaca497566 -SIZE (KDE/applications/19.04.0/kmines-19.04.0.tar.xz) = 904216 +TIMESTAMP = 1557202000 +SHA256 (KDE/applications/19.04.1/kmines-19.04.1.tar.xz) = 98a3860113a51e215a42791e3eb845978cda51fb5001b8e8bb41fe9182765d12 +SIZE (KDE/applications/19.04.1/kmines-19.04.1.tar.xz) = 903768 Modified: head/games/knavalbattle/distinfo ============================================================================== --- head/games/knavalbattle/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/games/knavalbattle/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094814 -SHA256 (KDE/applications/19.04.0/knavalbattle-19.04.0.tar.xz) = 1e6fbd202092230017c268cd825438debf766e3cc810244b63dc8690b5a69585 -SIZE (KDE/applications/19.04.0/knavalbattle-19.04.0.tar.xz) = 1280608 +TIMESTAMP = 1557202001 +SHA256 (KDE/applications/19.04.1/knavalbattle-19.04.1.tar.xz) = f7b5ad956e4b1c06b04fec2d6f39331e81f2c44c716c2e666ef75b9d786982bc +SIZE (KDE/applications/19.04.1/knavalbattle-19.04.1.tar.xz) = 1280608 Modified: head/games/knetwalk/distinfo ============================================================================== --- head/games/knetwalk/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/games/knetwalk/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094814 -SHA256 (KDE/applications/19.04.0/knetwalk-19.04.0.tar.xz) = 84b03a6b7c3ff6634402b016089a54ed0116ace221fdfb04ad3d2a8997f68b4b -SIZE (KDE/applications/19.04.0/knetwalk-19.04.0.tar.xz) = 1037856 +TIMESTAMP = 1557202001 +SHA256 (KDE/applications/19.04.1/knetwalk-19.04.1.tar.xz) = e762415b6891c4098febc090bc80e5698cd3fb9ac2b8f4988aaf096816e3b62b +SIZE (KDE/applications/19.04.1/knetwalk-19.04.1.tar.xz) = 1038300 Modified: head/games/knights/distinfo ============================================================================== --- head/games/knights/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/games/knights/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094815 -SHA256 (KDE/applications/19.04.0/knights-19.04.0.tar.xz) = 53eb3214550fc104755ffe076c970cf5499c9553b543d83df42a3b5f5d8d309a -SIZE (KDE/applications/19.04.0/knights-19.04.0.tar.xz) = 3509000 +TIMESTAMP = 1557202001 +SHA256 (KDE/applications/19.04.1/knights-19.04.1.tar.xz) = d722fad8e835ea402337ffe1e6b8d1a5bda5a0e1c36ee3a89a6782b666a8534e +SIZE (KDE/applications/19.04.1/knights-19.04.1.tar.xz) = 3507300 Modified: head/games/kolf/distinfo ============================================================================== --- head/games/kolf/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/games/kolf/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094815 -SHA256 (KDE/applications/19.04.0/kolf-19.04.0.tar.xz) = 431b31dc6290214be5f5df1d3c6a8eb4a910b4f72135840d4ec3fa6945319c81 -SIZE (KDE/applications/19.04.0/kolf-19.04.0.tar.xz) = 1023072 +TIMESTAMP = 1557202001 +SHA256 (KDE/applications/19.04.1/kolf-19.04.1.tar.xz) = 92a56f5e5602a898537f87e12968e47cfe6f76d10daac6240e9f60e6751d06d7 +SIZE (KDE/applications/19.04.1/kolf-19.04.1.tar.xz) = 1022824 Modified: head/games/kollision/distinfo ============================================================================== --- head/games/kollision/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/games/kollision/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094815 -SHA256 (KDE/applications/19.04.0/kollision-19.04.0.tar.xz) = f218ef5691235155911b4d03cd301ee6caa0bde6eb324cd55117e722002b0927 -SIZE (KDE/applications/19.04.0/kollision-19.04.0.tar.xz) = 280852 +TIMESTAMP = 1557202002 +SHA256 (KDE/applications/19.04.1/kollision-19.04.1.tar.xz) = 2c243790feb8d7a7760fcadff6b06b21aea930218d0915664b420dccdc1c7de9 +SIZE (KDE/applications/19.04.1/kollision-19.04.1.tar.xz) = 280600 Modified: head/games/konquest/distinfo ============================================================================== --- head/games/konquest/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/games/konquest/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094816 -SHA256 (KDE/applications/19.04.0/konquest-19.04.0.tar.xz) = 5361a865fefc0dac19e166d282188b732cfbe4389afe095c38c8d30b56f7ff6f -SIZE (KDE/applications/19.04.0/konquest-19.04.0.tar.xz) = 658504 +TIMESTAMP = 1557202002 +SHA256 (KDE/applications/19.04.1/konquest-19.04.1.tar.xz) = cac10983efbc026d5c8cd3330c94865b43b1a229ff9bb76077ab25d734133aab +SIZE (KDE/applications/19.04.1/konquest-19.04.1.tar.xz) = 658136 Modified: head/games/kpat/distinfo ============================================================================== --- head/games/kpat/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/games/kpat/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094816 -SHA256 (KDE/applications/19.04.0/kpat-19.04.0.tar.xz) = bcd295a3df422b5cfa8258bb3cd0be7e4405f44604681d98589f2982c44414a1 -SIZE (KDE/applications/19.04.0/kpat-19.04.0.tar.xz) = 3574476 +TIMESTAMP = 1557202002 +SHA256 (KDE/applications/19.04.1/kpat-19.04.1.tar.xz) = 2c0b29e5d372d55d77ceced098b8262b11a431518e818eec052d867c21ad6896 +SIZE (KDE/applications/19.04.1/kpat-19.04.1.tar.xz) = 3575064 Modified: head/games/kreversi/distinfo ============================================================================== --- head/games/kreversi/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/games/kreversi/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094816 -SHA256 (KDE/applications/19.04.0/kreversi-19.04.0.tar.xz) = a715d068eaf381a26e1f432f2d6b3f3ffffb388282b484cd8ad0833acf429d82 -SIZE (KDE/applications/19.04.0/kreversi-19.04.0.tar.xz) = 943104 +TIMESTAMP = 1557202003 +SHA256 (KDE/applications/19.04.1/kreversi-19.04.1.tar.xz) = c8bce72bff0bd8b452335c158900d41a419ce3e62afd996f67a4b77abf38cdc9 +SIZE (KDE/applications/19.04.1/kreversi-19.04.1.tar.xz) = 942636 Modified: head/games/kshisen/distinfo ============================================================================== --- head/games/kshisen/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/games/kshisen/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094817 -SHA256 (KDE/applications/19.04.0/kshisen-19.04.0.tar.xz) = c7d2799105c71d5d0077383c9b24a52ae85705c39977c8dc167a2594651c17eb -SIZE (KDE/applications/19.04.0/kshisen-19.04.0.tar.xz) = 821292 +TIMESTAMP = 1557202003 +SHA256 (KDE/applications/19.04.1/kshisen-19.04.1.tar.xz) = a9e0e7324bb1bcad6c9427c0563236e557de85ad9724a52cfc917b43726b1aa6 +SIZE (KDE/applications/19.04.1/kshisen-19.04.1.tar.xz) = 822288 Modified: head/games/ksirk/distinfo ============================================================================== --- head/games/ksirk/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/games/ksirk/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094817 -SHA256 (KDE/applications/19.04.0/ksirk-19.04.0.tar.xz) = 3dcd578050807aa37652e5e589ddff7a5aec46c82309db85aab588bd3060d5a0 -SIZE (KDE/applications/19.04.0/ksirk-19.04.0.tar.xz) = 6989220 +TIMESTAMP = 1557202003 +SHA256 (KDE/applications/19.04.1/ksirk-19.04.1.tar.xz) = 170cc0f9dea3f35e15de5d1090e8e3fa2b2ed16fa1722dfeaef47339667f322e +SIZE (KDE/applications/19.04.1/ksirk-19.04.1.tar.xz) = 6994692 Modified: head/games/ksnakeduel/distinfo ============================================================================== --- head/games/ksnakeduel/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/games/ksnakeduel/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094817 -SHA256 (KDE/applications/19.04.0/ksnakeduel-19.04.0.tar.xz) = e9ca727c7e7cef21e9bedbb1504b2023baac9ab5ba0b624dc91e1bf716eb8335 -SIZE (KDE/applications/19.04.0/ksnakeduel-19.04.0.tar.xz) = 605036 +TIMESTAMP = 1557202004 +SHA256 (KDE/applications/19.04.1/ksnakeduel-19.04.1.tar.xz) = 89de9e20e71ac8225e94d406cd3d25f057df35c96d4a3b7d418ffe5e6b0ef046 +SIZE (KDE/applications/19.04.1/ksnakeduel-19.04.1.tar.xz) = 604480 Modified: head/games/kspaceduel/distinfo ============================================================================== --- head/games/kspaceduel/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/games/kspaceduel/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094818 -SHA256 (KDE/applications/19.04.0/kspaceduel-19.04.0.tar.xz) = 486b8d84f3070b7795456ec5847d7b5a9bb3c2b5d3e1c4bcdfedff18b8d735a7 -SIZE (KDE/applications/19.04.0/kspaceduel-19.04.0.tar.xz) = 610640 +TIMESTAMP = 1557202004 +SHA256 (KDE/applications/19.04.1/kspaceduel-19.04.1.tar.xz) = 388eaf152c996bd7326f0a4cd18fafb2600659513750d0aadd98b780eb6ec8b7 +SIZE (KDE/applications/19.04.1/kspaceduel-19.04.1.tar.xz) = 610168 Modified: head/games/ksquares/distinfo ============================================================================== --- head/games/ksquares/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/games/ksquares/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094818 -SHA256 (KDE/applications/19.04.0/ksquares-19.04.0.tar.xz) = c5a7dc34619f1ee4d621c3371b65bdcd46cf3433c183b4bc85c8a7586b6e85b4 -SIZE (KDE/applications/19.04.0/ksquares-19.04.0.tar.xz) = 259712 +TIMESTAMP = 1557202004 +SHA256 (KDE/applications/19.04.1/ksquares-19.04.1.tar.xz) = 3c9b0cb0921d1c29c6c451a22b318151010a3321350292d0d5fc26cc16618773 +SIZE (KDE/applications/19.04.1/ksquares-19.04.1.tar.xz) = 259264 Modified: head/games/ksudoku/distinfo ============================================================================== --- head/games/ksudoku/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/games/ksudoku/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094828 -SHA256 (KDE/applications/19.04.0/ksudoku-19.04.0.tar.xz) = 4f5cff274741326bff02108fef4996f289c56ff026fd6e2921e4a2bf492a14cb -SIZE (KDE/applications/19.04.0/ksudoku-19.04.0.tar.xz) = 1646724 +TIMESTAMP = 1557202014 +SHA256 (KDE/applications/19.04.1/ksudoku-19.04.1.tar.xz) = 4f95ccd1b162c7fb7cad2b04e08e3a29cfc98ad27b87e6e76e389418d09c0f7b +SIZE (KDE/applications/19.04.1/ksudoku-19.04.1.tar.xz) = 1645944 Modified: head/games/ktuberling/distinfo ============================================================================== --- head/games/ktuberling/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/games/ktuberling/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094829 -SHA256 (KDE/applications/19.04.0/ktuberling-19.04.0.tar.xz) = 984c29562bd20f93117e7d79aa120dd906e6d4490ae5d2b52ad03f7bbfb85ace -SIZE (KDE/applications/19.04.0/ktuberling-19.04.0.tar.xz) = 32630400 +TIMESTAMP = 1557202015 +SHA256 (KDE/applications/19.04.1/ktuberling-19.04.1.tar.xz) = f8146ecbe3a1005871a589054b996d059e5ff08b9d7fdeaa06591ae0ab05b8cb +SIZE (KDE/applications/19.04.1/ktuberling-19.04.1.tar.xz) = 32635960 Modified: head/games/kubrick/distinfo ============================================================================== --- head/games/kubrick/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/games/kubrick/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094839 -SHA256 (KDE/applications/19.04.0/kubrick-19.04.0.tar.xz) = 72adc4e07df6062dd444c4bb9571429acf9c2ee68e273bc42c7925b1c06aad5e -SIZE (KDE/applications/19.04.0/kubrick-19.04.0.tar.xz) = 311376 +TIMESTAMP = 1557202025 +SHA256 (KDE/applications/19.04.1/kubrick-19.04.1.tar.xz) = 636080a8cac2f689f5af8de9aacef9e90029eafaaf7f1867b8a53a8a558e94c7 +SIZE (KDE/applications/19.04.1/kubrick-19.04.1.tar.xz) = 310176 Modified: head/games/libkdegames/distinfo ============================================================================== --- head/games/libkdegames/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/games/libkdegames/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094840 -SHA256 (KDE/applications/19.04.0/libkdegames-19.04.0.tar.xz) = 2965e4a313609f6408becb13e54e26bfe14b37b58e7737e051129896f6e8bcd3 -SIZE (KDE/applications/19.04.0/libkdegames-19.04.0.tar.xz) = 6382296 +TIMESTAMP = 1557202025 +SHA256 (KDE/applications/19.04.1/libkdegames-19.04.1.tar.xz) = a16baa2818ab6f553d9c2635b252530538812787c50f9fbc0d18781943150e5c +SIZE (KDE/applications/19.04.1/libkdegames-19.04.1.tar.xz) = 6384628 Modified: head/games/libkmahjongg/distinfo ============================================================================== --- head/games/libkmahjongg/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/games/libkmahjongg/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094840 -SHA256 (KDE/applications/19.04.0/libkmahjongg-19.04.0.tar.xz) = 1ab4461ba92de0cc56bd349a859d5c647f816b20923692237e7f3098ba9dd76e -SIZE (KDE/applications/19.04.0/libkmahjongg-19.04.0.tar.xz) = 1683724 +TIMESTAMP = 1557202026 +SHA256 (KDE/applications/19.04.1/libkmahjongg-19.04.1.tar.xz) = 7a1df5a03e1da1b801ca4530be3b9008b92cb4872ce8ec0038f2686ac325efbb +SIZE (KDE/applications/19.04.1/libkmahjongg-19.04.1.tar.xz) = 1684064 Modified: head/games/lskat/distinfo ============================================================================== --- head/games/lskat/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/games/lskat/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094840 -SHA256 (KDE/applications/19.04.0/lskat-19.04.0.tar.xz) = c3358e62eb8a0c428c32f1ac759f5ead15d4ab552b1ae5b273e6927d14bb0ad1 -SIZE (KDE/applications/19.04.0/lskat-19.04.0.tar.xz) = 1218076 +TIMESTAMP = 1557202026 +SHA256 (KDE/applications/19.04.1/lskat-19.04.1.tar.xz) = f83f9df9e4786a8d6d8d197defb8ac7f40b8bed8e88578673b2660c14c7a4edf +SIZE (KDE/applications/19.04.1/lskat-19.04.1.tar.xz) = 1216740 Modified: head/games/palapeli/distinfo ============================================================================== --- head/games/palapeli/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/games/palapeli/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094841 -SHA256 (KDE/applications/19.04.0/palapeli-19.04.0.tar.xz) = 21f8b6b109d6cc61acbb0ee01aa31982bb6e27e8894e4f00407f52904d177a2b -SIZE (KDE/applications/19.04.0/palapeli-19.04.0.tar.xz) = 2065264 +TIMESTAMP = 1557202026 +SHA256 (KDE/applications/19.04.1/palapeli-19.04.1.tar.xz) = dc661c88dcf6e3a17b9a2a403cac1ba9bd8f7144ff2c01ff3c286564159f796b +SIZE (KDE/applications/19.04.1/palapeli-19.04.1.tar.xz) = 2063640 Modified: head/games/picmi/distinfo ============================================================================== --- head/games/picmi/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/games/picmi/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094841 -SHA256 (KDE/applications/19.04.0/picmi-19.04.0.tar.xz) = edb10bc29d6817dffeb51762c5fa793ee8de3b3a70c2c6616012f5a043799d86 -SIZE (KDE/applications/19.04.0/picmi-19.04.0.tar.xz) = 1356056 +TIMESTAMP = 1557202027 +SHA256 (KDE/applications/19.04.1/picmi-19.04.1.tar.xz) = 10abab6e48f48e1e1308fbd2a687bb4c5051c6ae2a670b737d6974432fdef30c +SIZE (KDE/applications/19.04.1/picmi-19.04.1.tar.xz) = 1355096 Modified: head/graphics/gwenview/distinfo ============================================================================== --- head/graphics/gwenview/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/graphics/gwenview/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094842 -SHA256 (KDE/applications/19.04.0/gwenview-19.04.0.tar.xz) = c7d422bddf031fa9d5a23459c65ea6dbb5919e964cc194178a864ee98912b46d -SIZE (KDE/applications/19.04.0/gwenview-19.04.0.tar.xz) = 5717548 +TIMESTAMP = 1557202027 +SHA256 (KDE/applications/19.04.1/gwenview-19.04.1.tar.xz) = 636498100284be86194d328c40ed70166cc96a5fc7665090e4a1ca9538b2f13c +SIZE (KDE/applications/19.04.1/gwenview-19.04.1.tar.xz) = 5714236 Modified: head/graphics/kamera/distinfo ============================================================================== --- head/graphics/kamera/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/graphics/kamera/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094842 -SHA256 (KDE/applications/19.04.0/kamera-19.04.0.tar.xz) = b6b5891e886f543140d1ea6775ec1f1f4575e698d34af04fd65acbafa7e42392 -SIZE (KDE/applications/19.04.0/kamera-19.04.0.tar.xz) = 98912 +TIMESTAMP = 1557202027 +SHA256 (KDE/applications/19.04.1/kamera-19.04.1.tar.xz) = 3d5f97ac4b454c1512762f4039003d5745372aafa4fda4f293bda885ee70984f +SIZE (KDE/applications/19.04.1/kamera-19.04.1.tar.xz) = 98428 Modified: head/graphics/kcolorchooser/distinfo ============================================================================== --- head/graphics/kcolorchooser/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/graphics/kcolorchooser/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094842 -SHA256 (KDE/applications/19.04.0/kcolorchooser-19.04.0.tar.xz) = 8f338ba51349cb056f25266d884ca318d3fd3933288ec96f9f17df6c842bc839 -SIZE (KDE/applications/19.04.0/kcolorchooser-19.04.0.tar.xz) = 18892 +TIMESTAMP = 1557202028 +SHA256 (KDE/applications/19.04.1/kcolorchooser-19.04.1.tar.xz) = bfc2cdafd709d8829e19367151f59725152af2f4a80c583df671a9df1378e57a +SIZE (KDE/applications/19.04.1/kcolorchooser-19.04.1.tar.xz) = 19476 Modified: head/graphics/kdegraphics-mobipocket/distinfo ============================================================================== --- head/graphics/kdegraphics-mobipocket/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/graphics/kdegraphics-mobipocket/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094843 -SHA256 (KDE/applications/19.04.0/kdegraphics-mobipocket-19.04.0.tar.xz) = 37db302ed0d70766cf75e052f27150553b875428b68c886fe4d16452edd18939 -SIZE (KDE/applications/19.04.0/kdegraphics-mobipocket-19.04.0.tar.xz) = 13452 +TIMESTAMP = 1557202028 +SHA256 (KDE/applications/19.04.1/kdegraphics-mobipocket-19.04.1.tar.xz) = 345be42b0fb4f2040ce1430c872c0d20b0abaa266159a19beac1b067b2723821 +SIZE (KDE/applications/19.04.1/kdegraphics-mobipocket-19.04.1.tar.xz) = 13480 Modified: head/graphics/kdegraphics-svgpart/distinfo ============================================================================== --- head/graphics/kdegraphics-svgpart/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/graphics/kdegraphics-svgpart/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094843 -SHA256 (KDE/applications/19.04.0/svgpart-19.04.0.tar.xz) = 6dbec1dcb6853c06f7cb10677a2c99678b398b4a658eb4206a146f24b0fa158a -SIZE (KDE/applications/19.04.0/svgpart-19.04.0.tar.xz) = 20888 +TIMESTAMP = 1557202028 +SHA256 (KDE/applications/19.04.1/svgpart-19.04.1.tar.xz) = 3e30eb3b0f95073639697c73f1cc1d4689e53921cc87fe23cd0ec04ef6835624 +SIZE (KDE/applications/19.04.1/svgpart-19.04.1.tar.xz) = 20844 Modified: head/graphics/kdegraphics-thumbnailers/distinfo ============================================================================== --- head/graphics/kdegraphics-thumbnailers/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/graphics/kdegraphics-thumbnailers/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094843 -SHA256 (KDE/applications/19.04.0/kdegraphics-thumbnailers-19.04.0.tar.xz) = 7af5fb986c493649a1eec9ba881f8b9c06c5d7459f0acc59e7ee7d185bc7ee70 -SIZE (KDE/applications/19.04.0/kdegraphics-thumbnailers-19.04.0.tar.xz) = 43096 +TIMESTAMP = 1557202029 +SHA256 (KDE/applications/19.04.1/kdegraphics-thumbnailers-19.04.1.tar.xz) = e82515177c1c465c1d499095ff51d71caf286505a0fd3b9bfd2f1cdc1744706e +SIZE (KDE/applications/19.04.1/kdegraphics-thumbnailers-19.04.1.tar.xz) = 42768 Modified: head/graphics/kimagemapeditor/distinfo ============================================================================== --- head/graphics/kimagemapeditor/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/graphics/kimagemapeditor/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094844 -SHA256 (KDE/applications/19.04.0/kimagemapeditor-19.04.0.tar.xz) = 8d3ff906926fe8f82b21cf19d784dbddfcda15de9513feaa9defa6e4ff3b1869 -SIZE (KDE/applications/19.04.0/kimagemapeditor-19.04.0.tar.xz) = 1071080 +TIMESTAMP = 1557202029 +SHA256 (KDE/applications/19.04.1/kimagemapeditor-19.04.1.tar.xz) = d85d2f3d043a29e56f4234ce24dd75545e06c2812d5fe45cafde4c3dbe280533 +SIZE (KDE/applications/19.04.1/kimagemapeditor-19.04.1.tar.xz) = 1070384 Modified: head/graphics/kolourpaint/distinfo ============================================================================== --- head/graphics/kolourpaint/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/graphics/kolourpaint/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094844 -SHA256 (KDE/applications/19.04.0/kolourpaint-19.04.0.tar.xz) = d6cd087ba34a1a8fec9349dea06c1b71a70f6e8455adb41d4820a376eb2ed141 -SIZE (KDE/applications/19.04.0/kolourpaint-19.04.0.tar.xz) = 5656056 +TIMESTAMP = 1557202029 +SHA256 (KDE/applications/19.04.1/kolourpaint-19.04.1.tar.xz) = a2f78f1a2f99fa8176980ecd224ccfd8848ff8357e3434b463d4f83bcc7b5e46 +SIZE (KDE/applications/19.04.1/kolourpaint-19.04.1.tar.xz) = 5653060 Modified: head/graphics/libkdcraw/distinfo ============================================================================== --- head/graphics/libkdcraw/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/graphics/libkdcraw/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094845 -SHA256 (KDE/applications/19.04.0/libkdcraw-19.04.0.tar.xz) = 30df02047c0f1b97a7c90c8eb5f7a3c5d322f13e0158395d3f9798ff21ed529e -SIZE (KDE/applications/19.04.0/libkdcraw-19.04.0.tar.xz) = 42088 +TIMESTAMP = 1557202029 +SHA256 (KDE/applications/19.04.1/libkdcraw-19.04.1.tar.xz) = 54576a803929a0adb3d25e239395b541c0820fecd633f09ea40677882c82e42c +SIZE (KDE/applications/19.04.1/libkdcraw-19.04.1.tar.xz) = 42120 Modified: head/graphics/libkexiv2/distinfo ============================================================================== --- head/graphics/libkexiv2/distinfo Thu May 9 18:17:13 2019 (r501126) +++ head/graphics/libkexiv2/distinfo Thu May 9 18:18:04 2019 (r501127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555094845 -SHA256 (KDE/applications/19.04.0/libkexiv2-19.04.0.tar.xz) = 9fcafa932631429af1693642415d2f202ad29338b63949b5e8661135eb69dc19 -SIZE (KDE/applications/19.04.0/libkexiv2-19.04.0.tar.xz) = 64444 +TIMESTAMP = 1557202030 +SHA256 (KDE/applications/19.04.1/libkexiv2-19.04.1.tar.xz) = 138e1bf75cbbf16c46b6ba35f25e700ad93fa8a2134d0ad4c344174c7701cbae +SIZE (KDE/applications/19.04.1/libkexiv2-19.04.1.tar.xz) = 64556 Modified: head/graphics/libkipi/distinfo ============================================================================== --- head/graphics/libkipi/distinfo Thu May 9 18:17:13 2019 (r501126) *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Thu May 9 18:18:58 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 793E41589CA1; Thu, 9 May 2019 18:18:58 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1F79E732B1; Thu, 9 May 2019 18:18:58 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EF87120A8F; Thu, 9 May 2019 18:18:57 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x49IIvk3076951; Thu, 9 May 2019 18:18:57 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49IIvVv076950; Thu, 9 May 2019 18:18:57 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201905091818.x49IIvVv076950@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Thu, 9 May 2019 18:18:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501128 - head X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: head X-SVN-Commit-Revision: 501128 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1F79E732B1 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 18:18:58 -0000 Author: acm Date: Thu May 9 18:18:57 2019 New Revision: 501128 URL: https://svnweb.freebsd.org/changeset/ports/501128 Log: - Add entry about sysutils/bareos-client-static -> sysutils/bareos17-client-static Modified: head/MOVED Modified: head/MOVED ============================================================================== --- head/MOVED Thu May 9 18:18:04 2019 (r501127) +++ head/MOVED Thu May 9 18:18:57 2019 (r501128) @@ -12748,3 +12748,4 @@ games/warsow-data||2019-05-09|Removed, only useful for converters/hs-sandi||2019-05-09|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org devel/hs-gtk2hs-buildtools||2019-05-09|Removed, does not build with recent GHC and references deleted port lang/perl5.24||2019-05-09|Has expired: Support ends three years after .0 release, please upgrade to a more recent version of Perl +sysutils/bareos-client-static|sysutils/bareos17-client-static|2019-05-09|Port was renamed From owner-svn-ports-all@freebsd.org Thu May 9 18:30:09 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5BE27158A138; Thu, 9 May 2019 18:30:09 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0783B73AF8; Thu, 9 May 2019 18:30:09 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EF26620C41; Thu, 9 May 2019 18:30:08 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x49IU8ex082462; Thu, 9 May 2019 18:30:08 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49IU6eT082448; Thu, 9 May 2019 18:30:06 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201905091830.x49IU6eT082448@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Thu, 9 May 2019 18:30:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501129 - in head/sysutils: bareos-client bareos-docs bareos-server bareos-server/files X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: in head/sysutils: bareos-client bareos-docs bareos-server bareos-server/files X-SVN-Commit-Revision: 501129 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0783B73AF8 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.969,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 18:30:09 -0000 Author: acm Date: Thu May 9 18:30:05 2019 New Revision: 501129 URL: https://svnweb.freebsd.org/changeset/ports/501129 Log: - Update to 18.2.6 Added: head/sysutils/bareos-server/files/patch-core-cmake_BareosInstallConfigFiles.cmake (contents, props changed) head/sysutils/bareos-server/files/patch-core-manpages_CMakeLists.txt (contents, props changed) head/sysutils/bareos-server/files/patch-core-scripts_CMakeLists.txt (contents, props changed) head/sysutils/bareos-server/files/patch-core-src-dird_CMakeLists.txt (contents, props changed) head/sysutils/bareos-server/files/patch-core-src-stored_CMakeLists.txt (contents, props changed) head/sysutils/bareos-server/files/patch-core-src_CMakeLists.txt (contents, props changed) Deleted: head/sysutils/bareos-server/files/patch-autoconf_Make.common.in head/sysutils/bareos-server/files/patch-configure head/sysutils/bareos-server/files/patch-src-console-Makefile.in head/sysutils/bareos-server/files/patch-src-dird-Makefile.in head/sysutils/bareos-server/files/patch-src-filed-Makefile.in head/sysutils/bareos-server/files/patch-src-plugins-filed_Makefile.in head/sysutils/bareos-server/files/patch-src-plugins-stored-Makefile.in head/sysutils/bareos-server/files/patch-src-stored-Makefile.in head/sysutils/bareos-server/files/patch-src-tools_Makefile.in Modified: head/sysutils/bareos-client/Makefile head/sysutils/bareos-docs/Makefile head/sysutils/bareos-docs/distinfo head/sysutils/bareos-server/Makefile head/sysutils/bareos-server/Makefile.common head/sysutils/bareos-server/distinfo head/sysutils/bareos-server/pkg-plist head/sysutils/bareos-server/pkg-plist.client Modified: head/sysutils/bareos-client/Makefile ============================================================================== --- head/sysutils/bareos-client/Makefile Thu May 9 18:18:57 2019 (r501128) +++ head/sysutils/bareos-client/Makefile Thu May 9 18:30:05 2019 (r501129) @@ -7,7 +7,7 @@ COMMENT= Backup archiving recovery open sourced (clien BROKEN_aarch64= Fails to link: missing sbrk -CONFLICTS= bareos16-client-* +CONFLICTS= bareos16-client-* bareos17-client-* WITH_CLIENT_ONLY=yes USE_RC_SUBR= bareos-fd Modified: head/sysutils/bareos-docs/Makefile ============================================================================== --- head/sysutils/bareos-docs/Makefile Thu May 9 18:18:57 2019 (r501128) +++ head/sysutils/bareos-docs/Makefile Thu May 9 18:30:05 2019 (r501129) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bareos -PORTVERSION= 17.2.5 +PORTVERSION= 18.2.6 CATEGORIES= sysutils MASTER_SITES= http://doc.bareos.org/master/ PKGNAMESUFFIX= -docs Modified: head/sysutils/bareos-docs/distinfo ============================================================================== --- head/sysutils/bareos-docs/distinfo Thu May 9 18:18:57 2019 (r501128) +++ head/sysutils/bareos-docs/distinfo Thu May 9 18:30:05 2019 (r501129) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542749547 -SHA256 (bareos-manual-main-reference.pdf) = 5e23682cae0fa2d3f8d5c6f67d2bc340f5a60b22c48e12b027554ca2df73902a -SIZE (bareos-manual-main-reference.pdf) = 3937438 +TIMESTAMP = 1557378994 +SHA256 (bareos-manual-main-reference.pdf) = 442525744a64da2281bfa732909434bfc2f8dadabea1b2925136b122a8ce19a4 +SIZE (bareos-manual-main-reference.pdf) = 3943162 Modified: head/sysutils/bareos-server/Makefile ============================================================================== --- head/sysutils/bareos-server/Makefile Thu May 9 18:18:57 2019 (r501128) +++ head/sysutils/bareos-server/Makefile Thu May 9 18:30:05 2019 (r501129) @@ -2,8 +2,8 @@ PORTNAME= bareos DISTVERSIONPREFIX= Release/ -DISTVERSION= 17.2.7 -PORTREVISION?= 2 +DISTVERSION= 18.2.6 +PORTREVISION?= 0 CATEGORIES?= sysutils PKGNAMEPREFIX?= # PKGNAMESUFFIX?= -server @@ -14,12 +14,12 @@ COMMENT?= Backup archiving recovery open sourced (serv LICENSE= AGPLv3 LGPL3 LICENSE_COMB= multi -CONFLICTS?= bacula*-server-* bareos16-server-* +CONFLICTS?= bacula17*-server-* bareos16-server-* LIB_DEPENDS+= liblzo2.so:archivers/lzo2 \ libjansson.so:devel/jansson -USES+= libtool:keepla pkgconfig readline:port shebangfix +USES+= cmake:insource pkgconfig readline:port shebangfix USE_GITHUB= yes USERS= bareos @@ -27,10 +27,9 @@ GROUPS= ${USERS} PLIST_SUB+= LIB_VERSION=${PORTVERSION} -GNU_CONFIGURE= yes USE_LDCONFIG= yes SHEBANG_LANG= perl -SHEBANG_FILES= ${WRKSRC}/src/cats/make_catalog_backup.pl.in +SHEBANG_FILES= ${WRKSRC}/core/src/cats/make_catalog_backup.pl.in CPPFLAGS+= -I${LOCALBASE}/readline -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -51,24 +50,24 @@ OPTIONS_SINGLE_DATABASE= SQLITE3 MYSQL PGSQL OPTIONS_SINGLE+= DATABASE DATABASE_DESC= Database support -NDMP_CONFIGURE_ON= --enable-ndmp=yes -NDMP_CONFIGURE_OFF= --enable-ndmp=no +NDMP_CMAKE_ON= -Dndmp=ON +NDMP_CMAKE_OFF= -Dndmp=OFF .endif GNUTLS_CONFIGURE_WITH= gnutls=${LOCALBASE} GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls OPENSSL_USES= ssl -OPENSSL_CONFIGURE_ON= --with-openssl=${OPENSSLBASE} -OPENSSL_CONFIGURE_OFF= --with-openssl="no" +OPENSSL_CMAKE_ON= -Dopenssl=ON +OPENSSL_CMAKE_OFF= -Dopenssl=OFF -SCSICRYPTO_CONFIGURE_ON= --enable-scsi-crypto=yes -SCSICRYPTO_CONFIGURE_OFF= --enable-scsi-crypto=no +SCSICRYPTO_CMAKE_ON= -Dscsi-crypto=ON +SCSICRYPTO_CMAKE_OFF= -Dscsi-crypto=OFF .if ${PKGNAMESUFFIX} == "-client" || ${PKGNAMESUFFIX} == "-server" #Till end of the file PYTHON_USES= python -PYTHON_CONFIGURE_ON= --with-python=yes -PYTHON_CONFIGURE_OFF= --with-python=no +PYTHON_CMAKE_ON= -Dpython=yes +PYTHON_CMAKE_OFF= -Dpython=no PYTHON_PLUGIN= yes .if !defined(WITH_CLIENT_ONLY) @@ -82,39 +81,43 @@ SUB_FILES+= pkg-install.client pkg-deinstall.client pk SUB_FILES+= pkg-message.server .endif -CONFIGURE_ARGS+=--with-tcp-wrappers=/usr/lib \ - --enable-libtool \ - --enable-smartalloc \ - --sysconfdir=${PREFIX}/etc \ - --with-working-dir=${BAREOS_DIR} \ - --with-scriptdir=${PREFIX}/share/${PORTNAME} \ - --with-logdir=/var/log/bareos \ - --with-readline=${LOCALBASE} \ - --disable-conio \ - --enable-batch-insert \ - --with-plugindir=${PREFIX}/lib/bareos/plugins \ - --with-scriptdir=${PREFIX}/lib/bareos/scripts \ - --with-dump-email=root@localhost \ - --with-job-email=root@localhost \ - --with-db-name=bareos \ - --with-sbin-perm=755 \ - --with-db-user=bareos \ - --with-baseport=9101 \ - --with-pid-dir=/var/run/bareos \ - --with-jansson=${LOCALBASE} +CMAKE_ARGS+= -Dtcp-wrappers=ON \ + -Dsmartalloc=ON \ + -Dsysconfdir=${PREFIX}/etc \ + -Darchivedir=${BAREOS_DIR}/storage \ + -Dworkingdir=${BAREOS_DIR} \ + -Dconfdir=${PREFIX}/etc/bareos \ + -Dlibdir=${PREFIX}/lib \ + -Dlogdir=/var/log/bareos \ + -Dincludedir=${PREFIX}/include/bareos \ + -Dreadline=ON \ + -Ddisable-conio=ON \ + -Dbatch-insert=ON \ + -Dhave_plugins=ON \ + -Dplugindir=${PREFIX}/lib/bareos/plugins \ + -Dscriptdir=${PREFIX}/lib/bareos/scripts \ + -Dbackenddir=${PREFIX}/lib/bareos/backends \ + -Ddump_email=root@localhost \ + -Djob_email=root@localhost \ + -Ddb_name=bareos \ + -Dsbin-perm=755 \ + -Ddb_user=bareos \ + -Dbaseport=9101 \ + -Dpiddir=/var/run/bareos \ .if defined(WITH_CLIENT_ONLY) -LMDB_CONFIGURE_ON= --enable-lmdb=yes -LMDB_CONFIGURE_OFF= --enable-lmdb=no -LMDB_CFLAGS= -DMDB_DSYNC=O_SYNC +LMDB_CMAKE_ON= -Dlmdb=ON +LMDB_CMAKE_OFF= -Dlmdb=OFF +LMDB_CFLAGS+= -DMDB_DSYNC=O_SYNC -DMDB_USE_POSIX_SEM=1 -CONFIGURE_ARGS+=--with-fd-user=root \ - --with-fd-group=wheel +CMAKE_ARGS+= -Dfd-user=root \ + -Dfd-group=wheel .else -CONFIGURE_ARGS+=--with-dir-user=${BAREOS_USER} \ - --with-dir-group=${BAREOS_GROUP} \ - --with-sd-user=${BAREOS_USER} \ - --with-sd-group=operator +CMAKE_ARGS+= -Ddir-user=${BAREOS_USER} \ + -Ddir-group=${BAREOS_GROUP} \ + -Dsd-user=${BAREOS_USER} \ + -Dsd-group=operator \ + -Dlmdb=OFF .endif # The user/group IDs below are registered, see @@ -135,25 +138,28 @@ SUB_LIST= BAREOS_USER=${BAREOS_USER} \ BAREOS_DIR=${BAREOS_DIR} NLS_USES= gettext -NLS_CONFIGURE_ENABLE= nls +NLS_CMAKE_ON= -DENABLE_NLS=1 # Client only or full server version .if defined(WITH_CLIENT_ONLY) CONFFILES= fd -CONFIGURE_ARGS+= --enable-client-only +CMAKE_ARGS+= -Dclient-only=ON PKGDEINSTALL= ${FILESDIR}/pkg-deinstall.client PKGINSTALL= ${FILESDIR}/pkg-install.client .else # Server only Options CONFFILES= sd dir +CMAKE_ARGS+= -Dbuild-dird=ON \ + -Dbuild-stored=ON \ + -Dbuild_client_only=OFF # Server default database -MYSQL_CONFIGURE_ON= --with-mysql=yes +MYSQL_CMAKE_ON= -Dmysql=ON MYSQL_USE= MYSQL=yes -SQLITE3_CONFIGURE_ON= --with-sqlite3=yes +SQLITE3_CMAKE_ON= -Dsqlite3=ON SQLITE3_LIB_DEPENDS= libsqlite3.so:databases/sqlite3 -PGSQL_CONFIGURE_ON= --with-postgresql=yes +PGSQL_CMAKE_ON= -Dpostgresql=ON PGSQL_USES= pgsql MTX_RUN_DEPENDS= ${LOCALBASE}/sbin/mtx:misc/mtx @@ -185,35 +191,21 @@ MP1+= bsmtp.1 bregex.1 bwild.1 bareos-tray-monitor.1 MAKE_ENV+= MAN8="${MP8}" MAN1="${MP1}" post-patch: -# This port does not install docs. See bareos-docs for that - ${REINPLACE_CMD} -e '/docdir/d' ${WRKSRC}/Makefile.in -# Default bconsole.conf is in ${ETCDIR} - @${REINPLACE_CMD} -e 's|^MAN8 =|MAN8 ?=|g' -e 's|^MAN1 =|MAN1 ?=|g' ${WRKSRC}/manpages/Makefile.in - @${REINPLACE_CMD} -e 's|_NONSHARED||g' ${WRKSRC}/src/filed/Makefile.in -.if defined(WITH_CLIENT_ONLY) - @${REINPLACE_CMD} -e 's|^\(fd_subdirs = .*\)scripts\(.*\)|\1\2|g' ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e 's|\(.*$${MKDIR} $${DESTDIR}$${scriptdir}\)|#\1|g' ${WRKSRC}/Makefile.in -.else -# In server port don't install filed - @${REINPLACE_CMD} -e '/^fd_subdirs = /s|src/filed||' -e 's|src/console||' \ - -e 's|src/lib||' -e 's|src/findlib||' -e 's|@FD_PLUGIN_DIR@||' ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e 's|../lib/|$$(LOCALBASE)/lib/|g' -e 's|../findlib/|$$(LOCALBASE)/lib/|g' ${WRKSRC}/src/dird/Makefile.in \ - ${WRKSRC}/src/stored/Makefile.in ${WRKSRC}/src/tools/Makefile.in ${WRKSRC}/src/tests/Makefile.in - @${REINPLACE_CMD} -e 's|../../lib/|$$(LOCALBASE)/lib/|g' ${WRKSRC}/src/plugins/dird/Makefile.in ${WRKSRC}/src/plugins/stored/Makefile.in - @${REINPLACE_CMD} -e 's|fd_plugins.h|filed/fd_plugins.h|g' -e 's|dir_plugins.h|dird/dir_plugins.h|g' -e 's|stored.h|stored/stored.h|g' \ - ${WRKSRC}/src/tools/bpluginfo.c - @${REINPLACE_CMD} -e 's|perl|$(LOCALBASE)/bin/perl|g' ${WRKSRC}/scripts/mtx-changer.in + @${REINPLACE_CMD} '21d' ${WRKSRC}/CMakeLists.txt + @${REINPLACE_CMD} '579d' ${WRKSRC}/core/CMakeLists.txt +.if ${PKGNAMESUFFIX} == "-server" + @${REINPLACE_CMD} '25d' ${WRKSRC}/core/src/plugins/CMakeLists.txt .endif post-extract: .if defined(WITH_CLIENT_ONLY) . if defined(PYTHON_PLUGIN) - @${MKDIR} ${STAGEDIR}${ETCDIR}/bareos-dir.d/fileset - @${MKDIR} ${STAGEDIR}${ETCDIR}/bareos-dir.d/job + @${MKDIR} ${STAGEDIR}${ETCDIR}/python-ldap-conf.d/bareos-dir.d/fileset + @${MKDIR} ${STAGEDIR}${ETCDIR}/python-ldap-conf.d/bareos-dir.d/job . endif .endif - @${MV} ${WRKSRC}/src/defaultconfigs/bareos-dir.d/fileset/'Windows All Drives.conf' \ - ${WRKSRC}/src/defaultconfigs/bareos-dir.d/fileset/'WindowsAllDrives.conf' + @${MV} ${WRKSRC}/core/src/defaultconfigs/bareos-dir.d/fileset/'Windows All Drives.conf' \ + ${WRKSRC}/core/src/defaultconfigs/bareos-dir.d/fileset/'WindowsAllDrives.conf' .if !target(post-install) post-install: Modified: head/sysutils/bareos-server/Makefile.common ============================================================================== --- head/sysutils/bareos-server/Makefile.common Thu May 9 18:18:57 2019 (r501128) +++ head/sysutils/bareos-server/Makefile.common Thu May 9 18:30:05 2019 (r501129) @@ -1,10 +1,6 @@ # Created by: Alonso Cardenas # $FreeBSD$ -post-patch: - @${REINPLACE_CMD} -e 's|_NONSHARED||g' ${WRKSRC}/src/filed/Makefile.in - @${REINPLACE_CMD} -e 's|-lbareoscfg|@JANSSON_LIBS@ @LIBINTL@ -lbareoscfg|g' ${WRKSRC}/src/qt-tray-monitor/tray-monitor.pro.in - post-build: .if ${PKGNAMEPREFIX} == "nagios-check_" ${MAKE_CMD} -C ${WRKSRC}/examples/nagios/check_bareos @@ -14,7 +10,7 @@ pre-install: .if ${PKGNAMESUFFIX} == "-traymonitor" . for d in client director monitor storage ${MKDIR} ${STAGEDIR}${ETCDIR}/tray-monitor.d/${d} - ${FIND} ${WRKSRC}/src/defaultconfigs/tray-monitor.d/${d} -type f -name '*.conf' -exec ${MV} -v {} {}.sample \; + ${FIND} ${WRKSRC}/core/src/defaultconfigs/tray-monitor.d/${d} -type f -name '*.conf' -exec ${MV} -v {} {}.sample \; . endfor .endif @@ -31,9 +27,9 @@ do-install: .if ${PKGNAMESUFFIX} == "-traymonitor" # Install config files and preserve existing ones .for d in client director monitor storage - ${INSTALL_SCRIPT} ${WRKSRC}/src/defaultconfigs/tray-monitor.d/${d}/*.sample ${STAGEDIR}${ETCDIR}/tray-monitor.d/${d}/ + ${INSTALL_SCRIPT} ${WRKSRC}/core/src/defaultconfigs/tray-monitor.d/${d}/*.sample ${STAGEDIR}${ETCDIR}/tray-monitor.d/${d}/ .endfor - ${INSTALL_PROGRAM} ${WRKSRC}/src/qt-tray-monitor/bareos-tray-monitor ${STAGEDIR}${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/src/qt-tray-monitor/bareos-tray-monitor.xpm ${STAGEDIR}${PREFIX}/share/pixmaps - ${INSTALL_DATA} ${WRKSRC}/src/qt-tray-monitor/bareos-tray-monitor.desktop ${STAGEDIR}${DESKTOPDIR} + ${INSTALL_PROGRAM} ${WRKSRC}/core/src/qt-tray-monitor/bareos-tray-monitor ${STAGEDIR}${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/core/src/qt-tray-monitor/bareos-tray-monitor.xpm ${STAGEDIR}${PREFIX}/share/pixmaps + ${INSTALL_DATA} ${WRKSRC}/core/src/qt-tray-monitor/bareos-tray-monitor.desktop ${STAGEDIR}${DESKTOPDIR} .endif Modified: head/sysutils/bareos-server/distinfo ============================================================================== --- head/sysutils/bareos-server/distinfo Thu May 9 18:18:57 2019 (r501128) +++ head/sysutils/bareos-server/distinfo Thu May 9 18:30:05 2019 (r501129) @@ -1,3 +1,3 @@ -TIMESTAMP = 1535610174 -SHA256 (bareos-bareos-Release-17.2.7_GH0.tar.gz) = 99a5f907e3422532c783ee254dcf5c737d2b1b53522c00924d3e1009289d2fd2 -SIZE (bareos-bareos-Release-17.2.7_GH0.tar.gz) = 4184028 +TIMESTAMP = 1556169589 +SHA256 (bareos-bareos-Release-18.2.6_GH0.tar.gz) = 43ff0546d4d5486bc70db90ccb7fb1f6a3ac3f9b7293de010d2c300b548056d8 +SIZE (bareos-bareos-Release-18.2.6_GH0.tar.gz) = 9991951 Added: head/sysutils/bareos-server/files/patch-core-cmake_BareosInstallConfigFiles.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/bareos-server/files/patch-core-cmake_BareosInstallConfigFiles.cmake Thu May 9 18:30:05 2019 (r501129) @@ -0,0 +1,72 @@ +--- core/cmake/BareosInstallConfigFiles.cmake 2019-02-13 09:25:55.000000000 -0500 ++++ core/cmake/BareosInstallConfigFiles.cmake 2019-05-08 22:47:21.128268000 -0500 +@@ -43,18 +43,9 @@ + get_filename_component(resname ${resdir} NAME) + foreach(configfile ${configfiles}) + get_filename_component(fname ${configfile} NAME) +- if (EXISTS ${DESTCONFDIR}/${resname}/${fname}) +- MESSAGE(STATUS "${DESTCONFDIR}/${resname}/${fname} exists") +- MESSAGE(STATUS "rename ${configfile} to ${configfile}.new") +- FILE (RENAME "${configfile}" "${configfile}.new") +- +- MESSAGE(STATUS "copy ${configfile}.new to ${DESTCONFDIR}/${resname}") +- FILE (INSTALL "${configfile}.new" DESTINATION "${DESTCONFDIR}/${resname}") +- FILE (RENAME "${configfile}.new" "${configfile}") +- else() +- MESSAGE(STATUS "${resname}/${fname} as ${resname}/${fname} (new installation)") +- FILE (COPY "${configfile}" DESTINATION "${DESTCONFDIR}/${resname}") +- endif() ++ MESSAGE(STATUS "${resname}/${fname} as ${resname}/${fname}.sample (new installation)") ++ FILE (RENAME "${configfile}" "${configfile}.sample") ++ FILE (COPY "${configfile}.sample" DESTINATION "${DESTCONFDIR}/${resname}") + endforeach() + endforeach() + +@@ -82,15 +73,9 @@ + get_filename_component(dir ${configfile} DIRECTORY) + get_filename_component(fname ${configfile} NAME) + +- if (EXISTS ${DESTCONFDIR}/${configfile}) +- MESSAGE(STATUS "${configfile} as ${configfile}.new (keep existing)") +- FILE(RENAME "${BackendConfigSrcDir}/${configfile}" "${BackendConfigSrcDir}/${configfile}.new") +- FILE(COPY "${BackendConfigSrcDir}/${configfile}.new" DESTINATION "${DESTCONFDIR}/${dir}") +- FILE(RENAME "${BackendConfigSrcDir}/${configfile}.new" "${BackendConfigSrcDir}/${configfile}") +- else() +- MESSAGE(STATUS "${configfile} as ${configfile}") +- FILE(COPY "${BackendConfigSrcDir}/${configfile}" DESTINATION "${DESTCONFDIR}/${dir}") +- endif() ++ MESSAGE(STATUS "${configfile} as ${configfile}") ++ FILE(RENAME "${BackendConfigSrcDir}/${configfile}" "${BackendConfigSrcDir}/${configfile}.sample") ++ FILE(COPY "${BackendConfigSrcDir}/${configfile}.sample" DESTINATION "${DESTCONFDIR}/${dir}") + endforeach() + + file(GLOB_RECURSE configfiles RELATIVE "${BackendConfigSrcDir}" "${BackendConfigSrcDir}/*.example") +@@ -104,7 +89,8 @@ + MESSAGE(STATUS "${configfile} as ${configfile}") + endif() + +- FILE(COPY "${BackendConfigSrcDir}/${configfile}" DESTINATION "${DESTCONFDIR}/${dir}") ++ FILE(RENAME "${BackendConfigSrcDir}/${configfile}" "${BackendConfigSrcDir}/${configfile}.sample") ++ FILE(COPY "${BackendConfigSrcDir}/${configfile}.sample" DESTINATION "${DESTCONFDIR}/${dir}") + endforeach() + + ENDFOREACH() +@@ -122,15 +108,9 @@ + STRING(REGEX MATCH "\\.in\$" IS_INFILE ${configfile}) + if (NOT "${IS_INFILE}" STREQUAL ".in") + get_filename_component(fname ${configfile} NAME) +- if (EXISTS ${DESTCONFDIR}/${resname}/${fname}) +- MESSAGE(STATUS "${resname}/${fname} as ${resname}/${fname}.new (keep existing)") +- FILE (RENAME "${configfile}" "${configfile}.new") +- FILE (COPY "${configfile}.new" DESTINATION "${DESTCONFDIR}/${resname}") +- FILE (RENAME "${configfile}.new" "${configfile}") +- else() +- MESSAGE(STATUS "${resname}/${fname} as ${resname}/${fname}") +- FILE (COPY "${configfile}" DESTINATION "${DESTCONFDIR}/${resname}") +- endif() ++ MESSAGE(STATUS "${resname}/${fname} as ${resname}/${fname}") ++ FILE (RENAME "${configfile}" "${configfile}.sample") ++ FILE (COPY "${configfile}.sample" DESTINATION "${DESTCONFDIR}/${resname}") + else() + MESSAGE(STATUS "skipping .in file ${configfile}:${IS_INFILE}") + endif() Added: head/sysutils/bareos-server/files/patch-core-manpages_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/bareos-server/files/patch-core-manpages_CMakeLists.txt Thu May 9 18:30:05 2019 (r501129) @@ -0,0 +1,19 @@ +--- core/manpages/CMakeLists.txt 2019-05-08 21:16:29.369799000 -0500 ++++ core/manpages/CMakeLists.txt 2019-05-08 21:17:28.526607000 -0500 +@@ -17,6 +17,7 @@ + # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + # 02110-1301, USA. + ++IF(client-only) + set (MAN1 + bconsole.1 + ) +@@ -25,7 +26,7 @@ + bareos-fd.8 + bareos.8 + ) +- ++ENDIF() + + IF(NOT client-only) + set ( MAN1-server Added: head/sysutils/bareos-server/files/patch-core-scripts_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/bareos-server/files/patch-core-scripts_CMakeLists.txt Thu May 9 18:30:05 2019 (r501129) @@ -0,0 +1,60 @@ +--- core/scripts/CMakeLists.txt 2019-05-08 19:49:45.595270000 -0500 ++++ core/scripts/CMakeLists.txt 2019-05-08 19:51:39.443730000 -0500 +@@ -17,28 +17,29 @@ + # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + # 02110-1301, USA. + ++IF(client-only) ++ INSTALL(FILES ++ btraceback ++ PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE ++ GROUP_READ GROUP_EXECUTE ++ WORLD_READ WORLD_EXECUTE ++ DESTINATION "${sbindir}") + +-INSTALL(FILES +- bareos btraceback +- PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE +- GROUP_READ GROUP_EXECUTE +- WORLD_READ WORLD_EXECUTE +- DESTINATION "${sbindir}") ++ INSTALL(FILES ++ bareos ++ btraceback.gdb ++ btraceback.dbx ++ btraceback.mdb ++ bareos-config ++ bareos-config-lib.sh ++ bareos-ctl-fd ++ bareos-ctl-funcs ++ PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE ++ GROUP_READ GROUP_EXECUTE ++ WORLD_READ WORLD_EXECUTE ++ DESTINATION "${scriptdir}") ++ENDIF() + +-INSTALL(FILES +- bareos +- btraceback.gdb +- btraceback.dbx +- btraceback.mdb +- bareos-config +- bareos-config-lib.sh +- bareos-ctl-fd +- bareos-ctl-funcs +- PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE +- GROUP_READ GROUP_EXECUTE +- WORLD_READ WORLD_EXECUTE +- DESTINATION "${scriptdir}") +- + IF(NOT client-only) + INSTALL(FILES + mtx-changer +@@ -47,7 +48,6 @@ + bareos-glusterfind-wrapper + bareos-ctl-dir + bareos-ctl-sd +- bareos-ctl-funcs + PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE + GROUP_READ GROUP_EXECUTE + WORLD_READ WORLD_EXECUTE Added: head/sysutils/bareos-server/files/patch-core-src-dird_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/bareos-server/files/patch-core-src-dird_CMakeLists.txt Thu May 9 18:30:05 2019 (r501129) @@ -0,0 +1,21 @@ +--- core/src/dird/CMakeLists.txt 2019-05-08 21:45:45.893113000 -0500 ++++ core/src/dird/CMakeLists.txt 2019-05-08 21:47:00.616203000 -0500 +@@ -77,6 +77,9 @@ + bareosfind + ${LMDB_LIBS} + ${NDMP_LIBS} ++ ${OPENSSL_LIBRARIES} ++ ${PTHREAD_LIBRARIES} ++ ${JANSSON_LIBRARIES} + ) + + IF(HAVE_WIN32) +@@ -92,7 +95,7 @@ + add_executable(bareos-dbcheck ${DBCHKSRCS}) + SET(DBCHECK_LIBRARIES bareossql bareos bareosfind bareoscats) + +-target_link_libraries(bareos-dbcheck ${DBCHECK_LIBRARIES}) ++target_link_libraries(bareos-dbcheck ${DBCHECK_LIBRARIES} ${OPENSSL_LIBRARIES} ${PTHREAD_LIBRARIES} ${JANSSON_LIBRARIES}) + + # is not built by default + Added: head/sysutils/bareos-server/files/patch-core-src-stored_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/bareos-server/files/patch-core-src-stored_CMakeLists.txt Thu May 9 18:30:05 2019 (r501129) @@ -0,0 +1,20 @@ +--- core/src/stored/CMakeLists.txt 2019-02-13 09:25:55.000000000 -0500 ++++ core/src/stored/CMakeLists.txt 2019-05-09 00:06:43.118374000 -0500 +@@ -192,6 +192,8 @@ + target_link_libraries(bareos-sd + stored_objects + ${BAREOS_SD_LIBRARIES} ++ ${JANSSON_LIBRARIES} ++ ${PTHREAD_LIBRARIES} + ) + + add_executable(bls ${BLSSRCS}) +@@ -231,7 +233,7 @@ + install(CODE "set(SRC_DIR \"${PROJECT_SOURCE_DIR}\")") + install(SCRIPT ${PROJECT_SOURCE_DIR}/cmake/install-stored-configfiles.cmake) + +-INSTALL(DIRECTORY DESTINATION "../${archivedir}") ++INSTALL(DIRECTORY DESTINATION "${archivedir}") + + IF(${HAVE_DYNAMIC_SD_BACKENDS}) + add_subdirectory(backends) Added: head/sysutils/bareos-server/files/patch-core-src_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/bareos-server/files/patch-core-src_CMakeLists.txt Thu May 9 18:30:05 2019 (r501129) @@ -0,0 +1,25 @@ +--- core/src/CMakeLists.txt 2019-05-08 21:29:08.173605000 -0500 ++++ core/src/CMakeLists.txt 2019-05-08 21:42:27.597876000 -0500 +@@ -30,13 +30,16 @@ + add_subdirectory(stored) + ENDIF() + +-add_subdirectory(console) +-IF(${HAVE_LMDB}) +-add_subdirectory(lmdb) ++IF(client-only) ++ add_subdirectory(console) ++ IF(${HAVE_LMDB}) ++ add_subdirectory(lmdb) ++ ENDIF() ++ add_subdirectory(lib) ++ add_subdirectory(findlib) ++ add_subdirectory(filed) + ENDIF() +-add_subdirectory(lib) +-add_subdirectory(findlib) +-add_subdirectory(filed) ++ + add_subdirectory(plugins) + + if (${traymonitor}) Modified: head/sysutils/bareos-server/pkg-plist ============================================================================== --- head/sysutils/bareos-server/pkg-plist Thu May 9 18:18:57 2019 (r501128) +++ head/sysutils/bareos-server/pkg-plist Thu May 9 18:30:05 2019 (r501129) @@ -1,6 +1,8 @@ +bin/bregex +bin/bsmtp +bin/bwild +bin/timelimit @sample(,bareos,640) %%ETCDIR%%/bareos-barcodes.sample -%%MTX%%@sample(,bareos,640) %%ETCDIR%%/mtx-changer.conf.sample -@sample(,bareos,640) %%ETCDIR%%/bareos-regress.conf.sample @sample(,bareos,640) %%ETCDIR%%/bareos-dir.d/catalog/MyCatalog.conf.sample @sample(,bareos,640) %%ETCDIR%%/bareos-dir.d/client/bareos-fd.conf.sample @sample(,bareos,640) %%ETCDIR%%/bareos-dir.d/console/bareos-mon.conf.sample @@ -9,9 +11,12 @@ @sample(,bareos,640) %%ETCDIR%%/bareos-dir.d/fileset/LinuxAll.conf.sample @sample(,bareos,640) %%ETCDIR%%/bareos-dir.d/fileset/SelfTest.conf.sample @sample(,bareos,640) %%ETCDIR%%/bareos-dir.d/fileset/WindowsAllDrives.conf.sample +@sample(,bareos,640) %%ETCDIR%%/bareos-dir.d/fileset/plugin-ldap.conf.example.sample @sample(,bareos,640) %%ETCDIR%%/bareos-dir.d/job/BackupCatalog.conf.sample @sample(,bareos,640) %%ETCDIR%%/bareos-dir.d/job/RestoreFiles.conf.sample @sample(,bareos,640) %%ETCDIR%%/bareos-dir.d/job/backup-bareos-fd.conf.sample +@sample(,bareos,640) %%ETCDIR%%/bareos-dir.d/job/backup-ldap.conf.example.sample +@sample(,bareos,640) %%ETCDIR%%/bareos-dir.d/job/restore-ldap.conf.example.sample @sample(,bareos,640) %%ETCDIR%%/bareos-dir.d/jobdefs/DefaultJob.conf.sample @sample(,bareos,640) %%ETCDIR%%/bareos-dir.d/messages/Daemon.conf.sample @sample(,bareos,640) %%ETCDIR%%/bareos-dir.d/messages/Standard.conf.sample @@ -23,15 +28,25 @@ @sample(,bareos,640) %%ETCDIR%%/bareos-dir.d/schedule/WeeklyCycle.conf.sample @sample(,bareos,640) %%ETCDIR%%/bareos-dir.d/schedule/WeeklyCycleAfterBackup.conf.sample @sample(,bareos,640) %%ETCDIR%%/bareos-dir.d/storage/File.conf.sample +@sample(,bareos,640) %%ETCDIR%%/bareos-dir.d/storage/NULL.conf.example.sample +@sample(,bareos,640) %%ETCDIR%%/bareos-dir.d/storage/Tape.conf.example.sample +@sample(,bareos,640) %%ETCDIR%%/bareos-regress.conf.sample +@sample(,bareos,640) %%ETCDIR%%/bareos-sd.d/autochanger/autochanger-0.conf.example.sample @sample(,bareos,640) %%ETCDIR%%/bareos-sd.d/device/FileStorage.conf.sample +@sample(,bareos,640) %%ETCDIR%%/bareos-sd.d/device/NULL.conf.example.sample +@sample(,bareos,640) %%ETCDIR%%/bareos-sd.d/device/tapedrive-0.conf.example.sample @sample(,bareos,640) %%ETCDIR%%/bareos-sd.d/director/bareos-dir.conf.sample @sample(,bareos,640) %%ETCDIR%%/bareos-sd.d/director/bareos-mon.conf.sample @sample(,bareos,640) %%ETCDIR%%/bareos-sd.d/messages/Standard.conf.sample @sample(,bareos,640) %%ETCDIR%%/bareos-sd.d/storage/bareos-sd.conf.sample -bin/bregex -bin/bsmtp -bin/bwild -bin/timelimit +%%MTX%%@sample(,bareos,640) %%ETCDIR%%/mtx-changer.conf.sample +etc/logrotate.d/bareos-dir +etc/rc.d/bareos-dir +etc/rc.d/bareos-sd +lib/bareos/backends/libbareoscats-%%DBTYPE%%.so +lib/bareos/backends/libbareossd-fifo.so +lib/bareos/backends/libbareossd-gentape.so +lib/bareos/backends/libbareossd-tape.so lib/bareos/plugins/BareosDirPluginBaseclass.py lib/bareos/plugins/BareosDirWrapper.py lib/bareos/plugins/BareosSdPluginBaseclass.py @@ -47,28 +62,20 @@ lib/bareos/plugins/bareos_sd_consts.py %%PYTHON%%lib/bareos/plugins/python-sd.so %%SCSICRYPTO%%lib/bareos/plugins/scsicrypto-sd.so %%SCSICRYPTO%%lib/bareos/plugins/scsitapealert-sd.so -lib/bareos/scripts/bareos -lib/bareos/scripts/bareos-config -lib/bareos/scripts/bareos-config-lib.sh lib/bareos/scripts/bareos-ctl-dir -lib/bareos/scripts/bareos-ctl-fd -lib/bareos/scripts/bareos-ctl-funcs lib/bareos/scripts/bareos-ctl-sd lib/bareos/scripts/bareos-explorer lib/bareos/scripts/bareos-glusterfind-wrapper -lib/bareos/scripts/bareos_config -lib/bareos/scripts/btraceback.dbx -lib/bareos/scripts/btraceback.gdb -lib/bareos/scripts/btraceback.mdb lib/bareos/scripts/create_bareos_database -lib/bareos/scripts/ddl/creates/%%DBTYPE%%.sql +%%MYSQL%%lib/bareos/scripts/ddl/creates/%%DBTYPE%%.sql +%%PGSQL%%lib/bareos/scripts/ddl/creates/%%DBTYPE%%.sql %%MYSQL%%lib/bareos/scripts/ddl/drops/%%DBTYPE%%.sql %%PGSQL%%lib/bareos/scripts/ddl/drops/%%DBTYPE%%.sql +%%PGSQL%%lib/bareos/scripts/ddl/grants/%%DBTYPE%%-change_owner.dbconfig-template.sql %%MYSQL%%lib/bareos/scripts/ddl/grants/%%DBTYPE%%-readonly.sql %%PGSQL%%lib/bareos/scripts/ddl/grants/%%DBTYPE%%-readonly.sql %%MYSQL%%lib/bareos/scripts/ddl/grants/%%DBTYPE%%.sql %%PGSQL%%lib/bareos/scripts/ddl/grants/%%DBTYPE%%.sql -%%PGSQL%%lib/bareos/scripts/ddl/grants/%%DBTYPE%%-change_owner.dbconfig-template.sql lib/bareos/scripts/ddl/updates/%%DBTYPE%%.10_11.sql lib/bareos/scripts/ddl/updates/%%DBTYPE%%.11_12.sql lib/bareos/scripts/ddl/updates/%%DBTYPE%%.12_14.sql @@ -90,20 +97,16 @@ lib/bareos/scripts/make_catalog_backup.pl lib/bareos/scripts/mtx-changer lib/bareos/scripts/query.sql lib/bareos/scripts/update_bareos_tables -lib/libbareoscats-%%LIB_VERSION%%.so -lib/libbareoscats-%%DBTYPE%%-%%LIB_VERSION%%.so -lib/libbareoscats-%%DBTYPE%%.so -lib/libbareoscats.la lib/libbareoscats.so -%%NDMP%%lib/libbareosndmp-%%LIB_VERSION%%.so -%%NDMP%%lib/libbareosndmp.la +lib/libbareoscats.so.18 +lib/libbareoscats.so.%%LIB_VERSION%% %%NDMP%%lib/libbareosndmp.so -lib/libbareossd-%%LIB_VERSION%%.so -lib/libbareossd.la +%%NDMP%%lib/libbareosndmp.so.18 +%%NDMP%%lib/libbareosndmp.so.%%LIB_VERSION%% lib/libbareossd.so -lib/libbareossql-%%LIB_VERSION%%.so -lib/libbareossql.la lib/libbareossql.so +lib/libbareossql.so.18 +lib/libbareossql.so.%%LIB_VERSION%% man/man1/bareos-tray-monitor.1.gz man/man1/bregex.1.gz man/man1/bsmtp.1.gz @@ -111,33 +114,29 @@ man/man1/bwild.1.gz man/man8/bareos-dbcheck.8.gz man/man8/bareos-dir.8.gz man/man8/bareos-sd.8.gz -man/man8/bareos.8.gz man/man8/bcopy.8.gz man/man8/bextract.8.gz man/man8/bls.8.gz +man/man8/bpluginfo.8.gz man/man8/bscan.8.gz +man/man8/bscrypto.8.gz man/man8/btape.8.gz man/man8/btraceback.8.gz -sbin/bareos sbin/bareos-dbcheck sbin/bareos-dir sbin/bareos-sd -sbin/bbatch sbin/bcopy sbin/bextract sbin/bls sbin/bpluginfo sbin/bregex -sbin/bregtest sbin/bscan sbin/bscrypto sbin/bsmtp sbin/btape -sbin/btraceback +sbin/btestls sbin/bwild sbin/chio-bareos -sbin/grow -sbin/testls sbin/timelimit @dir(,bareos,750) %%ETCDIR%%/bareos-dir.d @dir(,bareos,750) %%ETCDIR%%/bareos-dir.d/catalog @@ -153,6 +152,8 @@ sbin/timelimit @dir(,bareos,750) %%ETCDIR%%/bareos-dir.d/profile @dir(,bareos,750) %%ETCDIR%%/bareos-dir.d/schedule @dir(,bareos,750) %%ETCDIR%%/bareos-dir.d/storage +@dir(,bareos,750) %%ETCDIR%%/bareos-dir-export +@dir(,bareos,750) %%ETCDIR%%/bareos-dir-export/client @dir(,bareos,750) %%ETCDIR%%/bareos-sd.d @dir(,bareos,750) %%ETCDIR%%/bareos-sd.d/autochanger @dir(,bareos,750) %%ETCDIR%%/bareos-sd.d/device @@ -161,5 +162,6 @@ sbin/timelimit @dir(,bareos,750) %%ETCDIR%%/bareos-sd.d/ndmp @dir(,bareos,750) %%ETCDIR%%/bareos-sd.d/storage @dir(bareos,bareos,) %%BAREOS_DIR%% +@dir(bareos,bareos,) %%BAREOS_DIR%%/storage @dir(bareos,bareos,) /var/log/bareos @dir(bareos,bareos,) /var/run/bareos Modified: head/sysutils/bareos-server/pkg-plist.client ============================================================================== --- head/sysutils/bareos-server/pkg-plist.client Thu May 9 18:18:57 2019 (r501128) +++ head/sysutils/bareos-server/pkg-plist.client Thu May 9 18:30:05 2019 (r501129) @@ -1,3 +1,4 @@ +bin/bconsole @sample %%ETCDIR%%/bareos-fd.d/client/myself.conf.sample @group bareos @sample %%ETCDIR%%/bareos-fd.d/director/bareos-dir.conf.sample @@ -6,16 +7,17 @@ @group bareos @sample %%ETCDIR%%/bareos-fd.d/messages/Standard.conf.sample @group bareos -%%PYTHON%%@sample %%ETCDIR%%/bareos-dir.d/fileset/plugin-ldap.conf.sample -%%PYTHON%%@group bareos -%%PYTHON%%@sample %%ETCDIR%%/bareos-dir.d/job/backup-ldap.conf.sample -%%PYTHON%%@group bareos -%%PYTHON%%@sample %%ETCDIR%%/bareos-dir.d/job/restore-ldap.conf.sample -%%PYTHON%%@group bareos @sample %%ETCDIR%%/bconsole.d/bconsole.conf.sample -@group wheel -%%LMDB%%@sample %%ETCDIR%%/plugin-python-ldap.conf.sample -bin/bconsole +@group bareos +lib/libbareos.so +lib/libbareos.so.18 +lib/libbareos.so.%%LIB_VERSION%% +lib/libbareosfind.so +lib/libbareosfind.so.18 +lib/libbareosfind.so.%%LIB_VERSION%% +%%LMDB%%lib/libbareoslmdb.so +%%LMDB%%lib/libbareoslmdb.so.18 +%%LMDB%%lib/libbareoslmdb.so.%%LIB_VERSION%% %%PYTHON%%lib/bareos/plugins/BareosFdPluginBaseclass.py %%PYTHON%%lib/bareos/plugins/BareosFdPluginLDAP.py %%PYTHON%%lib/bareos/plugins/BareosFdPluginLocalFileset.py @@ -27,28 +29,26 @@ bin/bconsole %%PYTHON%%lib/bareos/plugins/bareos_fd_consts.py lib/bareos/plugins/bpipe-fd.so %%PYTHON%%lib/bareos/plugins/python-fd.so -lib/libbareos-%%LIB_VERSION%%.so -lib/libbareos.la -lib/libbareos.so -lib/libbareoscfg-%%LIB_VERSION%%.so -lib/libbareoscfg.la -lib/libbareoscfg.so -lib/libbareosfind-%%LIB_VERSION%%.so -lib/libbareosfind.la -lib/libbareosfind.so -%%LMDB%%lib/libbareoslmdb-%%LIB_VERSION%%.so -%%LMDB%%lib/libbareoslmdb.la -%%LMDB%%lib/libbareoslmdb.so +lib/bareos/scripts/bareos +lib/bareos/scripts/bareos-config +lib/bareos/scripts/bareos-config-lib.sh +lib/bareos/scripts/bareos-ctl-fd +lib/bareos/scripts/bareos-ctl-funcs +lib/bareos/scripts/btraceback.dbx +lib/bareos/scripts/btraceback.gdb +lib/bareos/scripts/btraceback.mdb man/man1/bconsole.1.gz man/man8/bareos-fd.8.gz +man/man8/bareos.8.gz +@group bareos sbin/bareos-fd @group bareos sbin/bconsole @group wheel +sbin/btraceback +@group bareos +%%PYTHON%%@dir(,bareos,750) %%ETCDIR%%/python-ldap-conf.d/bareos-dir.d/fileset +%%PYTHON%%@dir(,bareos,750) %%ETCDIR%%/python-ldap-conf.d/bareos-dir.d/job @dir(bareos,bareos,) %%BAREOS_DIR%% -%%PYTHON%%@dir(,bareos,750) %%ETCDIR%%/bareos-dir.d/fileset -%%PYTHON%%@dir(,bareos,750) %%ETCDIR%%/bareos-dir.d/job -@dir lib/bareos/plugins -@dir lib/bareos/scripts @dir(bareos,bareos,) /var/log/bareos @dir(bareos,bareos,) /var/run/bareos From owner-svn-ports-all@freebsd.org Thu May 9 18:33:50 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB6FF158A5C2; Thu, 9 May 2019 18:33:50 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8239A74744; Thu, 9 May 2019 18:33:50 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5E94220DF1; Thu, 9 May 2019 18:33:50 +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 x49IXoPG087506; Thu, 9 May 2019 18:33:50 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49IXo7J087505; Thu, 9 May 2019 18:33:50 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201905091833.x49IXo7J087505@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Thu, 9 May 2019 18:33:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501130 - head/archivers/php-brotli X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/archivers/php-brotli X-SVN-Commit-Revision: 501130 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8239A74744 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 18:33:51 -0000 Author: tcberner Date: Thu May 9 18:33:49 2019 New Revision: 501130 URL: https://svnweb.freebsd.org/changeset/ports/501130 Log: archivers/php-brotli: Update to version 0.7.0 Submitted by: Daniel Shafer Differential Revision: https://reviews.freebsd.org/D20166 Modified: head/archivers/php-brotli/Makefile head/archivers/php-brotli/distinfo Modified: head/archivers/php-brotli/Makefile ============================================================================== --- head/archivers/php-brotli/Makefile Thu May 9 18:30:05 2019 (r501129) +++ head/archivers/php-brotli/Makefile Thu May 9 18:33:49 2019 (r501130) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= brotli -DISTVERSION= 0.6.2 +DISTVERSION= 0.7.0 CATEGORIES= archivers PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} Modified: head/archivers/php-brotli/distinfo ============================================================================== --- head/archivers/php-brotli/distinfo Thu May 9 18:30:05 2019 (r501129) +++ head/archivers/php-brotli/distinfo Thu May 9 18:33:49 2019 (r501130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1552932530 -SHA256 (kjdev-php-ext-brotli-0.6.2_GH0.tar.gz) = 8f2d816177f00a784af7afcc6e04b41a8ce4f42725a57130bf5d9682715016d5 -SIZE (kjdev-php-ext-brotli-0.6.2_GH0.tar.gz) = 10043 +TIMESTAMP = 1557087850 +SHA256 (kjdev-php-ext-brotli-0.7.0_GH0.tar.gz) = 4c2e9d8c85cd446f75d4d1b2314f25e779955b485ec2401157dd7bbec9326cb2 +SIZE (kjdev-php-ext-brotli-0.7.0_GH0.tar.gz) = 15328 From owner-svn-ports-all@freebsd.org Thu May 9 18:37:00 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75F20158A79C; Thu, 9 May 2019 18:37:00 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 18F3574913; Thu, 9 May 2019 18:37:00 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E3D4D20DF5; Thu, 9 May 2019 18:36:59 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x49Iaxbl087753; Thu, 9 May 2019 18:36:59 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49Iaxm1087751; Thu, 9 May 2019 18:36:59 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201905091836.x49Iaxm1087751@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 9 May 2019 18:36:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501131 - head/math/py-kiwisolver X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/math/py-kiwisolver X-SVN-Commit-Revision: 501131 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 18F3574913 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.994,0]; NEURAL_HAM_SHORT(-0.96)[-0.962,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 18:37:00 -0000 Author: swills Date: Thu May 9 18:36:59 2019 New Revision: 501131 URL: https://svnweb.freebsd.org/changeset/ports/501131 Log: math/py-kiwisolver: update to 1.1.0 PR: 237786 Submitted by: lbartoletti (maintainer) Modified: head/math/py-kiwisolver/Makefile (contents, props changed) head/math/py-kiwisolver/distinfo (contents, props changed) Modified: head/math/py-kiwisolver/Makefile ============================================================================== --- head/math/py-kiwisolver/Makefile Thu May 9 18:33:49 2019 (r501130) +++ head/math/py-kiwisolver/Makefile Thu May 9 18:36:59 2019 (r501131) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= kiwisolver -PORTVERSION= 1.0.1 +PORTVERSION= 1.1.0 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,7 +10,6 @@ MAINTAINER= lbartoletti@tuxfamily.org COMMENT= Fast implementation of the Cassowary constraint solver LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/COPYING.txt USES= python USE_PYTHON= autoplist concurrent distutils Modified: head/math/py-kiwisolver/distinfo ============================================================================== --- head/math/py-kiwisolver/distinfo Thu May 9 18:33:49 2019 (r501130) +++ head/math/py-kiwisolver/distinfo Thu May 9 18:36:59 2019 (r501131) @@ -1,3 +1,3 @@ -TIMESTAMP = 1553256871 -SHA256 (kiwisolver-1.0.1.tar.gz) = ce3be5d520b4d2c3e5eeb4cd2ef62b9b9ab8ac6b6fedbaa0e39cdb6f50644278 -SIZE (kiwisolver-1.0.1.tar.gz) = 31618 +TIMESTAMP = 1556631212 +SHA256 (kiwisolver-1.1.0.tar.gz) = 53eaed412477c836e1b9522c19858a8557d6e595077830146182225613b11a75 +SIZE (kiwisolver-1.1.0.tar.gz) = 30847 From owner-svn-ports-all@freebsd.org Thu May 9 18:43:47 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A7A2158AD41; Thu, 9 May 2019 18:43:47 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DAD4175222; Thu, 9 May 2019 18:43:46 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D06DC20F92; Thu, 9 May 2019 18:43:46 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x49Ihkmi093117; Thu, 9 May 2019 18:43:46 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49Ihk7V093116; Thu, 9 May 2019 18:43:46 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201905091843.x49Ihk7V093116@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 9 May 2019 18:43:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501132 - head/databases/py-pum X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/databases/py-pum X-SVN-Commit-Revision: 501132 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: DAD4175222 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.994,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.962,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 18:43:47 -0000 Author: swills Date: Thu May 9 18:43:46 2019 New Revision: 501132 URL: https://svnweb.freebsd.org/changeset/ports/501132 Log: databases/py-pum: update to 0.8.6 PR: 237785 Submitted by: lbartoletti (maintainer) Modified: head/databases/py-pum/Makefile (contents, props changed) head/databases/py-pum/distinfo (contents, props changed) Modified: head/databases/py-pum/Makefile ============================================================================== --- head/databases/py-pum/Makefile Thu May 9 18:36:59 2019 (r501131) +++ head/databases/py-pum/Makefile Thu May 9 18:43:46 2019 (r501132) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= pum -DISTVERSION= 0.7.1 -PORTREVISION= 1 +DISTVERSION= 0.8.6 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/databases/py-pum/distinfo ============================================================================== --- head/databases/py-pum/distinfo Thu May 9 18:36:59 2019 (r501131) +++ head/databases/py-pum/distinfo Thu May 9 18:43:46 2019 (r501132) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524734978 -SHA256 (pum-0.7.1.tar.gz) = 203c8b2f9997f18005ec7cd1984ec4eee2771fb9f20a687d886fd0b586abbc05 -SIZE (pum-0.7.1.tar.gz) = 20282 +TIMESTAMP = 1557210832 +SHA256 (pum-0.8.6.tar.gz) = abf1fada237b9df5f5601e82d50fc94abe6a95dacd0476a2566f1bd073adee1d +SIZE (pum-0.8.6.tar.gz) = 20324 From owner-svn-ports-all@freebsd.org Thu May 9 19:04:26 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 47F68158B3BE; Thu, 9 May 2019 19:04:26 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E3A0675FE1; Thu, 9 May 2019 19:04:25 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BFCCB212F6; Thu, 9 May 2019 19:04:25 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x49J4PoF003546; Thu, 9 May 2019 19:04:25 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49J4PGw003543; Thu, 9 May 2019 19:04:25 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201905091904.x49J4PGw003543@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Thu, 9 May 2019 19:04:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501133 - in head/sysutils: . bareos-traymonitor X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: in head/sysutils: . bareos-traymonitor X-SVN-Commit-Revision: 501133 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E3A0675FE1 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.993,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 19:04:26 -0000 Author: acm Date: Thu May 9 19:04:24 2019 New Revision: 501133 URL: https://svnweb.freebsd.org/changeset/ports/501133 Log: - Re-add sysutils/bareos-traymonitor Modified: head/sysutils/Makefile head/sysutils/bareos-traymonitor/Makefile head/sysutils/bareos-traymonitor/pkg-plist Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Thu May 9 18:43:46 2019 (r501132) +++ head/sysutils/Makefile Thu May 9 19:04:24 2019 (r501133) @@ -83,6 +83,7 @@ SUBDIR += bareos-client SUBDIR += bareos-docs SUBDIR += bareos-server + SUBDIR += bareos-traymonitor SUBDIR += bareos16-client SUBDIR += bareos16-client-static SUBDIR += bareos16-server Modified: head/sysutils/bareos-traymonitor/Makefile ============================================================================== --- head/sysutils/bareos-traymonitor/Makefile Thu May 9 18:43:46 2019 (r501132) +++ head/sysutils/bareos-traymonitor/Makefile Thu May 9 19:04:24 2019 (r501133) @@ -6,29 +6,23 @@ PKGNAMESUFFIX= -traymonitor COMMENT= Backup archiving recovery open sourced (traymonitor) -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 - -LIB_DEPENDS+= libqwt.so:x11-toolkits/qwt5 \ +LIB_DEPENDS+= libqwt5-qt5.so:x11-toolkits/qwt5-qt5 \ libbareos.so:sysutils/bareos-client CONFLICTS= bacula*-bat-* bareos16-traymonitor-* -USES= pkgconfig gettext-runtime desktop-file-utils qt:4 -USE_QT= qmake_build uic_build moc_build rcc_build gui corelib +USES= pkgconfig gettext-runtime desktop-file-utils qt:5 +USE_QT5= qmake_build uic_build moc_build rcc_build gui corelib WITH_BAT= yes PLIST= ${.CURDIR}/pkg-plist -MAKE_ENV+= MAKEOBJDIRPREFIX=/ +CFLAGS+= -DMDB_DSYNC=O_SYNC -DMDB_USE_POSIX_SEM=1 MASTERDIR= ${.CURDIR}/../../sysutils/bareos-server -CONFIGURE_ARGS+= --enable-traymonitor=yes \ - --with-qwt=${LOCALBASE}/lib \ - --disable-build-dird \ - --disable-build-stored \ - --enable-client-only \ - --with-jansson=${LOCALBASE} \ - --enable-nls=yes +CMAKE_ARGS+= -Dtraymonitor=yes \ + -Dbuild-dird=no \ + -Dbuild-stored=no \ + -Dclient-only=yes .include "${MASTERDIR}/Makefile" Modified: head/sysutils/bareos-traymonitor/pkg-plist ============================================================================== --- head/sysutils/bareos-traymonitor/pkg-plist Thu May 9 18:43:46 2019 (r501132) +++ head/sysutils/bareos-traymonitor/pkg-plist Thu May 9 19:04:24 2019 (r501133) @@ -1,7 +1,7 @@ +bin/bareos-tray-monitor @sample %%ETCDIR%%/tray-monitor.d/client/FileDaemon-local.conf.sample @sample %%ETCDIR%%/tray-monitor.d/director/Director-local.conf.sample @sample %%ETCDIR%%/tray-monitor.d/monitor/bareos-mon.conf.sample @sample %%ETCDIR%%/tray-monitor.d/storage/StorageDaemon-local.conf.sample share/applications/bareos-tray-monitor.desktop share/pixmaps/bareos-tray-monitor.xpm -bin/bareos-tray-monitor From owner-svn-ports-all@freebsd.org Thu May 9 19:05:34 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5716B158B442; Thu, 9 May 2019 19:05:34 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F0EC276108; Thu, 9 May 2019 19:05:33 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E2F0B212F7; Thu, 9 May 2019 19:05:33 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x49J5XjQ003696; Thu, 9 May 2019 19:05:33 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49J5XUP003695; Thu, 9 May 2019 19:05:33 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201905091905.x49J5XUP003695@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Thu, 9 May 2019 19:05:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501134 - head X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: head X-SVN-Commit-Revision: 501134 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: F0EC276108 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.994,0]; NEURAL_HAM_SHORT(-0.96)[-0.962,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 19:05:34 -0000 Author: acm Date: Thu May 9 19:05:33 2019 New Revision: 501134 URL: https://svnweb.freebsd.org/changeset/ports/501134 Log: - Delete sysutils/bareos-traymonitor entry. This port was added to ports tree again Modified: head/MOVED Modified: head/MOVED ============================================================================== --- head/MOVED Thu May 9 19:04:24 2019 (r501133) +++ head/MOVED Thu May 9 19:05:33 2019 (r501134) @@ -11911,7 +11911,6 @@ security/kqoauth||2019-03-16|Has expired: Qt4 has been security/tpmmanager||2019-03-16|Has expired: Qt4 has been EOL since december 2015 sysutils/android-file-transfer-qt4||2019-03-16|Has expired: Qt4 has been EOL since december 2015 sysutils/bacula9-bat||2019-03-16|Has expired: Qt4 has been EOL since december 2015 -sysutils/bareos-traymonitor||2019-03-16|Has expired: Qt4 has been EOL since december 2015 sysutils/bareos16-bat||2019-03-16|Has expired: Qt4 has been EOL since december 2015 sysutils/bareos16-traymonitor||2019-03-16|Has expired: Qt4 has been EOL since december 2015 sysutils/policykit-qt||2019-03-16|Has expired: Qt4 has been EOL since december 2015 From owner-svn-ports-all@freebsd.org Thu May 9 19:08:50 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07FD8158B4A9; Thu, 9 May 2019 19:08:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A237376265; Thu, 9 May 2019 19:08:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7D9FB212F9; Thu, 9 May 2019 19:08:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x49J8nW2003984; Thu, 9 May 2019 19:08:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49J8mka003981; Thu, 9 May 2019 19:08:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201905091908.x49J8mka003981@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 9 May 2019 19:08:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501135 - in head/archivers: . py-zopfli X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/archivers: . py-zopfli X-SVN-Commit-Revision: 501135 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A237376265 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.993,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 19:08:50 -0000 Author: sunpoet Date: Thu May 9 19:08:48 2019 New Revision: 501135 URL: https://svnweb.freebsd.org/changeset/ports/501135 Log: Add py-zopfli 0.1.6 pyzopfli is a straightforward Python wrapper around zopfli's ZlibCompress method. It also wraps GzipCompress, but the API point does not try to mimic the gzip module. WWW: https://github.com/obp/py-zopfli Added: head/archivers/py-zopfli/ head/archivers/py-zopfli/Makefile (contents, props changed) head/archivers/py-zopfli/distinfo (contents, props changed) head/archivers/py-zopfli/pkg-descr (contents, props changed) Modified: head/archivers/Makefile Modified: head/archivers/Makefile ============================================================================== --- head/archivers/Makefile Thu May 9 19:05:33 2019 (r501134) +++ head/archivers/Makefile Thu May 9 19:08:48 2019 (r501135) @@ -189,6 +189,7 @@ SUBDIR += py-rjsmin SUBDIR += py-warctools SUBDIR += py-xopen + SUBDIR += py-zopfli SUBDIR += py-zstandard SUBDIR += py-zstd SUBDIR += qpress Added: head/archivers/py-zopfli/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/py-zopfli/Makefile Thu May 9 19:08:48 2019 (r501135) @@ -0,0 +1,19 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= zopfli +PORTVERSION= 0.1.6 +CATEGORIES= archivers python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Zopfli module for python + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= python zip +USE_PYTHON= autoplist concurrent distutils + +.include Added: head/archivers/py-zopfli/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/py-zopfli/distinfo Thu May 9 19:08:48 2019 (r501135) @@ -0,0 +1,3 @@ +TIMESTAMP = 1557427238 +SHA256 (zopfli-0.1.6.zip) = ed2293c11c2685bbd70bad0103285279406a77622e06de794d59c2180fecaa6a +SIZE (zopfli-0.1.6.zip) = 75549 Added: head/archivers/py-zopfli/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/py-zopfli/pkg-descr Thu May 9 19:08:48 2019 (r501135) @@ -0,0 +1,5 @@ +pyzopfli is a straightforward Python wrapper around zopfli's ZlibCompress +method. It also wraps GzipCompress, but the API point does not try to mimic the +gzip module. + +WWW: https://github.com/obp/py-zopfli From owner-svn-ports-all@freebsd.org Thu May 9 19:11:46 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6157D158B6AF; Thu, 9 May 2019 19:11:46 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F29DD765A6; Thu, 9 May 2019 19:11:45 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5F8282134B; Thu, 9 May 2019 19:11:45 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x49JBjYx008351; Thu, 9 May 2019 19:11:45 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49JBjkI008349; Thu, 9 May 2019 19:11:45 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201905091911.x49JBjkI008349@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Thu, 9 May 2019 19:11:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501136 - in head/www: . bareos17-webui X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: in head/www: . bareos17-webui X-SVN-Commit-Revision: 501136 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: F29DD765A6 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.994,0]; NEURAL_HAM_SHORT(-0.96)[-0.962,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 19:11:46 -0000 Author: acm Date: Thu May 9 19:11:44 2019 New Revision: 501136 URL: https://svnweb.freebsd.org/changeset/ports/501136 Log: - Copy www/bareos-webui to www/bareos17-webui. www/bareos-webui will be updated to latest version Added: head/www/bareos17-webui/ - copied from r501111, head/www/bareos-webui/ Modified: head/www/Makefile head/www/bareos17-webui/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Thu May 9 19:08:48 2019 (r501135) +++ head/www/Makefile Thu May 9 19:11:44 2019 (r501136) @@ -43,6 +43,7 @@ SUBDIR += baikal SUBDIR += bareos-webui SUBDIR += bareos16-webui + SUBDIR += bareos17-webui SUBDIR += bigbluebutton SUBDIR += bins SUBDIR += bkmrkconv Modified: head/www/bareos17-webui/Makefile ============================================================================== --- head/www/bareos-webui/Makefile Thu May 9 15:29:57 2019 (r501111) +++ head/www/bareos17-webui/Makefile Thu May 9 19:11:44 2019 (r501136) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTNAME= bareos-webui +PORTNAME= bareos17-webui PORTVERSION= 17.2.5 PORTREVISION= 1 DISTVERSIONPREFIX= Release/ From owner-svn-ports-all@freebsd.org Thu May 9 19:12:38 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9E08158B6FA; Thu, 9 May 2019 19:12:38 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 50C2C7673D; Thu, 9 May 2019 19:12:38 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2160E21498; Thu, 9 May 2019 19:12:38 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x49JCcVt009484; Thu, 9 May 2019 19:12:38 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49JCbuR009481; Thu, 9 May 2019 19:12:37 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201905091912.x49JCbuR009481@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Thu, 9 May 2019 19:12:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501137 - head/www/bareos-webui X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: head/www/bareos-webui X-SVN-Commit-Revision: 501137 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 50C2C7673D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.993,0]; NEURAL_HAM_SHORT(-0.96)[-0.964,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 19:12:39 -0000 Author: acm Date: Thu May 9 19:12:37 2019 New Revision: 501137 URL: https://svnweb.freebsd.org/changeset/ports/501137 Log: - Update to 18.2.6 Modified: head/www/bareos-webui/Makefile head/www/bareos-webui/distinfo head/www/bareos-webui/pkg-plist Modified: head/www/bareos-webui/Makefile ============================================================================== --- head/www/bareos-webui/Makefile Thu May 9 19:11:44 2019 (r501136) +++ head/www/bareos-webui/Makefile Thu May 9 19:12:37 2019 (r501137) @@ -1,20 +1,18 @@ # $FreeBSD$ -PORTNAME= bareos-webui -PORTVERSION= 17.2.5 -PORTREVISION= 1 -DISTVERSIONPREFIX= Release/ -CATEGORIES= www sysutils +PORTNAME= bareos +DISTVERSIONPREFIX= Release/ +DISTVERSION= 18.2.6 +CATEGORIES?= www sysutils +PKGNAMESUFFIX= -webui MAINTAINER= acm@FreeBSD.org COMMENT= PHP-Frontend to manage Bareos over the web LICENSE= AGPLv3+ -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_FILE= ${WRKSRC}/webui/LICENSE USE_GITHUB= yes -GH_ACCOUNT= bareos -GH_PROJECT= bareos-webui USES= php USE_PHP= openssl gettext ctype hash json session iconv @@ -34,28 +32,33 @@ PGSQL_USE= PHP=pdo_pgsql ZENDFRAMEWORK_RUN_DEPENDS= ${LOCALBASE}/share/ZendFramework/bin/classmap_generator.php:www/zend-framework post-extract: - ${RM} ${WRKSRC}/config/autoload/.gitignore - ${RM} ${WRKSRC}/data/cache/.gitignore - ${RM} ${WRKSRC}/vendor/.gitignore + ${RM} ${WRKSRC}/webui/config/autoload/.gitignore + ${RM} ${WRKSRC}/webui/data/cache/.gitignore + ${RM} ${WRKSRC}/webui/vendor/.gitignore + ${MV} ${WRKSRC}/webui/version.php.in ${WRKSRC}/webui/version.php + ${MV} ${WRKSRC}/webui/config/autoload/global.php.in ${WRKSRC}/webui/config/autoload/global.php + ${MV} ${WRKSRC}/webui/module/Application/view/layout/layout.phtml.in ${WRKSRC}/webui/module/Application/view/layout/layout.phtml + ${MV} ${WRKSRC}/webui/module/Application/view/layout/login.phtml.in ${WRKSRC}/webui/module/Application/view/layout/login.phtml post-patch: - @${REINPLACE_CMD} -e 's|/etc/|${LOCALBASE}/etc/|g' ${WRKSRC}/config/autoload/global.php + @${REINPLACE_CMD} -e 's|/etc/|${LOCALBASE}/etc/|g' ${WRKSRC}/webui/config/autoload/global.php + @${REINPLACE_CMD} -e 's|@BAREOS_FULL_VERSION@|${PORTVERSION}|g' ${WRKSRC}/webui/version.php do-install: @${ECHO} "Installing in ${WWWDIR}" @${MKDIR} ${STAGEDIR}${ETCDIR}/bareos-dir.d/console @${MKDIR} ${STAGEDIR}${ETCDIR}/bareos-dir.d/profile @${MKDIR} ${STAGEDIR}${BAREOSWEB_HOME} - cd ${WRKSRC} && ${COPYTREE_SHARE} "config data module public vendor" \ + cd ${WRKSRC}/webui && ${COPYTREE_SHARE} "config data module public vendor" \ ${STAGEDIR}${WWWDIR} - ${INSTALL_DATA} ${WRKSRC}/*.php ${STAGEDIR}${WWWDIR} - ${INSTALL_DATA} ${WRKSRC}/composer* ${STAGEDIR}${WWWDIR} - ${INSTALL_DATA} ${WRKSRC}/phpunit.xml ${STAGEDIR}${WWWDIR} - ${INSTALL_DATA} ${WRKSRC}/install/directors.ini ${STAGEDIR}${ETCDIR} - ${INSTALL_DATA} ${WRKSRC}/install/configuration.ini ${STAGEDIR}${ETCDIR} - ${INSTALL_DATA} ${WRKSRC}/install/bareos/bareos-dir.d/console/admin.conf.example ${STAGEDIR}${ETCDIR}/bareos-dir.d/console/admin.conf.sample - ${INSTALL_DATA} ${WRKSRC}/install/bareos/bareos-dir.d/profile/webui-admin.conf ${STAGEDIR}${ETCDIR}/bareos-dir.d/profile/webui-admin.conf.sample - ${INSTALL_DATA} ${WRKSRC}/install/apache/bareos-webui.conf ${STAGEDIR}${ETCDIR}/apache-bareos-webui.conf - ${INSTALL_DATA} ${WRKSRC}/install/nginx/bareos-webui.conf ${STAGEDIR}${ETCDIR}/nginx-bareos-webui.conf + ${INSTALL_DATA} ${WRKSRC}/webui/*.php ${STAGEDIR}${WWWDIR} + ${INSTALL_DATA} ${WRKSRC}/webui/composer* ${STAGEDIR}${WWWDIR} + ${INSTALL_DATA} ${WRKSRC}/webui/phpunit.xml ${STAGEDIR}${WWWDIR} + ${INSTALL_DATA} ${WRKSRC}/webui/install/directors.ini.in ${STAGEDIR}${ETCDIR}/directors.ini + ${INSTALL_DATA} ${WRKSRC}/webui/install/configuration.ini.in ${STAGEDIR}${ETCDIR}/configuration.ini + ${INSTALL_DATA} ${WRKSRC}/webui/install/bareos/bareos-dir.d/console/admin.conf.example ${STAGEDIR}${ETCDIR}/bareos-dir.d/console/admin.conf.sample + ${INSTALL_DATA} ${WRKSRC}/webui/install/bareos/bareos-dir.d/profile/webui-admin.conf ${STAGEDIR}${ETCDIR}/bareos-dir.d/profile/webui-admin.conf.sample + ${INSTALL_DATA} ${WRKSRC}/webui/install/apache/bareos-webui.conf ${STAGEDIR}${ETCDIR}/apache-bareos-webui.conf + ${INSTALL_DATA} ${WRKSRC}/webui/install/nginx/bareos-webui.conf ${STAGEDIR}${ETCDIR}/nginx-bareos-webui.conf .include Modified: head/www/bareos-webui/distinfo ============================================================================== --- head/www/bareos-webui/distinfo Thu May 9 19:11:44 2019 (r501136) +++ head/www/bareos-webui/distinfo Thu May 9 19:12:37 2019 (r501137) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526592137 -SHA256 (bareos-bareos-webui-Release-17.2.5_GH0.tar.gz) = 3ebac295c2cc5b4b0c33c5fe7737c0d5b43c76709687f615db16ca900053265d -SIZE (bareos-bareos-webui-Release-17.2.5_GH0.tar.gz) = 2592123 +TIMESTAMP = 1557382995 +SHA256 (bareos-bareos-Release-18.2.6_GH0.tar.gz) = 43ff0546d4d5486bc70db90ccb7fb1f6a3ac3f9b7293de010d2c300b548056d8 +SIZE (bareos-bareos-Release-18.2.6_GH0.tar.gz) = 9991951 Modified: head/www/bareos-webui/pkg-plist ============================================================================== --- head/www/bareos-webui/pkg-plist Thu May 9 19:11:44 2019 (r501136) +++ head/www/bareos-webui/pkg-plist Thu May 9 19:12:37 2019 (r501137) @@ -1,11 +1,11 @@ @owner %%WWWOWN%% @group %%WWWGRP%% %%ETCDIR%%/apache-bareos-webui.conf +@sample(,www,640) %%ETCDIR%%/bareos-dir.d/console/admin.conf.sample +@sample(,www,640) %%ETCDIR%%/bareos-dir.d/profile/webui-admin.conf.sample %%ETCDIR%%/configuration.ini %%ETCDIR%%/directors.ini %%ETCDIR%%/nginx-bareos-webui.conf -@sample(,www,640) %%ETCDIR%%/bareos-dir.d/console/admin.conf.sample -@sample(,www,640) %%ETCDIR%%/bareos-dir.d/profile/webui-admin.conf.sample %%WWWDIR%%/composer.json %%WWWDIR%%/config/application.config.php %%WWWDIR%%/config/autoload/README.md @@ -15,8 +15,6 @@ %%WWWDIR%%/module/Application/Module.php %%WWWDIR%%/module/Application/autoload_classmap.php %%WWWDIR%%/module/Application/config/module.config.php -%%WWWDIR%%/module/Application/language/Makefile.am -%%WWWDIR%%/module/Application/language/Makefile.in %%WWWDIR%%/module/Application/language/cn_CN.mo %%WWWDIR%%/module/Application/language/cn_CN.po %%WWWDIR%%/module/Application/language/cs_CZ.mo @@ -29,10 +27,14 @@ %%WWWDIR%%/module/Application/language/es_ES.po %%WWWDIR%%/module/Application/language/fr_FR.mo %%WWWDIR%%/module/Application/language/fr_FR.po +%%WWWDIR%%/module/Application/language/hu_HU.mo +%%WWWDIR%%/module/Application/language/hu_HU.po %%WWWDIR%%/module/Application/language/it_IT.mo %%WWWDIR%%/module/Application/language/it_IT.po %%WWWDIR%%/module/Application/language/nl_BE.mo %%WWWDIR%%/module/Application/language/nl_BE.po +%%WWWDIR%%/module/Application/language/pt_BR.mo +%%WWWDIR%%/module/Application/language/pt_BR.po %%WWWDIR%%/module/Application/language/ru_RU.mo %%WWWDIR%%/module/Application/language/ru_RU.po %%WWWDIR%%/module/Application/language/sk_SK.mo @@ -238,8 +240,6 @@ %%WWWDIR%%/public/js/jstree.js %%WWWDIR%%/public/js/jstree.min.js %%WWWDIR%%/public/js/jstreegrid.js -%%WWWDIR%%/public/js/locale/Makefile.am -%%WWWDIR%%/public/js/locale/Makefile.in %%WWWDIR%%/public/js/locale/cn_CN/LC_MESSAGES/cn_CN.mo %%WWWDIR%%/public/js/locale/cn_CN/LC_MESSAGES/cn_CN.po %%WWWDIR%%/public/js/locale/cs_CZ/LC_MESSAGES/cs_CZ.mo @@ -252,17 +252,20 @@ %%WWWDIR%%/public/js/locale/es_ES/LC_MESSAGES/es_ES.po %%WWWDIR%%/public/js/locale/fr_FR/LC_MESSAGES/fr_FR.mo %%WWWDIR%%/public/js/locale/fr_FR/LC_MESSAGES/fr_FR.po +%%WWWDIR%%/public/js/locale/hu_HU/LC_MESSAGES/hu_HU.mo +%%WWWDIR%%/public/js/locale/hu_HU/LC_MESSAGES/hu_HU.po %%WWWDIR%%/public/js/locale/it_IT/LC_MESSAGES/it_IT.mo %%WWWDIR%%/public/js/locale/it_IT/LC_MESSAGES/it_IT.po %%WWWDIR%%/public/js/locale/nl_BE/LC_MESSAGES/nl_BE.mo %%WWWDIR%%/public/js/locale/nl_BE/LC_MESSAGES/nl_BE.po +%%WWWDIR%%/public/js/locale/pt_BR/LC_MESSAGES/pt_BR.mo +%%WWWDIR%%/public/js/locale/pt_BR/LC_MESSAGES/pt_BR.po %%WWWDIR%%/public/js/locale/ru_RU/LC_MESSAGES/ru_RU.mo %%WWWDIR%%/public/js/locale/ru_RU/LC_MESSAGES/ru_RU.po %%WWWDIR%%/public/js/locale/sk_SK/LC_MESSAGES/sk_SK.mo %%WWWDIR%%/public/js/locale/sk_SK/LC_MESSAGES/sk_SK.po %%WWWDIR%%/public/js/locale/tr_TR/LC_MESSAGES/tr_TR.mo %%WWWDIR%%/public/js/locale/tr_TR/LC_MESSAGES/tr_TR.po -%%WWWDIR%%/public/js/locale/webui-datatables.pot %%WWWDIR%%/public/js/moment-timezone-with-data.js %%WWWDIR%%/public/js/moment-timezone-with-data.min.js %%WWWDIR%%/public/js/moment-with-locales.js @@ -1947,6 +1950,7 @@ %%WWWDIR%%/vendor/zendframework/zend-view/src/Variables.php %%WWWDIR%%/vendor/zendframework/zend-view/src/View.php %%WWWDIR%%/vendor/zendframework/zend-view/src/ViewEvent.php +%%WWWDIR%%/version.php +@dir %%WWWDIR%%/data/cache @owner @group -@dir %%WWWDIR%%/data/cache From owner-svn-ports-all@freebsd.org Thu May 9 19:40:30 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA7B5158BF4F; Thu, 9 May 2019 19:40:30 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 603D577329; Thu, 9 May 2019 19:40:30 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 380C6217DA; Thu, 9 May 2019 19:40:30 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x49JeUWk020138; Thu, 9 May 2019 19:40:30 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49JeU32020137; Thu, 9 May 2019 19:40:30 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <201905091940.x49JeU32020137@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Thu, 9 May 2019 19:40:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501138 - head/graphics/gimp-wavelet-sharpen-plugin X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/graphics/gimp-wavelet-sharpen-plugin X-SVN-Commit-Revision: 501138 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 603D577329 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.994,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 19:40:30 -0000 Author: pkubaj Date: Thu May 9 19:40:29 2019 New Revision: 501138 URL: https://svnweb.freebsd.org/changeset/ports/501138 Log: graphics/gimp-wavelet-sharpen-plugin: fix build with GCC-based architectures Add USES=compiler:c++11-lang and respect LDFLAGS to fix build. Approved by: mat (mentor) Modified: head/graphics/gimp-wavelet-sharpen-plugin/Makefile Modified: head/graphics/gimp-wavelet-sharpen-plugin/Makefile ============================================================================== --- head/graphics/gimp-wavelet-sharpen-plugin/Makefile Thu May 9 19:12:37 2019 (r501137) +++ head/graphics/gimp-wavelet-sharpen-plugin/Makefile Thu May 9 19:40:29 2019 (r501138) @@ -18,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gimp-2.0.pc:graphics/gimp-app RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gimp-2.0.pc:graphics/gimp-app -USES= gettext gmake pkgconfig +USES= compiler:c++11-lang gettext gmake pkgconfig PLIST_SUB= GIMP_PLUGIN_DIR=${GIMP_PLUGIN_DIR} GIMP_PLUGIN_DIR= libexec/gimp/2.2/plug-ins @@ -34,7 +34,7 @@ OPTIMIZED_CFLAGS_CFLAGS= -O3 post-patch: @${REINPLACE_CMD} \ -e 's|gimptool-2.0|${LOCALBASE}/bin/gimptool-2.0|' \ - -e '/^LIBS =/s/$$/ -lm/' \ + -e '/^LIBS =/s/$$/ $$\(LDFLAGS\) -lm/' \ ${WRKSRC}/src/Makefile post-patch-NLS-off: From owner-svn-ports-all@freebsd.org Thu May 9 19:41:38 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 762E3158C0FA; Thu, 9 May 2019 19:41:38 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F0E03775F1; Thu, 9 May 2019 19:41:37 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BC35A21941; Thu, 9 May 2019 19:41:37 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x49Jfb1n024634; Thu, 9 May 2019 19:41:37 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49Jfbpd024613; Thu, 9 May 2019 19:41:37 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <201905091941.x49Jfbpd024613@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Thu, 9 May 2019 19:41:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501139 - head/graphics/gimp-wavelet-denoise-plugin X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/graphics/gimp-wavelet-denoise-plugin X-SVN-Commit-Revision: 501139 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: F0E03775F1 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.994,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 19:41:38 -0000 Author: pkubaj Date: Thu May 9 19:41:37 2019 New Revision: 501139 URL: https://svnweb.freebsd.org/changeset/ports/501139 Log: graphics/gimp-wavelet-denoise-plugin: fix build with GCC-based architectures Add USES=compiler:c++11-lang and respect LDFLAGS to fix build. Modified: head/graphics/gimp-wavelet-denoise-plugin/Makefile Modified: head/graphics/gimp-wavelet-denoise-plugin/Makefile ============================================================================== --- head/graphics/gimp-wavelet-denoise-plugin/Makefile Thu May 9 19:40:29 2019 (r501138) +++ head/graphics/gimp-wavelet-denoise-plugin/Makefile Thu May 9 19:41:37 2019 (r501139) @@ -18,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gimp-2.0.pc:graphics/gimp-app RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gimp-2.0.pc:graphics/gimp-app -USES= gettext gmake pkgconfig +USES= compiler:c++11-lang gettext gmake pkgconfig PLIST_SUB= GIMP_PLUGIN_DIR=${GIMP_PLUGIN_DIR} GIMP_PLUGIN_DIR= libexec/gimp/2.2/plug-ins @@ -35,7 +35,7 @@ OPTIMIZED_CFLAGS_CFLAGS= -O3 post-patch: @${REINPLACE_CMD} \ -e 's|gimptool-2.0|${LOCALBASE}/bin/gimptool-2.0|' \ - -e '/^LIBS =/s/$$/ -lm/' \ + -e '/^LIBS =/s/$$/ $$\(LDFLAGS) -lm/' \ ${WRKSRC}/src/Makefile post-patch-NLS-off: From owner-svn-ports-all@freebsd.org Thu May 9 19:59:21 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CCD4E158C985; Thu, 9 May 2019 19:59:21 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 72A9077F90; Thu, 9 May 2019 19:59:21 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4958721B36; Thu, 9 May 2019 19:59:21 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x49JxLVv030732; Thu, 9 May 2019 19:59:21 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49JxLua030731; Thu, 9 May 2019 19:59:21 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <201905091959.x49JxLua030731@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Thu, 9 May 2019 19:59:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501140 - head/science/luscus X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/science/luscus X-SVN-Commit-Revision: 501140 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 72A9077F90 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.994,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 19:59:22 -0000 Author: pkubaj Date: Thu May 9 19:59:20 2019 New Revision: 501140 URL: https://svnweb.freebsd.org/changeset/ports/501140 Log: science/luscus: fix build with GCC-based architectures Add USES=compiler:c++11-lang to fix linking: /usr/local/lib/libgraphite2.so.3: undefined reference to `__cxa_throw_bad_array_new_length@CXXABI_1.3.8' Approved by: mentors (implicit approval) Modified: head/science/luscus/Makefile Modified: head/science/luscus/Makefile ============================================================================== --- head/science/luscus/Makefile Thu May 9 19:41:37 2019 (r501139) +++ head/science/luscus/Makefile Thu May 9 19:59:20 2019 (r501140) @@ -20,7 +20,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ RUN_DEPENDS= bash:shells/bash \ babel:science/openbabel -USES= cmake gettext-runtime pkgconfig shebangfix +USES= cmake compiler:c++11-lang gettext-runtime pkgconfig shebangfix SHEBANG_GLOB= *.sh USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 pango pangox-compat USE_GL= gl glu From owner-svn-ports-all@freebsd.org Thu May 9 20:02:45 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A88D158CBD2; Thu, 9 May 2019 20:02:45 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E51AD80381; Thu, 9 May 2019 20:02:44 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BF02F21CD4; Thu, 9 May 2019 20:02:44 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x49K2i9u035747; Thu, 9 May 2019 20:02:44 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49K2ib3035743; Thu, 9 May 2019 20:02:44 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201905092002.x49K2ib3035743@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 9 May 2019 20:02:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501141 - head/sysutils/reggae X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/sysutils/reggae X-SVN-Commit-Revision: 501141 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E51AD80381 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.994,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 20:02:45 -0000 Author: swills Date: Thu May 9 20:02:44 2019 New Revision: 501141 URL: https://svnweb.freebsd.org/changeset/ports/501141 Log: sysutils/reggae: Update to 0.1.3 PR: 237780 Submitted by: Goran Mekić (maintainer) Modified: head/sysutils/reggae/Makefile (contents, props changed) head/sysutils/reggae/distinfo (contents, props changed) Modified: head/sysutils/reggae/Makefile ============================================================================== --- head/sysutils/reggae/Makefile Thu May 9 19:59:20 2019 (r501140) +++ head/sysutils/reggae/Makefile Thu May 9 20:02:44 2019 (r501141) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= reggae -PORTVERSION= 0.1.2 +PORTVERSION= 0.1.3 CATEGORIES= sysutils MAINTAINER= meka@tilda.center Modified: head/sysutils/reggae/distinfo ============================================================================== --- head/sysutils/reggae/distinfo Thu May 9 19:59:20 2019 (r501140) +++ head/sysutils/reggae/distinfo Thu May 9 20:02:44 2019 (r501141) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556792832 -SHA256 (cbsd-reggae-0.1.2_GH0.tar.gz) = d3f9f75c9d369fd1026a869e620ff34ea17169ffad0f116581ced0334089d125 -SIZE (cbsd-reggae-0.1.2_GH0.tar.gz) = 37229 +TIMESTAMP = 1557272311 +SHA256 (cbsd-reggae-0.1.3_GH0.tar.gz) = ac3bda0bc474acf440ded9adf3d4d3f25f951e0eed775cd139c7aa9eea6093fb +SIZE (cbsd-reggae-0.1.3_GH0.tar.gz) = 37276 From owner-svn-ports-all@freebsd.org Thu May 9 20:05:23 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 50F88158CC62; Thu, 9 May 2019 20:05:23 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E81C8804AE; Thu, 9 May 2019 20:05:22 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B3F0D21CD6; Thu, 9 May 2019 20:05:22 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x49K5M3b035993; Thu, 9 May 2019 20:05:22 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49K5MH1035992; Thu, 9 May 2019 20:05:22 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201905092005.x49K5MH1035992@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 9 May 2019 20:05:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501142 - head/net/bwping X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/net/bwping X-SVN-Commit-Revision: 501142 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E81C8804AE X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-0.99)[-0.994,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 20:05:23 -0000 Author: swills Date: Thu May 9 20:05:22 2019 New Revision: 501142 URL: https://svnweb.freebsd.org/changeset/ports/501142 Log: net/bwping: update to 1.14 PR: 237769 Submitted by: Oleg Derevenetz (maintainer) Modified: head/net/bwping/Makefile (contents, props changed) head/net/bwping/distinfo (contents, props changed) Modified: head/net/bwping/Makefile ============================================================================== --- head/net/bwping/Makefile Thu May 9 20:02:44 2019 (r501141) +++ head/net/bwping/Makefile Thu May 9 20:05:22 2019 (r501142) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bwping -PORTVERSION= 1.12 +PORTVERSION= 1.14 CATEGORIES= net MASTER_SITES= SF Modified: head/net/bwping/distinfo ============================================================================== --- head/net/bwping/distinfo Thu May 9 20:02:44 2019 (r501141) +++ head/net/bwping/distinfo Thu May 9 20:05:22 2019 (r501142) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555844914 -SHA256 (bwping-1.12.tar.gz) = 79f84a7e7dc787931de578fe5fe53c17daa9cb009f25f0eb198db2504b48e054 -SIZE (bwping-1.12.tar.gz) = 103462 +TIMESTAMP = 1557184441 +SHA256 (bwping-1.14.tar.gz) = 527d20a7e36e274c21697e8292ef222b00b2bd318dc095519a1fbb530cce1ad6 +SIZE (bwping-1.14.tar.gz) = 104555 From owner-svn-ports-all@freebsd.org Thu May 9 20:07:41 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32B74158CCC2; Thu, 9 May 2019 20:07:41 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CF0A7805A8; Thu, 9 May 2019 20:07:40 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8AD8921CD8; Thu, 9 May 2019 20:07:40 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x49K7eiq036231; Thu, 9 May 2019 20:07:40 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49K7eww036229; Thu, 9 May 2019 20:07:40 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201905092007.x49K7eww036229@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 9 May 2019 20:07:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501143 - in head/math/libnormaliz: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/math/libnormaliz: . files X-SVN-Commit-Revision: 501143 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: CF0A7805A8 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.993,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.978,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 20:07:41 -0000 Author: swills Date: Thu May 9 20:07:39 2019 New Revision: 501143 URL: https://svnweb.freebsd.org/changeset/ports/501143 Log: math/libnormaliz: update to 3.7.2 PR: 237811 Submitted by: Lorenzo Salvadore (maintainer) Deleted: head/math/libnormaliz/files/patch-source_libnormaliz_nmz__integral.cpp Modified: head/math/libnormaliz/Makefile (contents, props changed) head/math/libnormaliz/distinfo (contents, props changed) Modified: head/math/libnormaliz/Makefile ============================================================================== --- head/math/libnormaliz/Makefile Thu May 9 20:05:22 2019 (r501142) +++ head/math/libnormaliz/Makefile Thu May 9 20:07:39 2019 (r501143) @@ -2,8 +2,7 @@ PORTNAME= libnormaliz DISTVERSIONPREFIX= v -DISTVERSION= 3.6.3 -PORTREVISION= 2 +DISTVERSION= 3.7.2 CATEGORIES= math MAINTAINER= phascolarctos@protonmail.ch @@ -15,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/boost/dynamic_bitset.hpp:devel/boost-libs \ ${LOCALBASE}/include/gmpxx.h:math/gmp -USES= compiler:c++11-lang gmake +USES= autoreconf compiler:c++11-lang gmake libtool USE_GITHUB= yes GH_ACCOUNT= Normaliz @@ -26,18 +25,19 @@ INSTALL_WRKSRC= ${WRKSRC}/source/libnormaliz CXXFLAGS+= -I ${LOCALBASE}/include MAKEFILE= Makefile.classic +GNU_CONFIGURE= yes +LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= COCOA DOCS FLINT OPENMP COCOA_DESC= Link with libcocoa.a (might cause circular dependency) -FLINT_DESC= Link with libflint.a COCOA_BUILD_DEPENDS= ${LOCALBASE}/lib/libcocoa.a:math/cocoalib -COCOA_CXXFLAGS= -DNMZ_COCOA -DCoCoA_THREADSAFE_HACK -COCOA_LDFLAGS= ${LOCALBASE}/lib -lcocoa +COCOA_CONFIGURE_ENABLE= nmzintegrate +FLINT_DESC= Link with libflint.so FLINT_BUILD_DEPENDS= ${LOCALBASE}/lib/libflint.so:math/flint2 -FLINT_CXXFLAGS= -DNMZ_FLINT -FLINT_LDFLAGS= -L ${LOCALBASE}/lib -lflint -lmpfr +FLINT_CONFIGURE_ENABLE= flint +FLINT_LDFLAGS= -lpthread OPENMP_BUILD_DEPENDS= ${LOCALBASE}/lib/libomp.so:devel/openmp -OPENMP_CXXFLAGS= -fopenmp +OPENMP_CONFIGURE_ENABLE= openmp do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/include/libnormaliz Modified: head/math/libnormaliz/distinfo ============================================================================== --- head/math/libnormaliz/distinfo Thu May 9 20:05:22 2019 (r501142) +++ head/math/libnormaliz/distinfo Thu May 9 20:07:39 2019 (r501143) @@ -1,3 +1,3 @@ -TIMESTAMP = 1536314303 -SHA256 (Normaliz-Normaliz-v3.6.3_GH0.tar.gz) = 1c3dad1f5256c92dde21b0eea1423afe95d98863c90f5e4cb429ffa71ba57f54 -SIZE (Normaliz-Normaliz-v3.6.3_GH0.tar.gz) = 9923720 +TIMESTAMP = 1557398323 +SHA256 (Normaliz-Normaliz-v3.7.2_GH0.tar.gz) = 90137933ea7f90209ba3065c9055e564e30bf42cf75d0609fc913c65e0a6de6a +SIZE (Normaliz-Normaliz-v3.7.2_GH0.tar.gz) = 4515223 From owner-svn-ports-all@freebsd.org Thu May 9 20:09:09 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E3432158CD34; Thu, 9 May 2019 20:09:08 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 88483806BE; Thu, 9 May 2019 20:09:08 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 646D221CDA; Thu, 9 May 2019 20:09:08 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x49K98h3036468; Thu, 9 May 2019 20:09:08 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49K97DF036464; Thu, 9 May 2019 20:09:07 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201905092009.x49K97DF036464@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 9 May 2019 20:09:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501144 - in head/security/i2p: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/security/i2p: . files X-SVN-Commit-Revision: 501144 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 88483806BE X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.993,0]; NEURAL_HAM_SHORT(-0.98)[-0.978,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 20:09:09 -0000 Author: swills Date: Thu May 9 20:09:07 2019 New Revision: 501144 URL: https://svnweb.freebsd.org/changeset/ports/501144 Log: security/i2p: update to 0.9.40 PR: 237809 Submitted by: Neel Chauhan (maintainer) Added: head/security/i2p/files/patch-apps_i2pcontrol_java_com_thetransactioncompany_jsonrpc2_package-info.java (contents, props changed) head/security/i2p/files/patch-apps_i2pcontrol_java_org_mindrot_jbcrypt_BCrypt.java (contents, props changed) Deleted: head/security/i2p/files/patch-apps_streaming_java_src_net_i2p_client_streaming_impl_I2PSocketManagerFull.java Modified: head/security/i2p/Makefile (contents, props changed) head/security/i2p/distinfo (contents, props changed) Modified: head/security/i2p/Makefile ============================================================================== --- head/security/i2p/Makefile Thu May 9 20:07:39 2019 (r501143) +++ head/security/i2p/Makefile Thu May 9 20:09:07 2019 (r501144) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= i2p -DISTVERSION= 0.9.38 +DISTVERSION= 0.9.40 CATEGORIES= security java net-p2p MASTER_SITES= SF/${PORTNAME:tl}/${PORTVERSION} \ http://download.i2p2.no/releases/${PORTVERSION}/ \ Modified: head/security/i2p/distinfo ============================================================================== --- head/security/i2p/distinfo Thu May 9 20:07:39 2019 (r501143) +++ head/security/i2p/distinfo Thu May 9 20:09:07 2019 (r501144) @@ -1,3 +1,3 @@ -TIMESTAMP = 1548602826 -SHA256 (i2psource_0.9.38.tar.bz2) = 65fe327fdd11272a764c9e1c6ae1f38b151cea9003216b861c7ff2b281ca2970 -SIZE (i2psource_0.9.38.tar.bz2) = 30702106 +TIMESTAMP = 1557365594 +SHA256 (i2psource_0.9.40.tar.bz2) = 5d31e0a324dfe429135ac17595b3cab3e81d85d4aa7a720db402dec47bfeda23 +SIZE (i2psource_0.9.40.tar.bz2) = 30808508 Added: head/security/i2p/files/patch-apps_i2pcontrol_java_com_thetransactioncompany_jsonrpc2_package-info.java ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/i2p/files/patch-apps_i2pcontrol_java_com_thetransactioncompany_jsonrpc2_package-info.java Thu May 9 20:09:07 2019 (r501144) @@ -0,0 +1,11 @@ +--- apps/i2pcontrol/java/com/thetransactioncompany/jsonrpc2/package-info.java.orig 2019-04-17 11:52:29.174848000 -0400 ++++ apps/i2pcontrol/java/com/thetransactioncompany/jsonrpc2/package-info.java 2019-04-17 11:55:57.085931000 -0400 +@@ -13,7 +13,7 @@ + * exception of batching / multicall. This feature is deliberately left + * out as it tends to confuse users (judging by posts in the JSON-RPC forum). + * +- *

See the JSON-RPC 2.0 ++ *

See the JSON-RPC 2.0 + * specification for more information or write to the + * user group if + * you have questions. Added: head/security/i2p/files/patch-apps_i2pcontrol_java_org_mindrot_jbcrypt_BCrypt.java ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/i2p/files/patch-apps_i2pcontrol_java_org_mindrot_jbcrypt_BCrypt.java Thu May 9 20:09:07 2019 (r501144) @@ -0,0 +1,35 @@ +--- apps/i2pcontrol/java/org/mindrot/jbcrypt/BCrypt.java.orig 2019-04-17 11:58:51.939865000 -0400 ++++ apps/i2pcontrol/java/org/mindrot/jbcrypt/BCrypt.java 2019-04-17 11:58:57.299331000 -0400 +@@ -32,25 +32,25 @@ + * call the hashpw method with a random salt, like this: + *

+ * +- * String pw_hash = BCrypt.hashpw(plain_password, BCrypt.gensalt());
++ * String pw_hash = BCrypt.hashpw(plain_password, BCrypt.gensalt()); + *
+ *

+ * To check whether a plaintext password matches one that has been + * hashed previously, use the checkpw method: + *

+ * +- * if (BCrypt.checkpw(candidate_password, stored_hash))
+- *     System.out.println("It matches");
+- * else
+- *     System.out.println("It does not match");
++ * if (BCrypt.checkpw(candidate_password, stored_hash)) ++ *     System.out.println("It matches"); ++ * else ++ *     System.out.println("It does not match"); + *
+ *

+ * The gensalt() method takes an optional parameter (log_rounds) + * that determines the computational complexity of the hashing: + *

+ * +- * String strong_salt = BCrypt.gensalt(10)
+- * String stronger_salt = BCrypt.gensalt(12)
++ * String strong_salt = BCrypt.gensalt(10) ++ * String stronger_salt = BCrypt.gensalt(12) + *
+ *

+ * The amount of work increases exponentially (2**log_rounds), so From owner-svn-ports-all@freebsd.org Thu May 9 20:10:57 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 609DE158CDE7; Thu, 9 May 2019 20:10:57 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0548A80806; Thu, 9 May 2019 20:10:57 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DBB8421E05; Thu, 9 May 2019 20:10:56 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x49KAuL6039665; Thu, 9 May 2019 20:10:56 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49KAueN039664; Thu, 9 May 2019 20:10:56 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201905092010.x49KAueN039664@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 9 May 2019 20:10:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501145 - head/net/rdesktop X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/net/rdesktop X-SVN-Commit-Revision: 501145 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0548A80806 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.994,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 20:10:57 -0000 Author: swills Date: Thu May 9 20:10:56 2019 New Revision: 501145 URL: https://svnweb.freebsd.org/changeset/ports/501145 Log: net/rdesktop: update to 1.8.5 PR: 237805 Submitted by: Greg Fitzgerald (maintainer) Modified: head/net/rdesktop/Makefile (contents, props changed) head/net/rdesktop/distinfo (contents, props changed) Modified: head/net/rdesktop/Makefile ============================================================================== --- head/net/rdesktop/Makefile Thu May 9 20:09:07 2019 (r501144) +++ head/net/rdesktop/Makefile Thu May 9 20:10:56 2019 (r501145) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rdesktop -PORTVERSION= 1.8.4 +PORTVERSION= 1.8.5 DISTVERSIONPREFIX=v CATEGORIES= net comms ipv6 @@ -12,7 +12,7 @@ COMMENT= RDP client for Windows NT/2000/2003 Terminal LICENSE= GPLv3 USES= autoreconf gmake iconv pkgconfig ssl -USE_XORG= x11 +USE_XORG= x11 xrandr USE_GITHUB= yes CONFIGURE_ARGS+= ${ICONV_CONFIGURE_ARG} --disable-credssp Modified: head/net/rdesktop/distinfo ============================================================================== --- head/net/rdesktop/distinfo Thu May 9 20:09:07 2019 (r501144) +++ head/net/rdesktop/distinfo Thu May 9 20:10:56 2019 (r501145) @@ -1,3 +1,3 @@ -TIMESTAMP = 1550673649 -SHA256 (rdesktop-rdesktop-v1.8.4_GH0.tar.gz) = 516f04df92f16eba04c96bbf9aeb05b9da686689c2bb5c107e0941583e09f933 -SIZE (rdesktop-rdesktop-v1.8.4_GH0.tar.gz) = 392460 +TIMESTAMP = 1557391651 +SHA256 (rdesktop-rdesktop-v1.8.5_GH0.tar.gz) = 94dab068070802d872e38717fad451e5db2bd6a49428bbb1ccf6bf47e2ffaca0 +SIZE (rdesktop-rdesktop-v1.8.5_GH0.tar.gz) = 393680 From owner-svn-ports-all@freebsd.org Thu May 9 20:12:52 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA05C158CF91; Thu, 9 May 2019 20:12:52 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7F01480B49; Thu, 9 May 2019 20:12:52 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 59E2721E7A; Thu, 9 May 2019 20:12:52 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x49KCqBl041443; Thu, 9 May 2019 20:12:52 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49KCqIG041442; Thu, 9 May 2019 20:12:52 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905092012.x49KCqIG041442@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 9 May 2019 20:12:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501146 - head/science/py-gpaw X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/science/py-gpaw X-SVN-Commit-Revision: 501146 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7F01480B49 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.994,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 20:12:53 -0000 Author: yuri Date: Thu May 9 20:12:51 2019 New Revision: 501146 URL: https://svnweb.freebsd.org/changeset/ports/501146 Log: science/py-gpaw: Update 1.5.1 -> 1.5.2 Reported by: portscout Modified: head/science/py-gpaw/Makefile head/science/py-gpaw/distinfo Modified: head/science/py-gpaw/Makefile ============================================================================== --- head/science/py-gpaw/Makefile Thu May 9 20:10:56 2019 (r501145) +++ head/science/py-gpaw/Makefile Thu May 9 20:12:51 2019 (r501146) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= gpaw -DISTVERSION= 1.5.1 -PORTREVISION= 1 +DISTVERSION= 1.5.2 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/science/py-gpaw/distinfo ============================================================================== --- head/science/py-gpaw/distinfo Thu May 9 20:10:56 2019 (r501145) +++ head/science/py-gpaw/distinfo Thu May 9 20:12:51 2019 (r501146) @@ -1,3 +1,3 @@ -TIMESTAMP = 1548480497 -SHA256 (gpaw-1.5.1.tar.gz) = 63a00bd97cc4e10fb5f5c718039af18c90c7e0e19897a6a852e5f54fc0c81776 -SIZE (gpaw-1.5.1.tar.gz) = 1420774 +TIMESTAMP = 1557421185 +SHA256 (gpaw-1.5.2.tar.gz) = d2d6b4c1b9a61532e1e2f6200c4ca48835ec8275d182e6913088b3aa53773a27 +SIZE (gpaw-1.5.2.tar.gz) = 1425103 From owner-svn-ports-all@freebsd.org Thu May 9 21:28:51 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B88A7158E52A; Thu, 9 May 2019 21:28:51 +0000 (UTC) (envelope-from jwb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 557AD82D32; Thu, 9 May 2019 21:28:51 +0000 (UTC) (envelope-from jwb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4122622A46; Thu, 9 May 2019 21:28:51 +0000 (UTC) (envelope-from jwb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x49LSptT078474; Thu, 9 May 2019 21:28:51 GMT (envelope-from jwb@FreeBSD.org) Received: (from jwb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49LSnx6078466; Thu, 9 May 2019 21:28:49 GMT (envelope-from jwb@FreeBSD.org) Message-Id: <201905092128.x49LSnx6078466@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jwb set sender to jwb@FreeBSD.org using -f From: "Jason W. Bacon" Date: Thu, 9 May 2019 21:28:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501147 - in head/biology: . vsearch vsearch/files X-SVN-Group: ports-head X-SVN-Commit-Author: jwb X-SVN-Commit-Paths: in head/biology: . vsearch vsearch/files X-SVN-Commit-Revision: 501147 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 557AD82D32 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.993,0]; NEURAL_HAM_SHORT(-0.96)[-0.956,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 21:28:52 -0000 Author: jwb Date: Thu May 9 21:28:49 2019 New Revision: 501147 URL: https://svnweb.freebsd.org/changeset/ports/501147 Log: biology/vsearch: Versatile open-source tool for metagenomics VSEARCH supports de novo and reference based chimera detection, clustering, full-length and prefix dereplication, rereplication, reverse complementation, masking, all-vs-all pairwise global alignment, exact and global alignment searching, shuffling, subsampling and sorting. It also supports FASTQ file analysis, filtering, conversion and merging of paired-end reads. The aim of this project is to create an alternative to the USEARCH tool developed by Robert C. Edgar (2010). Added: head/biology/vsearch/ head/biology/vsearch/Makefile (contents, props changed) head/biology/vsearch/distinfo (contents, props changed) head/biology/vsearch/files/ head/biology/vsearch/files/patch-configure.ac (contents, props changed) head/biology/vsearch/files/patch-src_Makefile.am (contents, props changed) head/biology/vsearch/files/patch-src_city.cc (contents, props changed) head/biology/vsearch/files/patch-src_vsearch.h (contents, props changed) head/biology/vsearch/pkg-descr (contents, props changed) Modified: head/biology/Makefile Modified: head/biology/Makefile ============================================================================== --- head/biology/Makefile Thu May 9 20:12:51 2019 (r501146) +++ head/biology/Makefile Thu May 9 21:28:49 2019 (r501147) @@ -158,6 +158,7 @@ SUBDIR += vcflib SUBDIR += vcftools SUBDIR += velvet + SUBDIR += vsearch SUBDIR += wise .include Added: head/biology/vsearch/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/vsearch/Makefile Thu May 9 21:28:49 2019 (r501147) @@ -0,0 +1,32 @@ +# $FreeBSD$ + +PORTNAME= vsearch +DISTVERSIONPREFIX= v +DISTVERSION= 2.13.3 +CATEGORIES= biology + +MAINTAINER= jwb@FreeBSD.org +COMMENT= Versatile open-source tool for metagenomics + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +# Note: For PPC need power8 or later, little endian +ONLY_FOR_ARCHS= aarch64 amd64 powerpc64 +ONLY_FOR_ARCHS_REASON= Explicitly enumerated by upstream developers + +LIB_DEPENDS= libsysinfo.so:devel/libsysinfo + +USES= autoreconf gmake localbase +USE_GITHUB= yes + +GH_ACCOUNT= torognes +GNU_CONFIGURE= yes + +PLIST_FILES= bin/vsearch man/man1/vsearch.1.gz +PORTDOCS= * + +OPTIONS_DEFINE= DOCS +OPTIONS_SUB= yes + +.include Added: head/biology/vsearch/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/vsearch/distinfo Thu May 9 21:28:49 2019 (r501147) @@ -0,0 +1,3 @@ +TIMESTAMP = 1557339663 +SHA256 (torognes-vsearch-v2.13.3_GH0.tar.gz) = e5f34ece28b76403d3ba4a673eca41178fe399c35a1023dbc87d0c0da5efaa52 +SIZE (torognes-vsearch-v2.13.3_GH0.tar.gz) = 233846 Added: head/biology/vsearch/files/patch-configure.ac ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/vsearch/files/patch-configure.ac Thu May 9 21:28:49 2019 (r501147) @@ -0,0 +1,12 @@ +--- configure.ac.orig 2019-05-09 20:58:52 UTC ++++ configure.ac +@@ -14,9 +14,6 @@ MACOSX_DEPLOYMENT_TARGET="10.9" + + # Set default gcc and g++ options + +-CFLAGS='-g' +-CXXFLAGS='-g' +- + # Checks for programs. + AC_PROG_CXX + AC_PROG_RANLIB Added: head/biology/vsearch/files/patch-src_Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/vsearch/files/patch-src_Makefile.am Thu May 9 21:28:49 2019 (r501147) @@ -0,0 +1,18 @@ +--- src/Makefile.am.orig 2019-04-30 11:57:32 UTC ++++ src/Makefile.am +@@ -1,12 +1,12 @@ + bin_PROGRAMS = $(top_builddir)/bin/vsearch + + if TARGET_PPC +-AM_CXXFLAGS=-Wall -Wsign-compare -O3 -g -mcpu=power8 ++AM_CXXFLAGS=-Wall -Wsign-compare + else + if TARGET_AARCH64 +-AM_CXXFLAGS=-Wall -Wsign-compare -O3 -g -march=armv8-a+simd -mtune=generic ++AM_CXXFLAGS=-Wall -Wsign-compare + else +-AM_CXXFLAGS=-Wall -Wsign-compare -O3 -g -march=x86-64 -mtune=generic ++AM_CXXFLAGS=-Wall -Wsign-compare + endif + endif + Added: head/biology/vsearch/files/patch-src_city.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/vsearch/files/patch-src_city.cc Thu May 9 21:28:49 2019 (r501147) @@ -0,0 +1,20 @@ +$NetBSD$ + +# Portability + +--- src/city.cc.orig 2019-04-30 11:57:32 UTC ++++ src/city.cc +@@ -60,6 +60,13 @@ static uint32 UNALIGNED_LOAD32(const char *p) { + #define bswap_32(x) OSSwapInt32(x) + #define bswap_64(x) OSSwapInt64(x) + ++#elif defined(__FreeBSD__) ++ ++#include ++ ++#define bswap_32(x) bswap32(x) ++#define bswap_64(x) bswap64(x) ++ + #elif defined(__NetBSD__) + + #include Added: head/biology/vsearch/files/patch-src_vsearch.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/vsearch/files/patch-src_vsearch.h Thu May 9 21:28:49 2019 (r501147) @@ -0,0 +1,67 @@ +$NetBSD$ + +# Add FreeBSD and NetBSD support + +--- src/vsearch.h.orig 2019-04-30 11:57:32 UTC ++++ src/vsearch.h +@@ -138,30 +138,50 @@ + #define bswap_32(x) _byteswap_ulong(x) + #define bswap_64(x) _byteswap_uint64(x) + +-#else ++#elif defined(__APPLE__) + +-#ifdef __APPLE__ +- + #define PROG_OS "macos" + #include + #include ++#include + #define bswap_16(x) OSSwapInt16(x) + #define bswap_32(x) OSSwapInt32(x) + #define bswap_64(x) OSSwapInt64(x) + +-#else ++#elif defined(__linux__) + +-#ifdef __linux__ + #define PROG_OS "linux" +-#else +-#define PROG_OS "unknown" +-#endif +- + #include + #include ++#include + +-#endif ++#elif defined(__FreeBSD__) + ++#define PROG_OS "freebsd" ++#include ++#include ++#include ++#define bswap_16(x) bswap16(x) ++#define bswap_32(x) bswap32(x) ++#define bswap_64(x) bswap64(x) ++ ++#elif defined(__NetBSD__) ++ ++#define PROG_OS "netbsd" ++#include ++#include ++#include ++#define bswap_16(x) bswap16(x) ++#define bswap_32(x) bswap32(x) ++#define bswap_64(x) bswap64(x) ++// Alters behavior, but NetBSD 7 does not have getopt_long_only() ++#define getopt_long_only getopt_long ++ ++#else // Other Unix ++ ++#define PROG_OS "unknown" ++#include ++#include + #include + + #endif Added: head/biology/vsearch/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/vsearch/pkg-descr Thu May 9 21:28:49 2019 (r501147) @@ -0,0 +1,10 @@ +VSEARCH supports de novo and reference based chimera detection, clustering, +full-length and prefix dereplication, rereplication, reverse complementation, +masking, all-vs-all pairwise global alignment, exact and global alignment +searching, shuffling, subsampling and sorting. It also supports FASTQ file +analysis, filtering, conversion and merging of paired-end reads. + +The aim of this project is to create an alternative to the USEARCH tool +developed by Robert C. Edgar (2010). + +WWW: https://github.com/torognes/vsearch From owner-svn-ports-all@freebsd.org Thu May 9 22:12:27 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DF764158F34C; Thu, 9 May 2019 22:12:27 +0000 (UTC) (envelope-from jwb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 86B1F8417A; Thu, 9 May 2019 22:12:27 +0000 (UTC) (envelope-from jwb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 640D92328D; Thu, 9 May 2019 22:12:27 +0000 (UTC) (envelope-from jwb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x49MCRSR001742; Thu, 9 May 2019 22:12:27 GMT (envelope-from jwb@FreeBSD.org) Received: (from jwb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49MCR4D001741; Thu, 9 May 2019 22:12:27 GMT (envelope-from jwb@FreeBSD.org) Message-Id: <201905092212.x49MCR4D001741@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jwb set sender to jwb@FreeBSD.org using -f From: "Jason W. Bacon" Date: Thu, 9 May 2019 22:12:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501148 - head/biology/vsearch X-SVN-Group: ports-head X-SVN-Commit-Author: jwb X-SVN-Commit-Paths: head/biology/vsearch X-SVN-Commit-Revision: 501148 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 86B1F8417A X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.994,0]; NEURAL_HAM_SHORT(-0.97)[-0.972,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 22:12:28 -0000 Author: jwb Date: Thu May 9 22:12:26 2019 New Revision: 501148 URL: https://svnweb.freebsd.org/changeset/ports/501148 Log: biology/vsearch: Remove powerpc64 support Requires little endian mode and FreeBSD currently does not support it Modified: head/biology/vsearch/Makefile Modified: head/biology/vsearch/Makefile ============================================================================== --- head/biology/vsearch/Makefile Thu May 9 21:28:49 2019 (r501147) +++ head/biology/vsearch/Makefile Thu May 9 22:12:26 2019 (r501148) @@ -12,7 +12,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt # Note: For PPC need power8 or later, little endian -ONLY_FOR_ARCHS= aarch64 amd64 powerpc64 +ONLY_FOR_ARCHS= aarch64 amd64 ONLY_FOR_ARCHS_REASON= Explicitly enumerated by upstream developers LIB_DEPENDS= libsysinfo.so:devel/libsysinfo From owner-svn-ports-all@freebsd.org Thu May 9 22:32:15 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F6DF158FBC4; Thu, 9 May 2019 22:32:15 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D18198523A; Thu, 9 May 2019 22:32:14 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A8115235DA; Thu, 9 May 2019 22:32:14 +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 x49MWEo9015183; Thu, 9 May 2019 22:32:14 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49MWB3R013591; Thu, 9 May 2019 22:32:11 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201905092232.x49MWB3R013591@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Thu, 9 May 2019 22:32:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501149 - in head/databases: postgresql10-server postgresql10-server/files postgresql11-server postgresql11-server/files postgresql94-server postgresql94-server/files postgresql95-serve... X-SVN-Group: ports-head X-SVN-Commit-Author: girgen X-SVN-Commit-Paths: in head/databases: postgresql10-server postgresql10-server/files postgresql11-server postgresql11-server/files postgresql94-server postgresql94-server/files postgresql95-server postgresql95-server/fil... X-SVN-Commit-Revision: 501149 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D18198523A X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.993,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 22:32:15 -0000 Author: girgen Date: Thu May 9 22:32:11 2019 New Revision: 501149 URL: https://svnweb.freebsd.org/changeset/ports/501149 Log: The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 11.3, 10.8, 9.6.13, 9.5.17, and 9.4.22. This release fixes two security issues in the PostgreSQL server, a security issue found in two of the PostgreSQL Windows installers, and over 60 bugs reported over the last three months. Security: CVE-2019-10129: Memory disclosure in partition routing Prior to this release, a user running PostgreSQL 11 can read arbitrary bytes of server memory by executing a purpose-crafted INSERT statement to a partitioned table. Security: CVE-2019-10130: Selectivity estimators bypass row security policies PostgreSQL maintains statistics for tables by sampling data available in columns; this data is consulted during the query planning process. Prior to this release, a user able to execute SQL queries with permissions to read a given column could craft a leaky operator that could read whatever data had been sampled from that column. If this happened to include values from rows that the user is forbidden to see by a row security policy, the user could effectively bypass the policy. This is fixed by only allowing a non-leakproof operator to use this data if there are no relevant row security policies for the table. This issue is present in PostgreSQL 9.5, 9.6, 10, and 11. The PostgreSQL project thanks Dean Rasheed for reporting this problem. Also fix a FreeBSD port problem with LLVM [1] and add promote command to `service postgresql` [2] PR: 236100, 234879 Submitted by: tomonori.usaka@ubin.jp [1], Trix Farrar [2] Modified: head/databases/postgresql10-server/Makefile head/databases/postgresql10-server/distinfo head/databases/postgresql10-server/files/postgresql.in head/databases/postgresql10-server/pkg-plist-server head/databases/postgresql11-server/Makefile head/databases/postgresql11-server/distinfo head/databases/postgresql11-server/files/postgresql.in head/databases/postgresql11-server/pkg-plist-server head/databases/postgresql94-server/Makefile head/databases/postgresql94-server/distinfo head/databases/postgresql94-server/files/postgresql.in head/databases/postgresql95-server/Makefile head/databases/postgresql95-server/distinfo head/databases/postgresql95-server/files/postgresql.in head/databases/postgresql96-server/Makefile head/databases/postgresql96-server/distinfo head/databases/postgresql96-server/files/postgresql.in Modified: head/databases/postgresql10-server/Makefile ============================================================================== --- head/databases/postgresql10-server/Makefile Thu May 9 22:12:26 2019 (r501148) +++ head/databases/postgresql10-server/Makefile Thu May 9 22:32:11 2019 (r501149) @@ -1,8 +1,10 @@ # Created by: Marc G. Fournier # $FreeBSD$ -DISTVERSION?= 10.7 -PORTREVISION?= 2 +DISTVERSION?= 10.8 +# PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and +# not their own. Probably best to keep it at ?=0 when reset here too. +PORTREVISION?= 0 PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} MAINTAINER?= pgsql@FreeBSD.org Modified: head/databases/postgresql10-server/distinfo ============================================================================== --- head/databases/postgresql10-server/distinfo Thu May 9 22:12:26 2019 (r501148) +++ head/databases/postgresql10-server/distinfo Thu May 9 22:32:11 2019 (r501149) @@ -1,3 +1,3 @@ -TIMESTAMP = 1550095318 -SHA256 (postgresql/postgresql-10.7.tar.bz2) = bfed1065380c1bba927bfe51f23168471373f26e3324cbad859269cc32733ede -SIZE (postgresql/postgresql-10.7.tar.bz2) = 18940030 +TIMESTAMP = 1557217826 +SHA256 (postgresql/postgresql-10.8.tar.bz2) = b198c2aadf1d68308127a0f5b51dbe798958ffe60dd999134f6495c489afcd5d +SIZE (postgresql/postgresql-10.8.tar.bz2) = 18958913 Modified: head/databases/postgresql10-server/files/postgresql.in ============================================================================== --- head/databases/postgresql10-server/files/postgresql.in Thu May 9 22:12:26 2019 (r501148) +++ head/databases/postgresql10-server/files/postgresql.in Thu May 9 22:32:11 2019 (r501149) @@ -47,6 +47,7 @@ stop_cmd="postgresql_command stop" restart_cmd="postgresql_command restart" reload_cmd="postgresql_command reload" status_cmd="postgresql_command status" +promote_cmd="postgresql_command promote" initdb_cmd="postgresql_initdb" Modified: head/databases/postgresql10-server/pkg-plist-server ============================================================================== --- head/databases/postgresql10-server/pkg-plist-server Thu May 9 22:12:26 2019 (r501148) +++ head/databases/postgresql10-server/pkg-plist-server Thu May 9 22:32:11 2019 (r501149) @@ -95,6 +95,7 @@ lib/libpgcommon.a %%NLS%%share/locale/es/LC_MESSAGES/pg_rewind-10.mo %%NLS%%share/locale/es/LC_MESSAGES/pg_test_fsync-10.mo %%NLS%%share/locale/es/LC_MESSAGES/pg_test_timing-10.mo +%%NLS%%share/locale/es/LC_MESSAGES/pg_upgrade-10.mo %%NLS%%share/locale/es/LC_MESSAGES/pg_waldump-10.mo %%NLS%%share/locale/es/LC_MESSAGES/plpgsql-10.mo %%NLS%%share/locale/es/LC_MESSAGES/postgres-10.mo Modified: head/databases/postgresql11-server/Makefile ============================================================================== --- head/databases/postgresql11-server/Makefile Thu May 9 22:12:26 2019 (r501148) +++ head/databases/postgresql11-server/Makefile Thu May 9 22:32:11 2019 (r501149) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME?= postgresql -DISTVERSION?= 11.2 -# PORTREVISION must be ?= otherwise, all other port get this PORTREVISION and +DISTVERSION?= 11.3 +# PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and # not their own. Probably best to keep it at ?=0 when reset here too. -PORTREVISION?= 2 +PORTREVISION?= 0 CATEGORIES?= databases MASTER_SITES= PGSQL/source/v${DISTVERSION} PKGNAMESUFFIX?= ${PORTVERSION:R}${COMPONENT} @@ -175,12 +175,13 @@ USES+= compiler:gcc-c++11-lib .if ${DISTVERSION:C/([0-9]*).*/\1/} >= 11 . if defined(SERVER_ONLY) && ${PORT_OPTIONS:MLLVM} -LLVM_VERSION= 60 -BUILD_DEPENDS+= llvm-config${LLVM_VERSION}:devel/llvm${LLVM_VERSION} -RUN_DEPENDS+= llvm-config${LLVM_VERSION}:devel/llvm${LLVM_VERSION} -CONFIGURE_ENV+= LLVM_CONFIG=${LOCALBASE}/bin/llvm-config60 CLANG=${LOCALBASE}/bin/clang60 +BUILD_DEPENDS+= llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT} +BUILD_DEPENDS+= llvm-config${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT} +RUN_DEPENDS+= llvm-config${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT} +CONFIGURE_ENV+= LLVM_CONFIG=${LOCALBASE}/bin/llvm-config${LLVM_DEFAULT} CONFIGURE_ARGS+= --with-llvm PLIST_SUB+= LLVM="" +INSTALL_DIRS+= src/backend/jit/llvm . else PLIST_SUB+= LLVM="@comment " CONFIGURE_ARGS+= --without-llvm Modified: head/databases/postgresql11-server/distinfo ============================================================================== --- head/databases/postgresql11-server/distinfo Thu May 9 22:12:26 2019 (r501148) +++ head/databases/postgresql11-server/distinfo Thu May 9 22:32:11 2019 (r501149) @@ -1,3 +1,3 @@ -TIMESTAMP = 1550095269 -SHA256 (postgresql/postgresql-11.2.tar.bz2) = 2676b9ce09c21978032070b6794696e0aa5a476e3d21d60afc036dc0a9c09405 -SIZE (postgresql/postgresql-11.2.tar.bz2) = 19714229 +TIMESTAMP = 1557217836 +SHA256 (postgresql/postgresql-11.3.tar.bz2) = 2a85e082fc225944821dfd23990e32dfcd2284c19060864b0ad4ca537d30522d +SIZE (postgresql/postgresql-11.3.tar.bz2) = 19718775 Modified: head/databases/postgresql11-server/files/postgresql.in ============================================================================== --- head/databases/postgresql11-server/files/postgresql.in Thu May 9 22:12:26 2019 (r501148) +++ head/databases/postgresql11-server/files/postgresql.in Thu May 9 22:32:11 2019 (r501149) @@ -47,6 +47,7 @@ stop_cmd="postgresql_command stop" restart_cmd="postgresql_command restart" reload_cmd="postgresql_command reload" status_cmd="postgresql_command status" +promote_cmd="postgresql_command promote" initdb_cmd="postgresql_initdb" Modified: head/databases/postgresql11-server/pkg-plist-server ============================================================================== --- head/databases/postgresql11-server/pkg-plist-server Thu May 9 22:12:26 2019 (r501148) +++ head/databases/postgresql11-server/pkg-plist-server Thu May 9 22:32:11 2019 (r501149) @@ -45,6 +45,8 @@ lib/postgresql/utf8_and_sjis.so lib/postgresql/utf8_and_sjis2004.so lib/postgresql/utf8_and_uhc.so lib/postgresql/utf8_and_win.so +%%LLVM%%lib/postgresql/llvmjit.so +%%LLVM%%lib/postgresql/llvmjit_types.bc %%LLVM%%lib/postgresql/bitcode/postgres.index.bc %%LLVM%%lib/postgresql/bitcode/postgres/access/brin/brin.bc %%LLVM%%lib/postgresql/bitcode/postgres/access/brin/brin_inclusion.bc @@ -750,6 +752,7 @@ lib/libpgcommon.a %%NLS%%share/locale/es/LC_MESSAGES/pg_test_fsync-11.mo %%NLS%%share/locale/es/LC_MESSAGES/pg_test_timing-11.mo %%NLS%%share/locale/es/LC_MESSAGES/pg_waldump-11.mo +%%NLS%%share/locale/es/LC_MESSAGES/pg_upgrade-11.mo %%NLS%%share/locale/es/LC_MESSAGES/plpgsql-11.mo %%NLS%%share/locale/es/LC_MESSAGES/postgres-11.mo %%NLS%%share/locale/fr/LC_MESSAGES/initdb-11.mo @@ -865,9 +868,15 @@ lib/libpgcommon.a %%NLS%%share/locale/vi/LC_MESSAGES/pg_waldump-11.mo %%NLS%%share/locale/vi/LC_MESSAGES/plpgsql-11.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/initdb-11.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_archivecleanup-11.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_basebackup-11.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_controldata-11.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_ctl-11.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_resetwal-11.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_rewind-11.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_test_fsync-11.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_test_timing-11.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_upgrade-11.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/plpgsql-11.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/postgres-11.mo %%DATADIR%%/snowball_create.sql Modified: head/databases/postgresql94-server/Makefile ============================================================================== --- head/databases/postgresql94-server/Makefile Thu May 9 22:12:26 2019 (r501148) +++ head/databases/postgresql94-server/Makefile Thu May 9 22:32:11 2019 (r501149) @@ -1,7 +1,9 @@ # Created by: Marc G. Fournier # $FreeBSD$ -DISTVERSION?= 9.4.21 +DISTVERSION?= 9.4.22 +# PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and +# not their own. Probably best to keep it at ?=0 when reset here too. PORTREVISION?= 0 PKGNAMESUFFIX?= ${PORTVERSION:R:S/.//}${COMPONENT} Modified: head/databases/postgresql94-server/distinfo ============================================================================== --- head/databases/postgresql94-server/distinfo Thu May 9 22:12:26 2019 (r501148) +++ head/databases/postgresql94-server/distinfo Thu May 9 22:32:11 2019 (r501149) @@ -1,5 +1,5 @@ -TIMESTAMP = 1550095339 -SHA256 (postgresql/postgresql-9.4.21.tar.bz2) = 0049b4d239a00654e792997aff32a0be7a6bdd922b5ca97f1a06797cd4d06006 -SIZE (postgresql/postgresql-9.4.21.tar.bz2) = 16871522 +TIMESTAMP = 1557217847 +SHA256 (postgresql/postgresql-9.4.22.tar.bz2) = d6aa4c2b9204e375545b9845b0e5957b34affff1783863a80a194f2b2833c66b +SIZE (postgresql/postgresql-9.4.22.tar.bz2) = 16848787 SHA256 (postgresql/pg-949-icu-2016-10-02.diff.gz) = 34612e685a79874db04bc6b66c700bfc6412042840c532eef0da7832d1f70d43 SIZE (postgresql/pg-949-icu-2016-10-02.diff.gz) = 5289 Modified: head/databases/postgresql94-server/files/postgresql.in ============================================================================== --- head/databases/postgresql94-server/files/postgresql.in Thu May 9 22:12:26 2019 (r501148) +++ head/databases/postgresql94-server/files/postgresql.in Thu May 9 22:32:11 2019 (r501149) @@ -47,6 +47,7 @@ stop_cmd="postgresql_command stop" restart_cmd="postgresql_command restart" reload_cmd="postgresql_command reload" status_cmd="postgresql_command status" +promote_cmd="postgresql_command promote" initdb_cmd="postgresql_initdb" Modified: head/databases/postgresql95-server/Makefile ============================================================================== --- head/databases/postgresql95-server/Makefile Thu May 9 22:12:26 2019 (r501148) +++ head/databases/postgresql95-server/Makefile Thu May 9 22:32:11 2019 (r501149) @@ -1,7 +1,9 @@ # Created by: Marc G. Fournier # $FreeBSD$ -DISTVERSION?= 9.5.16 +DISTVERSION?= 9.5.17 +# PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and +# not their own. Probably best to keep it at ?=0 when reset here too. PORTREVISION?= 0 PKGNAMESUFFIX?= ${PORTVERSION:R:S/.//}${COMPONENT} Modified: head/databases/postgresql95-server/distinfo ============================================================================== --- head/databases/postgresql95-server/distinfo Thu May 9 22:12:26 2019 (r501148) +++ head/databases/postgresql95-server/distinfo Thu May 9 22:32:11 2019 (r501149) @@ -1,5 +1,5 @@ -TIMESTAMP = 1550095350 -SHA256 (postgresql/postgresql-9.5.16.tar.bz2) = a4576c95d4dcee8d4b7835b333d38e909848222e4b87895878bb1c026206e131 -SIZE (postgresql/postgresql-9.5.16.tar.bz2) = 17506874 +TIMESTAMP = 1557217857 +SHA256 (postgresql/postgresql-9.5.17.tar.bz2) = 88f9e37a0069f2fd4442d1d0d5d811d3121cac685514435b0248d0674723f705 +SIZE (postgresql/postgresql-9.5.17.tar.bz2) = 17563469 SHA256 (postgresql/pg-954-icu-2016-08-10.diff.gz) = 5fa083ec38087d6a0961642208f012e902221270708b919b92e9eedaa755e365 SIZE (postgresql/pg-954-icu-2016-08-10.diff.gz) = 5952 Modified: head/databases/postgresql95-server/files/postgresql.in ============================================================================== --- head/databases/postgresql95-server/files/postgresql.in Thu May 9 22:12:26 2019 (r501148) +++ head/databases/postgresql95-server/files/postgresql.in Thu May 9 22:32:11 2019 (r501149) @@ -47,6 +47,7 @@ stop_cmd="postgresql_command stop" restart_cmd="postgresql_command restart" reload_cmd="postgresql_command reload" status_cmd="postgresql_command status" +promote_cmd="postgresql_command promote" initdb_cmd="postgresql_initdb" Modified: head/databases/postgresql96-server/Makefile ============================================================================== --- head/databases/postgresql96-server/Makefile Thu May 9 22:12:26 2019 (r501148) +++ head/databases/postgresql96-server/Makefile Thu May 9 22:32:11 2019 (r501149) @@ -1,8 +1,10 @@ # Created by: Marc G. Fournier # $FreeBSD$ -DISTVERSION?= 9.6.12 -PORTREVISION?= 1 +DISTVERSION?= 9.6.13 +# PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and +# not their own. Probably best to keep it at ?=0 when reset here too. +PORTREVISION?= 0 PKGNAMESUFFIX?= ${PORTVERSION:R:S/.//}${COMPONENT} MAINTAINER?= pgsql@FreeBSD.org Modified: head/databases/postgresql96-server/distinfo ============================================================================== --- head/databases/postgresql96-server/distinfo Thu May 9 22:12:26 2019 (r501148) +++ head/databases/postgresql96-server/distinfo Thu May 9 22:32:11 2019 (r501149) @@ -1,5 +1,5 @@ -TIMESTAMP = 1550094963 -SHA256 (postgresql/postgresql-9.6.12.tar.bz2) = 2e8c8446ba94767bda8a26cf5a2152bf0ae68a86aaebf894132a763084579d84 -SIZE (postgresql/postgresql-9.6.12.tar.bz2) = 18759442 +TIMESTAMP = 1557217617 +SHA256 (postgresql/postgresql-9.6.13.tar.bz2) = ecbed20056296a65b6a4f5526c477e3ae5cc284cb01a15507785ddb23831e9a4 +SIZE (postgresql/postgresql-9.6.13.tar.bz2) = 18767279 SHA256 (postgresql/pg-96b4-icu-2016-10-02.diff.gz) = 85f81baa0fc8f692bcf802c8645196d9e3afdef4f760cef712d940b87655486e SIZE (postgresql/pg-96b4-icu-2016-10-02.diff.gz) = 5998 Modified: head/databases/postgresql96-server/files/postgresql.in ============================================================================== --- head/databases/postgresql96-server/files/postgresql.in Thu May 9 22:12:26 2019 (r501148) +++ head/databases/postgresql96-server/files/postgresql.in Thu May 9 22:32:11 2019 (r501149) @@ -47,6 +47,7 @@ stop_cmd="postgresql_command stop" restart_cmd="postgresql_command restart" reload_cmd="postgresql_command reload" status_cmd="postgresql_command status" +promote_cmd="postgresql_command promote" initdb_cmd="postgresql_initdb" From owner-svn-ports-all@freebsd.org Thu May 9 22:37:34 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BDE98158FC68; Thu, 9 May 2019 22:37:34 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 668A8853B6; Thu, 9 May 2019 22:37:34 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 39F2B235F7; Thu, 9 May 2019 22:37:34 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x49MbXKr015580; Thu, 9 May 2019 22:37:33 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49MbXS8015578; Thu, 9 May 2019 22:37:33 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201905092237.x49MbXS8015578@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 9 May 2019 22:37:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501150 - head/sysutils/acpica-tools X-SVN-Group: ports-head X-SVN-Commit-Author: jkim X-SVN-Commit-Paths: head/sysutils/acpica-tools X-SVN-Commit-Revision: 501150 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 668A8853B6 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.994,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.972,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 09 May 2019 22:37:34 -0000 Author: jkim Date: Thu May 9 22:37:33 2019 New Revision: 501150 URL: https://svnweb.freebsd.org/changeset/ports/501150 Log: Update to 20190509. https://acpica.org/node/170 Modified: head/sysutils/acpica-tools/Makefile head/sysutils/acpica-tools/distinfo Modified: head/sysutils/acpica-tools/Makefile ============================================================================== --- head/sysutils/acpica-tools/Makefile Thu May 9 22:32:11 2019 (r501149) +++ head/sysutils/acpica-tools/Makefile Thu May 9 22:37:33 2019 (r501150) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= acpica -PORTVERSION= 20190405 +PORTVERSION= 20190509 CATEGORIES= sysutils devel MASTER_SITES= https://acpica.org/sites/acpica/files/ \ LOCAL/jkim Modified: head/sysutils/acpica-tools/distinfo ============================================================================== --- head/sysutils/acpica-tools/distinfo Thu May 9 22:32:11 2019 (r501149) +++ head/sysutils/acpica-tools/distinfo Thu May 9 22:37:33 2019 (r501150) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554493833 -SHA256 (acpica-unix-20190405.tar.gz) = de01ca0e5c4b064f2170b2888c40f595cb896748aa8b4a8e5354a03696549034 -SIZE (acpica-unix-20190405.tar.gz) = 1816623 +TIMESTAMP = 1557441203 +SHA256 (acpica-unix-20190509.tar.gz) = f124ab6e99110a192864b23dc6911d180968dd15b49f95f7adc37d69dd14621a +SIZE (acpica-unix-20190509.tar.gz) = 1818925 From owner-svn-ports-all@freebsd.org Fri May 10 04:20:46 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 905D61596A63; Fri, 10 May 2019 04:20:46 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 36C1C8EBF0; Fri, 10 May 2019 04:20:46 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1380F26F6D; Fri, 10 May 2019 04:20:46 +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 x4A4KjHf094145; Fri, 10 May 2019 04:20:45 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4A4KjFf094144; Fri, 10 May 2019 04:20:45 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201905100420.x4A4KjFf094144@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Fri, 10 May 2019 04:20:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501151 - head/audio/pulseeffects X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/audio/pulseeffects X-SVN-Commit-Revision: 501151 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 36C1C8EBF0 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.994,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 04:20:46 -0000 Author: tcberner Date: Fri May 10 04:20:45 2019 New Revision: 501151 URL: https://svnweb.freebsd.org/changeset/ports/501151 Log: audio/pulseeffects: Update to 4.6.0 Changelog can be found at https://github.com/wwmm/pulseeffects/blob/master/CHANGELOG.md Submitted by: Daniel Shafer (maintainer) Differential Revision: https://reviews.freebsd.org/D20165 Modified: head/audio/pulseeffects/Makefile head/audio/pulseeffects/distinfo Modified: head/audio/pulseeffects/Makefile ============================================================================== --- head/audio/pulseeffects/Makefile Thu May 9 22:37:33 2019 (r501150) +++ head/audio/pulseeffects/Makefile Fri May 10 04:20:45 2019 (r501151) @@ -2,8 +2,7 @@ PORTNAME= pulseeffects DISTVERSIONPREFIX= v -DISTVERSION= 4.5.6 -PORTREVISION= 2 +DISTVERSION= 4.6.0 CATEGORIES= audio MAINTAINER= daniel@shafer.cc @@ -26,7 +25,10 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libpulse.so:audio/pulseaudio \ librubberband.so:audio/rubberband \ libsamplerate.so:audio/libsamplerate \ + libserd-0.so:devel/serd \ libsndfile.so:audio/libsndfile \ + libsord-0.so:devel/sord \ + libsratom-0.so:audio/sratom \ libzita-convolver.so:audio/zita-convolver RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>0:graphics/py-cairo@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}gstreamer1>=1.4.0:multimedia/py-gstreamer1@${PY_FLAVOR} \ Modified: head/audio/pulseeffects/distinfo ============================================================================== --- head/audio/pulseeffects/distinfo Thu May 9 22:37:33 2019 (r501150) +++ head/audio/pulseeffects/distinfo Fri May 10 04:20:45 2019 (r501151) @@ -1,3 +1,3 @@ -TIMESTAMP = 1552780350 -SHA256 (wwmm-pulseeffects-v4.5.6_GH0.tar.gz) = 157745a0615b4fe6ec27349c1282c8460ae0a8fb7e6da221a311f4e0a8b7d5b0 -SIZE (wwmm-pulseeffects-v4.5.6_GH0.tar.gz) = 1822218 +TIMESTAMP = 1557087292 +SHA256 (wwmm-pulseeffects-v4.6.0_GH0.tar.gz) = 38a73261bc82713366e6178d902754a19b5971b67b26175d86221c0493daafa1 +SIZE (wwmm-pulseeffects-v4.6.0_GH0.tar.gz) = 1831433 From owner-svn-ports-all@freebsd.org Fri May 10 04:31:55 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E04981597026; Fri, 10 May 2019 04:31:54 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 81CE68F18A; Fri, 10 May 2019 04:31:54 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5E68E2718A; Fri, 10 May 2019 04:31:54 +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 x4A4Vs7C003395; Fri, 10 May 2019 04:31:54 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4A4VrTg003393; Fri, 10 May 2019 04:31:53 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201905100431.x4A4VrTg003393@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Fri, 10 May 2019 04:31:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501152 - in head/news/nzbhydra2: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head/news/nzbhydra2: . files X-SVN-Commit-Revision: 501152 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 81CE68F18A X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.993,0]; NEURAL_HAM_SHORT(-0.97)[-0.972,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 04:31:55 -0000 Author: tcberner Date: Fri May 10 04:31:53 2019 New Revision: 501152 URL: https://svnweb.freebsd.org/changeset/ports/501152 Log: news/nzbhydra2: Update to 2.6.2 - USE flag for python changed to python:2.7 as 3.x is not supported at this time. Changelog can be viewed at: https://github.com/theotherp/nzbhydra2/blob/master/changelog.md Submitted by: Daniel Shafer (maintainer) Differential Revision: https://reviews.freebsd.org/D20164 Modified: head/news/nzbhydra2/Makefile head/news/nzbhydra2/distinfo head/news/nzbhydra2/files/nzbhydra2wrapper.py.in Modified: head/news/nzbhydra2/Makefile ============================================================================== --- head/news/nzbhydra2/Makefile Fri May 10 04:20:45 2019 (r501151) +++ head/news/nzbhydra2/Makefile Fri May 10 04:31:53 2019 (r501152) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= nzbhydra2 -DISTVERSION= 2.3.16 +DISTVERSION= 2.6.2 DISTVERSIONSUFFIX= -linux CATEGORIES= news java MASTER_SITES= https://github.com/theotherp/${PORTNAME}/releases/download/v${DISTVERSION}/ @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= amd64 -USES= python shebangfix zip +USES= python:2.7 shebangfix zip USE_JAVA= yes USE_RC_SUBR= nzbhydra2 @@ -32,7 +32,7 @@ JAVA_RUN= yes USERS= nzbhydra2 GROUPS= nzbhydra2 -PLIST_FILES= ${DATADIR}/lib/core-2.3.16-exec.jar \ +PLIST_FILES= ${DATADIR}/lib/core-2.6.2-exec.jar \ ${DATADIR}/nzbhydra2 \ ${DATADIR}/nzbhydra2wrapper.py \ ${DATADIR}/changelog.md \ Modified: head/news/nzbhydra2/distinfo ============================================================================== --- head/news/nzbhydra2/distinfo Fri May 10 04:20:45 2019 (r501151) +++ head/news/nzbhydra2/distinfo Fri May 10 04:31:53 2019 (r501152) @@ -1,3 +1,3 @@ -TIMESTAMP = 1552779735 -SHA256 (nzbhydra2-2.3.16-linux.zip) = 9cf8fde9f1e40c2894fff6798c8a1dc22be4904c9542e7e9250409f2dbae5e33 -SIZE (nzbhydra2-2.3.16-linux.zip) = 70170041 +TIMESTAMP = 1557086555 +SHA256 (nzbhydra2-2.6.2-linux.zip) = c25c893e064509f74bcb2b4861790773497412b83a7e39794bfdf2f6674d5101 +SIZE (nzbhydra2-2.6.2-linux.zip) = 71193980 Modified: head/news/nzbhydra2/files/nzbhydra2wrapper.py.in ============================================================================== --- head/news/nzbhydra2/files/nzbhydra2wrapper.py.in Fri May 10 04:20:45 2019 (r501151) +++ head/news/nzbhydra2/files/nzbhydra2wrapper.py.in Fri May 10 04:31:53 2019 (r501152) @@ -490,7 +490,7 @@ def getJavaVersion(javaExecutable): if len(lines) == 0: raise Exception("Unable to get output from call to java -version") versionLine = lines[0].replace("\n", "").replace("\r", "") - match = re.match('(java|openjdk) version "(?P\d+)(\.(?P\d+)\.(?P\d)+[\-_\w]*)?".*', versionLine) + match = re.match('(java|openjdk) version "(?P\d+)((\.(?P\d+)\.(?P\d)+)?[\-_\w]*)?".*', versionLine) if match is None: raise Exception("Unable to determine java version from string " + lines[0]) javaMajor = int(match.group("major")) From owner-svn-ports-all@freebsd.org Fri May 10 05:20:13 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F1DA1597DA1; Fri, 10 May 2019 05:20:13 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D95CE90327; Fri, 10 May 2019 05:20:12 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B273D2799C; Fri, 10 May 2019 05:20:12 +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 x4A5KC5A025381; Fri, 10 May 2019 05:20:12 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4A5KCJo025380; Fri, 10 May 2019 05:20:12 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201905100520.x4A5KCJo025380@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Fri, 10 May 2019 05:20:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501153 - head/sysutils/xen-guest-tools X-SVN-Group: ports-head X-SVN-Commit-Author: dinoex X-SVN-Commit-Paths: head/sysutils/xen-guest-tools X-SVN-Commit-Revision: 501153 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D95CE90327 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.93 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.994,0]; NEURAL_HAM_SHORT(-0.93)[-0.933,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 05:20:13 -0000 Author: dinoex Date: Fri May 10 05:20:12 2019 New Revision: 501153 URL: https://svnweb.freebsd.org/changeset/ports/501153 Log: - python not nedded at runtime Modified: head/sysutils/xen-guest-tools/Makefile Modified: head/sysutils/xen-guest-tools/Makefile ============================================================================== --- head/sysutils/xen-guest-tools/Makefile Fri May 10 04:31:53 2019 (r501152) +++ head/sysutils/xen-guest-tools/Makefile Fri May 10 05:20:12 2019 (r501153) @@ -3,7 +3,7 @@ PORTNAME= xen-guest-tools PORTVERSION= 4.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://bits.xensource.com/oss-xen/release/${PORTVERSION}/ DISTNAME= xen-${PORTVERSION} @@ -29,6 +29,7 @@ CONFIGURE_ENV+= APPEND_LIB="${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -I${LOCALBASE}/lib USE_LDCONFIG= yes +PYTHON_NO_DEPENDS= yes PLIST_FILES= lib/libxenstore.so.3.0 \ bin/xen-detect \ @@ -55,7 +56,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tools/misc/xen-detect ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/tools/xenstore/xenstore ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/tools/xenstore/xenstore-control ${STAGEDIR}${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/tools/xenstore/libxenstore.so.3.0 ${STAGEDIR}${PREFIX}/lib + ${INSTALL_LIB} ${WRKSRC}/tools/xenstore/libxenstore.so.3.0 ${STAGEDIR}${PREFIX}/lib ${LN} -sf ${PREFIX}/bin/xenstore ${STAGEDIR}${PREFIX}/bin/xenstore-chmod ${LN} -sf ${PREFIX}/bin/xenstore ${STAGEDIR}${PREFIX}/bin/xenstore-exists ${LN} -sf ${PREFIX}/bin/xenstore ${STAGEDIR}${PREFIX}/bin/xenstore-list From owner-svn-ports-all@freebsd.org Fri May 10 05:22:29 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 820381597F4B; Fri, 10 May 2019 05:22:29 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2498190666; Fri, 10 May 2019 05:22:29 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F195B27B2B; Fri, 10 May 2019 05:22:28 +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 x4A5MSXi030351; Fri, 10 May 2019 05:22:28 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4A5MSvR030350; Fri, 10 May 2019 05:22:28 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201905100522.x4A5MSvR030350@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Fri, 10 May 2019 05:22:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501154 - head/www/webalizer X-SVN-Group: ports-head X-SVN-Commit-Author: dinoex X-SVN-Commit-Paths: head/www/webalizer X-SVN-Commit-Revision: 501154 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2498190666 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.93 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.994,0]; NEURAL_HAM_SHORT(-0.93)[-0.933,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 05:22:29 -0000 Author: dinoex Date: Fri May 10 05:22:28 2019 New Revision: 501154 URL: https://svnweb.freebsd.org/changeset/ports/501154 Log: - update geodb-20190501 Modified: head/www/webalizer/Makefile head/www/webalizer/distinfo Modified: head/www/webalizer/Makefile ============================================================================== --- head/www/webalizer/Makefile Fri May 10 05:20:12 2019 (r501153) +++ head/www/webalizer/Makefile Fri May 10 05:22:28 2019 (r501154) @@ -71,7 +71,7 @@ IP_AS_HOSTNAME_CFLAGS= -DUSE_IP_AS_HOSTNAME DISTFILES+= webalizer-flags.tgz:main .endif .if ${PORT_OPTIONS:MGEODB} || make(makesum) || defined(FETCH_ALL) -DISTFILES+= webalizer-geodb-20190401.tgz:geodb +DISTFILES+= webalizer-geodb-20190501.tgz:geodb .endif # slave ports override with languages specific gd Modified: head/www/webalizer/distinfo ============================================================================== --- head/www/webalizer/distinfo Fri May 10 05:20:12 2019 (r501153) +++ head/www/webalizer/distinfo Fri May 10 05:22:28 2019 (r501154) @@ -1,7 +1,7 @@ -TIMESTAMP = 1554414775 +TIMESTAMP = 1557465650 SHA256 (webalizer-2.23-08-src.tgz) = edaddb5aa41cc4a081a1500e3fa96615d4b41bc12086bcedf9938018ce79ed8d SIZE (webalizer-2.23-08-src.tgz) = 537037 SHA256 (webalizer-flags.tgz) = df9961fec7da2c16ed3faefb763f912c2db5ddce6a24e4f46647d7e64b8ab29a SIZE (webalizer-flags.tgz) = 146658 -SHA256 (webalizer-geodb-20190401.tgz) = 0c7e9ba308a6fa54c70b93ca292d955435b690729d13d1e51a9e539cdbbb7788 -SIZE (webalizer-geodb-20190401.tgz) = 1396360 +SHA256 (webalizer-geodb-20190501.tgz) = 9acf7a36a30d7421b753ebf3302bff62bca1de9e8d226530f7b5e1c6277a45db +SIZE (webalizer-geodb-20190501.tgz) = 1403229 From owner-svn-ports-all@freebsd.org Fri May 10 05:50:51 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2069915985E4; Fri, 10 May 2019 05:50:51 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B96E990F8C; Fri, 10 May 2019 05:50:50 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 94FAF27EB2; Fri, 10 May 2019 05:50:50 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4A5oooH042082; Fri, 10 May 2019 05:50:50 GMT (envelope-from meta@FreeBSD.org) Received: (from meta@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4A5oo9m042080; Fri, 10 May 2019 05:50:50 GMT (envelope-from meta@FreeBSD.org) Message-Id: <201905100550.x4A5oo9m042080@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: meta set sender to meta@FreeBSD.org using -f From: Koichiro Iwao Date: Fri, 10 May 2019 05:50:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501155 - head/ports-mgmt/porttree X-SVN-Group: ports-head X-SVN-Commit-Author: meta X-SVN-Commit-Paths: head/ports-mgmt/porttree X-SVN-Commit-Revision: 501155 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B96E990F8C X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.93 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.994,0]; NEURAL_HAM_SHORT(-0.93)[-0.933,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 05:50:51 -0000 Author: meta Date: Fri May 10 05:50:49 2019 New Revision: 501155 URL: https://svnweb.freebsd.org/changeset/ports/501155 Log: ports-mgmt/porttree: Update to 1.0.r102 PR: 237810 Submitted by: vladimir.chukharev@gmail.com (maintainer) Modified: head/ports-mgmt/porttree/Makefile head/ports-mgmt/porttree/distinfo Modified: head/ports-mgmt/porttree/Makefile ============================================================================== --- head/ports-mgmt/porttree/Makefile Fri May 10 05:22:28 2019 (r501154) +++ head/ports-mgmt/porttree/Makefile Fri May 10 05:50:49 2019 (r501155) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= porttree -PORTVERSION= 0.9.r${SVN_REV} +PORTVERSION= 1.0.r${SVN_REV} CATEGORIES= ports-mgmt python MASTER_SITES= SF/${PORTNAME} @@ -11,17 +11,12 @@ COMMENT= Show dependences of FreeBSD port as pseudo gr LICENSE= MIT +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}networkx>=2.0:math/py-networkx@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}configargparse>0:devel/py-configargparse@${PY_FLAVOR} + USES= python tar:bzip2 shebangfix -USE_PYTHON= flavors optsuffix -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}networkx>=2.0:math/py-networkx@${PY_FLAVOR} - -.if target(gen-dist) -FETCH_DEPENDS+= svn:devel/subversion -.endif - -SVNROOT?= https://svn.code.sf.net/p/porttree/code/trunk -SVN_REV= 94 +SVN_REV= 102 NO_BUILD= yes PLIST_FILES= bin/porttree man/man1/porttree.1.gz NO_ARCH= yes @@ -32,6 +27,12 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/src/porttree.py ${STAGEDIR}${PREFIX}/bin/porttree ${INSTALL_MAN} ${WRKSRC}/src/porttree.1 ${STAGEDIR}${MANPREFIX}/man/man1 +do-test: + LC_ALL="en_US.UTF-8" ${WRKSRC}/tests/tests.sh + +# maintainer section: +# require: devel/subversion +SVNROOT?= https://svn.code.sf.net/p/porttree/code/trunk gen-dist: ${MKDIR} ${WRKDIR} ${RM} -r ${WRKSRC} Modified: head/ports-mgmt/porttree/distinfo ============================================================================== --- head/ports-mgmt/porttree/distinfo Fri May 10 05:22:28 2019 (r501154) +++ head/ports-mgmt/porttree/distinfo Fri May 10 05:50:49 2019 (r501155) @@ -1,3 +1,3 @@ -TIMESTAMP = 1549656323 -SHA256 (porttree-0.9.r94.tar.bz2) = 88b7cf3eed19c6be2719a9cf094b3fd5bb59a58750bc629a11cb905a7b874aa9 -SIZE (porttree-0.9.r94.tar.bz2) = 11509 +TIMESTAMP = 1557401720 +SHA256 (porttree-1.0.r102.tar.bz2) = b18235bc1194892df4ae95bdb706286aec82d30f788e1faccb33a9f5e3505886 +SIZE (porttree-1.0.r102.tar.bz2) = 12937 From owner-svn-ports-all@freebsd.org Fri May 10 05:51:43 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 365961598622; Fri, 10 May 2019 05:51:43 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D0A6C910FC; Fri, 10 May 2019 05:51:42 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AA59527EED; Fri, 10 May 2019 05:51:42 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4A5pgTw043919; Fri, 10 May 2019 05:51:42 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4A5pgex043918; Fri, 10 May 2019 05:51:42 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201905100551.x4A5pgex043918@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Fri, 10 May 2019 05:51:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501156 - head/graphics/gimp-beautify-plugin/files X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/graphics/gimp-beautify-plugin/files X-SVN-Commit-Revision: 501156 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D0A6C910FC X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.93 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.994,0]; NEURAL_HAM_SHORT(-0.93)[-0.933,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 05:51:43 -0000 Author: tobik Date: Fri May 10 05:51:42 2019 New Revision: 501156 URL: https://svnweb.freebsd.org/changeset/ports/501156 Log: graphics/gimp-beautify-plugin: Unbreak build after r501005 /bin/sh: /usr/local/bin//usr/local/bin/gimptool-2.0: not found beautify.c:18:10: fatal error: libgimp/gimp.h: No such file or directory #include ^~~~~~~~~~~~~~~~ http://beefy6.nyi.freebsd.org/data/120amd64-default/501065/logs/errors/gimp-beautify-plugin-2012.08.12.00_8.log Modified: head/graphics/gimp-beautify-plugin/files/patch-Makefile Modified: head/graphics/gimp-beautify-plugin/files/patch-Makefile ============================================================================== --- head/graphics/gimp-beautify-plugin/files/patch-Makefile Fri May 10 05:50:49 2019 (r501155) +++ head/graphics/gimp-beautify-plugin/files/patch-Makefile Fri May 10 05:51:42 2019 (r501156) @@ -1,25 +1,21 @@ --- Makefile.orig 2012-08-12 09:23:45 UTC +++ Makefile -@@ -13,17 +13,16 @@ +@@ -13,7 +13,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -CC = gcc --GIMPTOOL = gimptool-2.0 -+GIMPTOOL = /usr/local/bin/gimptool-2.0 + GIMPTOOL = gimptool-2.0 - GIMP_LIBS = `$(GIMPTOOL) --libs` +@@ -21,7 +20,7 @@ GIMP_LIBS = `$(GIMPTOOL) --libs` GIMP_CFLAGS = `$(GIMPTOOL) --cflags` LIBS = $(GIMP_LIBS) -lm -CFLAGS = $(GIMP_CFLAGS) +CFLAGS += $(GIMP_CFLAGS) --GDK_PIXBUF_CSOURCE = gdk-pixbuf-csource -+GDK_PIXBUF_CSOURCE = /usr/local/bin/gdk-pixbuf-csource - - all: beautify skin-whitening simple-border border + GDK_PIXBUF_CSOURCE = gdk-pixbuf-csource @@ -71,7 +70,7 @@ useruninstall: $(GIMPTOOL) --uninstall-bin texture-border From owner-svn-ports-all@freebsd.org Fri May 10 06:07:07 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4A281598923; Fri, 10 May 2019 06:07:07 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 39DB9916A2; Fri, 10 May 2019 06:07:07 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D22B624B; Fri, 10 May 2019 06:07:06 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4A676U2051572; Fri, 10 May 2019 06:07:06 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4A676WD051571; Fri, 10 May 2019 06:07:06 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201905100607.x4A676WD051571@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Fri, 10 May 2019 06:07:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501157 - head/databases/pgroonga X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/databases/pgroonga X-SVN-Commit-Revision: 501157 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 39DB9916A2 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.93 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.994,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.93)[-0.933,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 06:07:07 -0000 Author: tobik Date: Fri May 10 06:07:06 2019 New Revision: 501157 URL: https://svnweb.freebsd.org/changeset/ports/501157 Log: databases/pgroonga: Fix MECAB option description Modified: head/databases/pgroonga/Makefile Modified: head/databases/pgroonga/Makefile ============================================================================== --- head/databases/pgroonga/Makefile Fri May 10 05:51:42 2019 (r501156) +++ head/databases/pgroonga/Makefile Fri May 10 06:07:06 2019 (r501157) @@ -19,7 +19,7 @@ LLD_UNSAFE= yes SUB_FILES= pkg-message OPTIONS_DEFINE= MECAB -MECAB_DESCRIBE= Use MeCab as a tokenizer +MECAB_DESC= Use MeCab as a tokenizer MECAB_BUILD_DEPENDS= mecab-ipadics>=0.996:japanese/mecab-ipadic post-install: From owner-svn-ports-all@freebsd.org Fri May 10 06:15:23 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 56EAA1598CFD; Fri, 10 May 2019 06:15:23 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F1EF591BF0; Fri, 10 May 2019 06:15:22 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AFCE03EE; Fri, 10 May 2019 06:15:22 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4A6FMDq056798; Fri, 10 May 2019 06:15:22 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4A6FMxB056796; Fri, 10 May 2019 06:15:22 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905100615.x4A6FMxB056796@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 10 May 2019 06:15:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501158 - head/science/agrum X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/science/agrum X-SVN-Commit-Revision: 501158 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: F1EF591BF0 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.993,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.962,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 06:15:23 -0000 Author: yuri Date: Fri May 10 06:15:21 2019 New Revision: 501158 URL: https://svnweb.freebsd.org/changeset/ports/501158 Log: science/agrum: Update 0.14.3 -> 0.15.0 Reported by: portscout Modified: head/science/agrum/Makefile head/science/agrum/distinfo head/science/agrum/pkg-plist Modified: head/science/agrum/Makefile ============================================================================== --- head/science/agrum/Makefile Fri May 10 06:07:06 2019 (r501157) +++ head/science/agrum/Makefile Fri May 10 06:15:21 2019 (r501158) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= agrum -DISTVERSION= 0.14.3 -PORTREVISION= 2 +DISTVERSION= 0.15.0 CATEGORIES= science math MAINTAINER= yuri@FreeBSD.org @@ -17,7 +16,7 @@ USE_LDCONFIG= yes GL_ACCOUNT= agrumery GL_PROJECT= aGrUM -GL_COMMIT= b1f2dcebfb5d99789c131cb7d06313be94119408 +GL_COMMIT= 7df29be4ed6146f318aed810d02511a60d8afb2d CMAKE_OFF= USE_SWIG @@ -30,6 +29,7 @@ ODBC_USES= localbase:ldflags ODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC OPENMP_CMAKE_BOOL= USE_OPENMP +OPENMP_LIB_DEPENDS= libomp.so:devel/openmp PYTHON_CMAKE_BOOL= BUILD_PYTHON PYTHON_USES= python Modified: head/science/agrum/distinfo ============================================================================== --- head/science/agrum/distinfo Fri May 10 06:07:06 2019 (r501157) +++ head/science/agrum/distinfo Fri May 10 06:15:21 2019 (r501158) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554356968 -SHA256 (agrumery-aGrUM-b1f2dcebfb5d99789c131cb7d06313be94119408_GL0.tar.gz) = b9e3ca4e643eca82f658fdb40cae965565df559d38a2a517079d272d1df025eb -SIZE (agrumery-aGrUM-b1f2dcebfb5d99789c131cb7d06313be94119408_GL0.tar.gz) = 12661010 +TIMESTAMP = 1557463825 +SHA256 (agrumery-aGrUM-7df29be4ed6146f318aed810d02511a60d8afb2d_GL0.tar.gz) = c705775fec826f3ec436e24adda0c03c5533aa4a947e6fdf9516241346b6e0ba +SIZE (agrumery-aGrUM-7df29be4ed6146f318aed810d02511a60d8afb2d_GL0.tar.gz) = 12801968 Modified: head/science/agrum/pkg-plist ============================================================================== --- head/science/agrum/pkg-plist Fri May 10 06:07:06 2019 (r501157) +++ head/science/agrum/pkg-plist Fri May 10 06:15:21 2019 (r501158) @@ -839,10 +839,10 @@ lib/cmake/aGrUM/agrum-targets-%%CMAKE_BUILD_TYPE%%.cma lib/cmake/aGrUM/agrum-targets.cmake lib/libagrum.so lib/libagrum.so.0 -lib/libagrum.so.0.14.3 -%%PYTHON%%%%PYTHON_SITELIBDIR%%/pyAgrum-0.14.3-py%%PYTHON_VER_MAJ%%.egg-info -%%PYTHON%%%%PYTHON_SITELIBDIR%%/pyAgrum-0.14.3.dist-info/METADATA -%%PYTHON%%%%PYTHON_SITELIBDIR%%/pyAgrum-0.14.3.dist-info/WHEEL +lib/libagrum.so.0.15.0 +%%PYTHON%%%%PYTHON_SITELIBDIR%%/pyAgrum-0.15.0-py%%PYTHON_VER_MAJ%%.egg-info +%%PYTHON%%%%PYTHON_SITELIBDIR%%/pyAgrum-0.15.0.dist-info/METADATA +%%PYTHON%%%%PYTHON_SITELIBDIR%%/pyAgrum-0.15.0.dist-info/WHEEL %%PYTHON%%%%PYTHON_SITELIBDIR%%/pyAgrum/__init__.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/pyAgrum/_pyAgrum.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/pyAgrum/deprecated.py From owner-svn-ports-all@freebsd.org Fri May 10 06:30:00 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A5481598F49; Fri, 10 May 2019 06:30:00 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E960F91FDA; Fri, 10 May 2019 06:29:59 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A4471593; Fri, 10 May 2019 06:29:59 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4A6TxeM062603; Fri, 10 May 2019 06:29:59 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4A6Twmf062597; Fri, 10 May 2019 06:29:58 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905100629.x4A6Twmf062597@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 10 May 2019 06:29:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501159 - in head/devel: . emscripten emscripten/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/devel: . emscripten emscripten/files X-SVN-Commit-Revision: 501159 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E960F91FDA X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.993,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 06:30:00 -0000 Author: yuri Date: Fri May 10 06:29:57 2019 New Revision: 501159 URL: https://svnweb.freebsd.org/changeset/ports/501159 Log: New port: devel/emscripten: LLVM-to-Web Compiler Caveat: it can only work with the latest llvm-devel, at least 9.0.d20190509, see patch in bug#237819. Added: head/devel/emscripten/ head/devel/emscripten/Makefile (contents, props changed) head/devel/emscripten/distinfo (contents, props changed) head/devel/emscripten/files/ head/devel/emscripten/files/patch-tools_settings__template__readonly.py (contents, props changed) head/devel/emscripten/pkg-descr (contents, props changed) head/devel/emscripten/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri May 10 06:15:21 2019 (r501158) +++ head/devel/Makefile Fri May 10 06:29:57 2019 (r501159) @@ -556,6 +556,7 @@ SUBDIR += elixir-tzdata SUBDIR += elixir-unsafe SUBDIR += embb + SUBDIR += emscripten SUBDIR += epl.el SUBDIR += epm SUBDIR += epydoc Added: head/devel/emscripten/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/emscripten/Makefile Fri May 10 06:29:57 2019 (r501159) @@ -0,0 +1,39 @@ +# $FreeBSD$ + +PORTNAME= emscripten +DISTVERSION= 1.38.31 +CATEGORIES= devel www + +MAINTAINER= yuri@FreeBSD.org +COMMENT= LLVM-to-Web Compiler + +LICENSE= MIT NCSA +LICENSE_COMB= dual + +RUN_DEPENDS= llvm-devel>0:devel/llvm-devel # the upstream requires to use either the latest llvm version, or their own llvm fork called emscripten-fastcomp + +USES= python shebangfix +USE_GITHUB= yes +GH_ACCOUNT= emscripten-core +GH_PROJECT= emscripten +SHEBANG_FILES= ${PYSCRIPTS} emcmake tools/emdump system/bin/sdl-config system/bin/sdl2-config third_party/websockify/run third_party/websockify/websockify.py +SHEBANG_GLOB= *.py + +PYSCRIPTS= em++ emar emcc em-config emconfigure emmake emranlib emrun emscons + +NO_BUILD= yes +NO_ARCH= yes + +post-patch: + @${REINPLACE_CMD} -E "s|^__rootpath__ = .*|__rootpath__ = '${PREFIX}/lib/${PORTNAME}'|" ${WRKSRC}/tools/shared.py + +do-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PORTNAME} + cd ${WRKSRC} && ${CP} -r em* cmake site src system third_party tools ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/ + ${FIND} ${STAGEDIR}${PREFIX}/lib/${PORTNAME} -name "*.bat" -delete +.for s in ${PYSCRIPTS} + ${RLN} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/${s} ${STAGEDIR}${PREFIX}/bin/${s} +.endfor + ${RM} -rf ${STAGEDIR}${PREFIX}/lib/emscripten/system/lib/pkgconfig + +.include Added: head/devel/emscripten/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/emscripten/distinfo Fri May 10 06:29:57 2019 (r501159) @@ -0,0 +1,3 @@ +TIMESTAMP = 1557349627 +SHA256 (emscripten-core-emscripten-1.38.31_GH0.tar.gz) = c87e42cb6a104094e7daf2b7e61ac835f83674ac0168f533455838a1129cc764 +SIZE (emscripten-core-emscripten-1.38.31_GH0.tar.gz) = 41822751 Added: head/devel/emscripten/files/patch-tools_settings__template__readonly.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/emscripten/files/patch-tools_settings__template__readonly.py Fri May 10 06:29:57 2019 (r501159) @@ -0,0 +1,13 @@ +--- tools/settings_template_readonly.py.orig 2019-05-09 05:05:10 UTC ++++ tools/settings_template_readonly.py +@@ -17,6 +17,10 @@ EMSCRIPTEN_ROOT = os.path.expanduser(os. + LLVM_ROOT = os.path.expanduser(os.getenv('LLVM', '{{{ LLVM_ROOT }}}')) # directory + BINARYEN_ROOT = os.path.expanduser(os.getenv('BINARYEN', '')) # if not set, we will use it from ports + ++# based on https://github.com/emscripten-core/emscripten/issues/8564#issuecomment-490682686 ++LLVM_ADD_VERSION = 'devel' ++CLANG_ADD_VERSION = 'devel' ++ + # If not specified, defaults to sys.executable. + # PYTHON = 'python' + Added: head/devel/emscripten/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/emscripten/pkg-descr Fri May 10 06:29:57 2019 (r501159) @@ -0,0 +1,5 @@ +Emscripten is a toolchain for compiling to asm.js and WebAssembly, built using +LLVM, that lets you run C and C++ on the web at near-native speed without +plugins. + +WWW: https://emscripten.org/ Added: head/devel/emscripten/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/emscripten/pkg-plist Fri May 10 06:29:57 2019 (r501159) @@ -0,0 +1,3206 @@ +bin/em++ +bin/em-config +bin/emar +bin/emcc +bin/emconfigure +bin/emmake +bin/emranlib +bin/emrun +bin/emscons +lib/emscripten/cmake/Modules/CMakeSystemSpecificInformation.cmake +lib/emscripten/cmake/Modules/CheckTypeSize.c.in +lib/emscripten/cmake/Modules/CheckTypeSize.cmake +lib/emscripten/cmake/Modules/FindOpenAL.cmake +lib/emscripten/cmake/Modules/FindOpenGL.cmake +lib/emscripten/cmake/Modules/Platform/Emscripten.cmake +lib/emscripten/cmake/Modules/TestBigEndian.cmake +lib/emscripten/em++ +lib/emscripten/em++.py +lib/emscripten/em-config +lib/emscripten/emar +lib/emscripten/emar.py +lib/emscripten/embuilder.py +lib/emscripten/emcc +lib/emscripten/emcc.py +lib/emscripten/emcmake +lib/emscripten/emcmake.py +lib/emscripten/emconfigure +lib/emscripten/emconfigure.py +lib/emscripten/emlink.py +lib/emscripten/emmake +lib/emscripten/emmake.py +lib/emscripten/emranlib +lib/emscripten/emrun +lib/emscripten/emrun.py +lib/emscripten/emscons +lib/emscripten/emscons.py +lib/emscripten/emscripten-version.txt +lib/emscripten/emscripten.py +lib/emscripten/site/.gitignore +lib/emscripten/site/Makefile +lib/emscripten/site/build/text/docs/tools_reference/emcc.txt +lib/emscripten/site/source/_static/Emscripten_logo_full.png +lib/emscripten/site/source/_static/emscripten.ico +lib/emscripten/site/source/_themes/emscripten_sphinx_rtd_theme/__init__.py +lib/emscripten/site/source/_themes/emscripten_sphinx_rtd_theme/breadcrumbs.html +lib/emscripten/site/source/_themes/emscripten_sphinx_rtd_theme/footer.html +lib/emscripten/site/source/_themes/emscripten_sphinx_rtd_theme/layout.html +lib/emscripten/site/source/_themes/emscripten_sphinx_rtd_theme/layout_old.html +lib/emscripten/site/source/_themes/emscripten_sphinx_rtd_theme/search.html +lib/emscripten/site/source/_themes/emscripten_sphinx_rtd_theme/searchbox.html +lib/emscripten/site/source/_themes/emscripten_sphinx_rtd_theme/static/css/badge_only.css +lib/emscripten/site/source/_themes/emscripten_sphinx_rtd_theme/static/css/theme.css +lib/emscripten/site/source/_themes/emscripten_sphinx_rtd_theme/static/fonts/fontawesome-webfont.eot +lib/emscripten/site/source/_themes/emscripten_sphinx_rtd_theme/static/fonts/fontawesome-webfont.svg +lib/emscripten/site/source/_themes/emscripten_sphinx_rtd_theme/static/fonts/fontawesome-webfont.ttf +lib/emscripten/site/source/_themes/emscripten_sphinx_rtd_theme/static/fonts/fontawesome-webfont.woff +lib/emscripten/site/source/_themes/emscripten_sphinx_rtd_theme/static/js/theme.js +lib/emscripten/site/source/_themes/emscripten_sphinx_rtd_theme/theme.conf +lib/emscripten/site/source/_themes/emscripten_sphinx_rtd_theme/versions.html +lib/emscripten/site/source/api_items.py +lib/emscripten/site/source/conf.py +lib/emscripten/site/source/docs/api_reference/Filesystem-API.rst +lib/emscripten/site/source/docs/api_reference/advanced-apis.rst +lib/emscripten/site/source/docs/api_reference/bind.h.rst +lib/emscripten/site/source/docs/api_reference/device-orientation-axes.png +lib/emscripten/site/source/docs/api_reference/emscripten.h.rst +lib/emscripten/site/source/docs/api_reference/fetch.rst +lib/emscripten/site/source/docs/api_reference/html5.h.rst +lib/emscripten/site/source/docs/api_reference/index.rst +lib/emscripten/site/source/docs/api_reference/module.rst +lib/emscripten/site/source/docs/api_reference/preamble.js.rst +lib/emscripten/site/source/docs/api_reference/trace.h.rst +lib/emscripten/site/source/docs/api_reference/val.h.rst +lib/emscripten/site/source/docs/api_reference/vr.h.rst +lib/emscripten/site/source/docs/building_from_source/LLVM-Backend.rst +lib/emscripten/site/source/docs/building_from_source/building_emscripten_from_source_on_linux.rst +lib/emscripten/site/source/docs/building_from_source/building_emscripten_from_source_on_mac_os_x.rst +lib/emscripten/site/source/docs/building_from_source/building_emscripten_from_source_on_windows.rst +lib/emscripten/site/source/docs/building_from_source/building_emscripten_from_source_using_the_sdk.rst +lib/emscripten/site/source/docs/building_from_source/building_fastcomp_manually_from_source.rst +lib/emscripten/site/source/docs/building_from_source/configuring_emscripten_settings.rst +lib/emscripten/site/source/docs/building_from_source/index.rst +lib/emscripten/site/source/docs/building_from_source/toolchain_what_is_needed.rst +lib/emscripten/site/source/docs/building_from_source/verify_emscripten_environment.rst +lib/emscripten/site/source/docs/compiling/Building-Projects.rst +lib/emscripten/site/source/docs/compiling/Deploying-Pages.rst +lib/emscripten/site/source/docs/compiling/Running-html-files-with-emrun.rst +lib/emscripten/site/source/docs/compiling/Travis.rst +lib/emscripten/site/source/docs/compiling/WebAssembly.rst +lib/emscripten/site/source/docs/compiling/index.rst +lib/emscripten/site/source/docs/contributing/AUTHORS.rst +lib/emscripten/site/source/docs/contributing/contributing.rst +lib/emscripten/site/source/docs/contributing/developers_guide.rst +lib/emscripten/site/source/docs/contributing/index.rst +lib/emscripten/site/source/docs/debugging/CyberDWARF.rst +lib/emscripten/site/source/docs/getting_started/FAQ.rst +lib/emscripten/site/source/docs/getting_started/Tutorial.rst +lib/emscripten/site/source/docs/getting_started/bug_reports.rst +lib/emscripten/site/source/docs/getting_started/downloads.rst +lib/emscripten/site/source/docs/getting_started/index.rst +lib/emscripten/site/source/docs/getting_started/test-suite.rst +lib/emscripten/site/source/docs/index.rst +lib/emscripten/site/source/docs/introducing_emscripten/DEAD-TRIGGER-2-Icon1.png +lib/emscripten/site/source/docs/introducing_emscripten/EmscriptenToolchain.png +lib/emscripten/site/source/docs/introducing_emscripten/Talks-and-Publications.rst +lib/emscripten/site/source/docs/introducing_emscripten/about_emscripten.rst +lib/emscripten/site/source/docs/introducing_emscripten/angrybots.png +lib/emscripten/site/source/docs/introducing_emscripten/community.rst +lib/emscripten/site/source/docs/introducing_emscripten/emscripten_license.rst +lib/emscripten/site/source/docs/introducing_emscripten/index.rst +lib/emscripten/site/source/docs/introducing_emscripten/release_notes.rst +lib/emscripten/site/source/docs/optimizing/Optimizing-Code.rst +lib/emscripten/site/source/docs/optimizing/Optimizing-WebGL.rst +lib/emscripten/site/source/docs/optimizing/Profiling-Toolchain.rst +lib/emscripten/site/source/docs/porting/Audio.rst +lib/emscripten/site/source/docs/porting/Debugging.rst +lib/emscripten/site/source/docs/porting/asyncify.rst +lib/emscripten/site/source/docs/porting/connecting_cpp_and_javascript/Interacting-with-code.rst +lib/emscripten/site/source/docs/porting/connecting_cpp_and_javascript/WebIDL-Binder.rst +lib/emscripten/site/source/docs/porting/connecting_cpp_and_javascript/embind.rst +lib/emscripten/site/source/docs/porting/connecting_cpp_and_javascript/index.rst +lib/emscripten/site/source/docs/porting/emscripten-runtime-environment.rst +lib/emscripten/site/source/docs/porting/emterpreter.rst +lib/emscripten/site/source/docs/porting/files/FileSystemArchitecture.png +lib/emscripten/site/source/docs/porting/files/Synchronous-Virtual-XHR-Backed-File-System-Usage.rst +lib/emscripten/site/source/docs/porting/files/file_systems_overview.rst +lib/emscripten/site/source/docs/porting/files/index.rst +lib/emscripten/site/source/docs/porting/files/packaging_files.rst +lib/emscripten/site/source/docs/porting/guidelines/api_limitations.rst +lib/emscripten/site/source/docs/porting/guidelines/browser_limitations.rst +lib/emscripten/site/source/docs/porting/guidelines/function_pointer_issues.rst +lib/emscripten/site/source/docs/porting/guidelines/index.rst +lib/emscripten/site/source/docs/porting/guidelines/portability_guidelines.rst +lib/emscripten/site/source/docs/porting/index.rst +lib/emscripten/site/source/docs/porting/multimedia_and_graphics/EGL-Support-in-Emscripten.rst +lib/emscripten/site/source/docs/porting/multimedia_and_graphics/OpenGL-support.rst +lib/emscripten/site/source/docs/porting/multimedia_and_graphics/index.rst +lib/emscripten/site/source/docs/porting/pthreads.rst +lib/emscripten/site/source/docs/porting/simd.rst +lib/emscripten/site/source/docs/site/about.rst +lib/emscripten/site/source/docs/site/glossary.rst +lib/emscripten/site/source/docs/site/index.rst +lib/emscripten/site/source/docs/tools_reference/emcc.rst +lib/emscripten/site/source/docs/tools_reference/emcmdprompt.rst +lib/emscripten/site/source/docs/tools_reference/emsdk.rst +lib/emscripten/site/source/docs/tools_reference/index.rst +lib/emscripten/site/source/get_api_items.py +lib/emscripten/site/source/get_wiki.py +lib/emscripten/site/source/home_page_layout.html +lib/emscripten/site/source/index.rst +lib/emscripten/src/Fetch.js +lib/emscripten/src/IDBStore.js +lib/emscripten/src/URIUtils.js +lib/emscripten/src/arrayUtils.js +lib/emscripten/src/base64Utils.js +lib/emscripten/src/closure-annotations.js +lib/emscripten/src/closure-defined-fs-annotation.js +lib/emscripten/src/closure-externs.js +lib/emscripten/src/closure-undefined-fs-annotation.js +lib/emscripten/src/compiler.js +lib/emscripten/src/cpuprofiler.js +lib/emscripten/src/deps_info.json +lib/emscripten/src/deterministic.js +lib/emscripten/src/ecmascript_simd.js +lib/emscripten/src/embind/embind.js +lib/emscripten/src/embind/emval.js +lib/emscripten/src/emrun_postjs.js +lib/emscripten/src/emrun_prejs.js +lib/emscripten/src/emscripten-source-map.min.js +lib/emscripten/src/fetch-worker.js +lib/emscripten/src/gl-matrix.js +lib/emscripten/src/growableHeap.js +lib/emscripten/src/headless.js +lib/emscripten/src/headlessCanvas.js +lib/emscripten/src/hello_world.js +lib/emscripten/src/jsifier.js +lib/emscripten/src/library.js +lib/emscripten/src/library_asmfs.js +lib/emscripten/src/library_async.js +lib/emscripten/src/library_bootstrap_structInfo.js +lib/emscripten/src/library_browser.js +lib/emscripten/src/library_cyberdwarf.js +lib/emscripten/src/library_debugger_toolkit.js +lib/emscripten/src/library_egl.js +lib/emscripten/src/library_fetch.js +lib/emscripten/src/library_formatString.js +lib/emscripten/src/library_fs.js +lib/emscripten/src/library_glemu.js +lib/emscripten/src/library_glew.js +lib/emscripten/src/library_glfw.js +lib/emscripten/src/library_glut.js +lib/emscripten/src/library_html5.js +lib/emscripten/src/library_idbfs.js +lib/emscripten/src/library_idbstore.js +lib/emscripten/src/library_lz4.js +lib/emscripten/src/library_memfs.js +lib/emscripten/src/library_nodefs.js +lib/emscripten/src/library_noderawfs.js +lib/emscripten/src/library_openal.js +lib/emscripten/src/library_path.js +lib/emscripten/src/library_pipefs.js +lib/emscripten/src/library_proxyfs.js +lib/emscripten/src/library_pthread.js +lib/emscripten/src/library_pthread_stub.js +lib/emscripten/src/library_sdl.js +lib/emscripten/src/library_signals.js +lib/emscripten/src/library_sockfs.js +lib/emscripten/src/library_strtok_r.c +lib/emscripten/src/library_syscall.js +lib/emscripten/src/library_trace.js +lib/emscripten/src/library_tty.js +lib/emscripten/src/library_uuid.js +lib/emscripten/src/library_vr.js +lib/emscripten/src/library_webgl.js +lib/emscripten/src/library_webgl2.js +lib/emscripten/src/library_websocket.js +lib/emscripten/src/library_workerfs.js +lib/emscripten/src/library_xlib.js +lib/emscripten/src/memoryprofiler.js +lib/emscripten/src/mini-lz4.js +lib/emscripten/src/modules.js +lib/emscripten/src/node-externs.js +lib/emscripten/src/parseTools.js +lib/emscripten/src/postamble.js +lib/emscripten/src/postamble_minimal.js +lib/emscripten/src/postamble_sharedlib.js +lib/emscripten/src/preamble.js +lib/emscripten/src/preamble_minimal.js +lib/emscripten/src/preamble_sharedlib.js +lib/emscripten/src/proxyClient.js +lib/emscripten/src/proxyWorker.js +lib/emscripten/src/runtime.js +lib/emscripten/src/runtime_math.js +lib/emscripten/src/runtime_sab_polyfill.js +lib/emscripten/src/runtime_safe_heap.js +lib/emscripten/src/runtime_stack_check.js +lib/emscripten/src/runtime_stack_trace.js +lib/emscripten/src/runtime_strings.js +lib/emscripten/src/settings.js +lib/emscripten/src/shell.html +lib/emscripten/src/shell.js +lib/emscripten/src/shell_minimal.html +lib/emscripten/src/shell_minimal.js +lib/emscripten/src/shell_minimal_runtime.html +lib/emscripten/src/shell_pthreads.js +lib/emscripten/src/shell_sharedlib.js +lib/emscripten/src/socket.io.js +lib/emscripten/src/spidermonkey-externs.js +lib/emscripten/src/struct_info.json +lib/emscripten/src/support.js +lib/emscripten/src/threadprofiler.js +lib/emscripten/src/utility.js +lib/emscripten/src/v8-externs.js +lib/emscripten/src/webGLClient.js +lib/emscripten/src/webGLWorker.js +lib/emscripten/src/worker.js +lib/emscripten/src/wrtcp.js +lib/emscripten/system/bin/sdl-config +lib/emscripten/system/bin/sdl2-config +lib/emscripten/system/include/AL/al.h +lib/emscripten/system/include/AL/alc.h +lib/emscripten/system/include/EGL/egl.h +lib/emscripten/system/include/EGL/eglext.h +lib/emscripten/system/include/EGL/eglplatform.h +lib/emscripten/system/include/GL/freeglut_std.h +lib/emscripten/system/include/GL/gl.h +lib/emscripten/system/include/GL/glew.h +lib/emscripten/system/include/GL/glext.h +lib/emscripten/system/include/GL/glfw.h +lib/emscripten/system/include/GL/glu.h +lib/emscripten/system/include/GL/glut.h +lib/emscripten/system/include/GLES/gl.h +lib/emscripten/system/include/GLES/glext.h +lib/emscripten/system/include/GLES/glplatform.h +lib/emscripten/system/include/GLES2/gl2.h +lib/emscripten/system/include/GLES2/gl2ext.h +lib/emscripten/system/include/GLES2/gl2platform.h +lib/emscripten/system/include/GLES3/gl2ext.h +lib/emscripten/system/include/GLES3/gl3.h +lib/emscripten/system/include/GLES3/gl31.h +lib/emscripten/system/include/GLES3/gl32.h +lib/emscripten/system/include/GLES3/gl3platform.h +lib/emscripten/system/include/GLFW/glfw3.h +lib/emscripten/system/include/KHR/khrplatform.h +lib/emscripten/system/include/SDL/COPYING +lib/emscripten/system/include/SDL/SDL.h +lib/emscripten/system/include/SDL/SDL_assert.h +lib/emscripten/system/include/SDL/SDL_atomic.h +lib/emscripten/system/include/SDL/SDL_audio.h +lib/emscripten/system/include/SDL/SDL_blendmode.h +lib/emscripten/system/include/SDL/SDL_clipboard.h +lib/emscripten/system/include/SDL/SDL_compat.h +lib/emscripten/system/include/SDL/SDL_config.h +lib/emscripten/system/include/SDL/SDL_config.h.in +lib/emscripten/system/include/SDL/SDL_config_android.h +lib/emscripten/system/include/SDL/SDL_config_iphoneos.h +lib/emscripten/system/include/SDL/SDL_config_macosx.h +lib/emscripten/system/include/SDL/SDL_config_minimal.h +lib/emscripten/system/include/SDL/SDL_config_nintendods.h +lib/emscripten/system/include/SDL/SDL_config_pandora.h +lib/emscripten/system/include/SDL/SDL_config_windows.h +lib/emscripten/system/include/SDL/SDL_config_wiz.h +lib/emscripten/system/include/SDL/SDL_copying.h +lib/emscripten/system/include/SDL/SDL_cpuinfo.h +lib/emscripten/system/include/SDL/SDL_endian.h +lib/emscripten/system/include/SDL/SDL_error.h +lib/emscripten/system/include/SDL/SDL_events.h +lib/emscripten/system/include/SDL/SDL_gesture.h +lib/emscripten/system/include/SDL/SDL_gfxPrimitives.h +lib/emscripten/system/include/SDL/SDL_haptic.h +lib/emscripten/system/include/SDL/SDL_hints.h +lib/emscripten/system/include/SDL/SDL_image.h +lib/emscripten/system/include/SDL/SDL_input.h +lib/emscripten/system/include/SDL/SDL_joystick.h +lib/emscripten/system/include/SDL/SDL_keyboard.h +lib/emscripten/system/include/SDL/SDL_keycode.h +lib/emscripten/system/include/SDL/SDL_loadso.h +lib/emscripten/system/include/SDL/SDL_log.h +lib/emscripten/system/include/SDL/SDL_main.h +lib/emscripten/system/include/SDL/SDL_mixer.h +lib/emscripten/system/include/SDL/SDL_mouse.h +lib/emscripten/system/include/SDL/SDL_mutex.h +lib/emscripten/system/include/SDL/SDL_name.h +lib/emscripten/system/include/SDL/SDL_opengl.h +lib/emscripten/system/include/SDL/SDL_opengles.h +lib/emscripten/system/include/SDL/SDL_opengles2.h +lib/emscripten/system/include/SDL/SDL_pixels.h +lib/emscripten/system/include/SDL/SDL_platform.h +lib/emscripten/system/include/SDL/SDL_power.h +lib/emscripten/system/include/SDL/SDL_quit.h +lib/emscripten/system/include/SDL/SDL_rect.h +lib/emscripten/system/include/SDL/SDL_render.h +lib/emscripten/system/include/SDL/SDL_revision.h +lib/emscripten/system/include/SDL/SDL_revision.h.orig +lib/emscripten/system/include/SDL/SDL_rotozoom.h +lib/emscripten/system/include/SDL/SDL_rwops.h +lib/emscripten/system/include/SDL/SDL_scancode.h +lib/emscripten/system/include/SDL/SDL_shape.h +lib/emscripten/system/include/SDL/SDL_stdinc.h +lib/emscripten/system/include/SDL/SDL_surface.h +lib/emscripten/system/include/SDL/SDL_syswm.h +lib/emscripten/system/include/SDL/SDL_thread.h +lib/emscripten/system/include/SDL/SDL_timer.h +lib/emscripten/system/include/SDL/SDL_touch.h +lib/emscripten/system/include/SDL/SDL_ttf.h +lib/emscripten/system/include/SDL/SDL_types.h +lib/emscripten/system/include/SDL/SDL_version.h +lib/emscripten/system/include/SDL/SDL_video.h +lib/emscripten/system/include/SDL/begin_code.h +lib/emscripten/system/include/SDL/close_code.h +lib/emscripten/system/include/X11/X.h +lib/emscripten/system/include/X11/XKBlib.h +lib/emscripten/system/include/X11/Xatom.h +lib/emscripten/system/include/X11/Xfuncproto.h +lib/emscripten/system/include/X11/Xfuncs.h +lib/emscripten/system/include/X11/Xlib.h +lib/emscripten/system/include/X11/XlibConf.h +lib/emscripten/system/include/X11/Xlibint.h +lib/emscripten/system/include/X11/Xmd.h +lib/emscripten/system/include/X11/Xosdefs.h +lib/emscripten/system/include/X11/Xproto.h +lib/emscripten/system/include/X11/Xprotostr.h +lib/emscripten/system/include/X11/Xutil.h +lib/emscripten/system/include/X11/cursorfont.h +lib/emscripten/system/include/X11/extensions/XKB.h +lib/emscripten/system/include/X11/extensions/XKBstr.h +lib/emscripten/system/include/X11/extensions/XShm.h +lib/emscripten/system/include/X11/extensions/Xext.h +lib/emscripten/system/include/X11/extensions/extutil.h +lib/emscripten/system/include/X11/extensions/shm.h +lib/emscripten/system/include/X11/keysym.h +lib/emscripten/system/include/X11/keysymdef.h +lib/emscripten/system/include/compat/ctype.h +lib/emscripten/system/include/compat/malloc.h +lib/emscripten/system/include/compat/math.h +lib/emscripten/system/include/compat/netdb.h +lib/emscripten/system/include/compat/stdarg.h +lib/emscripten/system/include/compat/stdlib.h +lib/emscripten/system/include/compat/string.h +lib/emscripten/system/include/compat/sys/socketvar.h +lib/emscripten/system/include/compat/sys/stat.h +lib/emscripten/system/include/compat/sys/sysctl.h +lib/emscripten/system/include/compat/sys/timeb.h +lib/emscripten/system/include/compat/sys/unistd.h +lib/emscripten/system/include/compat/time.h +lib/emscripten/system/include/compat/wchar.h +lib/emscripten/system/include/compat/wctype.h +lib/emscripten/system/include/compat/xlocale.h +lib/emscripten/system/include/emscripten.h +lib/emscripten/system/include/emscripten/asmfs.h +lib/emscripten/system/include/emscripten/bind.h +lib/emscripten/system/include/emscripten/dom_pk_codes.h +lib/emscripten/system/include/emscripten/em_asm.h +lib/emscripten/system/include/emscripten/em_js.h +lib/emscripten/system/include/emscripten/emscripten.h +lib/emscripten/system/include/emscripten/fetch.h +lib/emscripten/system/include/emscripten/html5.h +lib/emscripten/system/include/emscripten/key_codes.h +lib/emscripten/system/include/emscripten/threading.h +lib/emscripten/system/include/emscripten/trace.h +lib/emscripten/system/include/emscripten/val.h +lib/emscripten/system/include/emscripten/vector.h +lib/emscripten/system/include/emscripten/vr.h +lib/emscripten/system/include/emscripten/websocket.h +lib/emscripten/system/include/emscripten/wire.h +lib/emscripten/system/include/libc/aio.h +lib/emscripten/system/include/libc/alloca.h +lib/emscripten/system/include/libc/alltypes.h.in +lib/emscripten/system/include/libc/ar.h +lib/emscripten/system/include/libc/arpa/ftp.h +lib/emscripten/system/include/libc/arpa/inet.h +lib/emscripten/system/include/libc/arpa/nameser.h +lib/emscripten/system/include/libc/arpa/nameser_compat.h +lib/emscripten/system/include/libc/arpa/telnet.h +lib/emscripten/system/include/libc/arpa/tftp.h +lib/emscripten/system/include/libc/assert.h +lib/emscripten/system/include/libc/bits/alltypes.h +lib/emscripten/system/include/libc/bits/alltypes.h.in +lib/emscripten/system/include/libc/bits/endian.h +lib/emscripten/system/include/libc/bits/errno.h +lib/emscripten/system/include/libc/bits/fcntl.h +lib/emscripten/system/include/libc/bits/fenv.h +lib/emscripten/system/include/libc/bits/float.h +lib/emscripten/system/include/libc/bits/io.h +lib/emscripten/system/include/libc/bits/ioctl.h +lib/emscripten/system/include/libc/bits/ipc.h +lib/emscripten/system/include/libc/bits/limits.h +lib/emscripten/system/include/libc/bits/mman.h +lib/emscripten/system/include/libc/bits/msg.h +lib/emscripten/system/include/libc/bits/poll.h +lib/emscripten/system/include/libc/bits/posix.h +lib/emscripten/system/include/libc/bits/reg.h +lib/emscripten/system/include/libc/bits/resource.h +lib/emscripten/system/include/libc/bits/sem.h +lib/emscripten/system/include/libc/bits/setjmp.h +lib/emscripten/system/include/libc/bits/shm.h +lib/emscripten/system/include/libc/bits/signal.h +lib/emscripten/system/include/libc/bits/socket.h +lib/emscripten/system/include/libc/bits/stat.h +lib/emscripten/system/include/libc/bits/statfs.h +lib/emscripten/system/include/libc/bits/stdarg.h +lib/emscripten/system/include/libc/bits/stdint.h +lib/emscripten/system/include/libc/bits/syscall.h +lib/emscripten/system/include/libc/bits/termios.h +lib/emscripten/system/include/libc/bits/user.h +lib/emscripten/system/include/libc/byteswap.h +lib/emscripten/system/include/libc/complex.h +lib/emscripten/system/include/libc/cpio.h +lib/emscripten/system/include/libc/crypt.h +lib/emscripten/system/include/libc/ctype.h +lib/emscripten/system/include/libc/dirent.h +lib/emscripten/system/include/libc/dlfcn.h +lib/emscripten/system/include/libc/elf.h +lib/emscripten/system/include/libc/endian.h +lib/emscripten/system/include/libc/err.h +lib/emscripten/system/include/libc/errno.h +lib/emscripten/system/include/libc/fcntl.h +lib/emscripten/system/include/libc/features.h +lib/emscripten/system/include/libc/fenv.h +lib/emscripten/system/include/libc/float.h +lib/emscripten/system/include/libc/fmtmsg.h +lib/emscripten/system/include/libc/fnmatch.h +lib/emscripten/system/include/libc/ftw.h +lib/emscripten/system/include/libc/getopt.h +lib/emscripten/system/include/libc/glob.h +lib/emscripten/system/include/libc/grp.h +lib/emscripten/system/include/libc/iconv.h +lib/emscripten/system/include/libc/ifaddrs.h +lib/emscripten/system/include/libc/inttypes.h +lib/emscripten/system/include/libc/iso646.h +lib/emscripten/system/include/libc/langinfo.h +lib/emscripten/system/include/libc/lastlog.h +lib/emscripten/system/include/libc/libgen.h +lib/emscripten/system/include/libc/libintl.h +lib/emscripten/system/include/libc/limits.h +lib/emscripten/system/include/libc/link.h +lib/emscripten/system/include/libc/locale.h +lib/emscripten/system/include/libc/malloc.h +lib/emscripten/system/include/libc/math.h +lib/emscripten/system/include/libc/memory.h +lib/emscripten/system/include/libc/mntent.h +lib/emscripten/system/include/libc/monetary.h +lib/emscripten/system/include/libc/mqueue.h +lib/emscripten/system/include/libc/net/ethernet.h +lib/emscripten/system/include/libc/net/if.h +lib/emscripten/system/include/libc/net/if_arp.h +lib/emscripten/system/include/libc/net/route.h +lib/emscripten/system/include/libc/netdb.h +lib/emscripten/system/include/libc/netinet/ether.h +lib/emscripten/system/include/libc/netinet/icmp6.h +lib/emscripten/system/include/libc/netinet/if_ether.h +lib/emscripten/system/include/libc/netinet/igmp.h +lib/emscripten/system/include/libc/netinet/in.h +lib/emscripten/system/include/libc/netinet/in_systm.h +lib/emscripten/system/include/libc/netinet/ip.h +lib/emscripten/system/include/libc/netinet/ip6.h +lib/emscripten/system/include/libc/netinet/ip_icmp.h +lib/emscripten/system/include/libc/netinet/tcp.h +lib/emscripten/system/include/libc/netinet/udp.h +lib/emscripten/system/include/libc/netpacket/packet.h +lib/emscripten/system/include/libc/nl_types.h +lib/emscripten/system/include/libc/paths.h +lib/emscripten/system/include/libc/poll.h +lib/emscripten/system/include/libc/pthread.h +lib/emscripten/system/include/libc/pty.h +lib/emscripten/system/include/libc/pwd.h +lib/emscripten/system/include/libc/readme.txt +lib/emscripten/system/include/libc/regex.h +lib/emscripten/system/include/libc/resolv.h +lib/emscripten/system/include/libc/sched.h +lib/emscripten/system/include/libc/scsi/scsi.h +lib/emscripten/system/include/libc/scsi/scsi_ioctl.h +lib/emscripten/system/include/libc/scsi/sg.h +lib/emscripten/system/include/libc/search.h +lib/emscripten/system/include/libc/semaphore.h +lib/emscripten/system/include/libc/setjmp.h +lib/emscripten/system/include/libc/shadow.h +lib/emscripten/system/include/libc/signal.h +lib/emscripten/system/include/libc/spawn.h +lib/emscripten/system/include/libc/stdalign.h +lib/emscripten/system/include/libc/stdarg.h +lib/emscripten/system/include/libc/stdbool.h +lib/emscripten/system/include/libc/stdc-predef.h +lib/emscripten/system/include/libc/stddef.h +lib/emscripten/system/include/libc/stdint.h +lib/emscripten/system/include/libc/stdio.h +lib/emscripten/system/include/libc/stdio_ext.h +lib/emscripten/system/include/libc/stdlib.h +lib/emscripten/system/include/libc/stdnoreturn.h +lib/emscripten/system/include/libc/string.h +lib/emscripten/system/include/libc/strings.h +lib/emscripten/system/include/libc/stropts.h +lib/emscripten/system/include/libc/sys/acct.h +lib/emscripten/system/include/libc/sys/auxv.h +lib/emscripten/system/include/libc/sys/cachectl.h +lib/emscripten/system/include/libc/sys/dir.h +lib/emscripten/system/include/libc/sys/epoll.h +lib/emscripten/system/include/libc/sys/errno.h +lib/emscripten/system/include/libc/sys/eventfd.h +lib/emscripten/system/include/libc/sys/fanotify.h +lib/emscripten/system/include/libc/sys/fcntl.h +lib/emscripten/system/include/libc/sys/file.h +lib/emscripten/system/include/libc/sys/fsuid.h +lib/emscripten/system/include/libc/sys/inotify.h +lib/emscripten/system/include/libc/sys/io.h +lib/emscripten/system/include/libc/sys/ioctl.h +lib/emscripten/system/include/libc/sys/ipc.h +lib/emscripten/system/include/libc/sys/kd.h +lib/emscripten/system/include/libc/sys/klog.h +lib/emscripten/system/include/libc/sys/mman.h +lib/emscripten/system/include/libc/sys/mount.h +lib/emscripten/system/include/libc/sys/msg.h +lib/emscripten/system/include/libc/sys/mtio.h +lib/emscripten/system/include/libc/sys/param.h +lib/emscripten/system/include/libc/sys/personality.h +lib/emscripten/system/include/libc/sys/poll.h +lib/emscripten/system/include/libc/sys/prctl.h +lib/emscripten/system/include/libc/sys/procfs.h +lib/emscripten/system/include/libc/sys/ptrace.h +lib/emscripten/system/include/libc/sys/quota.h +lib/emscripten/system/include/libc/sys/reboot.h +lib/emscripten/system/include/libc/sys/reg.h +lib/emscripten/system/include/libc/sys/resource.h +lib/emscripten/system/include/libc/sys/select.h +lib/emscripten/system/include/libc/sys/sem.h +lib/emscripten/system/include/libc/sys/sendfile.h +lib/emscripten/system/include/libc/sys/shm.h +lib/emscripten/system/include/libc/sys/signal.h +lib/emscripten/system/include/libc/sys/signalfd.h +lib/emscripten/system/include/libc/sys/socket.h +lib/emscripten/system/include/libc/sys/soundcard.h +lib/emscripten/system/include/libc/sys/stat.h +lib/emscripten/system/include/libc/sys/statfs.h +lib/emscripten/system/include/libc/sys/statvfs.h +lib/emscripten/system/include/libc/sys/stropts.h +lib/emscripten/system/include/libc/sys/swap.h +lib/emscripten/system/include/libc/sys/syscall.h +lib/emscripten/system/include/libc/sys/sysinfo.h +lib/emscripten/system/include/libc/sys/syslog.h +lib/emscripten/system/include/libc/sys/sysmacros.h +lib/emscripten/system/include/libc/sys/termios.h +lib/emscripten/system/include/libc/sys/time.h +lib/emscripten/system/include/libc/sys/timeb.h +lib/emscripten/system/include/libc/sys/timerfd.h +lib/emscripten/system/include/libc/sys/times.h +lib/emscripten/system/include/libc/sys/timex.h +lib/emscripten/system/include/libc/sys/ttydefaults.h +lib/emscripten/system/include/libc/sys/types.h +lib/emscripten/system/include/libc/sys/ucontext.h +lib/emscripten/system/include/libc/sys/uio.h +lib/emscripten/system/include/libc/sys/un.h +lib/emscripten/system/include/libc/sys/user.h +lib/emscripten/system/include/libc/sys/utsname.h +lib/emscripten/system/include/libc/sys/vfs.h +lib/emscripten/system/include/libc/sys/vt.h +lib/emscripten/system/include/libc/sys/wait.h +lib/emscripten/system/include/libc/sys/xattr.h +lib/emscripten/system/include/libc/syscall.h +lib/emscripten/system/include/libc/sysexits.h +lib/emscripten/system/include/libc/syslog.h +lib/emscripten/system/include/libc/tar.h +lib/emscripten/system/include/libc/termios.h +lib/emscripten/system/include/libc/tgmath.h +lib/emscripten/system/include/libc/threads.h +lib/emscripten/system/include/libc/time.h +lib/emscripten/system/include/libc/uchar.h +lib/emscripten/system/include/libc/ucontext.h +lib/emscripten/system/include/libc/ulimit.h +lib/emscripten/system/include/libc/unistd.h +lib/emscripten/system/include/libc/utime.h +lib/emscripten/system/include/libc/utmp.h +lib/emscripten/system/include/libc/utmpx.h +lib/emscripten/system/include/libc/values.h +lib/emscripten/system/include/libc/wait.h +lib/emscripten/system/include/libc/wchar.h +lib/emscripten/system/include/libc/wctype.h +lib/emscripten/system/include/libc/wordexp.h +lib/emscripten/system/include/libcxx/CMakeLists.txt +lib/emscripten/system/include/libcxx/CREDITS.TXT +lib/emscripten/system/include/libcxx/LICENSE.TXT +lib/emscripten/system/include/libcxx/__bit_reference +lib/emscripten/system/include/libcxx/__bsd_locale_defaults.h +lib/emscripten/system/include/libcxx/__bsd_locale_fallbacks.h +lib/emscripten/system/include/libcxx/__config +lib/emscripten/system/include/libcxx/__config_site.in +lib/emscripten/system/include/libcxx/__debug +lib/emscripten/system/include/libcxx/__functional_03 +lib/emscripten/system/include/libcxx/__functional_base +lib/emscripten/system/include/libcxx/__functional_base_03 +lib/emscripten/system/include/libcxx/__hash_table +lib/emscripten/system/include/libcxx/__libcpp_version +lib/emscripten/system/include/libcxx/__locale +lib/emscripten/system/include/libcxx/__mutex_base +lib/emscripten/system/include/libcxx/__nullptr +lib/emscripten/system/include/libcxx/__refstring +lib/emscripten/system/include/libcxx/__split_buffer +lib/emscripten/system/include/libcxx/__sso_allocator +lib/emscripten/system/include/libcxx/__std_stream +lib/emscripten/system/include/libcxx/__string +lib/emscripten/system/include/libcxx/__threading_support +lib/emscripten/system/include/libcxx/__tree +lib/emscripten/system/include/libcxx/__tuple +lib/emscripten/system/include/libcxx/__undef_macros +lib/emscripten/system/include/libcxx/__undef_min_max +lib/emscripten/system/include/libcxx/algorithm +lib/emscripten/system/include/libcxx/any +lib/emscripten/system/include/libcxx/array +lib/emscripten/system/include/libcxx/atomic +lib/emscripten/system/include/libcxx/bitset +lib/emscripten/system/include/libcxx/cassert +lib/emscripten/system/include/libcxx/ccomplex +lib/emscripten/system/include/libcxx/cctype +lib/emscripten/system/include/libcxx/cerrno +lib/emscripten/system/include/libcxx/cfenv +lib/emscripten/system/include/libcxx/cfloat +lib/emscripten/system/include/libcxx/chrono +lib/emscripten/system/include/libcxx/cinttypes +lib/emscripten/system/include/libcxx/ciso646 +lib/emscripten/system/include/libcxx/climits +lib/emscripten/system/include/libcxx/clocale +lib/emscripten/system/include/libcxx/cmath +lib/emscripten/system/include/libcxx/codecvt +lib/emscripten/system/include/libcxx/complex +lib/emscripten/system/include/libcxx/complex.h +lib/emscripten/system/include/libcxx/condition_variable +lib/emscripten/system/include/libcxx/csetjmp +lib/emscripten/system/include/libcxx/csignal +lib/emscripten/system/include/libcxx/cstdarg +lib/emscripten/system/include/libcxx/cstdbool +lib/emscripten/system/include/libcxx/cstddef +lib/emscripten/system/include/libcxx/cstdint +lib/emscripten/system/include/libcxx/cstdio +lib/emscripten/system/include/libcxx/cstdlib +lib/emscripten/system/include/libcxx/cstring +lib/emscripten/system/include/libcxx/ctgmath +lib/emscripten/system/include/libcxx/ctime +lib/emscripten/system/include/libcxx/ctype.h +lib/emscripten/system/include/libcxx/cwchar +lib/emscripten/system/include/libcxx/cwctype +lib/emscripten/system/include/libcxx/deque +lib/emscripten/system/include/libcxx/errno.h +lib/emscripten/system/include/libcxx/exception +lib/emscripten/system/include/libcxx/experimental/__config +lib/emscripten/system/include/libcxx/experimental/__memory +lib/emscripten/system/include/libcxx/experimental/algorithm +lib/emscripten/system/include/libcxx/experimental/any +lib/emscripten/system/include/libcxx/experimental/chrono +lib/emscripten/system/include/libcxx/experimental/coroutine +lib/emscripten/system/include/libcxx/experimental/deque +lib/emscripten/system/include/libcxx/experimental/dynarray +lib/emscripten/system/include/libcxx/experimental/filesystem +lib/emscripten/system/include/libcxx/experimental/forward_list +lib/emscripten/system/include/libcxx/experimental/functional +lib/emscripten/system/include/libcxx/experimental/iterator +lib/emscripten/system/include/libcxx/experimental/list +lib/emscripten/system/include/libcxx/experimental/map +lib/emscripten/system/include/libcxx/experimental/memory_resource +lib/emscripten/system/include/libcxx/experimental/numeric +lib/emscripten/system/include/libcxx/experimental/optional +lib/emscripten/system/include/libcxx/experimental/propagate_const +lib/emscripten/system/include/libcxx/experimental/ratio +lib/emscripten/system/include/libcxx/experimental/regex +lib/emscripten/system/include/libcxx/experimental/set +lib/emscripten/system/include/libcxx/experimental/string +lib/emscripten/system/include/libcxx/experimental/string_view +lib/emscripten/system/include/libcxx/experimental/system_error +lib/emscripten/system/include/libcxx/experimental/tuple +lib/emscripten/system/include/libcxx/experimental/type_traits +lib/emscripten/system/include/libcxx/experimental/unordered_map +lib/emscripten/system/include/libcxx/experimental/unordered_set +lib/emscripten/system/include/libcxx/experimental/utility +lib/emscripten/system/include/libcxx/experimental/vector +lib/emscripten/system/include/libcxx/ext/__hash +lib/emscripten/system/include/libcxx/ext/hash_map +lib/emscripten/system/include/libcxx/ext/hash_set +lib/emscripten/system/include/libcxx/float.h +lib/emscripten/system/include/libcxx/forward_list +lib/emscripten/system/include/libcxx/fstream +lib/emscripten/system/include/libcxx/functional +lib/emscripten/system/include/libcxx/future +lib/emscripten/system/include/libcxx/initializer_list +lib/emscripten/system/include/libcxx/inttypes.h +lib/emscripten/system/include/libcxx/iomanip +lib/emscripten/system/include/libcxx/ios +lib/emscripten/system/include/libcxx/iosfwd +lib/emscripten/system/include/libcxx/iostream +lib/emscripten/system/include/libcxx/istream +lib/emscripten/system/include/libcxx/iterator +lib/emscripten/system/include/libcxx/limits +lib/emscripten/system/include/libcxx/limits.h +lib/emscripten/system/include/libcxx/list +lib/emscripten/system/include/libcxx/locale +lib/emscripten/system/include/libcxx/locale.h +lib/emscripten/system/include/libcxx/map +lib/emscripten/system/include/libcxx/math.h +lib/emscripten/system/include/libcxx/memory +lib/emscripten/system/include/libcxx/module.modulemap +lib/emscripten/system/include/libcxx/mutex +lib/emscripten/system/include/libcxx/new +lib/emscripten/system/include/libcxx/numeric +lib/emscripten/system/include/libcxx/optional +lib/emscripten/system/include/libcxx/ostream +lib/emscripten/system/include/libcxx/queue +lib/emscripten/system/include/libcxx/random +lib/emscripten/system/include/libcxx/ratio +lib/emscripten/system/include/libcxx/readme.txt +lib/emscripten/system/include/libcxx/regex +lib/emscripten/system/include/libcxx/scoped_allocator +lib/emscripten/system/include/libcxx/set +lib/emscripten/system/include/libcxx/setjmp.h +lib/emscripten/system/include/libcxx/shared_mutex +lib/emscripten/system/include/libcxx/sstream +lib/emscripten/system/include/libcxx/stack +lib/emscripten/system/include/libcxx/stdbool.h +lib/emscripten/system/include/libcxx/stddef.h +lib/emscripten/system/include/libcxx/stdexcept +lib/emscripten/system/include/libcxx/stdint.h +lib/emscripten/system/include/libcxx/stdio.h +lib/emscripten/system/include/libcxx/stdlib.h +lib/emscripten/system/include/libcxx/streambuf +lib/emscripten/system/include/libcxx/string +lib/emscripten/system/include/libcxx/string.h +lib/emscripten/system/include/libcxx/string_view +lib/emscripten/system/include/libcxx/strstream +lib/emscripten/system/include/libcxx/support/android/locale_bionic.h +lib/emscripten/system/include/libcxx/support/fuchsia/xlocale.h +lib/emscripten/system/include/libcxx/support/ibm/limits.h +lib/emscripten/system/include/libcxx/support/ibm/locale_mgmt_aix.h +lib/emscripten/system/include/libcxx/support/ibm/support.h +lib/emscripten/system/include/libcxx/support/ibm/xlocale.h +lib/emscripten/system/include/libcxx/support/musl/xlocale.h +lib/emscripten/system/include/libcxx/support/newlib/xlocale.h +lib/emscripten/system/include/libcxx/support/solaris/floatingpoint.h +lib/emscripten/system/include/libcxx/support/solaris/wchar.h +lib/emscripten/system/include/libcxx/support/solaris/xlocale.h +lib/emscripten/system/include/libcxx/support/win32/limits_msvc_win32.h +lib/emscripten/system/include/libcxx/support/win32/locale_win32.h +lib/emscripten/system/include/libcxx/support/xlocale/__nop_locale_mgmt.h +lib/emscripten/system/include/libcxx/support/xlocale/__posix_l_fallback.h +lib/emscripten/system/include/libcxx/support/xlocale/__strtonum_fallback.h +lib/emscripten/system/include/libcxx/support/xlocale/xlocale.h +lib/emscripten/system/include/libcxx/system_error +lib/emscripten/system/include/libcxx/tgmath.h +lib/emscripten/system/include/libcxx/thread +lib/emscripten/system/include/libcxx/tuple +lib/emscripten/system/include/libcxx/type_traits +lib/emscripten/system/include/libcxx/typeindex +lib/emscripten/system/include/libcxx/typeinfo +lib/emscripten/system/include/libcxx/unordered_map +lib/emscripten/system/include/libcxx/unordered_set +lib/emscripten/system/include/libcxx/utility +lib/emscripten/system/include/libcxx/valarray +lib/emscripten/system/include/libcxx/variant +lib/emscripten/system/include/libcxx/vector +lib/emscripten/system/include/libcxx/wchar.h +lib/emscripten/system/include/libcxx/wctype.h +lib/emscripten/system/include/uuid/uuid.h +lib/emscripten/system/lib/al.c +lib/emscripten/system/lib/al.symbols +lib/emscripten/system/lib/asmjs_pthreads.symbols +lib/emscripten/system/lib/build_cxx_natively.sh +lib/emscripten/system/lib/compiler-rt.symbols +lib/emscripten/system/lib/compiler-rt/CREDITS.TXT +lib/emscripten/system/lib/compiler-rt/LICENSE.TXT +lib/emscripten/system/lib/compiler-rt/extras.c +lib/emscripten/system/lib/compiler-rt/lib/builtins/addtf3.c +lib/emscripten/system/lib/compiler-rt/lib/builtins/ashldi3.c +lib/emscripten/system/lib/compiler-rt/lib/builtins/ashlti3.c +lib/emscripten/system/lib/compiler-rt/lib/builtins/ashrdi3.c +lib/emscripten/system/lib/compiler-rt/lib/builtins/ashrti3.c +lib/emscripten/system/lib/compiler-rt/lib/builtins/assembly.h +lib/emscripten/system/lib/compiler-rt/lib/builtins/atomic.c +lib/emscripten/system/lib/compiler-rt/lib/builtins/comparetf2.c +lib/emscripten/system/lib/compiler-rt/lib/builtins/divdc3.c +lib/emscripten/system/lib/compiler-rt/lib/builtins/divdi3.c +lib/emscripten/system/lib/compiler-rt/lib/builtins/divmoddi4.c +lib/emscripten/system/lib/compiler-rt/lib/builtins/divsc3.c +lib/emscripten/system/lib/compiler-rt/lib/builtins/divtf3.c +lib/emscripten/system/lib/compiler-rt/lib/builtins/divti3.c +lib/emscripten/system/lib/compiler-rt/lib/builtins/extenddftf2.c +lib/emscripten/system/lib/compiler-rt/lib/builtins/extendsftf2.c +lib/emscripten/system/lib/compiler-rt/lib/builtins/fixdfdi.c +lib/emscripten/system/lib/compiler-rt/lib/builtins/fixdfti.c +lib/emscripten/system/lib/compiler-rt/lib/builtins/fixsfti.c +lib/emscripten/system/lib/compiler-rt/lib/builtins/fixtfdi.c +lib/emscripten/system/lib/compiler-rt/lib/builtins/fixtfsi.c +lib/emscripten/system/lib/compiler-rt/lib/builtins/fixtfti.c +lib/emscripten/system/lib/compiler-rt/lib/builtins/fixunsdfdi.c +lib/emscripten/system/lib/compiler-rt/lib/builtins/fixunsdfti.c +lib/emscripten/system/lib/compiler-rt/lib/builtins/fixunssfti.c +lib/emscripten/system/lib/compiler-rt/lib/builtins/fixunstfdi.c +lib/emscripten/system/lib/compiler-rt/lib/builtins/fixunstfsi.c +lib/emscripten/system/lib/compiler-rt/lib/builtins/fixunstfti.c +lib/emscripten/system/lib/compiler-rt/lib/builtins/floatdidf.c +lib/emscripten/system/lib/compiler-rt/lib/builtins/floatditf.c +lib/emscripten/system/lib/compiler-rt/lib/builtins/floatsitf.c +lib/emscripten/system/lib/compiler-rt/lib/builtins/floattidf.c +lib/emscripten/system/lib/compiler-rt/lib/builtins/floattisf.c +lib/emscripten/system/lib/compiler-rt/lib/builtins/floatunditf.c +lib/emscripten/system/lib/compiler-rt/lib/builtins/floatunsitf.c +lib/emscripten/system/lib/compiler-rt/lib/builtins/floatuntidf.c +lib/emscripten/system/lib/compiler-rt/lib/builtins/floatuntisf.c +lib/emscripten/system/lib/compiler-rt/lib/builtins/fp_add_impl.inc +lib/emscripten/system/lib/compiler-rt/lib/builtins/fp_extend.h +lib/emscripten/system/lib/compiler-rt/lib/builtins/fp_extend_impl.inc +lib/emscripten/system/lib/compiler-rt/lib/builtins/fp_fixint_impl.inc +lib/emscripten/system/lib/compiler-rt/lib/builtins/fp_fixuint_impl.inc +lib/emscripten/system/lib/compiler-rt/lib/builtins/fp_lib.h +lib/emscripten/system/lib/compiler-rt/lib/builtins/fp_mul_impl.inc +lib/emscripten/system/lib/compiler-rt/lib/builtins/fp_trunc.h +lib/emscripten/system/lib/compiler-rt/lib/builtins/fp_trunc_impl.inc +lib/emscripten/system/lib/compiler-rt/lib/builtins/int_endianness.h +lib/emscripten/system/lib/compiler-rt/lib/builtins/int_lib.h +lib/emscripten/system/lib/compiler-rt/lib/builtins/int_math.h +lib/emscripten/system/lib/compiler-rt/lib/builtins/int_types.h +lib/emscripten/system/lib/compiler-rt/lib/builtins/int_util.h +lib/emscripten/system/lib/compiler-rt/lib/builtins/lshrdi3.c +lib/emscripten/system/lib/compiler-rt/lib/builtins/lshrti3.c +lib/emscripten/system/lib/compiler-rt/lib/builtins/moddi3.c +lib/emscripten/system/lib/compiler-rt/lib/builtins/modti3.c +lib/emscripten/system/lib/compiler-rt/lib/builtins/muldc3.c +lib/emscripten/system/lib/compiler-rt/lib/builtins/muldi3.c +lib/emscripten/system/lib/compiler-rt/lib/builtins/mulsc3.c +lib/emscripten/system/lib/compiler-rt/lib/builtins/multc3.c +lib/emscripten/system/lib/compiler-rt/lib/builtins/multf3.c +lib/emscripten/system/lib/compiler-rt/lib/builtins/multi3.c +lib/emscripten/system/lib/compiler-rt/lib/builtins/subtf3.c +lib/emscripten/system/lib/compiler-rt/lib/builtins/trunctfdf2.c +lib/emscripten/system/lib/compiler-rt/lib/builtins/trunctfsf2.c +lib/emscripten/system/lib/compiler-rt/lib/builtins/udivdi3.c +lib/emscripten/system/lib/compiler-rt/lib/builtins/udivmoddi4.c +lib/emscripten/system/lib/compiler-rt/lib/builtins/udivmodti4.c +lib/emscripten/system/lib/compiler-rt/lib/builtins/udivti3.c +lib/emscripten/system/lib/compiler-rt/lib/builtins/umoddi3.c +lib/emscripten/system/lib/compiler-rt/lib/builtins/umodti3.c +lib/emscripten/system/lib/compiler-rt/readme.txt +lib/emscripten/system/lib/debugging.cpp +lib/emscripten/system/lib/dlmalloc.c +lib/emscripten/system/lib/embind/bind.cpp +lib/emscripten/system/lib/emmalloc.cpp +lib/emscripten/system/lib/fetch/asmfs.cpp +lib/emscripten/system/lib/fetch/emscripten_fetch.cpp +lib/emscripten/system/lib/gl.symbols +lib/emscripten/system/lib/gl/gl.c +lib/emscripten/system/lib/gl/webgl1.c +lib/emscripten/system/lib/gl/webgl1.h +lib/emscripten/system/lib/gl/webgl1_ext.h +lib/emscripten/system/lib/gl/webgl2.c +lib/emscripten/system/lib/gl/webgl2.h +lib/emscripten/system/lib/gl/webgl2_ext.h +lib/emscripten/system/lib/html5.symbols +lib/emscripten/system/lib/html5/dom_pk_codes.c +lib/emscripten/system/lib/html5/key_codes.c +lib/emscripten/system/lib/libc.symbols +lib/emscripten/system/lib/libc/README.md +lib/emscripten/system/lib/libc/emscripten_memcpy.c +lib/emscripten/system/lib/libc/extras.c +lib/emscripten/system/lib/libc/musl/COPYRIGHT +lib/emscripten/system/lib/libc/musl/INSTALL +lib/emscripten/system/lib/libc/musl/Makefile +lib/emscripten/system/lib/libc/musl/README +lib/emscripten/system/lib/libc/musl/VERSION +lib/emscripten/system/lib/libc/musl/WHATSNEW +lib/emscripten/system/lib/libc/musl/arch/emscripten/atomic_arch.h +lib/emscripten/system/lib/libc/musl/arch/emscripten/bits/alltypes.h +lib/emscripten/system/lib/libc/musl/arch/emscripten/bits/alltypes.h.in +lib/emscripten/system/lib/libc/musl/arch/emscripten/bits/endian.h +lib/emscripten/system/lib/libc/musl/arch/emscripten/bits/errno.h +lib/emscripten/system/lib/libc/musl/arch/emscripten/bits/fcntl.h +lib/emscripten/system/lib/libc/musl/arch/emscripten/bits/fenv.h +lib/emscripten/system/lib/libc/musl/arch/emscripten/bits/float.h +lib/emscripten/system/lib/libc/musl/arch/emscripten/bits/io.h +lib/emscripten/system/lib/libc/musl/arch/emscripten/bits/ioctl.h +lib/emscripten/system/lib/libc/musl/arch/emscripten/bits/ipc.h +lib/emscripten/system/lib/libc/musl/arch/emscripten/bits/limits.h *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Fri May 10 07:56:53 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9EE99159B45B; Fri, 10 May 2019 07:56:53 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 459E594D2D; Fri, 10 May 2019 07:56:53 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1BFA9149E; Fri, 10 May 2019 07:56:53 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4A7uqJI009223; Fri, 10 May 2019 07:56:52 GMT (envelope-from trasz@FreeBSD.org) Received: (from trasz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4A7upT0009213; Fri, 10 May 2019 07:56:51 GMT (envelope-from trasz@FreeBSD.org) Message-Id: <201905100756.x4A7upT0009213@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: trasz set sender to trasz@FreeBSD.org using -f From: Edward Tomasz Napierala Date: Fri, 10 May 2019 07:56:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501160 - in head/devel: . linux-c7-strace X-SVN-Group: ports-head X-SVN-Commit-Author: trasz X-SVN-Commit-Paths: in head/devel: . linux-c7-strace X-SVN-Commit-Revision: 501160 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 459E594D2D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.993,0]; NEURAL_HAM_SHORT(-0.96)[-0.960,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 07:56:53 -0000 Author: trasz Date: Fri May 10 07:56:51 2019 New Revision: 501160 URL: https://svnweb.freebsd.org/changeset/ports/501160 Log: New port: devel/linux-c7-strace strace is a system call tracer, i.e. a debugging tool which prints out a trace of all the system calls made by a another process/program. strace is similar to the native BSD ``truss'' utility, but it's output style is more convenient in most cases. For strace to work, linprocfs has to be mounted. FreeBSD does not mount it by default. For more information, man linprocfs. WWW: https://sourceforge.net/projects/strace/ Note that this does not currently work quite well; the kernel part is coming soon. Reviewed by: tijl Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D20030 Added: head/devel/linux-c7-strace/ head/devel/linux-c7-strace/Makefile (contents, props changed) head/devel/linux-c7-strace/distinfo (contents, props changed) head/devel/linux-c7-strace/pkg-descr (contents, props changed) head/devel/linux-c7-strace/pkg-plist.amd64 (contents, props changed) head/devel/linux-c7-strace/pkg-plist.i386 (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri May 10 06:29:57 2019 (r501159) +++ head/devel/Makefile Fri May 10 07:56:51 2019 (r501160) @@ -1402,6 +1402,7 @@ SUBDIR += linux-c7-qt SUBDIR += linux-c7-sdl12 SUBDIR += linux-c7-sdl20 + SUBDIR += linux-c7-strace SUBDIR += linux-ltp SUBDIR += linux_libusb SUBDIR += lion Added: head/devel/linux-c7-strace/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/linux-c7-strace/Makefile Fri May 10 07:56:51 2019 (r501160) @@ -0,0 +1,14 @@ +# $FreeBSD$ + +PORTNAME= strace +PORTVERSION= 4.12 +CATEGORIES= devel + +MAINTAINER= trasz@FreeBSD.org +COMMENT= System call tracer (CentOS ${LINUX_DIST_VER}) + +RPMVERSION= 4.el7 +USES= linux:c7 +USE_LINUX_RPM= yes + +.include Added: head/devel/linux-c7-strace/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/linux-c7-strace/distinfo Fri May 10 07:56:51 2019 (r501160) @@ -0,0 +1,7 @@ +TIMESTAMP = 1556054023 +SHA256 (centos/strace-4.12-4.el7.i686.rpm) = 4255eee58bc540c93f1c77c63c33a42abaacc58d1b84b233310aaa3fb5d53733 +SIZE (centos/strace-4.12-4.el7.i686.rpm) = 453520 +SHA256 (centos/strace-4.12-4.el7.x86_64.rpm) = 085effd2e3fe66d0db92ccc592cd05f83f2b0b749c4c3ed4ced4d673febc058c +SIZE (centos/strace-4.12-4.el7.x86_64.rpm) = 469928 +SHA256 (centos/strace-4.12-4.el7.src.rpm) = 3c864cf117fa49e4bc4187646f9d774211d96924371505c8abfb9535e9801fd7 +SIZE (centos/strace-4.12-4.el7.src.rpm) = 1659454 Added: head/devel/linux-c7-strace/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/linux-c7-strace/pkg-descr Fri May 10 07:56:51 2019 (r501160) @@ -0,0 +1,10 @@ +strace is a system call tracer, i.e. a debugging tool which prints out a trace +of all the system calls made by a another process/program. + +strace is similar to the native BSD ``truss'' utility, but it's output style is +more convenient in most cases. + +For strace to work, linprocfs has to be mounted. FreeBSD does not mount it by +default. For more information, man linprocfs. + +WWW: https://sourceforge.net/projects/strace/ Added: head/devel/linux-c7-strace/pkg-plist.amd64 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/linux-c7-strace/pkg-plist.amd64 Fri May 10 07:56:51 2019 (r501160) @@ -0,0 +1,4 @@ +usr/bin/strace +usr/bin/strace-log-merge +usr/share/man/man1/strace-log-merge.1.gz +usr/share/man/man1/strace.1.gz Added: head/devel/linux-c7-strace/pkg-plist.i386 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/linux-c7-strace/pkg-plist.i386 Fri May 10 07:56:51 2019 (r501160) @@ -0,0 +1,4 @@ +usr/bin/strace +usr/bin/strace-log-merge +usr/share/man/man1/strace-log-merge.1.gz +usr/share/man/man1/strace.1.gz From owner-svn-ports-all@freebsd.org Fri May 10 08:57:42 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76E54159C999; Fri, 10 May 2019 08:57:42 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1EA6296837; Fri, 10 May 2019 08:57:42 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E97D01EB7; Fri, 10 May 2019 08:57:41 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4A8vfB4040340; Fri, 10 May 2019 08:57:41 GMT (envelope-from egypcio@FreeBSD.org) Received: (from egypcio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4A8vff9040338; Fri, 10 May 2019 08:57:41 GMT (envelope-from egypcio@FreeBSD.org) Message-Id: <201905100857.x4A8vff9040338@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: egypcio set sender to egypcio@FreeBSD.org using -f From: =?UTF-8?Q?Vin=c3=adcius_Zavam?= Date: Fri, 10 May 2019 08:57:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501161 - head/benchmarks/vegeta X-SVN-Group: ports-head X-SVN-Commit-Author: egypcio X-SVN-Commit-Paths: head/benchmarks/vegeta X-SVN-Commit-Revision: 501161 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1EA6296837 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.994,0]; NEURAL_HAM_SHORT(-0.96)[-0.958,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 08:57:42 -0000 Author: egypcio Date: Fri May 10 08:57:41 2019 New Revision: 501161 URL: https://svnweb.freebsd.org/changeset/ports/501161 Log: benchmarks/vegeta: update 12.3.0 to 12.4.0 Approved by: mentors (implicit) Modified: head/benchmarks/vegeta/Makefile head/benchmarks/vegeta/distinfo Modified: head/benchmarks/vegeta/Makefile ============================================================================== --- head/benchmarks/vegeta/Makefile Fri May 10 07:56:51 2019 (r501160) +++ head/benchmarks/vegeta/Makefile Fri May 10 08:57:41 2019 (r501161) @@ -2,7 +2,7 @@ PORTNAME= vegeta DISTVERSIONPREFIX= cli/v -DISTVERSION= 12.3.0 +DISTVERSION= 12.4.0 CATEGORIES= benchmarks www MAINTAINER= egypcio@FreeBSD.org Modified: head/benchmarks/vegeta/distinfo ============================================================================== --- head/benchmarks/vegeta/distinfo Fri May 10 07:56:51 2019 (r501160) +++ head/benchmarks/vegeta/distinfo Fri May 10 08:57:41 2019 (r501161) @@ -1,6 +1,6 @@ -TIMESTAMP = 1555509528 -SHA256 (tsenart-vegeta-cli-v12.3.0_GH0.tar.gz) = becfcdd173e288325e0882734a9ddf2352448f50b5a83a4c0d7d0eecaa03a0d0 -SIZE (tsenart-vegeta-cli-v12.3.0_GH0.tar.gz) = 481589 +TIMESTAMP = 1557477447 +SHA256 (tsenart-vegeta-cli-v12.4.0_GH0.tar.gz) = fbec8e3803b9f2487e8c90e1f7f9241d0e879cab2e7926456853d9f5f96a5643 +SIZE (tsenart-vegeta-cli-v12.4.0_GH0.tar.gz) = 481631 SHA256 (alecthomas-jsonschema-f2c9385_GH0.tar.gz) = e95ce4279470c9da271c494ac9b00fc6c3c8975c9e685ca4ae926a6201deaab1 SIZE (alecthomas-jsonschema-f2c9385_GH0.tar.gz) = 7341 SHA256 (c2h5oh-datasize-4eba002_GH0.tar.gz) = c0e504d28864f6c25eb09afcf292aea5a7499df3b2d3e13a9ddecd3bc5ef98ae From owner-svn-ports-all@freebsd.org Fri May 10 09:01:34 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 56F3C159CDD0; Fri, 10 May 2019 09:01:34 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F336296BC8; Fri, 10 May 2019 09:01: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CEAB81F01; Fri, 10 May 2019 09:01: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 x4A91Xgn041381; Fri, 10 May 2019 09:01:33 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4A91XZ6041380; Fri, 10 May 2019 09:01:33 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201905100901.x4A91XZ6041380@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 10 May 2019 09:01:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501162 - head/databases/xtrabackup X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/databases/xtrabackup X-SVN-Commit-Revision: 501162 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: F336296BC8 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.994,0]; NEURAL_HAM_SHORT(-0.96)[-0.958,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 09:01:34 -0000 Author: amdmi3 Date: Fri May 10 09:01:33 2019 New Revision: 501162 URL: https://svnweb.freebsd.org/changeset/ports/501162 Log: - Update WWW Approved by: portmgr blanket Modified: head/databases/xtrabackup/pkg-descr Modified: head/databases/xtrabackup/pkg-descr ============================================================================== --- head/databases/xtrabackup/pkg-descr Fri May 10 08:57:41 2019 (r501161) +++ head/databases/xtrabackup/pkg-descr Fri May 10 09:01:33 2019 (r501162) @@ -3,4 +3,4 @@ InnoDB and XtraDB engines. It can back up data from In tables on unmodified MySQL 5.1, 5.5 and 5.6 servers, as well as Percona Server with XtraDB. -WWW: http://www.percona.com/doc/percona-xtrabackup/ +WWW: https://www.percona.com/doc/percona-xtrabackup/ From owner-svn-ports-all@freebsd.org Fri May 10 09:19:08 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 824C2159D5D7; Fri, 10 May 2019 09:19:08 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 268489768E; Fri, 10 May 2019 09:19:08 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EEA8E224A; Fri, 10 May 2019 09:19:07 +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 x4A9J7wd051323; Fri, 10 May 2019 09:19:07 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4A9J7e2051322; Fri, 10 May 2019 09:19:07 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201905100919.x4A9J7e2051322@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 10 May 2019 09:19:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501163 - head/databases/cego X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: head/databases/cego X-SVN-Commit-Revision: 501163 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 268489768E X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.994,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.979,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 09:19:08 -0000 Author: pi Date: Fri May 10 09:19:07 2019 New Revision: 501163 URL: https://svnweb.freebsd.org/changeset/ports/501163 Log: databases/cego: upgrade 2.44.10 -> 2.44.11 - Fix in CegoRecovery:::recoverCurrentTransactionLog, for LOGREC_INSERT and LOGREC_DELETE, the corresponding index have to be invalidated with CegoTableManager::invalidateIndexForTable. This logic was already implemented but removed in context of more sophisticated transaction handling ( patch 2.39.11 and around ) - Small fix in CegoObjectCursor constructor, changed _isEOC = false to _isEOC = ( pageId == 0 ). This causes getFirst to return false in case of truncated objects ( can occur for RBSEG objects ) Submitted by: Bjoern Lemke Modified: head/databases/cego/Makefile head/databases/cego/distinfo Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Fri May 10 09:01:33 2019 (r501162) +++ head/databases/cego/Makefile Fri May 10 09:19:07 2019 (r501163) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.44.10 +PORTVERSION= 2.44.11 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Fri May 10 09:01:33 2019 (r501162) +++ head/databases/cego/distinfo Fri May 10 09:19:07 2019 (r501163) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556981309 -SHA256 (cego-2.44.10.tar.gz) = 40d91d7181e0d71fc22941e8da7133d522ef108b75a7aadb1a93dabdc8ea4123 -SIZE (cego-2.44.10.tar.gz) = 3602818 +TIMESTAMP = 1557474839 +SHA256 (cego-2.44.11.tar.gz) = a1a9628a71321b21290a0553d3bca4f6598f5299b9cb087ae84041de4099af7f +SIZE (cego-2.44.11.tar.gz) = 3144629 From owner-svn-ports-all@freebsd.org Fri May 10 09:40:44 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6EDD0159DC36; Fri, 10 May 2019 09:40:44 +0000 (UTC) (envelope-from pizzamig@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 12EC197FDF; Fri, 10 May 2019 09:40:44 +0000 (UTC) (envelope-from pizzamig@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DE42F2597; Fri, 10 May 2019 09:40:43 +0000 (UTC) (envelope-from pizzamig@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4A9ehSf062379; Fri, 10 May 2019 09:40:43 GMT (envelope-from pizzamig@FreeBSD.org) Received: (from pizzamig@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4A9ehpj062378; Fri, 10 May 2019 09:40:43 GMT (envelope-from pizzamig@FreeBSD.org) Message-Id: <201905100940.x4A9ehpj062378@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pizzamig set sender to pizzamig@FreeBSD.org using -f From: Luca Pizzamiglio Date: Fri, 10 May 2019 09:40:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501164 - head/benchmarks/stress-ng X-SVN-Group: ports-head X-SVN-Commit-Author: pizzamig X-SVN-Commit-Paths: head/benchmarks/stress-ng X-SVN-Commit-Revision: 501164 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 12EC197FDF X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.994,0]; NEURAL_HAM_SHORT(-0.98)[-0.979,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 09:40:44 -0000 Author: pizzamig Date: Fri May 10 09:40:43 2019 New Revision: 501164 URL: https://svnweb.freebsd.org/changeset/ports/501164 Log: benchmarks/stress-ng: Update to 0.09.58 Changes: https://kernel.ubuntu.com/git/cking/stress-ng.git/tree/debian/changelog Modified: head/benchmarks/stress-ng/Makefile head/benchmarks/stress-ng/distinfo Modified: head/benchmarks/stress-ng/Makefile ============================================================================== --- head/benchmarks/stress-ng/Makefile Fri May 10 09:19:07 2019 (r501163) +++ head/benchmarks/stress-ng/Makefile Fri May 10 09:40:43 2019 (r501164) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= stress-ng -PORTVERSION= 0.09.57 +PORTVERSION= 0.09.58 CATEGORIES= benchmarks MASTER_SITES= http://kernel.ubuntu.com/~cking/tarballs/stress-ng/ Modified: head/benchmarks/stress-ng/distinfo ============================================================================== --- head/benchmarks/stress-ng/distinfo Fri May 10 09:19:07 2019 (r501163) +++ head/benchmarks/stress-ng/distinfo Fri May 10 09:40:43 2019 (r501164) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554802293 -SHA256 (stress-ng-0.09.57.tar.xz) = 5d006097a17ff67abfa11c13a15cf92f380c5f56eac1c69a6410b938432de576 -SIZE (stress-ng-0.09.57.tar.xz) = 386624 +TIMESTAMP = 1557220170 +SHA256 (stress-ng-0.09.58.tar.xz) = ea1ba0e96637d7ecc0d2b08c981c4fcb3e7753ca7d64d76210154440b9a194e6 +SIZE (stress-ng-0.09.58.tar.xz) = 388568 From owner-svn-ports-all@freebsd.org Fri May 10 09:42:59 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1EA5F159DE39; Fri, 10 May 2019 09:42:59 +0000 (UTC) (envelope-from pizzamig@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B821D683AE; Fri, 10 May 2019 09:42:58 +0000 (UTC) (envelope-from pizzamig@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8F3D02754; Fri, 10 May 2019 09:42:58 +0000 (UTC) (envelope-from pizzamig@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4A9gwtl066725; Fri, 10 May 2019 09:42:58 GMT (envelope-from pizzamig@FreeBSD.org) Received: (from pizzamig@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4A9gwWg066724; Fri, 10 May 2019 09:42:58 GMT (envelope-from pizzamig@FreeBSD.org) Message-Id: <201905100942.x4A9gwWg066724@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pizzamig set sender to pizzamig@FreeBSD.org using -f From: Luca Pizzamiglio Date: Fri, 10 May 2019 09:42:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501165 - head/devel/pecl-xdebug X-SVN-Group: ports-head X-SVN-Commit-Author: pizzamig X-SVN-Commit-Paths: head/devel/pecl-xdebug X-SVN-Commit-Revision: 501165 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B821D683AE X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.994,0]; NEURAL_HAM_SHORT(-0.98)[-0.979,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 09:42:59 -0000 Author: pizzamig Date: Fri May 10 09:42:57 2019 New Revision: 501165 URL: https://svnweb.freebsd.org/changeset/ports/501165 Log: devel/pecl-xdebug: Update to 2.7.2 Changes: https://xdebug.org/updates.php#x_2_7_2 Sponsored by: trivago N.V. Modified: head/devel/pecl-xdebug/Makefile head/devel/pecl-xdebug/distinfo Modified: head/devel/pecl-xdebug/Makefile ============================================================================== --- head/devel/pecl-xdebug/Makefile Fri May 10 09:40:43 2019 (r501164) +++ head/devel/pecl-xdebug/Makefile Fri May 10 09:42:57 2019 (r501165) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xdebug -DISTVERSION= 2.7.1 +DISTVERSION= 2.7.2 CATEGORIES= devel pear MAINTAINER= pizzamig@FreeBSD.org Modified: head/devel/pecl-xdebug/distinfo ============================================================================== --- head/devel/pecl-xdebug/distinfo Fri May 10 09:40:43 2019 (r501164) +++ head/devel/pecl-xdebug/distinfo Fri May 10 09:42:57 2019 (r501165) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554727987 -SHA256 (PECL/xdebug-2.7.1.tgz) = b7e9d1453975e0217667c82a9e68d4aabb307b18e8f2f70432f70d75907f24c3 -SIZE (PECL/xdebug-2.7.1.tgz) = 230653 +TIMESTAMP = 1557219955 +SHA256 (PECL/xdebug-2.7.2.tgz) = b0f3283aa185c23fcd0137c3aaa58554d330995ef7a3421e983e8d018b05a4a6 +SIZE (PECL/xdebug-2.7.2.tgz) = 230987 From owner-svn-ports-all@freebsd.org Fri May 10 10:53:49 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30F74159F6A6; Fri, 10 May 2019 10:53:49 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C83026B663; Fri, 10 May 2019 10:53:48 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A224B32D0; Fri, 10 May 2019 10:53:48 +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 x4AArmOB003446; Fri, 10 May 2019 10:53:48 GMT (envelope-from martymac@FreeBSD.org) Received: (from martymac@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4AArjM3003433; Fri, 10 May 2019 10:53:45 GMT (envelope-from martymac@FreeBSD.org) Message-Id: <201905101053.x4AArjM3003433@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: martymac set sender to martymac@FreeBSD.org using -f From: Ganael LAPLANCHE Date: Fri, 10 May 2019 10:53:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501166 - in head: emulators/dolphin-emu emulators/jzintv emulators/pcsxr games/afternoonstalker games/blobby games/briquolo games/burgerspace games/cosmosmash games/jfsw games/openalch... X-SVN-Group: ports-head X-SVN-Commit-Author: martymac X-SVN-Commit-Paths: in head: emulators/dolphin-emu emulators/jzintv emulators/pcsxr games/afternoonstalker games/blobby games/briquolo games/burgerspace games/cosmosmash games/jfsw games/openalchemist games/openjazz game... X-SVN-Commit-Revision: 501166 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C83026B663 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.993,0]; NEURAL_HAM_SHORT(-0.96)[-0.958,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 10:53:49 -0000 Author: martymac Date: Fri May 10 10:53:45 2019 New Revision: 501166 URL: https://svnweb.freebsd.org/changeset/ports/501166 Log: Add missing USES=sdl for my ports (and also reorder a few things) Modified: head/emulators/dolphin-emu/Makefile head/emulators/jzintv/Makefile head/emulators/pcsxr/Makefile head/games/afternoonstalker/Makefile head/games/blobby/Makefile head/games/briquolo/Makefile head/games/burgerspace/Makefile head/games/cosmosmash/Makefile head/games/jfsw/Makefile head/games/openalchemist/Makefile head/games/openjazz/Makefile head/games/trackballs/Makefile head/games/triplane/Makefile Modified: head/emulators/dolphin-emu/Makefile ============================================================================== --- head/emulators/dolphin-emu/Makefile Fri May 10 09:42:57 2019 (r501165) +++ head/emulators/dolphin-emu/Makefile Fri May 10 10:53:45 2019 (r501166) @@ -42,7 +42,7 @@ LIB_DEPENDS= libpulse.so:audio/pulseaudio \ libhidapi.so:comms/hidapi USES= cmake compiler:c++17-lang desktop-file-utils gl iconv \ - pkgconfig qmake qt:5 + pkgconfig qmake qt:5 sdl USE_GITHUB= yes GH_PROJECT= dolphin Modified: head/emulators/jzintv/Makefile ============================================================================== --- head/emulators/jzintv/Makefile Fri May 10 09:42:57 2019 (r501165) +++ head/emulators/jzintv/Makefile Fri May 10 10:53:45 2019 (r501166) @@ -14,13 +14,14 @@ COMMENT= Portable Intellivision(TM) Emulator LICENSE= GPLv2 -WRKSRC= ${WRKDIR}/jzintv-1.0-beta4 -BUILD_WRKSRC= ${WRKSRC}/src -USES= alias gmake zip +USES= alias gmake sdl zip USE_XORG= x11 xau xdmcp USE_SDL= sdl + CPPFLAGS+= -I${LOCALBASE}/include `${SDL_CONFIG} --cflags` LDFLAGS+= -L${LOCALBASE}/lib `${SDL_CONFIG} --libs` -lm +WRKSRC= ${WRKDIR}/jzintv-1.0-beta4 +BUILD_WRKSRC= ${WRKSRC}/src OPTIONS_DEFINE= TOOLS DOCS EXAMPLES OPTIONS_SUB= yes Modified: head/emulators/pcsxr/Makefile ============================================================================== --- head/emulators/pcsxr/Makefile Fri May 10 09:42:57 2019 (r501165) +++ head/emulators/pcsxr/Makefile Fri May 10 10:53:45 2019 (r501166) @@ -17,10 +17,8 @@ LIB_DEPENDS= libvorbis.so:audio/libvorbis \ libcdio.so:sysutils/libcdio \ libavformat.so:multimedia/ffmpeg -WRKSRC_SUBDIR= ${PORTNAME} - USES= cmake desktop-file-utils dos2unix gettext gl gnome iconv \ - libarchive libtool pkgconfig tar:bzip2 + libarchive libtool pkgconfig sdl tar:bzip2 USE_GITHUB= yes GH_ACCOUNT= martymac @@ -33,6 +31,8 @@ USE_XORG= ice sm x11 xv xext xxf86vm xtst USE_SDL= sdl2 USE_GL= gl INSTALLS_ICONS= yes + +WRKSRC_SUBDIR= ${PORTNAME} CMAKE_ARGS+= -DDL_LIB:STRING="" \ -DMANPREFIX:STRING="${MANPREFIX}" \ Modified: head/games/afternoonstalker/Makefile ============================================================================== --- head/games/afternoonstalker/Makefile Fri May 10 09:42:57 2019 (r501165) +++ head/games/afternoonstalker/Makefile Fri May 10 10:53:45 2019 (r501166) @@ -15,9 +15,10 @@ LICENSE= GPLv2 LIB_DEPENDS= libflatzebra-0.1.so:devel/flatzebra -USES= pkgconfig +USES= pkgconfig sdl USE_CXXSTD= gnu++98 USE_SDL= mixer sdl + GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/games/blobby/Makefile ============================================================================== --- head/games/blobby/Makefile Fri May 10 09:42:57 2019 (r501165) +++ head/games/blobby/Makefile Fri May 10 10:53:45 2019 (r501166) @@ -23,12 +23,13 @@ BUILD_DEPENDS= zip:archivers/zip \ ${LOCALBASE}/include/boost/crc.hpp:devel/boost-libs USES= cmake compiler:c++11-lang dos2unix gl localbase:ldflags \ - pkgconfig + pkgconfig sdl +USE_SDL= sdl2 +USE_GL= gl + DOS2UNIX_REGEX= .*\.(c|h|cpp) CMAKE_ARGS= -DDATADIR:PATH="${DATADIR}" WRKSRC= ${WRKDIR}/blobby-${PORTVERSION} -USE_SDL= sdl2 -USE_GL= gl PORTDOCS= AUTHORS ChangeLog README TODO Modified: head/games/briquolo/Makefile ============================================================================== --- head/games/briquolo/Makefile Fri May 10 09:42:57 2019 (r501165) +++ head/games/briquolo/Makefile Fri May 10 10:53:45 2019 (r501166) @@ -14,10 +14,11 @@ LICENSE= GPLv2 LIB_DEPENDS= libpng.so:graphics/png -USES= tar:bzip2 gl gmake iconv desktop-file-utils +USES= tar:bzip2 gl gmake iconv desktop-file-utils sdl USE_GL= gl USE_SDL= mixer sdl ttf USE_XORG= x11 + GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/games/burgerspace/Makefile ============================================================================== --- head/games/burgerspace/Makefile Fri May 10 09:42:57 2019 (r501165) +++ head/games/burgerspace/Makefile Fri May 10 10:53:45 2019 (r501166) @@ -15,9 +15,10 @@ LICENSE= GPLv2 LIB_DEPENDS= libflatzebra-0.1.so:devel/flatzebra -USES= pkgconfig +USES= pkgconfig sdl USE_CXXSTD= gnu++98 USE_SDL= mixer sdl + GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/games/cosmosmash/Makefile ============================================================================== --- head/games/cosmosmash/Makefile Fri May 10 09:42:57 2019 (r501165) +++ head/games/cosmosmash/Makefile Fri May 10 10:53:45 2019 (r501166) @@ -18,10 +18,11 @@ LIB_DEPENDS= libflatzebra-0.1.so:devel/flatzebra \ libmikmod.so:audio/libmikmod \ libaudiofile.so:audio/libaudiofile -USES= iconv pkgconfig desktop-file-utils +USES= iconv pkgconfig desktop-file-utils sdl USE_CXXSTD= gnu++98 USE_SDL= sdl image mixer USE_XORG= x11 xau xdmcp + GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include `${SDL_CONFIG} --cflags` LDFLAGS+= -lpthread -L${LOCALBASE}/lib `${SDL_CONFIG} --libs` Modified: head/games/jfsw/Makefile ============================================================================== --- head/games/jfsw/Makefile Fri May 10 09:42:57 2019 (r501165) +++ head/games/jfsw/Makefile Fri May 10 10:53:45 2019 (r501166) @@ -18,7 +18,11 @@ LICENSE_PERMS_BuildLic= dist-mirror no-dist-sell pkg-m LIB_DEPENDS= libvorbisfile.so:audio/libvorbis USES= alias compiler:c++11-lang dos2unix gl gmake gnome \ - pkgconfig:build + pkgconfig:build sdl +USE_GL= gl +USE_GNOME= gtk20 +USE_SDL= mixer sdl + DOS2UNIX_REGEX= .*(\.(c|h)|Makefile)(\.deps)? USE_GITHUB= yes @@ -29,10 +33,6 @@ GH_TAGNAME= 5cff6a81708ff053b569ba4400fba073afe207fe \ a39ccf5e95961952d27754a255940be1d76ce85e:audio \ b1071da75cd465f59257240e5dbc60a014580190:mact GH_SUBDIR= jfbuild:build jfaudiolib:audio jfmact:mact - -USE_GL= gl -USE_GNOME= gtk20 -USE_SDL= mixer sdl NO_CDROM= Must be distributed only through the Internet and free of charge Modified: head/games/openalchemist/Makefile ============================================================================== --- head/games/openalchemist/Makefile Fri May 10 09:42:57 2019 (r501165) +++ head/games/openalchemist/Makefile Fri May 10 10:53:45 2019 (r501166) @@ -19,18 +19,18 @@ BUILD_DEPENDS= zip:archivers/zip LIB_DEPENDS= libclanCore.so:devel/clanlib1 \ libpng.so:graphics/png -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -lpthread -L${LOCALBASE}/lib -GNU_CONFIGURE= yes - USES= autoreconf gl gmake gnome iconv jpeg pkgconfig python:2.7,run \ - shebangfix -SHEBANG_FILES= openalchemist-config - + sdl shebangfix USE_GNOME= pygtk2 USE_XORG= xxf86vm xi x11 xmu xext xdamage xfixes xau xdmcp xt sm ice USE_GL= gl glu USE_SDL= sdl gfx + +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -lpthread -L${LOCALBASE}/lib +GNU_CONFIGURE= yes + +SHEBANG_FILES= openalchemist-config PORTDOCS= AUTHORS ChangeLog README TODO Modified: head/games/openjazz/Makefile ============================================================================== --- head/games/openjazz/Makefile Fri May 10 09:42:57 2019 (r501165) +++ head/games/openjazz/Makefile Fri May 10 10:53:45 2019 (r501166) @@ -10,15 +10,15 @@ COMMENT= Free re-implementation of the Jazz Jackrabbit LICENSE= GPLv2 -USES= dos2unix gmake +USES= dos2unix gmake sdl +USE_XORG= x11 xext xrandr xrender xau xdmcp +USE_SDL= sdl USE_GITHUB= yes GH_ACCOUNT= AlisterT DOS2UNIX_REGEX= .*\.(h|cpp) ALL_TARGET= OpenJazz -USE_XORG= x11 xext xrandr xrender xau xdmcp -USE_SDL= sdl CXXFLAGS+= -I${LOCALBASE}/include `${SDL_CONFIG} --cflags` \ -DDATAPATH=\\\"${DATADIR}/\\\" -DHOMEDIR Modified: head/games/trackballs/Makefile ============================================================================== --- head/games/trackballs/Makefile Fri May 10 09:42:57 2019 (r501165) +++ head/games/trackballs/Makefile Fri May 10 10:53:45 2019 (r501166) @@ -16,12 +16,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libguile-2.0.so:lang/guile2 \ libgc.so:devel/boehm-gc -USES= cmake desktop-file-utils gettext-runtime gl gnome pkgconfig - -USE_GITHUB= yes - +USES= cmake desktop-file-utils gettext-runtime gl gnome pkgconfig sdl USE_GL= gl USE_SDL= image2 mixer2 sdl2 ttf2 + +USE_GITHUB= yes INSTALLS_ICONS= yes Modified: head/games/triplane/Makefile ============================================================================== --- head/games/triplane/Makefile Fri May 10 09:42:57 2019 (r501165) +++ head/games/triplane/Makefile Fri May 10 10:53:45 2019 (r501166) @@ -14,8 +14,9 @@ COMMENT= Port of the original Triplane Turmoil game LICENSE= GPLv3 -USES= gmake +USES= gmake sdl USE_SDL= sdl mixer + WRKSRC= ${WRKDIR}/${DISTNAME} CFLAGS+= -DTRIPLANE_DATA=\\\"${DATADIR}\\\" From owner-svn-ports-all@freebsd.org Fri May 10 11:16:16 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B13BE159FE1E; Fri, 10 May 2019 11:16:16 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5663B6BFB3; Fri, 10 May 2019 11:16:16 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2824837E9; Fri, 10 May 2019 11:16:16 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4ABGFaH013747; Fri, 10 May 2019 11:16:15 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4ABGFpd013746; Fri, 10 May 2019 11:16:15 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <201905101116.x4ABGFpd013746@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Fri, 10 May 2019 11:16:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501167 - head/comms/flrig X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/comms/flrig X-SVN-Commit-Revision: 501167 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5663B6BFB3 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.994,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 11:16:16 -0000 Author: pkubaj Date: Fri May 10 11:16:15 2019 New Revision: 501167 URL: https://svnweb.freebsd.org/changeset/ports/501167 Log: comms/flrig: fix build on powerpc64 Add -mminimal-toc to CFLAGS on powerpc64 to fix linking: /usr/bin/ld: rigs/flrig-TS950.o(.text+0x1c40): sibling call optimization to `_ZN7rigbaseD2Ev' does not allow automatic multiple TOCs; recompile with -mminimal-toc or -fno-optimize-sibling-calls, or make `_ZN7rigbaseD2Ev' extern PR: 237816 Approved by: tcberner (mentor), db (maintainer, via email) Differential Revision: https://reviews.freebsd.org/D20217 Modified: head/comms/flrig/Makefile Modified: head/comms/flrig/Makefile ============================================================================== --- head/comms/flrig/Makefile Fri May 10 10:53:45 2019 (r501166) +++ head/comms/flrig/Makefile Fri May 10 11:16:15 2019 (r501167) @@ -26,4 +26,6 @@ NATIVE_OPT_DESC= Enable Native Optimizations NATIVE_OPT_CONFIGURE_ON+= --enable-optimizations=native NATIVE_OPT_CONFIGURE_OFF+= --enable-optimizations=none +CFLAGS_powerpc64= -mminimal-toc + .include From owner-svn-ports-all@freebsd.org Fri May 10 11:32:07 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1BD615A0297; Fri, 10 May 2019 11:32:07 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6580C6C89D; Fri, 10 May 2019 11:32:07 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 41FC93BDB; Fri, 10 May 2019 11:32:07 +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 x4ABW7ij023476; Fri, 10 May 2019 11:32:07 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4ABW6u0023473; Fri, 10 May 2019 11:32:06 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201905101132.x4ABW6u0023473@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Fri, 10 May 2019 11:32:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501168 - head/devel/py-aiorpcX X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: head/devel/py-aiorpcX X-SVN-Commit-Revision: 501168 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6580C6C89D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.994,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 11:32:07 -0000 Author: ehaupt Date: Fri May 10 11:32:06 2019 New Revision: 501168 URL: https://svnweb.freebsd.org/changeset/ports/501168 Log: Update to 0.18.0 Modified: head/devel/py-aiorpcX/Makefile head/devel/py-aiorpcX/distinfo Modified: head/devel/py-aiorpcX/Makefile ============================================================================== --- head/devel/py-aiorpcX/Makefile Fri May 10 11:16:15 2019 (r501167) +++ head/devel/py-aiorpcX/Makefile Fri May 10 11:32:06 2019 (r501168) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= aiorpcX -PORTVERSION= 0.17.0 +PORTVERSION= 0.18.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-aiorpcX/distinfo ============================================================================== --- head/devel/py-aiorpcX/distinfo Fri May 10 11:16:15 2019 (r501167) +++ head/devel/py-aiorpcX/distinfo Fri May 10 11:32:06 2019 (r501168) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556008079 -SHA256 (aiorpcX-0.17.0.tar.gz) = 13ccc8361bc3049d649094b69aead6118f6deb5f1b88ad77211be85c4e2ed792 -SIZE (aiorpcX-0.17.0.tar.gz) = 26346 +TIMESTAMP = 1557482666 +SHA256 (aiorpcX-0.18.0.tar.gz) = 93a5b0d2d638a89b5ebdcfa3864b149dbdc80c7a901bdba196932069860f509f +SIZE (aiorpcX-0.18.0.tar.gz) = 27319 From owner-svn-ports-all@freebsd.org Fri May 10 11:36:55 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D82F715A0374; Fri, 10 May 2019 11:36:55 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7B3766CA64; Fri, 10 May 2019 11:36:55 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 52D593C01; Fri, 10 May 2019 11:36:55 +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 x4ABatcr024528; Fri, 10 May 2019 11:36:55 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4ABasEo024526; Fri, 10 May 2019 11:36:54 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201905101136.x4ABasEo024526@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Fri, 10 May 2019 11:36:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501169 - head/finance/electrum X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: head/finance/electrum X-SVN-Commit-Revision: 501169 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7B3766CA64 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.994,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 11:36:56 -0000 Author: ehaupt Date: Fri May 10 11:36:54 2019 New Revision: 501169 URL: https://svnweb.freebsd.org/changeset/ports/501169 Log: Update to 3.3.5 Modified: head/finance/electrum/Makefile head/finance/electrum/distinfo Modified: head/finance/electrum/Makefile ============================================================================== --- head/finance/electrum/Makefile Fri May 10 11:32:06 2019 (r501168) +++ head/finance/electrum/Makefile Fri May 10 11:36:54 2019 (r501169) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= electrum -PORTVERSION= 3.3.4 +PORTVERSION= 3.3.5 CATEGORIES= finance python MASTER_SITES= https://download.electrum.org/${PORTVERSION}/ \ http://download.electrum.org/${PORTVERSION}/ Modified: head/finance/electrum/distinfo ============================================================================== --- head/finance/electrum/distinfo Fri May 10 11:32:06 2019 (r501168) +++ head/finance/electrum/distinfo Fri May 10 11:36:54 2019 (r501169) @@ -1,3 +1,3 @@ -TIMESTAMP = 1550132487 -SHA256 (Electrum-3.3.4.tar.gz) = 2f230e85bcc5833315a44959c645d05df6694847a4ad8f7fe91c974f27472240 -SIZE (Electrum-3.3.4.tar.gz) = 8606286 +TIMESTAMP = 1557482633 +SHA256 (Electrum-3.3.5.tar.gz) = e1a7692064755a94a929bfb173ecd9c7575aa4fb4af33474b652d16f920552b3 +SIZE (Electrum-3.3.5.tar.gz) = 8787650 From owner-svn-ports-all@freebsd.org Fri May 10 12:34:56 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 73AB115A2153; Fri, 10 May 2019 12:34:56 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 19E2C6ED2E; Fri, 10 May 2019 12:34:56 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E599C463B; Fri, 10 May 2019 12:34:55 +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 x4ACYtxF055361; Fri, 10 May 2019 12:34:55 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4ACYt0v055360; Fri, 10 May 2019 12:34:55 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201905101234.x4ACYt0v055360@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Fri, 10 May 2019 12:34:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-svnadmin@freebsd.org Subject: svn commit: r501170 - svnadmin/conf X-SVN-Group: ports-svnadmin X-SVN-Commit-Author: girgen X-SVN-Commit-Paths: svnadmin/conf X-SVN-Commit-Revision: 501170 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 19E2C6ED2E X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.994,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 12:34:56 -0000 Author: girgen Date: Fri May 10 12:34:55 2019 New Revision: 501170 URL: https://svnweb.freebsd.org/changeset/ports/501170 Log: Add myself here to allow committing vuxml Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf ============================================================================== --- svnadmin/conf/sizelimit.conf Fri May 10 11:36:54 2019 (r501169) +++ svnadmin/conf/sizelimit.conf Fri May 10 12:34:55 2019 (r501170) @@ -18,3 +18,4 @@ #beat #zi 1425068 feld 2048000 +girgen From owner-svn-ports-all@freebsd.org Fri May 10 12:41:17 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 89B1C15A2242; Fri, 10 May 2019 12:41:17 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2B06B6F428; Fri, 10 May 2019 12:41:17 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E51FF478F; Fri, 10 May 2019 12:41:16 +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 x4ACfGv1059895; Fri, 10 May 2019 12:41:16 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4ACfGFA059894; Fri, 10 May 2019 12:41:16 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201905101241.x4ACfGFA059894@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Fri, 10 May 2019 12:41:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501171 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: girgen X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 501171 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2B06B6F428 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.993,0]; NEURAL_HAM_SHORT(-0.98)[-0.976,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 12:41:17 -0000 Author: girgen Date: Fri May 10 12:41:15 2019 New Revision: 501171 URL: https://svnweb.freebsd.org/changeset/ports/501171 Log: Add security issues from latest postgresql release Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri May 10 12:34:55 2019 (r501170) +++ head/security/vuxml/vuln.xml Fri May 10 12:41:15 2019 (r501171) @@ -58,6 +58,86 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + PostgreSQL -- Selectivity estimators bypass row security policies + + + postgresql11-server + 11.3 + + + postgresql10-server + 10.8 + + + postgresql96-server + 9.6.13 + + + postgresql95-server + 9.5.17 + + + + +

The PostgreSQL project reports:

+
+

+ PostgreSQL maintains statistics for tables by sampling + data available in columns; this data is consulted during + the query planning process. Prior to this release, a user + able to execute SQL queries with permissions to read a + given column could craft a leaky operator that could + read whatever data had been sampled from that column. + If this happened to include values from rows that the user + is forbidden to see by a row security policy, the user + could effectively bypass the policy. This is fixed by only + allowing a non-leakproof operator to use this data if + there are no relevant row security policies for the table. +

+
+ + + + https://www.postgresql.org/about/news/1939/ + CVE-2019-10130 + + + 2019-05-09 + 2019-05-09 + +
+ + + PostgreSQL -- Memory disclosure in partition routing + + + postgresql11-server + 11.3 + + + + +

The PostgreSQL project reports:

+
+

+ Prior to this release, a user running PostgreSQL 11 can read + arbitrary bytes of server memory by executing a purpose-crafted + INSERT statement to a partitioned table. +

+
+ +
+ + https://www.postgresql.org/about/news/1939/ + CVE-2019-10129 + + + 2019-05-09 + 2019-05-09 + +
+ gitea -- multiple vulnerabilities From owner-svn-ports-all@freebsd.org Fri May 10 12:41:51 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D085215A2281; Fri, 10 May 2019 12:41:51 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 768926F6FB; Fri, 10 May 2019 12:41:51 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 527F647BD; Fri, 10 May 2019 12:41:51 +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 x4ACfpfA060015; Fri, 10 May 2019 12:41:51 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4ACfpRT060014; Fri, 10 May 2019 12:41:51 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201905101241.x4ACfpRT060014@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Fri, 10 May 2019 12:41:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-svnadmin@freebsd.org Subject: svn commit: r501172 - svnadmin/conf X-SVN-Group: ports-svnadmin X-SVN-Commit-Author: girgen X-SVN-Commit-Paths: svnadmin/conf X-SVN-Commit-Revision: 501172 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 768926F6FB X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.994,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 12:41:52 -0000 Author: girgen Date: Fri May 10 12:41:50 2019 New Revision: 501172 URL: https://svnweb.freebsd.org/changeset/ports/501172 Log: Done updating vuxml Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf ============================================================================== --- svnadmin/conf/sizelimit.conf Fri May 10 12:41:15 2019 (r501171) +++ svnadmin/conf/sizelimit.conf Fri May 10 12:41:50 2019 (r501172) @@ -18,4 +18,3 @@ #beat #zi 1425068 feld 2048000 -girgen From owner-svn-ports-all@freebsd.org Fri May 10 13:03:29 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4259715A2954; Fri, 10 May 2019 13:03:29 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D71BD706F0; Fri, 10 May 2019 13:03:28 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B2FF94B2C; Fri, 10 May 2019 13:03:28 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4AD3SMo070881; Fri, 10 May 2019 13:03:28 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4AD3SGB070880; Fri, 10 May 2019 13:03:28 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <201905101303.x4AD3SGB070880@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Fri, 10 May 2019 13:03:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501173 - head/games/gzdoom X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/games/gzdoom X-SVN-Commit-Revision: 501173 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D71BD706F0 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.970,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 13:03:29 -0000 Author: pkubaj Date: Fri May 10 13:03:28 2019 New Revision: 501173 URL: https://svnweb.freebsd.org/changeset/ports/501173 Log: games/gzdoom: update to 4.1.1 Among many fixes, this brings compatibility with non-x86 platforms. PR: 236988 Approved by: kevans (maintainer), mat (mentor) Differential Revision: https://reviews.freebsd.org/D20149 Modified: head/games/gzdoom/Makefile Modified: head/games/gzdoom/Makefile ============================================================================== --- head/games/gzdoom/Makefile Fri May 10 12:41:50 2019 (r501172) +++ head/games/gzdoom/Makefile Fri May 10 13:03:28 2019 (r501173) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= gzdoom -PORTVERSION= 3.7.2 -PORTREVISION= 1 +PORTVERSION= 4.1.1 DISTVERSIONPREFIX= g CATEGORIES= games @@ -22,7 +21,8 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfluidsynth.so:audio/fluidsynth \ libgme.so:audio/libgme -USES= cmake gettext jpeg openal pkgconfig +USES= cmake compiler:c++11-lang gettext gl gnome jpeg openal \ + pkgconfig sdl DATADIR= ${DMDIR}/${PORTNAME} From owner-svn-ports-all@freebsd.org Fri May 10 13:15:48 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 914E715A2BB5; Fri, 10 May 2019 13:15:48 +0000 (UTC) (envelope-from asomers@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 36AC070B73; Fri, 10 May 2019 13:15:48 +0000 (UTC) (envelope-from asomers@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0BB914CE7; Fri, 10 May 2019 13:15:48 +0000 (UTC) (envelope-from asomers@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4ADFl1t076859; Fri, 10 May 2019 13:15:47 GMT (envelope-from asomers@FreeBSD.org) Received: (from asomers@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4ADFlnN076858; Fri, 10 May 2019 13:15:47 GMT (envelope-from asomers@FreeBSD.org) Message-Id: <201905101315.x4ADFlnN076858@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: asomers set sender to asomers@FreeBSD.org using -f From: Alan Somers Date: Fri, 10 May 2019 13:15:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501174 - in head/emulators: qemu qemu-utils X-SVN-Group: ports-head X-SVN-Commit-Author: asomers X-SVN-Commit-Paths: in head/emulators: qemu qemu-utils X-SVN-Commit-Revision: 501174 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 36AC070B73 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_SHORT(-0.97)[-0.970,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 13:15:48 -0000 Author: asomers (src committer) Date: Fri May 10 13:15:47 2019 New Revision: 501174 URL: https://svnweb.freebsd.org/changeset/ports/501174 Log: emulators/qemu-utils: Don't depend on GTK3 or cairo. r499318 switched qemu from GTK2 to GTK3, accidentally making GTK3 a dependency of qemu-utils. This commit fixes that, and also removes cairo as a dependency for qemu-utils. PR: 237738 Reported by: bsam Reviewed by: bsam, bofh Approved by: bofh (qemu maintainer) Differential Revision: https://reviews.freebsd.org/D20202 Modified: head/emulators/qemu-utils/Makefile head/emulators/qemu/Makefile Modified: head/emulators/qemu-utils/Makefile ============================================================================== --- head/emulators/qemu-utils/Makefile Fri May 10 13:03:28 2019 (r501173) +++ head/emulators/qemu-utils/Makefile Fri May 10 13:15:47 2019 (r501174) @@ -6,14 +6,14 @@ MAINTAINER= asomers@FreeBSD.org COMMENT= QEMU userland utilities HAS_CONFIGURE= yes -USES= cpe gmake pkgconfig perl5 python:2.7,build tar:xz +USES= cpe gmake pkgconfig perl5 python:build tar:xz USES+= gettext-runtime USE_GNOME+= glib20 MAKE_ENV+= BSD_MAKE="${MAKE}" PREFIX=${PREFIX} CONFLICTS_INSTALL= qemu-[0-9]* qemu-devel-* qemu-sbruno-* OPTIONS_SLAVE= DOCS -OPTIONS_EXCLUDE= SAMBA X11 GTK2 OPENGL GNUTLS SASL JPEG PNG CURL \ +OPTIONS_EXCLUDE= SAMBA X11 GTK3 OPENGL GNUTLS SASL JPEG PNG CURL \ CDROM_DMA PCAP USBREDIR GNS3 X86_TARGETS \ STATIC_LINK NCURSES VDE MASTERDIR= ${.CURDIR}/../qemu Modified: head/emulators/qemu/Makefile ============================================================================== --- head/emulators/qemu/Makefile Fri May 10 13:03:28 2019 (r501173) +++ head/emulators/qemu/Makefile Fri May 10 13:15:47 2019 (r501174) @@ -86,7 +86,9 @@ VDE_LIB_DEPENDS= libvdeplug.so:net/vde2 X11_CONFIGURE_ENABLE= sdl X11_USE= SDL=sdl2 XORG=x11,xext X11_USES= sdl +.if !defined(PKGNAMESUFFIX) || ${PKGNAMESUFFIX} != "-utils" X86_TARGETS_USE_OFF= GNOME=cairo,gdkpixbuf2 +.endif PORTDOCS?= docs qemu-doc.html qemu-doc.txt qemu-ga-ref.html qemu-ga-ref.txt \ qemu-qmp-ref.html qemu-qmp-ref.txt From owner-svn-ports-all@freebsd.org Fri May 10 14:13:15 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58D9515A3F8A; Fri, 10 May 2019 14:13:15 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F394C72B38; Fri, 10 May 2019 14:13:14 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D070A56CB; Fri, 10 May 2019 14:13:14 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4AEDEnZ008011; Fri, 10 May 2019 14:13:14 GMT (envelope-from egypcio@FreeBSD.org) Received: (from egypcio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4AEDE3l008009; Fri, 10 May 2019 14:13:14 GMT (envelope-from egypcio@FreeBSD.org) Message-Id: <201905101413.x4AEDE3l008009@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: egypcio set sender to egypcio@FreeBSD.org using -f From: =?UTF-8?Q?Vin=c3=adcius_Zavam?= Date: Fri, 10 May 2019 14:13:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501175 - head/www/onionshare X-SVN-Group: ports-head X-SVN-Commit-Author: egypcio X-SVN-Commit-Paths: head/www/onionshare X-SVN-Commit-Revision: 501175 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: F394C72B38 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 14:13:15 -0000 Author: egypcio Date: Fri May 10 14:13:14 2019 New Revision: 501175 URL: https://svnweb.freebsd.org/changeset/ports/501175 Log: www/onionshare: update 2.0 to 2.1 https://github.com/micahflee/onionshare/blob/v2.1/CHANGELOG.md Approved by: mentors (implicit) Modified: head/www/onionshare/Makefile head/www/onionshare/distinfo Modified: head/www/onionshare/Makefile ============================================================================== --- head/www/onionshare/Makefile Fri May 10 13:15:47 2019 (r501174) +++ head/www/onionshare/Makefile Fri May 10 14:13:14 2019 (r501175) @@ -2,7 +2,7 @@ PORTNAME= onionshare DISTVERSIONPREFIX= v -DISTVERSION= 2.0 +DISTVERSION= 2.1 CATEGORIES= www python security MAINTAINER= egypcio@FreeBSD.org Modified: head/www/onionshare/distinfo ============================================================================== --- head/www/onionshare/distinfo Fri May 10 13:15:47 2019 (r501174) +++ head/www/onionshare/distinfo Fri May 10 14:13:14 2019 (r501175) @@ -1,3 +1,3 @@ -TIMESTAMP = 1551176696 -SHA256 (micahflee-onionshare-v2.0_GH0.tar.gz) = 528ceb6234ecacabe51080e351c2e8f205cbf08cdfcfddc418586d578baa030e -SIZE (micahflee-onionshare-v2.0_GH0.tar.gz) = 2141858 +TIMESTAMP = 1557316922 +SHA256 (micahflee-onionshare-v2.1_GH0.tar.gz) = b412bc1e9d08deaa2805cfc9532b556928fa7b332d249189fb0887f27d587ddb +SIZE (micahflee-onionshare-v2.1_GH0.tar.gz) = 3027479 From owner-svn-ports-all@freebsd.org Fri May 10 14:55:31 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17D4A15A49E6; Fri, 10 May 2019 14:55:31 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B1B0273C18; Fri, 10 May 2019 14:55:30 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8DBAC5D61; Fri, 10 May 2019 14:55:30 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4AEtU6s028965; Fri, 10 May 2019 14:55:30 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4AEtUEK028964; Fri, 10 May 2019 14:55:30 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201905101455.x4AEtUEK028964@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 10 May 2019 14:55:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501176 - head/sysutils/consul X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/sysutils/consul X-SVN-Commit-Revision: 501176 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B1B0273C18 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.92 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_SHORT(-0.92)[-0.925,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 14:55:31 -0000 Author: swills Date: Fri May 10 14:55:29 2019 New Revision: 501176 URL: https://svnweb.freebsd.org/changeset/ports/501176 Log: sysutils/consul: update to 1.5.0 Modified: head/sysutils/consul/Makefile (contents, props changed) head/sysutils/consul/distinfo (contents, props changed) Modified: head/sysutils/consul/Makefile ============================================================================== --- head/sysutils/consul/Makefile Fri May 10 14:13:14 2019 (r501175) +++ head/sysutils/consul/Makefile Fri May 10 14:55:29 2019 (r501176) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= consul -PORTVERSION= 1.4.4 +PORTVERSION= 1.5.0 DISTVERSIONPREFIX= v CATEGORIES= sysutils Modified: head/sysutils/consul/distinfo ============================================================================== --- head/sysutils/consul/distinfo Fri May 10 14:13:14 2019 (r501175) +++ head/sysutils/consul/distinfo Fri May 10 14:55:29 2019 (r501176) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556204387 -SHA256 (hashicorp-consul-v1.4.4_GH0.tar.gz) = 8bfb3be5c25cb20b7d8682582fa54969a4745794701efb967d37c06ab075dfe4 -SIZE (hashicorp-consul-v1.4.4_GH0.tar.gz) = 22736827 +TIMESTAMP = 1557486774 +SHA256 (hashicorp-consul-v1.5.0_GH0.tar.gz) = 3aec2a654efc56b9a5ec48561fac91074dfc6e9380f364fd4e82c121b5aeaf6d +SIZE (hashicorp-consul-v1.5.0_GH0.tar.gz) = 20830405 From owner-svn-ports-all@freebsd.org Fri May 10 15:15:59 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2718715A501F; Fri, 10 May 2019 15:15:59 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 889C874AA0; Fri, 10 May 2019 15:15:58 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5D04060BA; Fri, 10 May 2019 15:15:58 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4AFFwHr039332; Fri, 10 May 2019 15:15:58 GMT (envelope-from egypcio@FreeBSD.org) Received: (from egypcio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4AFFwID039331; Fri, 10 May 2019 15:15:58 GMT (envelope-from egypcio@FreeBSD.org) Message-Id: <201905101515.x4AFFwID039331@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: egypcio set sender to egypcio@FreeBSD.org using -f From: =?UTF-8?Q?Vin=c3=adcius_Zavam?= Date: Fri, 10 May 2019 15:15:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501177 - head/sysutils/py-borgmatic X-SVN-Group: ports-head X-SVN-Commit-Author: egypcio X-SVN-Commit-Paths: head/sysutils/py-borgmatic X-SVN-Commit-Revision: 501177 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 889C874AA0 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.92 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.92)[-0.925,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 15:15:59 -0000 Author: egypcio Date: Fri May 10 15:15:57 2019 New Revision: 501177 URL: https://svnweb.freebsd.org/changeset/ports/501177 Log: sysutils/py-borgmatic: update 1.3.1 to 1.3.2 Approved by: mentors (implicit) Modified: head/sysutils/py-borgmatic/Makefile head/sysutils/py-borgmatic/distinfo Modified: head/sysutils/py-borgmatic/Makefile ============================================================================== --- head/sysutils/py-borgmatic/Makefile Fri May 10 14:55:29 2019 (r501176) +++ head/sysutils/py-borgmatic/Makefile Fri May 10 15:15:57 2019 (r501177) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= borgmatic -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.2 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/sysutils/py-borgmatic/distinfo ============================================================================== --- head/sysutils/py-borgmatic/distinfo Fri May 10 14:55:29 2019 (r501176) +++ head/sysutils/py-borgmatic/distinfo Fri May 10 15:15:57 2019 (r501177) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556898873 -SHA256 (borgmatic-1.3.1.tar.gz) = 3aa7b796a8c9619646fa0c1357c9aa2d01c635eff1272279ddca04fde96f32e4 -SIZE (borgmatic-1.3.1.tar.gz) = 36819 +TIMESTAMP = 1557501170 +SHA256 (borgmatic-1.3.2.tar.gz) = d6d58a4ecf4a47b125ad7ceb6f75e01cd3d10dee0c3faad53f5fa590b0cb540f +SIZE (borgmatic-1.3.2.tar.gz) = 36775 From owner-svn-ports-all@freebsd.org Fri May 10 15:27:41 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8360215A5457; Fri, 10 May 2019 15:27:41 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 24CC67510A; Fri, 10 May 2019 15:27:41 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 101156257; Fri, 10 May 2019 15:27:41 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4AFRe7I044829; Fri, 10 May 2019 15:27:40 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4AFRer6044828; Fri, 10 May 2019 15:27:40 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201905101527.x4AFRer6044828@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 10 May 2019 15:27:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501178 - head/devel/py-robotframework-pabot X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/py-robotframework-pabot X-SVN-Commit-Revision: 501178 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 24CC67510A X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.94)[-0.940,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 15:27:41 -0000 Author: swills Date: Fri May 10 15:27:40 2019 New Revision: 501178 URL: https://svnweb.freebsd.org/changeset/ports/501178 Log: devel/py-robotframework-pabot: Update to 0.59 PR: 237826 Submitted by: vladimir.chukharev@gmail.com (maintainer) Modified: head/devel/py-robotframework-pabot/Makefile (contents, props changed) head/devel/py-robotframework-pabot/distinfo (contents, props changed) Modified: head/devel/py-robotframework-pabot/Makefile ============================================================================== --- head/devel/py-robotframework-pabot/Makefile Fri May 10 15:15:57 2019 (r501177) +++ head/devel/py-robotframework-pabot/Makefile Fri May 10 15:27:40 2019 (r501178) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= robotframework-pabot -PORTVERSION= 0.52 +PORTVERSION= 0.59 CATEGORIES= devel www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-robotframework-pabot/distinfo ============================================================================== --- head/devel/py-robotframework-pabot/distinfo Fri May 10 15:15:57 2019 (r501177) +++ head/devel/py-robotframework-pabot/distinfo Fri May 10 15:27:40 2019 (r501178) @@ -1,3 +1,3 @@ -TIMESTAMP = 1550439252 -SHA256 (robotframework-pabot-0.52.tar.gz) = 672eab3765f55328206a10bb0669338b091c85fedb8ce04ce96ffe913eee6cf4 -SIZE (robotframework-pabot-0.52.tar.gz) = 17587 +TIMESTAMP = 1557483324 +SHA256 (robotframework-pabot-0.59.tar.gz) = 79eb66b20cacd41c41a7e36aa92fa4cba526bcd378dea1ead9eccc46a84459e9 +SIZE (robotframework-pabot-0.59.tar.gz) = 19822 From owner-svn-ports-all@freebsd.org Fri May 10 15:29:59 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2696F15A54CA; Fri, 10 May 2019 15:29:59 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BF5C27522E; Fri, 10 May 2019 15:29:58 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 76D8D625A; Fri, 10 May 2019 15:29:58 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4AFTwGY045074; Fri, 10 May 2019 15:29:58 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4AFTvrp045071; Fri, 10 May 2019 15:29:57 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201905101529.x4AFTvrp045071@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 10 May 2019 15:29:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501179 - head/deskutils/meteo X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/deskutils/meteo X-SVN-Commit-Revision: 501179 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: BF5C27522E X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.94)[-0.942,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 15:29:59 -0000 Author: swills Date: Fri May 10 15:29:57 2019 New Revision: 501179 URL: https://svnweb.freebsd.org/changeset/ports/501179 Log: deskutils/meteo: update to 0.9.7 PR: 237824 Submitted by: Hiroki Tagato (maintainer) Modified: head/deskutils/meteo/Makefile (contents, props changed) head/deskutils/meteo/distinfo (contents, props changed) head/deskutils/meteo/pkg-plist (contents, props changed) Modified: head/deskutils/meteo/Makefile ============================================================================== --- head/deskutils/meteo/Makefile Fri May 10 15:27:40 2019 (r501178) +++ head/deskutils/meteo/Makefile Fri May 10 15:29:57 2019 (r501179) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= meteo -PORTVERSION= 0.9.6 +PORTVERSION= 0.9.7 CATEGORIES= deskutils MAINTAINER= tagattie@yandex.com @@ -23,7 +23,8 @@ USES= compiler:c11 desktop-file-utils gettext gnome m USE_GITLAB= yes GL_ACCOUNT= bitseater -GL_COMMIT= 1a36202057ddd502556afd9335a8f8d51b714537 +GL_COMMIT= c83cea9a31901911ed5f8d87756d33a36b547457 + USE_GNOME= gtk30 SHEBANG_FILES= meson/post_install.py @@ -40,8 +41,6 @@ post-extract: post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for doc in ${PORTDOCS} - ${INSTALL_MAN} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR} -.endfor + ${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Modified: head/deskutils/meteo/distinfo ============================================================================== --- head/deskutils/meteo/distinfo Fri May 10 15:27:40 2019 (r501178) +++ head/deskutils/meteo/distinfo Fri May 10 15:29:57 2019 (r501179) @@ -1,3 +1,3 @@ -TIMESTAMP = 1551351443 -SHA256 (bitseater-meteo-1a36202057ddd502556afd9335a8f8d51b714537_GL0.tar.gz) = c487f636f407ecaf74b73921252eada914f5b1e27c3f970c0dd4cc992482bc05 -SIZE (bitseater-meteo-1a36202057ddd502556afd9335a8f8d51b714537_GL0.tar.gz) = 550982 +TIMESTAMP = 1557383421 +SHA256 (bitseater-meteo-c83cea9a31901911ed5f8d87756d33a36b547457_GL0.tar.gz) = 9eb148c2c2c599ddca3f8b97c569a2bc3a784a47a2febbdc2d01bab74314b638 +SIZE (bitseater-meteo-c83cea9a31901911ed5f8d87756d33a36b547457_GL0.tar.gz) = 552125 Modified: head/deskutils/meteo/pkg-plist ============================================================================== --- head/deskutils/meteo/pkg-plist Fri May 10 15:27:40 2019 (r501178) +++ head/deskutils/meteo/pkg-plist Fri May 10 15:29:57 2019 (r501179) @@ -25,6 +25,7 @@ share/locale/es_ES/LC_MESSAGES/com.gitlab.bitseater.me share/locale/fr/LC_MESSAGES/com.gitlab.bitseater.meteo.mo share/locale/lt/LC_MESSAGES/com.gitlab.bitseater.meteo.mo share/locale/nb/LC_MESSAGES/com.gitlab.bitseater.meteo.mo +share/locale/nl/LC_MESSAGES/com.gitlab.bitseater.meteo.mo share/locale/pt/LC_MESSAGES/com.gitlab.bitseater.meteo.mo share/locale/pt_BR/LC_MESSAGES/com.gitlab.bitseater.meteo.mo share/locale/pt_PT/LC_MESSAGES/com.gitlab.bitseater.meteo.mo From owner-svn-ports-all@freebsd.org Fri May 10 15:30:13 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C4C115A54F1; Fri, 10 May 2019 15:30:13 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F40D075302; Fri, 10 May 2019 15:30:12 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D1C27625F; Fri, 10 May 2019 15:30:12 +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 x4AFUCql045247; Fri, 10 May 2019 15:30:12 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4AFUCEp045246; Fri, 10 May 2019 15:30:12 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201905101530.x4AFUCEp045246@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Fri, 10 May 2019 15:30:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501180 - in head/emulators/vice: . files X-SVN-Group: ports-head X-SVN-Commit-Author: dinoex X-SVN-Commit-Paths: in head/emulators/vice: . files X-SVN-Commit-Revision: 501180 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: F40D075302 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_SHORT(-0.94)[-0.940,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 15:30:13 -0000 Author: dinoex Date: Fri May 10 15:30:12 2019 New Revision: 501180 URL: https://svnweb.freebsd.org/changeset/ports/501180 Log: - fix build with GCC-based architectures PR: 236704 Submitted by: Piotr Kubaj Added: head/emulators/vice/files/patch-src_iodrv_io-unix-access.c (contents, props changed) Modified: head/emulators/vice/Makefile Modified: head/emulators/vice/Makefile ============================================================================== --- head/emulators/vice/Makefile Fri May 10 15:29:57 2019 (r501179) +++ head/emulators/vice/Makefile Fri May 10 15:30:12 2019 (r501180) @@ -3,7 +3,7 @@ PORTNAME= vice PORTVERSION= 3.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators MASTER_SITES= SF/vice-emu/releases Added: head/emulators/vice/files/patch-src_iodrv_io-unix-access.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/vice/files/patch-src_iodrv_io-unix-access.c Fri May 10 15:30:12 2019 (r501180) @@ -0,0 +1,14 @@ +--- src/iodrv/io-unix-access.c.orig 2019-03-21 09:04:15 UTC ++++ src/iodrv/io-unix-access.c +@@ -26,6 +26,11 @@ + + #include "vice.h" + ++#if defined(__FreeBSD__) && defined(__ppc__) ++#include ++#include ++#endif ++ + #ifdef UNIX_COMPILE + + #include From owner-svn-ports-all@freebsd.org Fri May 10 15:32:23 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A46F15A571A; Fri, 10 May 2019 15:32:23 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1016C757D3; Fri, 10 May 2019 15:32:23 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E12626400; Fri, 10 May 2019 15:32:22 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4AFWMpq050190; Fri, 10 May 2019 15:32:22 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4AFWMZS050187; Fri, 10 May 2019 15:32:22 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201905101532.x4AFWMZS050187@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 10 May 2019 15:32:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501181 - in head/graphics/ossim: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/graphics/ossim: . files X-SVN-Commit-Revision: 501181 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1016C757D3 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_SHORT(-0.94)[-0.940,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 15:32:23 -0000 Author: swills Date: Fri May 10 15:32:21 2019 New Revision: 501181 URL: https://svnweb.freebsd.org/changeset/ports/501181 Log: graphics/ossim: update to 2.8.0 PR: 237820 Submitted by: lbartoletti (maintainer) Modified: head/graphics/ossim/Makefile (contents, props changed) head/graphics/ossim/distinfo (contents, props changed) head/graphics/ossim/files/patch-cmake_CMakeModules_FindJsonCpp.cmake (contents, props changed) Modified: head/graphics/ossim/Makefile ============================================================================== --- head/graphics/ossim/Makefile Fri May 10 15:30:12 2019 (r501180) +++ head/graphics/ossim/Makefile Fri May 10 15:32:21 2019 (r501181) @@ -2,8 +2,7 @@ PORTNAME= ossim DISTVERSIONPREFIX= Laguna- -DISTVERSION= 2.7.0 -PORTREVISION= 1 +DISTVERSION= 2.8.0 CATEGORIES= graphics geography MAINTAINER= lbartoletti@tuxfamily.org Modified: head/graphics/ossim/distinfo ============================================================================== --- head/graphics/ossim/distinfo Fri May 10 15:30:12 2019 (r501180) +++ head/graphics/ossim/distinfo Fri May 10 15:32:21 2019 (r501181) @@ -1,3 +1,3 @@ -TIMESTAMP = 1552535693 -SHA256 (ossimlabs-ossim-Laguna-2.7.0_GH0.tar.gz) = 63695f00441d025c758552864b4048dc405bb5f0495fbaab4647aad024b0f8ac -SIZE (ossimlabs-ossim-Laguna-2.7.0_GH0.tar.gz) = 6837707 +TIMESTAMP = 1557462365 +SHA256 (ossimlabs-ossim-Laguna-2.8.0_GH0.tar.gz) = 3a8fb6332083461f388b99f4f174ee6500960574d090bc400c3537af8e563686 +SIZE (ossimlabs-ossim-Laguna-2.8.0_GH0.tar.gz) = 6839012 Modified: head/graphics/ossim/files/patch-cmake_CMakeModules_FindJsonCpp.cmake ============================================================================== --- head/graphics/ossim/files/patch-cmake_CMakeModules_FindJsonCpp.cmake Fri May 10 15:30:12 2019 (r501180) +++ head/graphics/ossim/files/patch-cmake_CMakeModules_FindJsonCpp.cmake Fri May 10 15:32:21 2019 (r501181) @@ -1,11 +1,11 @@ ---- cmake/CMakeModules/FindJsonCpp.cmake.orig 2019-03-14 03:58:28 UTC +--- cmake/CMakeModules/FindJsonCpp.cmake.orig 2019-05-10 05:17:01 UTC +++ cmake/CMakeModules/FindJsonCpp.cmake @@ -16,7 +16,7 @@ set(JSONCPP_FOUND "NO") set(OSSIM_HAS_JSONCPP 0) find_path( JSONCPP_INCLUDE_DIR json/json.h -- PATHS /usr/include/jsoncpp ) -+ PATHS ${CMAKE_INSTALL_PREFIX}/include/jsoncpp ) +- PATHS "${CMAKE_INSTALL_PREFIX}" "/usr/include/jsoncpp" ) ++ PATHS "${CMAKE_INSTALL_PREFIX}/include/jsoncpp" ) find_library( JSONCPP_LIBRARY NAMES "jsoncpp") From owner-svn-ports-all@freebsd.org Fri May 10 15:34:44 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B24415A5893; Fri, 10 May 2019 15:34:44 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A3AEE759BF; Fri, 10 May 2019 15:34:43 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7BB5C6415; Fri, 10 May 2019 15:34:43 +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 x4AFYhuW050403; Fri, 10 May 2019 15:34:43 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4AFYhOO050402; Fri, 10 May 2019 15:34:43 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201905101534.x4AFYhOO050402@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 10 May 2019 15:34:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501182 - head/devel/isa-l X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/devel/isa-l X-SVN-Commit-Revision: 501182 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A3AEE759BF X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_SHORT(-0.94)[-0.940,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 15:34:44 -0000 Author: linimon Date: Fri May 10 15:34:43 2019 New Revision: 501182 URL: https://svnweb.freebsd.org/changeset/ports/501182 Log: Remove spurious BROKEN_aarch64 line; the port has been marked ONLY_FOR amd64. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Modified: head/devel/isa-l/Makefile Modified: head/devel/isa-l/Makefile ============================================================================== --- head/devel/isa-l/Makefile Fri May 10 15:32:21 2019 (r501181) +++ head/devel/isa-l/Makefile Fri May 10 15:34:43 2019 (r501182) @@ -12,6 +12,8 @@ COMMENT= Intel(R) Intelligent Storage Acceleration Lib LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +ONLY_FOR_ARCHS= amd64 + BUILD_DEPENDS= yasm:devel/yasm USE_GITHUB= yes @@ -21,10 +23,7 @@ USES= autoreconf gmake libtool:keepla GNU_CONFIGURE= yes USE_LDCONFIG= yes -ONLY_FOR_ARCHS= amd64 INSTALL_TARGET= install-strip - -BROKEN_aarch64= fails to compile: invalid conversion between vector type and integer type .include From owner-svn-ports-all@freebsd.org Fri May 10 15:37:01 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C44E815A59BD; Fri, 10 May 2019 15:37:01 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 69C7A75B70; Fri, 10 May 2019 15:37:01 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 40A726416; Fri, 10 May 2019 15:37:01 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4AFb1bA050638; Fri, 10 May 2019 15:37:01 GMT (envelope-from egypcio@FreeBSD.org) Received: (from egypcio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4AFb0ek050636; Fri, 10 May 2019 15:37:00 GMT (envelope-from egypcio@FreeBSD.org) Message-Id: <201905101537.x4AFb0ek050636@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: egypcio set sender to egypcio@FreeBSD.org using -f From: =?UTF-8?Q?Vin=c3=adcius_Zavam?= Date: Fri, 10 May 2019 15:37:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501183 - head/net/measurement-kit X-SVN-Group: ports-head X-SVN-Commit-Author: egypcio X-SVN-Commit-Paths: head/net/measurement-kit X-SVN-Commit-Revision: 501183 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 69C7A75B70 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.94)[-0.940,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 15:37:01 -0000 Author: egypcio Date: Fri May 10 15:37:00 2019 New Revision: 501183 URL: https://svnweb.freebsd.org/changeset/ports/501183 Log: net/measurement-kit: update 0.10.1 to 0.10.3 Approved by: mentors (implicit) Modified: head/net/measurement-kit/Makefile head/net/measurement-kit/distinfo Modified: head/net/measurement-kit/Makefile ============================================================================== --- head/net/measurement-kit/Makefile Fri May 10 15:34:43 2019 (r501182) +++ head/net/measurement-kit/Makefile Fri May 10 15:37:00 2019 (r501183) @@ -2,7 +2,7 @@ PORTNAME= measurement-kit DISTVERSIONPREFIX= v -DISTVERSION= 0.10.1 +DISTVERSION= 0.10.3 CATEGORIES= net devel MAINTAINER= egypcio@FreeBSD.org Modified: head/net/measurement-kit/distinfo ============================================================================== --- head/net/measurement-kit/distinfo Fri May 10 15:34:43 2019 (r501182) +++ head/net/measurement-kit/distinfo Fri May 10 15:37:00 2019 (r501183) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555576078 -SHA256 (measurement-kit-measurement-kit-v0.10.1_GH0.tar.gz) = 4caf856ebbb28633c7593a9b5b8ee79f0c0436d05ae7391cc59e8d72b260911a -SIZE (measurement-kit-measurement-kit-v0.10.1_GH0.tar.gz) = 745989 +TIMESTAMP = 1557497660 +SHA256 (measurement-kit-measurement-kit-v0.10.3_GH0.tar.gz) = 04bc1832fbaa54a9fde4923e8f44a2f99610a862c228dd05977c36f54870d80f +SIZE (measurement-kit-measurement-kit-v0.10.3_GH0.tar.gz) = 748311 From owner-svn-ports-all@freebsd.org Fri May 10 15:40:49 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 447EB15A5B3B; Fri, 10 May 2019 15:40:49 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DD70F75E54; Fri, 10 May 2019 15:40:48 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B8494642C; Fri, 10 May 2019 15:40:48 +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 x4AFemv6050890; Fri, 10 May 2019 15:40:48 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4AFemZW050889; Fri, 10 May 2019 15:40:48 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201905101540.x4AFemZW050889@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 10 May 2019 15:40:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501184 - head/devel/py-intbitset X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/devel/py-intbitset X-SVN-Commit-Revision: 501184 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: DD70F75E54 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_SHORT(-0.94)[-0.940,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 15:40:49 -0000 Author: linimon Date: Fri May 10 15:40:48 2019 New Revision: 501184 URL: https://svnweb.freebsd.org/changeset/ports/501184 Log: This port now builds on aarch64. Approved by: portmgr (tier-2 blanket) Modified: head/devel/py-intbitset/Makefile Modified: head/devel/py-intbitset/Makefile ============================================================================== --- head/devel/py-intbitset/Makefile Fri May 10 15:37:00 2019 (r501183) +++ head/devel/py-intbitset/Makefile Fri May 10 15:40:48 2019 (r501184) @@ -13,7 +13,6 @@ COMMENT= C-based extension implementing fast integer b LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_aarch64= fails to compile: the clang compiler does not support -march=core2 BROKEN_armv6= fails to compile: the clang compiler does not support -march=core2 BROKEN_armv7= fails to compile: the clang compiler does not support -march=core2 From owner-svn-ports-all@freebsd.org Fri May 10 15:53:29 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2668F15A61A8; Fri, 10 May 2019 15:53:29 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BF18076914; Fri, 10 May 2019 15:53:28 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9AC1B6762; Fri, 10 May 2019 15:53:28 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4AFrSjm060809; Fri, 10 May 2019 15:53:28 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4AFrSlL060806; Fri, 10 May 2019 15:53:28 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201905101553.x4AFrSlL060806@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 10 May 2019 15:53:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501185 - head/dns/flamethrower X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/dns/flamethrower X-SVN-Commit-Revision: 501185 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: BF18076914 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_SHORT(-0.94)[-0.940,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 15:53:29 -0000 Author: swills Date: Fri May 10 15:53:27 2019 New Revision: 501185 URL: https://svnweb.freebsd.org/changeset/ports/501185 Log: dns/flamethrower: Update to 0.10, new dependency gnutls [1] While here, assign new maintainer [2] PR: 237622 Submitted by: Andrey Fesenko [1] Submitted by: Leo Vandewoestijne [2] Approved by: Leo Vandewoestijne [1] Modified: head/dns/flamethrower/Makefile (contents, props changed) head/dns/flamethrower/distinfo (contents, props changed) Modified: head/dns/flamethrower/Makefile ============================================================================== --- head/dns/flamethrower/Makefile Fri May 10 15:40:48 2019 (r501184) +++ head/dns/flamethrower/Makefile Fri May 10 15:53:27 2019 (r501185) @@ -2,23 +2,24 @@ # $FreeBSD$ PORTNAME= flamethrower -PORTVERSION= 0.9 +PORTVERSION= 0.10 CATEGORIES= dns -MAINTAINER= freebsd@dns.company +MAINTAINER= pcarboni@gmail.com COMMENT= DNS performance and functional testing utility LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libuv.so:devel/libuv \ +LIB_DEPENDS= libgnutls.so:security/gnutls \ + libuv.so:devel/libuv \ libldns.so:dns/ldns USES= cmake compiler:c++17-lang pkgconfig USE_GITHUB= yes GH_ACCOUNT= DNS-OARC -GH_TAGNAME= 73b9815 +GH_TAGNAME= dc3e519 INSTALL_TARGET= TEST_TARGET= ${BUILD_WRKSRC}/tests Modified: head/dns/flamethrower/distinfo ============================================================================== --- head/dns/flamethrower/distinfo Fri May 10 15:40:48 2019 (r501184) +++ head/dns/flamethrower/distinfo Fri May 10 15:53:27 2019 (r501185) @@ -1,3 +1,3 @@ -TIMESTAMP = 1549292397 -SHA256 (DNS-OARC-flamethrower-0.9-73b9815_GH0.tar.gz) = 7c8ab9c1f1af60744564db4b524abc1708b848e1454d8fa10ca3b1aa8e1f0c23 -SIZE (DNS-OARC-flamethrower-0.9-73b9815_GH0.tar.gz) = 272544 +TIMESTAMP = 1557154119 +SHA256 (DNS-OARC-flamethrower-0.10-dc3e519_GH0.tar.gz) = 4e32c149d8a8af3d4eaa26f071a06609ac04670daef76d820e5c5fbb8edc7dfb +SIZE (DNS-OARC-flamethrower-0.10-dc3e519_GH0.tar.gz) = 277560 From owner-svn-ports-all@freebsd.org Fri May 10 16:11:05 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7143215A66F6; Fri, 10 May 2019 16:11:05 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 20BE8771DB; Fri, 10 May 2019 16:11:05 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EEF496950; Fri, 10 May 2019 16:11:04 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4AGB43A067199; Fri, 10 May 2019 16:11:04 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4AGB27I067184; Fri, 10 May 2019 16:11:02 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201905101611.x4AGB27I067184@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 10 May 2019 16:11:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501186 - in head: math/py-MutatorMath x11-fonts/py-booleanOperations x11-fonts/py-cu2qu x11-fonts/py-defcon x11-fonts/py-fontMath x11-fonts/py-fontmake x11-fonts/py-glyphsLib x11-fonts... X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head: math/py-MutatorMath x11-fonts/py-booleanOperations x11-fonts/py-cu2qu x11-fonts/py-defcon x11-fonts/py-fontMath x11-fonts/py-fontmake x11-fonts/py-glyphsLib x11-fonts/py-ufo2ft X-SVN-Commit-Revision: 501186 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 20BE8771DB X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_SHORT(-0.96)[-0.962,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 16:11:05 -0000 Author: swills Date: Fri May 10 16:11:01 2019 New Revision: 501186 URL: https://svnweb.freebsd.org/changeset/ports/501186 Log: x11-fonts/py-fontmake: Update to 1.8.0, Update dependents PR: 234506 Submitted by: Ting-Wei Lan (maintainer) Modified: head/math/py-MutatorMath/Makefile (contents, props changed) head/math/py-MutatorMath/distinfo (contents, props changed) head/x11-fonts/py-booleanOperations/Makefile (contents, props changed) head/x11-fonts/py-booleanOperations/distinfo (contents, props changed) head/x11-fonts/py-cu2qu/Makefile (contents, props changed) head/x11-fonts/py-cu2qu/distinfo (contents, props changed) head/x11-fonts/py-defcon/Makefile (contents, props changed) head/x11-fonts/py-defcon/distinfo (contents, props changed) head/x11-fonts/py-fontMath/Makefile (contents, props changed) head/x11-fonts/py-fontMath/distinfo (contents, props changed) head/x11-fonts/py-fontmake/Makefile (contents, props changed) head/x11-fonts/py-fontmake/distinfo (contents, props changed) head/x11-fonts/py-glyphsLib/Makefile (contents, props changed) head/x11-fonts/py-glyphsLib/distinfo (contents, props changed) head/x11-fonts/py-ufo2ft/Makefile (contents, props changed) head/x11-fonts/py-ufo2ft/distinfo (contents, props changed) Modified: head/math/py-MutatorMath/Makefile ============================================================================== --- head/math/py-MutatorMath/Makefile Fri May 10 15:53:27 2019 (r501185) +++ head/math/py-MutatorMath/Makefile Fri May 10 16:11:01 2019 (r501186) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= MutatorMath -PORTVERSION= 2.1.1 +PORTVERSION= 2.1.2 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,9 +12,9 @@ COMMENT= Piecewise linear interpolation in multiple di LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ufoLib>=2.0.0:x11-fonts/py-ufoLib@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=3.32.0:print/py-fonttools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}defcon>=0.3.5:x11-fonts/py-defcon@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}fontMath>=0.4.4:x11-fonts/py-fontMath@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}fontMath>=0.4.8:x11-fonts/py-fontMath@${PY_FLAVOR} USES= python zip USE_PYTHON= autoplist distutils Modified: head/math/py-MutatorMath/distinfo ============================================================================== --- head/math/py-MutatorMath/distinfo Fri May 10 15:53:27 2019 (r501185) +++ head/math/py-MutatorMath/distinfo Fri May 10 16:11:01 2019 (r501186) @@ -1,3 +1,3 @@ -TIMESTAMP = 1530354825 -SHA256 (MutatorMath-2.1.1.zip) = 3353fdd0d1beb13bda458265573bbefa0d4afb5aa5f9e4d3503cb9d3b0623f12 -SIZE (MutatorMath-2.1.1.zip) = 365617 +TIMESTAMP = 1545561240 +SHA256 (MutatorMath-2.1.2.zip) = 6930f966a07a7459bcdb15b36dbcb615a791853d79965897cedb1047d5beeecb +SIZE (MutatorMath-2.1.2.zip) = 421198 Modified: head/x11-fonts/py-booleanOperations/Makefile ============================================================================== --- head/x11-fonts/py-booleanOperations/Makefile Fri May 10 15:53:27 2019 (r501185) +++ head/x11-fonts/py-booleanOperations/Makefile Fri May 10 16:11:01 2019 (r501186) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= booleanOperations -PORTVERSION= 0.8.0 +PORTVERSION= 0.8.2 CATEGORIES= x11-fonts python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,8 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.11:devel/py-setuptools_scm@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyclipper>=1.0.5:math/py-pyclipper@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}fonttools>=3.1.2:print/py-fonttools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}ufoLib>=2.0.0:x11-fonts/py-ufoLib@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}fonttools>=3.32.0:print/py-fonttools@${PY_FLAVOR} USES= python zip USE_PYTHON= autoplist distutils Modified: head/x11-fonts/py-booleanOperations/distinfo ============================================================================== --- head/x11-fonts/py-booleanOperations/distinfo Fri May 10 15:53:27 2019 (r501185) +++ head/x11-fonts/py-booleanOperations/distinfo Fri May 10 16:11:01 2019 (r501186) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525522266 -SHA256 (booleanOperations-0.8.0.zip) = 62723b7cabe3e727546df945c155e2f8be9514ef8c4f3b2f0f5cdb24ebbcfdf1 -SIZE (booleanOperations-0.8.0.zip) = 25143 +TIMESTAMP = 1545560967 +SHA256 (booleanOperations-0.8.2.zip) = 1750def605e53ca13cf45fedd31b360d241cc6082523e4b71d86c72dd3e9bc8a +SIZE (booleanOperations-0.8.2.zip) = 202758 Modified: head/x11-fonts/py-cu2qu/Makefile ============================================================================== --- head/x11-fonts/py-cu2qu/Makefile Fri May 10 15:53:27 2019 (r501185) +++ head/x11-fonts/py-cu2qu/Makefile Fri May 10 16:11:01 2019 (r501186) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= cu2qu -PORTVERSION= 1.6.4 -PORTREVISION= 1 +PORTVERSION= 1.6.5 CATEGORIES= x11-fonts python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,9 +13,8 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=3.18.0:print/py-fonttools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}ufoLib>=2.1.1:x11-fonts/py-ufoLib@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}defcon>=0.4.0:x11-fonts/py-defcon@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=3.32.0:print/py-fonttools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}defcon>=0.6.0:x11-fonts/py-defcon@${PY_FLAVOR} USES= python zip USE_PYTHON= autoplist concurrent distutils Modified: head/x11-fonts/py-cu2qu/distinfo ============================================================================== --- head/x11-fonts/py-cu2qu/distinfo Fri May 10 15:53:27 2019 (r501185) +++ head/x11-fonts/py-cu2qu/distinfo Fri May 10 16:11:01 2019 (r501186) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540712507 -SHA256 (cu2qu-1.6.4.zip) = 8ffda9ab0dec7f6249a93432c274d62a72b9a0ee6787b8027929ced3d6585fb5 -SIZE (cu2qu-1.6.4.zip) = 217409 +TIMESTAMP = 1545561404 +SHA256 (cu2qu-1.6.5.zip) = b3b4a0d80798489906ca503c4a7a749e0a360670aa2f10f21dd01682e37b8293 +SIZE (cu2qu-1.6.5.zip) = 217384 Modified: head/x11-fonts/py-defcon/Makefile ============================================================================== --- head/x11-fonts/py-defcon/Makefile Fri May 10 15:53:27 2019 (r501185) +++ head/x11-fonts/py-defcon/Makefile Fri May 10 16:11:01 2019 (r501186) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= defcon -PORTVERSION= 0.5.3 +PORTVERSION= 0.6.0 CATEGORIES= x11-fonts python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +12,7 @@ COMMENT= Set of flexible objects for representing UFO LICENSE= MIT LICENSE_FILE= ${WRKSRC}/License.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=3.1.2:print/py-fonttools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}ufoLib>=2.3.1:x11-fonts/py-ufoLib@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=3.31.0:print/py-fonttools@${PY_FLAVOR} USES= python zip USE_PYTHON= autoplist distutils Modified: head/x11-fonts/py-defcon/distinfo ============================================================================== --- head/x11-fonts/py-defcon/distinfo Fri May 10 15:53:27 2019 (r501185) +++ head/x11-fonts/py-defcon/distinfo Fri May 10 16:11:01 2019 (r501186) @@ -1,3 +1,3 @@ -TIMESTAMP = 1537021252 -SHA256 (defcon-0.5.3.zip) = 4c1b45c3d8bc24ec2560f355a899f853ddb715b401862e8c99aaefdec8599de0 -SIZE (defcon-0.5.3.zip) = 491640 +TIMESTAMP = 1545561626 +SHA256 (defcon-0.6.0.zip) = 52e461961b4b68ae6883f8a14a0d82f2d09f2de7a526b95c7d1b195c10ca745f +SIZE (defcon-0.6.0.zip) = 470740 Modified: head/x11-fonts/py-fontMath/Makefile ============================================================================== --- head/x11-fonts/py-fontMath/Makefile Fri May 10 15:53:27 2019 (r501185) +++ head/x11-fonts/py-fontMath/Makefile Fri May 10 16:11:01 2019 (r501186) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= fontMath -PORTVERSION= 0.4.7 +PORTVERSION= 0.4.9 CATEGORIES= x11-fonts python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +12,7 @@ COMMENT= Set of objects for performing math operations LICENSE= MIT LICENSE_FILE= ${WRKSRC}/License.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=3.3.0:print/py-fonttools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}ufoLib>=2.0.0:x11-fonts/py-ufoLib@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=3.32.0:print/py-fonttools@${PY_FLAVOR} USES= python zip USE_PYTHON= autoplist distutils Modified: head/x11-fonts/py-fontMath/distinfo ============================================================================== --- head/x11-fonts/py-fontMath/distinfo Fri May 10 15:53:27 2019 (r501185) +++ head/x11-fonts/py-fontMath/distinfo Fri May 10 16:11:01 2019 (r501186) @@ -1,3 +1,3 @@ -TIMESTAMP = 1537021352 -SHA256 (fontMath-0.4.7.zip) = 6d80531c5ccdd2a6f01ce2b97b19aa133ea206a2edab26b3716d9b0306dd0bf5 -SIZE (fontMath-0.4.7.zip) = 33600 +TIMESTAMP = 1545561043 +SHA256 (fontMath-0.4.9.zip) = 22cfce913e499b95f99f77117d8f848f5497d2c91fd221a23c2fa65a86552439 +SIZE (fontMath-0.4.9.zip) = 33566 Modified: head/x11-fonts/py-fontmake/Makefile ============================================================================== --- head/x11-fonts/py-fontmake/Makefile Fri May 10 15:53:27 2019 (r501185) +++ head/x11-fonts/py-fontmake/Makefile Fri May 10 16:11:01 2019 (r501186) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= fontmake -PORTVERSION= 1.7.5 -PORTREVISION= 1 +PORTVERSION= 1.8.0 CATEGORIES= x11-fonts python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,14 +13,13 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=3.30.0:print/py-fonttools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}cu2qu>=1.5.0:x11-fonts/py-cu2qu@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}glyphsLib>=3.1.2:x11-fonts/py-glyphsLib@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}ufo2ft>=2.4.0:x11-fonts/py-ufo2ft@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}MutatorMath>=2.1.1:math/py-MutatorMath@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}defcon>=0.5.3:x11-fonts/py-defcon@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}booleanOperations>=0.8.0:x11-fonts/py-booleanOperations@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}ufoLib>=2.3.1:x11-fonts/py-ufoLib@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=3.32.0:print/py-fonttools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}cu2qu>=1.6.5:x11-fonts/py-cu2qu@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}glyphsLib>=3.1.3:x11-fonts/py-glyphsLib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}ufo2ft>=2.5.0:x11-fonts/py-ufo2ft@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}MutatorMath>=2.1.2:math/py-MutatorMath@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}defcon>=0.6.0:x11-fonts/py-defcon@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}booleanOperations>=0.8.1:x11-fonts/py-booleanOperations@${PY_FLAVOR} USES= python zip USE_PYTHON= autoplist concurrent distutils Modified: head/x11-fonts/py-fontmake/distinfo ============================================================================== --- head/x11-fonts/py-fontmake/distinfo Fri May 10 15:53:27 2019 (r501185) +++ head/x11-fonts/py-fontmake/distinfo Fri May 10 16:11:01 2019 (r501186) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540712736 -SHA256 (fontmake-1.7.5.zip) = 718f40f8e1e001f497c9d1269d8ec6399c05375dfbf4df7f885a10139a7cd994 -SIZE (fontmake-1.7.5.zip) = 54108 +TIMESTAMP = 1545562319 +SHA256 (fontmake-1.8.0.zip) = a6b8e3c8a1e997dbadd602496aa8ea3bbe4e4ed2dfc6607a288340aa08067d2e +SIZE (fontmake-1.8.0.zip) = 51822 Modified: head/x11-fonts/py-glyphsLib/Makefile ============================================================================== --- head/x11-fonts/py-glyphsLib/Makefile Fri May 10 15:53:27 2019 (r501185) +++ head/x11-fonts/py-glyphsLib/Makefile Fri May 10 16:11:01 2019 (r501186) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= glyphsLib -PORTVERSION= 3.1.2 -PORTREVISION= 1 +PORTVERSION= 3.1.4 CATEGORIES= x11-fonts python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/x11-fonts/py-glyphsLib/distinfo ============================================================================== --- head/x11-fonts/py-glyphsLib/distinfo Fri May 10 15:53:27 2019 (r501185) +++ head/x11-fonts/py-glyphsLib/distinfo Fri May 10 16:11:01 2019 (r501186) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540712733 -SHA256 (glyphsLib-3.1.2.zip) = f3da4f97eb35654e3a6451ebd6a37f3fa39ccfc34e9fbee323d695e3db25a316 -SIZE (glyphsLib-3.1.2.zip) = 879503 +TIMESTAMP = 1545561125 +SHA256 (glyphsLib-3.1.4.zip) = 0c6b84128858964011f1a329116faf666d7a2f786d8b74569c488886ac0d1e5f +SIZE (glyphsLib-3.1.4.zip) = 879581 Modified: head/x11-fonts/py-ufo2ft/Makefile ============================================================================== --- head/x11-fonts/py-ufo2ft/Makefile Fri May 10 15:53:27 2019 (r501185) +++ head/x11-fonts/py-ufo2ft/Makefile Fri May 10 16:11:01 2019 (r501186) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ufo2ft -PORTVERSION= 2.4.0 +PORTVERSION= 2.5.0 CATEGORIES= x11-fonts python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,10 +13,9 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=3.28.0:print/py-fonttools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}ufoLib>=2.1.0:x11-fonts/py-ufoLib@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}defcon>=0.4.0:x11-fonts/py-defcon@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}cu2qu>=1.5.0:x11-fonts/py-cu2qu@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=3.32.0:print/py-fonttools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}defcon>=0.6.0:x11-fonts/py-defcon@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}cu2qu>=1.6.4:x11-fonts/py-cu2qu@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}compreffor>=0.4.5:x11-fonts/py-compreffor@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}booleanOperations>=0.8.0:x11-fonts/py-booleanOperations@${PY_FLAVOR} \ ${PY_ENUM34} Modified: head/x11-fonts/py-ufo2ft/distinfo ============================================================================== --- head/x11-fonts/py-ufo2ft/distinfo Fri May 10 15:53:27 2019 (r501185) +++ head/x11-fonts/py-ufo2ft/distinfo Fri May 10 16:11:01 2019 (r501186) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540712924 -SHA256 (ufo2ft-2.4.0.zip) = cec69976ba679ebdbed51cd4fdbfdbf148363acc5cbc6373950717eb95f3542b -SIZE (ufo2ft-2.4.0.zip) = 151860 +TIMESTAMP = 1545562449 +SHA256 (ufo2ft-2.5.0.zip) = 637a77679c99254747c0f37a321927b0f179fecd31638dcc5fae0d1c703a7904 +SIZE (ufo2ft-2.5.0.zip) = 159452 From owner-svn-ports-all@freebsd.org Fri May 10 16:36:24 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C8F415A6E8C; Fri, 10 May 2019 16:36:24 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C8AE480108; Fri, 10 May 2019 16:36:23 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A05A26E1E; Fri, 10 May 2019 16:36:23 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4AGaNU1082382; Fri, 10 May 2019 16:36:23 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4AGaNMf082381; Fri, 10 May 2019 16:36:23 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <201905101636.x4AGaNMf082381@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Fri, 10 May 2019 16:36:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501187 - head/net/py-libnet X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/net/py-libnet X-SVN-Commit-Revision: 501187 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C8AE480108 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_SHORT(-0.96)[-0.959,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 16:36:24 -0000 Author: pkubaj Date: Fri May 10 16:36:23 2019 New Revision: 501187 URL: https://svnweb.freebsd.org/changeset/ports/501187 Log: net/py-libnet: fix on powerpc64 On powerpc64 redefine ARCH to powerpc to fix build. PR: 237793 Approved by: mat (mentor), sbz (maintainer) Differential Revision: https://reviews.freebsd.org/D20203 Modified: head/net/py-libnet/Makefile Modified: head/net/py-libnet/Makefile ============================================================================== --- head/net/py-libnet/Makefile Fri May 10 16:11:01 2019 (r501186) +++ head/net/py-libnet/Makefile Fri May 10 16:36:23 2019 (r501187) @@ -19,7 +19,6 @@ BROKEN_aarch64= fails to package: lib.freebsd-11.0-RE BROKEN_armv6= fails to package: lib.freebsd-11.0-RELEASE-p1-armv6-2.7/libnet.so: No such file or directory BROKEN_armv7= fails to package: lib.freebsd-11.0-RELEASE-p1-armv7-2.7/libnet.so: No such file or directory BROKEN_mips64= fails to package: lib.freebsd-11.0-RELEASE-p1-mips64-2.7/libnet.so: No such file or directory -BROKEN_powerpc64= fails to package: lib.freebsd-11.0-RELEASE-p1-powerpc64-2.7/libnet.so: No such file or directory USES= python:-2.7 USE_PYTHON= distutils pythonprefix @@ -32,6 +31,7 @@ GH_TAGNAME= b2fa552 EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} OPTIONS_DEFINE= EXAMPLES +LIBNET_ARCH= ${ARCH:S/powerpc64/powerpc/} OSVER= uname -r post-patch: @@ -40,7 +40,7 @@ post-patch: do-install: ${MKDIR} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} ${INSTALL_LIB} \ - ${WRKSRC}/build/lib.${OPSYS:tl}-$$(${OSVER})-${ARCH}-${PYTHON_VER}/${PORTNAME}.so \ + ${WRKSRC}/build/lib.${OPSYS:tl}-$$(${OSVER})-${LIBNET_ARCH}-${PYTHON_VER}/${PORTNAME}.so \ ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} do-install-EXAMPLES-on: From owner-svn-ports-all@freebsd.org Fri May 10 17:40:04 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4310915A8B37; Fri, 10 May 2019 17:40:04 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DE03E83C62; Fri, 10 May 2019 17:40:03 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B8492787B; Fri, 10 May 2019 17:40:03 +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 x4AHe38S015008; Fri, 10 May 2019 17:40:03 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4AHe2MU015002; Fri, 10 May 2019 17:40:02 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201905101740.x4AHe2MU015002@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Fri, 10 May 2019 17:40:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501188 - in head/sysutils/xfce4-power-manager: . files X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: in head/sysutils/xfce4-power-manager: . files X-SVN-Commit-Revision: 501188 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: DE03E83C62 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.969,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 17:40:04 -0000 Author: madpilot Date: Fri May 10 17:40:02 2019 New Revision: 501188 URL: https://svnweb.freebsd.org/changeset/ports/501188 Log: - Fix reported sporadic crashes - Enumerate all displays for backlight support - Fix some compile warnings - When building debug binaries enable extra debugging code too PR: 237714 Submitted by: rozhuk.im@gmail.com MFH: 2019Q2 Added: head/sysutils/xfce4-power-manager/files/ head/sysutils/xfce4-power-manager/files/patch-panel-plugins_power-manager-plugin_power-manager-button.c (contents, props changed) head/sysutils/xfce4-power-manager/files/patch-settings_xfpm-settings-app.c (contents, props changed) head/sysutils/xfce4-power-manager/files/patch-settings_xfpm-settings.c (contents, props changed) head/sysutils/xfce4-power-manager/files/patch-src_xfpm-backlight-helper.c (contents, props changed) head/sysutils/xfce4-power-manager/files/patch-src_xfpm-dpms.c (contents, props changed) Modified: head/sysutils/xfce4-power-manager/Makefile Modified: head/sysutils/xfce4-power-manager/Makefile ============================================================================== --- head/sysutils/xfce4-power-manager/Makefile Fri May 10 16:36:23 2019 (r501187) +++ head/sysutils/xfce4-power-manager/Makefile Fri May 10 17:40:02 2019 (r501188) @@ -3,6 +3,7 @@ PORTNAME= xfce4-power-manager PORTVERSION= 1.6.1 +PORTREVISION= 1 CATEGORIES= sysutils xfce MASTER_SITES= XFCE/src/xfce/${PORTNAME}/${PORTVERSION:R}/ DIST_SUBDIR= xfce4 @@ -36,4 +37,10 @@ OPTIONS_SUB= yes NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext-runtime -.include +.include + +.if defined(WITH_DEBUG) +CONFIGURE_ARGS+= --enable-debug +.endif + +.include Added: head/sysutils/xfce4-power-manager/files/patch-panel-plugins_power-manager-plugin_power-manager-button.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/xfce4-power-manager/files/patch-panel-plugins_power-manager-plugin_power-manager-button.c Fri May 10 17:40:02 2019 (r501188) @@ -0,0 +1,10 @@ +--- panel-plugins/power-manager-plugin/power-manager-button.c.orig 2017-11-23 23:52:06 UTC ++++ panel-plugins/power-manager-plugin/power-manager-button.c +@@ -512,6 +512,7 @@ power_manager_button_update_device_icon_and_details (P + * so we can disconnect it later */ + battery_device->img = gtk_image_new_from_pixbuf (battery_device->pix); + ++ g_object_ref (battery_device->img); + G_GNUC_BEGIN_IGNORE_DEPRECATIONS + gtk_image_menu_item_set_image(GTK_IMAGE_MENU_ITEM(battery_device->menu_item), battery_device->img); + G_GNUC_END_IGNORE_DEPRECATIONS Added: head/sysutils/xfce4-power-manager/files/patch-settings_xfpm-settings-app.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/xfce4-power-manager/files/patch-settings_xfpm-settings-app.c Fri May 10 17:40:02 2019 (r501188) @@ -0,0 +1,10 @@ +--- settings/xfpm-settings-app.c.orig 2017-11-23 23:52:06 UTC ++++ settings/xfpm-settings-app.c +@@ -195,7 +195,6 @@ xfpm_settings_app_launch (GApplication *app) + if (start_xfpm_if_not_running == GTK_RESPONSE_YES) + { + GAppInfo *app_info; +- GError *error = NULL; + + app_info = g_app_info_create_from_commandline ("xfce4-power-manager", "Xfce4 Power Manager", + G_APP_INFO_CREATE_SUPPORTS_STARTUP_NOTIFICATION, NULL); Added: head/sysutils/xfce4-power-manager/files/patch-settings_xfpm-settings.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/xfce4-power-manager/files/patch-settings_xfpm-settings.c Fri May 10 17:40:02 2019 (r501188) @@ -0,0 +1,14 @@ +--- settings/xfpm-settings.c.orig 2017-11-23 23:52:06 UTC ++++ settings/xfpm-settings.c +@@ -1499,9 +1499,9 @@ format_light_locker_value_cb (GtkScale *scale, gdouble + + if ( (gint)value <= 0 ) + return g_strdup (_("Never")); +- else if ( value <= 59.0 ) ++ else if ( value < 60.0 ) + return g_strdup_printf ("%d %s", (gint)value, _("seconds")); +- else if ( value >= 60.0) ++ else + { + min = (gint)value - 60; + if (min == 0) Added: head/sysutils/xfce4-power-manager/files/patch-src_xfpm-backlight-helper.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/xfce4-power-manager/files/patch-src_xfpm-backlight-helper.c Fri May 10 17:40:02 2019 (r501188) @@ -0,0 +1,42 @@ +--- src/xfpm-backlight-helper.c.orig 2017-11-23 23:52:06 UTC ++++ src/xfpm-backlight-helper.c +@@ -49,6 +49,8 @@ + #define EXIT_CODE_INVALID_USER 4 + #define EXIT_CODE_NO_BRIGHTNESS_SWITCH 5 + ++#define MAX_DEVICE_NUM 8 ++ + #if !defined(BACKEND_TYPE_FREEBSD) + #define BACKLIGHT_SYSFS_LOCATION "/sys/class/backlight" + #define BRIGHTNESS_SWITCH_LOCATION "/sys/module/video/parameters/brightness_switch_enabled" +@@ -204,19 +206,23 @@ backlight_helper_get_device (void) + /* devices in priority order */ + gchar *types[] = { "lcd", "crt", "out", "ext", "tv", NULL }; + gchar *device = NULL; +- gint i; ++ gint i, j; + +- device = (gchar *) g_malloc (sizeof (gchar)); ++ device = (gchar *) g_malloc (sizeof (gchar) * 8); + + for (i = 0; types[i] != NULL; i++) { +- g_snprintf (device, (gulong) strlen (types[i]), "%s0", types[i]); ++ for (j = 0; j < MAX_DEVICE_NUM; j++) { ++ g_snprintf (device, 8, "%s%i", types[i], j); + +- /* stop, when first device is found */ +- if (acpi_video_is_enabled (device)) +- break; ++ /* stop, when first device is found */ ++ if (acpi_video_is_enabled (device)) ++ return (device); ++ } + } + +- return device; ++ g_free (device); ++ ++ return (NULL); + } + + /* Added: head/sysutils/xfce4-power-manager/files/patch-src_xfpm-dpms.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/xfce4-power-manager/files/patch-src_xfpm-dpms.c Fri May 10 17:40:02 2019 (r501188) @@ -0,0 +1,18 @@ +--- src/xfpm-dpms.c.orig 2015-07-14 08:02:18 UTC ++++ src/xfpm-dpms.c +@@ -122,13 +122,13 @@ xfpm_dpms_get_enabled (XfpmDpms *dpms, gboolean *dpms_ + static void + xfpm_dpms_get_sleep_mode (XfpmDpms *dpms, gboolean *ret_standby_mode) + { +- gchar *sleep_mode; ++ gchar *sleep_mode = NULL; + + g_object_get (G_OBJECT (dpms->priv->conf), + DPMS_SLEEP_MODE, &sleep_mode, + NULL); + +- if ( !g_strcmp0 (sleep_mode, "Standby")) ++ if (sleep_mode != NULL && !g_strcmp0 (sleep_mode, "Standby")) + *ret_standby_mode = TRUE; + else + *ret_standby_mode = FALSE; From owner-svn-ports-all@freebsd.org Fri May 10 17:45:55 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C60C715A8D96; Fri, 10 May 2019 17:45:55 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6A7C1840C1; Fri, 10 May 2019 17:45:55 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 439217A1B; Fri, 10 May 2019 17:45:55 +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 x4AHjtgn020295; Fri, 10 May 2019 17:45:55 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4AHjtIO020294; Fri, 10 May 2019 17:45:55 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201905101745.x4AHjtIO020294@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Fri, 10 May 2019 17:45:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501189 - head/x11-fm/thunar X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: head/x11-fm/thunar X-SVN-Commit-Revision: 501189 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6A7C1840C1 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_SHORT(-0.97)[-0.967,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 17:45:55 -0000 Author: madpilot Date: Fri May 10 17:45:54 2019 New Revision: 501189 URL: https://svnweb.freebsd.org/changeset/ports/501189 Log: Enable extra debugging code when building binaries with debugging symbols. PR: 236438 Submitted by: rozhuk.im@gmail.com Modified: head/x11-fm/thunar/Makefile Modified: head/x11-fm/thunar/Makefile ============================================================================== --- head/x11-fm/thunar/Makefile Fri May 10 17:40:02 2019 (r501188) +++ head/x11-fm/thunar/Makefile Fri May 10 17:45:54 2019 (r501189) @@ -74,4 +74,10 @@ post-patch: @${REINPLACE_CMD} -e 's|internet-mail|emblem-mail|' \ ${WRKSRC}/plugins/thunar-sendto-email/thunar-sendto-email.desktop.in.in -.include +.include + +.if defined(WITH_DEBUG) +CONFIGURE_ARGS+= --enable-debug +.endif + +.include From owner-svn-ports-all@freebsd.org Fri May 10 18:19:05 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1ED1515A96A0; Fri, 10 May 2019 18:19:05 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B92BA851D1; Fri, 10 May 2019 18:19:04 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 92C6C7F2B; Fri, 10 May 2019 18:19:04 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4AIJ4TF036087; Fri, 10 May 2019 18:19:04 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4AIJ4Ac036085; Fri, 10 May 2019 18:19:04 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <201905101819.x4AIJ4Ac036085@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Fri, 10 May 2019 18:19:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501190 - head/graphics/qgis X-SVN-Group: ports-head X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: head/graphics/qgis X-SVN-Commit-Revision: 501190 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B92BA851D1 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.970,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 18:19:05 -0000 Author: fernape Date: Fri May 10 18:19:03 2019 New Revision: 501190 URL: https://svnweb.freebsd.org/changeset/ports/501190 Log: graphics/qgis: update to 3.6.2 ChangeLog can be found here: https://qgis.org/en/site/forusers/visualchangelog36/index.html * Update several Python dependencies * Add USES=gnome, USE_GNOME=libxml2, USE_QT=gamepad, and LIB_DEPENDS=libsz.so:science/szip to pet 'make DEVELOPER=yes' * Remove 'world writeable rights' in pkg-plist (bug #237070, comment #1) PR: 237755 Submitted by: rhurlin@gwdg.de (maintainer) Modified: head/graphics/qgis/Makefile head/graphics/qgis/distinfo head/graphics/qgis/pkg-plist Modified: head/graphics/qgis/Makefile ============================================================================== --- head/graphics/qgis/Makefile Fri May 10 17:45:54 2019 (r501189) +++ head/graphics/qgis/Makefile Fri May 10 18:19:03 2019 (r501190) @@ -3,7 +3,7 @@ PORTNAME= qgis DISTVERSIONPREFIX= final- -DISTVERSION= 3_6_1 +DISTVERSION= 3_6_2 CATEGORIES= graphics geography MAINTAINER= rhurlin@gwdg.de @@ -16,46 +16,46 @@ BUILD_DEPENDS= gpsbabel>=1.5.4:astro/gpsbabel \ ${PYTHON_PKGNAMEPREFIX}cycler>=0.10.0:devel/py-cycler@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dateutil>=2.7.3:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}future>=0.17.1:devel/py-future@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}httplib2>=0.11.3:www/py-httplib2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}httplib2>=0.12.1:www/py-httplib2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.10:devel/py-Jinja2@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}MarkupSafe>=1.0:textproc/py-MarkupSafe@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}matplotlib>=2.1.2:math/py-matplotlib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}MarkupSafe>=1.1.1:textproc/py-MarkupSafe@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}matplotlib>=2.2.4:math/py-matplotlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>=2.0.0:devel/py-mock@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}OWSLib>=0.17.0:graphics/py-OWSLib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}OWSLib>=0.17.1:graphics/py-OWSLib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pbr>=3.1.1:devel/py-pbr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pip>=9.0.3:devel/py-pip@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}plotly>=3.0.2:graphics/py-plotly@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pygments>=2.2.0:textproc/py-pygments@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyproj>=1.9.5.1:graphics/py-pyproj@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytz>=2018.7:devel/py-pytz@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>=2.18.4:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=1.11.0:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sqlite3>=2.7.15:databases/py-sqlite3@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}yaml>=3.13:devel/py-yaml@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pygments>=2.3.0:textproc/py-pygments@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyproj>=1.9.6:graphics/py-pyproj@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytz>=2019.1:devel/py-pytz@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.21.0:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=1.12.0:devel/py-six@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>=3.6.8:databases/py-sqlite3@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}yaml>=5.1:devel/py-yaml@${PY_FLAVOR} RUN_DEPENDS= astyle:devel/astyle \ ${PYTHON_PKGNAMEPREFIX}cycler>=0.10.0:devel/py-cycler@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dateutil>=2.7.3:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}future>=0.17.1:devel/py-future@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}gdal>=2.2.4:graphics/py-gdal@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}httplib2>=0.11.3:www/py-httplib2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}httplib2>=0.12.1:www/py-httplib2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.10:devel/py-Jinja2@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}MarkupSafe>=1.0:textproc/py-MarkupSafe@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}matplotlib>=2.1.2:math/py-matplotlib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}MarkupSafe>=1.1.1:textproc/py-MarkupSafe@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}matplotlib>=2.2.4:math/py-matplotlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>=2.0.0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>=1.11.2:math/py-numpy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}OWSLib>=0.17.0:graphics/py-OWSLib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}OWSLib>=0.17.1:graphics/py-OWSLib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pbr>=3.1.1:devel/py-pbr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pip>=9.0.3:devel/py-pip@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}plotly>=3.0.2:graphics/py-plotly@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.7.6.1:databases/py-psycopg2@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pygments>=2.2.0:textproc/py-pygments@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyproj>=1.9.5.1:graphics/py-pyproj@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytz>=2018.7:devel/py-pytz@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>=2.18.4:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=1.11.0:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sqlite3>=2.7.15:databases/py-sqlite3@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.7.7:databases/py-psycopg2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pygments>=2.3.0:textproc/py-pygments@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyproj>=1.9.6:graphics/py-pyproj@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytz>=2019.1:devel/py-pytz@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.21.0:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=1.12.0:devel/py-six@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>=3.6.8:databases/py-sqlite3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}termcolor>=1.1.0:devel/py-termcolor@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}yaml>=3.13:devel/py-yaml@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}yaml>=5.1:devel/py-yaml@${PY_FLAVOR} LIB_DEPENDS= libexiv2.so:graphics/exiv2 \ libexpat.so:textproc/expat2 \ libgdal.so:graphics/gdal \ @@ -71,16 +71,18 @@ LIB_DEPENDS= libexiv2.so:graphics/exiv2 \ libqwt6.so:x11-toolkits/qwt6 \ libspatialindex.so:devel/spatialindex \ libspatialite.so:databases/spatialite \ + libsz.so:science/szip \ libxerces-c.so:textproc/xerces-c3 \ libzip.so:archivers/libzip ### Fortran is needed by numpy, GRASS, etc. USES= bison cmake compiler:features cpe desktop-file-utils \ - fortran gmake pgsql pyqt:5 python:3.6+ qt:5 shebangfix \ - sqlite:3 + fortran gmake gnome pgsql pyqt:5 python:3.6+ qt:5 \ + shebangfix sqlite:3 +USE_GNOME= libxml2 USE_QT= 3d buildtools_build core concurrent dbus declarative \ - designer doc gui linguist_build location network \ - printsupport qmake_build script serialport \ + designer doc gamepad gui linguist_build location \ + network printsupport qmake_build script serialport \ sql sql-pgsql sql-sqlite3 svg testlib uitools \ webengine widgets webkit xml USE_PYQT= core gui network qml qscintilla2 sip sql svg xml \ Modified: head/graphics/qgis/distinfo ============================================================================== --- head/graphics/qgis/distinfo Fri May 10 17:45:54 2019 (r501189) +++ head/graphics/qgis/distinfo Fri May 10 18:19:03 2019 (r501190) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554299268 -SHA256 (qgis-QGIS-final-3_6_1_GH0.tar.gz) = e5d891c5d00f3fbfa2a251d4916ce8e2be51534fde23cec5e68f4a351d27b0d3 -SIZE (qgis-QGIS-final-3_6_1_GH0.tar.gz) = 93023810 +TIMESTAMP = 1557046440 +SHA256 (qgis-QGIS-final-3_6_2_GH0.tar.gz) = 10920eaac37ea5986a9f833a2db79ec5d5c359edfc6821643a24cfc68df48638 +SIZE (qgis-QGIS-final-3_6_2_GH0.tar.gz) = 94662525 Modified: head/graphics/qgis/pkg-plist ============================================================================== --- head/graphics/qgis/pkg-plist Fri May 10 17:45:54 2019 (r501189) +++ head/graphics/qgis/pkg-plist Fri May 10 18:19:03 2019 (r501190) @@ -3778,7 +3778,7 @@ share/metainfo/org.qgis.qgis.appdata.xml %%DATADIR%%/python/qsci_apis/PyQGIS-2.2.api %%DATADIR%%/python/qsci_apis/PyQGIS.api %%DATADIR%%/python/qsci_apis/PyQt5.api -%%DATADIR%%/python/qsci_apis/Python-%%PYTHON_VER%%.api +%%DATADIR%%/python/qsci_apis/Python-3.6.api %%DATADIR%%/python/qsci_apis/QScintilla2-2.4.5.api %%DATADIR%%/python/qsci_apis/QScintilla2-2.7.2.api %%DATADIR%%/python/qsci_apis/pyqgis.pap @@ -4974,7 +4974,6 @@ share/metainfo/org.qgis.qgis.appdata.xml %%DATADIR%%/resources/cpt-city-qgis-min/wkp/tubs/DESC.xml %%DATADIR%%/resources/cpt-city-qgis-min/wkp/tubs/nrwc.svg %%DATADIR%%/resources/customization.xml -@mode 0666 %%DATADIR%%/resources/data/contributors.json %%DATADIR%%/resources/data/contributors.qml %%DATADIR%%/resources/data/qgis-hackfests.json @@ -4985,7 +4984,6 @@ share/metainfo/org.qgis.qgis.appdata.xml %%DATADIR%%/resources/data/world_map.qml %%DATADIR%%/resources/data/world_map.shp %%DATADIR%%/resources/data/world_map.shx -@mode %%DATADIR%%/resources/metadata-ISO/LinkPropertyLookupTable.csv %%DATADIR%%/resources/metadata-ISO/country_code_ISO_3166.csv %%DATADIR%%/resources/metadata-ISO/language_codes_ISO_639.csv From owner-svn-ports-all@freebsd.org Fri May 10 18:32:36 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 629D215A9EE0; Fri, 10 May 2019 18:32:36 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 065B38612A; Fri, 10 May 2019 18:32:36 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D4D828275; Fri, 10 May 2019 18:32:35 +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 x4AIWZO5046692; Fri, 10 May 2019 18:32:35 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4AIWZDr046691; Fri, 10 May 2019 18:32:35 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201905101832.x4AIWZDr046691@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Fri, 10 May 2019 18:32:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501191 - head/textproc/zsh-syntax-highlighting X-SVN-Group: ports-head X-SVN-Commit-Author: jrm X-SVN-Commit-Paths: head/textproc/zsh-syntax-highlighting X-SVN-Commit-Revision: 501191 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 065B38612A X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 18:32:36 -0000 Author: jrm Date: Fri May 10 18:32:35 2019 New Revision: 501191 URL: https://svnweb.freebsd.org/changeset/ports/501191 Log: textproc/zsh-syntax-highlighting: Update to latest commit (82cf252) Modified: head/textproc/zsh-syntax-highlighting/Makefile (contents, props changed) head/textproc/zsh-syntax-highlighting/distinfo (contents, props changed) Modified: head/textproc/zsh-syntax-highlighting/Makefile ============================================================================== --- head/textproc/zsh-syntax-highlighting/Makefile Fri May 10 18:19:03 2019 (r501190) +++ head/textproc/zsh-syntax-highlighting/Makefile Fri May 10 18:32:35 2019 (r501191) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= zsh-syntax-highlighting -DISTVERSION= 0.6.0-231 -DISTVERSIONSUFFIX= -g2f3b98f +DISTVERSION= 0.6.0-243 +DISTVERSIONSUFFIX= -g82cf252 PORTEPOCH= 1 CATEGORIES= textproc Modified: head/textproc/zsh-syntax-highlighting/distinfo ============================================================================== --- head/textproc/zsh-syntax-highlighting/distinfo Fri May 10 18:19:03 2019 (r501190) +++ head/textproc/zsh-syntax-highlighting/distinfo Fri May 10 18:32:35 2019 (r501191) @@ -1,3 +1,3 @@ -TIMESTAMP = 1547672838 -SHA256 (zsh-users-zsh-syntax-highlighting-0.6.0-231-g2f3b98f_GH0.tar.gz) = c97547a73891424f053843777f7822088363157146d0a9b28a49d22d05308cd2 -SIZE (zsh-users-zsh-syntax-highlighting-0.6.0-231-g2f3b98f_GH0.tar.gz) = 126044 +TIMESTAMP = 1557512113 +SHA256 (zsh-users-zsh-syntax-highlighting-0.6.0-243-g82cf252_GH0.tar.gz) = 3657984ada2f2716cf2d44be086147c7eb7d34a8c39c50268377bb49b048e1b8 +SIZE (zsh-users-zsh-syntax-highlighting-0.6.0-243-g82cf252_GH0.tar.gz) = 127225 From owner-svn-ports-all@freebsd.org Fri May 10 18:51:53 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BCA6D15AA4EF; Fri, 10 May 2019 18:51:53 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-ed1-f68.google.com (mail-ed1-f68.google.com [209.85.208.68]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 142D486B62; Fri, 10 May 2019 18:51:52 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-ed1-f68.google.com with SMTP id n17so6425784edb.0; Fri, 10 May 2019 11:51:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=6SUQLGXjpzpj+mhOyi7ZeDe5HAy3hqJCE98nvhKgbpc=; b=dl8ZIpvdmA/vBNCtDDbiqiU6zflhEbiIJ/JosHAAoqAouB0wY8sC91HibfMJanW7Jg jyNEmoI1Bh638yj0cXVQTzClUKWrRF4FMvW2m67AAWke5uyKarSAHjWXaxLUAPxncwk3 5CQoJ8+meNEpp3DebTDMjrK80orwv1AW9FHYx6nD+txI9UFqcO1fKCWhCuipxwnIGeDA f8ZOT0ZGjSO/JgsTHVgoO6S55tqQuI8OlPQ3A3jRcjIrRSiOwwgZAYKthDwCn7HL2pgJ RLK+S1reY5HpXYSUPD+QevS/gnqnftWeEIULeqFYFYdvsWqUPL4zudKaFPK6i21zqrun CaMw== X-Gm-Message-State: APjAAAU9g+ZoBkk+ouvRiFt5IeAypZUJJd/AjVUwFY7WSmm0epQYkMNA EEKY6rCsQ6xcYPIott1QYzZMaHf7mj0YFa3kn8xn8W8t X-Google-Smtp-Source: APXvYqwaGAh1EJZpJ9qQWl8wfU14Wc2NQciS/Epp9niK0pgk4Uxh+yWOIYx0qqr/KCIy8b94KcwawTfFdZtsqAtzxdY= X-Received: by 2002:a50:a3a2:: with SMTP id s31mr12923002edb.254.1557514306288; Fri, 10 May 2019 11:51:46 -0700 (PDT) MIME-Version: 1.0 References: <201905101515.x4AFFwID039331@repo.freebsd.org> In-Reply-To: <201905101515.x4AFFwID039331@repo.freebsd.org> From: Antoine Brodin Date: Fri, 10 May 2019 20:51:35 +0200 Message-ID: Subject: Re: svn commit: r501177 - head/sysutils/py-borgmatic To: =?UTF-8?Q?Vin=C3=ADcius_Zavam?= Cc: ports-committers , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 142D486B62 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.96 / 15.00]; NEURAL_HAM_MEDIUM(-0.99)[-0.993,0]; NEURAL_HAM_SHORT(-0.96)[-0.962,0]; REPLY(-4.00)[]; TAGGED_FROM(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 18:51:53 -0000 On Fri, May 10, 2019 at 5:16 PM Vin=C3=ADcius Zavam w= rote: > > Author: egypcio > Date: Fri May 10 15:15:57 2019 > New Revision: 501177 > URL: https://svnweb.freebsd.org/changeset/ports/501177 > > Log: > sysutils/py-borgmatic: update 1.3.1 to 1.3.2 > > Approved by: mentors (implicit) Hi, It's still not hooked to the build. Antoine From owner-svn-ports-all@freebsd.org Fri May 10 18:56:34 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A960815AA635; Fri, 10 May 2019 18:56:34 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DDFE86E6A; Fri, 10 May 2019 18:56: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 29ACA85D4; Fri, 10 May 2019 18:56: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 x4AIuYZX057098; Fri, 10 May 2019 18:56:34 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4AIuXMq057096; Fri, 10 May 2019 18:56:33 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905101856.x4AIuXMq057096@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 10 May 2019 18:56:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501192 - head/multimedia/svt-av1 X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/multimedia/svt-av1 X-SVN-Commit-Revision: 501192 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4DDFE86E6A X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 18:56:34 -0000 Author: jbeich Date: Fri May 10 18:56:33 2019 New Revision: 501192 URL: https://svnweb.freebsd.org/changeset/ports/501192 Log: multimedia/svt-av1: update to s20180509 Changes: https://github.com/OpenVisualCloud/SVT-AV1/compare/8c77c93a...ad4522fb Modified: head/multimedia/svt-av1/Makefile (contents, props changed) head/multimedia/svt-av1/distinfo (contents, props changed) Modified: head/multimedia/svt-av1/Makefile ============================================================================== --- head/multimedia/svt-av1/Makefile Fri May 10 18:32:35 2019 (r501191) +++ head/multimedia/svt-av1/Makefile Fri May 10 18:56:33 2019 (r501192) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= svt-av1 -PORTVERSION= s20180508 +PORTVERSION= s20180509 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org @@ -23,7 +23,7 @@ USE_GITHUB= yes USE_LDCONFIG= yes GH_ACCOUNT= OpenVisualCloud GH_PROJECT= SVT-AV1 -GH_TAGNAME= 8c77c93a +GH_TAGNAME= ad4522fb CMAKE_OFF= BUILD_TESTING # no useful tests yet post-patch: Modified: head/multimedia/svt-av1/distinfo ============================================================================== --- head/multimedia/svt-av1/distinfo Fri May 10 18:32:35 2019 (r501191) +++ head/multimedia/svt-av1/distinfo Fri May 10 18:56:33 2019 (r501192) @@ -1,3 +1,3 @@ -TIMESTAMP = 1557299994 -SHA256 (OpenVisualCloud-SVT-AV1-s20180508-8c77c93a_GH0.tar.gz) = 3160c3b88d94f471cf5aeeaeb6bb2ab0fd5a1817a858167d11734aa22a562413 -SIZE (OpenVisualCloud-SVT-AV1-s20180508-8c77c93a_GH0.tar.gz) = 2226627 +TIMESTAMP = 1557368472 +SHA256 (OpenVisualCloud-SVT-AV1-s20180509-ad4522fb_GH0.tar.gz) = c2d12fe52ab328c9e59f27f23acda448703188340fb17d44d270820d276f3ae4 +SIZE (OpenVisualCloud-SVT-AV1-s20180509-ad4522fb_GH0.tar.gz) = 2226530 From owner-svn-ports-all@freebsd.org Fri May 10 18:56:50 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D5E6115AA657; Fri, 10 May 2019 18:56:49 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7949A86F4D; Fri, 10 May 2019 18:56:49 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4653B85D8; Fri, 10 May 2019 18:56:49 +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 x4AIun6f057241; Fri, 10 May 2019 18:56:49 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4AIum7g057240; Fri, 10 May 2019 18:56:48 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905101856.x4AIum7g057240@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 10 May 2019 18:56:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501193 - in head/multimedia/x265: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/multimedia/x265: . files X-SVN-Commit-Revision: 501193 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7949A86F4D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 18:56:50 -0000 Author: jbeich Date: Fri May 10 18:56:48 2019 New Revision: 501193 URL: https://svnweb.freebsd.org/changeset/ports/501193 Log: multimedia/x265: backport some SVTHEVC fixes Deleted: head/multimedia/x265/files/patch-source_encoder_api.cpp Modified: head/multimedia/x265/Makefile (contents, props changed) head/multimedia/x265/distinfo (contents, props changed) Modified: head/multimedia/x265/Makefile ============================================================================== --- head/multimedia/x265/Makefile Fri May 10 18:56:33 2019 (r501192) +++ head/multimedia/x265/Makefile Fri May 10 18:56:48 2019 (r501193) @@ -3,6 +3,7 @@ PORTNAME= x265 PORTVERSION= 3.0 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= https://downloads.videolan.org/pub/videolan/x265/ \ https://mirror.leaseweb.com/videolan/x265/ \ @@ -12,6 +13,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} PATCH_SITES= http://hg.videolan.org/${PORTNAME}/raw-rev/ PATCHFILES+= 878541319ea1:-p1 a41325fc854f:-p1 # SVT-HEVC +PATCHFILES+= 31ab7e09a3b5:-p1 e16999096b48:-p1 # SVT-HEVC MAINTAINER= mi@aldan.algebra.com COMMENT= H.265/High Efficiency Video Coding (HEVC) format Modified: head/multimedia/x265/distinfo ============================================================================== --- head/multimedia/x265/distinfo Fri May 10 18:56:33 2019 (r501192) +++ head/multimedia/x265/distinfo Fri May 10 18:56:48 2019 (r501193) @@ -5,3 +5,7 @@ SHA256 (878541319ea1) = cb135430143d4d0df4e1d7e5b9d799 SIZE (878541319ea1) = 86799 SHA256 (a41325fc854f) = 5fb5a2d97cecf9920f5800364534f56584dbf805f1e215de9dbdeca025eb3ec8 SIZE (a41325fc854f) = 912 +SHA256 (31ab7e09a3b5) = ecf6349c12cdb060ccbd7dfcf013599208cd9239b1fbc877318f3a779b98b7aa +SIZE (31ab7e09a3b5) = 2927 +SHA256 (e16999096b48) = 7e4cdeb59d172ab0b04c03356ad05a38bec1802f44b64ce56bf3694efe06cc82 +SIZE (e16999096b48) = 1105 From owner-svn-ports-all@freebsd.org Fri May 10 18:57:21 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E6A3E15AA6AB; Fri, 10 May 2019 18:57:20 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8B1E18706A; Fri, 10 May 2019 18:57:20 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7DE1C85D9; Fri, 10 May 2019 18:57:20 +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 x4AIvKgR057406; Fri, 10 May 2019 18:57:20 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4AIvK9S057404; Fri, 10 May 2019 18:57:20 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905101857.x4AIvK9S057404@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 10 May 2019 18:57:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501194 - in branches/2019Q2/multimedia/x265: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2019Q2/multimedia/x265: . files X-SVN-Commit-Revision: 501194 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8B1E18706A X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 18:57:21 -0000 Author: jbeich Date: Fri May 10 18:57:19 2019 New Revision: 501194 URL: https://svnweb.freebsd.org/changeset/ports/501194 Log: MFH: r501193 multimedia/x265: backport some SVTHEVC fixes Approved by: ports-secteam blanket Deleted: branches/2019Q2/multimedia/x265/files/patch-source_encoder_api.cpp Modified: branches/2019Q2/multimedia/x265/Makefile branches/2019Q2/multimedia/x265/distinfo Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/multimedia/x265/Makefile ============================================================================== --- branches/2019Q2/multimedia/x265/Makefile Fri May 10 18:56:48 2019 (r501193) +++ branches/2019Q2/multimedia/x265/Makefile Fri May 10 18:57:19 2019 (r501194) @@ -3,6 +3,7 @@ PORTNAME= x265 PORTVERSION= 3.0 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= https://downloads.videolan.org/pub/videolan/x265/ \ https://mirror.leaseweb.com/videolan/x265/ \ @@ -12,6 +13,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} PATCH_SITES= http://hg.videolan.org/${PORTNAME}/raw-rev/ PATCHFILES+= 878541319ea1:-p1 a41325fc854f:-p1 # SVT-HEVC +PATCHFILES+= 31ab7e09a3b5:-p1 e16999096b48:-p1 # SVT-HEVC MAINTAINER= mi@aldan.algebra.com COMMENT= H.265/High Efficiency Video Coding (HEVC) format Modified: branches/2019Q2/multimedia/x265/distinfo ============================================================================== --- branches/2019Q2/multimedia/x265/distinfo Fri May 10 18:56:48 2019 (r501193) +++ branches/2019Q2/multimedia/x265/distinfo Fri May 10 18:57:19 2019 (r501194) @@ -5,3 +5,7 @@ SHA256 (878541319ea1) = cb135430143d4d0df4e1d7e5b9d799 SIZE (878541319ea1) = 86799 SHA256 (a41325fc854f) = 5fb5a2d97cecf9920f5800364534f56584dbf805f1e215de9dbdeca025eb3ec8 SIZE (a41325fc854f) = 912 +SHA256 (31ab7e09a3b5) = ecf6349c12cdb060ccbd7dfcf013599208cd9239b1fbc877318f3a779b98b7aa +SIZE (31ab7e09a3b5) = 2927 +SHA256 (e16999096b48) = 7e4cdeb59d172ab0b04c03356ad05a38bec1802f44b64ce56bf3694efe06cc82 +SIZE (e16999096b48) = 1105 From owner-svn-ports-all@freebsd.org Fri May 10 19:31:29 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0F1C01583293; Fri, 10 May 2019 19:31:29 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A7B0588356; Fri, 10 May 2019 19:31:28 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 81AEB8C22; Fri, 10 May 2019 19:31:28 +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 x4AJVSVT076190; Fri, 10 May 2019 19:31:28 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4AJVS80076189; Fri, 10 May 2019 19:31:28 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201905101931.x4AJVS80076189@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Fri, 10 May 2019 19:31:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501195 - head/sysutils/doctl X-SVN-Group: ports-head X-SVN-Commit-Author: jrm X-SVN-Commit-Paths: head/sysutils/doctl X-SVN-Commit-Revision: 501195 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A7B0588356 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 19:31:29 -0000 Author: jrm Date: Fri May 10 19:31:27 2019 New Revision: 501195 URL: https://svnweb.freebsd.org/changeset/ports/501195 Log: sysutils/doctl: Update to version 1.17.0 Upstream changes: https://github.com/digitalocean/doctl/releases/tag/v1.17.0 Sponsored by: DigitalOcean Modified: head/sysutils/doctl/Makefile (contents, props changed) head/sysutils/doctl/distinfo (contents, props changed) Modified: head/sysutils/doctl/Makefile ============================================================================== --- head/sysutils/doctl/Makefile Fri May 10 18:57:19 2019 (r501194) +++ head/sysutils/doctl/Makefile Fri May 10 19:31:27 2019 (r501195) @@ -2,7 +2,7 @@ PORTNAME= doctl DISTVERSIONPREFIX= v -DISTVERSION= 1.16.0 +DISTVERSION= 1.17.0 CATEGORIES= sysutils MAINTAINER= jrm@FreeBSD.org Modified: head/sysutils/doctl/distinfo ============================================================================== --- head/sysutils/doctl/distinfo Fri May 10 18:57:19 2019 (r501194) +++ head/sysutils/doctl/distinfo Fri May 10 19:31:27 2019 (r501195) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556837146 -SHA256 (digitalocean-doctl-v1.16.0_GH0.tar.gz) = 975eab4b7f1c3fbf36d27ecf128d8ffbe22cc982732d44d4b1179f84eba0fec9 -SIZE (digitalocean-doctl-v1.16.0_GH0.tar.gz) = 15644311 +TIMESTAMP = 1557515963 +SHA256 (digitalocean-doctl-v1.17.0_GH0.tar.gz) = a366df78421951edc897d95914cb23ed36f633c46bbc6cb90e230180e7119a33 +SIZE (digitalocean-doctl-v1.17.0_GH0.tar.gz) = 15646609 From owner-svn-ports-all@freebsd.org Fri May 10 20:17:41 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE8A71585371; Fri, 10 May 2019 20:17:40 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7FBB689D6C; Fri, 10 May 2019 20:17:40 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3A64393EF; Fri, 10 May 2019 20:17:40 +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 x4AKHe4S099618; Fri, 10 May 2019 20:17:40 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4AKHdxu099615; Fri, 10 May 2019 20:17:39 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201905102017.x4AKHdxu099615@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Fri, 10 May 2019 20:17:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501196 - head/emulators/wine-devel X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/emulators/wine-devel X-SVN-Commit-Revision: 501196 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7FBB689D6C X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 20:17:41 -0000 Author: gerald Date: Fri May 10 20:17:39 2019 New Revision: 501196 URL: https://svnweb.freebsd.org/changeset/ports/501196 Log: Update to Wine 4.8. This includes the following changes: - Support building most programs in PE format. - Unicode data updated to Unicode 12.0. - Support for MSI patch files. - Default to non-PIC builds on i386. - Joystick support improvements. - Asturian locale. - Various bug fixes. Packaging-wise, one additional include file and one moves from the Staging patchset into Wine proper. 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 Fri May 10 19:31:27 2019 (r501195) +++ head/emulators/wine-devel/Makefile Fri May 10 20:17:39 2019 (r501196) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 4.7 +DISTVERSION= 4.8 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Fri May 10 19:31:27 2019 (r501195) +++ head/emulators/wine-devel/distinfo Fri May 10 20:17:39 2019 (r501196) @@ -1,5 +1,3 @@ -TIMESTAMP = 1556547914 -SHA256 (wine-4.7.tar.xz) = 3bca9084354a60d202f6b8e670b130366126db0583fa27054f1f02294de7bab0 -SIZE (wine-4.7.tar.xz) = 21962632 -SHA256 (v4.7.tar.gz) = 3199e75e5085ab742280ef4f924205af977a2b5cb8d8051419d97d274545ef6f -SIZE (v4.7.tar.gz) = 9944737 +TIMESTAMP = 1557503665 +SHA256 (wine-4.8.tar.xz) = 48b9ab1c1277e13eede66e1af1f9f885cb8b4c5cb53eea6ebbfe10bc06dfa135 +SIZE (wine-4.8.tar.xz) = 22024100 Modified: head/emulators/wine-devel/pkg-plist ============================================================================== --- head/emulators/wine-devel/pkg-plist Fri May 10 19:31:27 2019 (r501195) +++ head/emulators/wine-devel/pkg-plist Fri May 10 20:17:39 2019 (r501196) @@ -43,6 +43,7 @@ include/wine/msvcrt/errno.h include/wine/msvcrt/fcntl.h include/wine/msvcrt/float.h include/wine/msvcrt/fpieee.h +include/wine/msvcrt/inttypes.h include/wine/msvcrt/io.h include/wine/msvcrt/limits.h include/wine/msvcrt/locale.h @@ -367,7 +368,7 @@ include/wine/windows/dxgiformat.h include/wine/windows/dxgiformat.idl include/wine/windows/dxgitype.h include/wine/windows/dxgitype.idl -%%STAGING%%include/wine/windows/dxva.h +include/wine/windows/dxva.h include/wine/windows/dxva2api.h include/wine/windows/dxva2api.idl include/wine/windows/dyngraph.idl From owner-svn-ports-all@freebsd.org Fri May 10 20:19:44 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5CDDB15853D9; Fri, 10 May 2019 20:19:44 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F2CF789E5D; Fri, 10 May 2019 20:19:43 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DC1D993F0; Fri, 10 May 2019 20:19:43 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4AKJhtR099908; Fri, 10 May 2019 20:19:43 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4AKJgaW099901; Fri, 10 May 2019 20:19:42 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201905102019.x4AKJgaW099901@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Fri, 10 May 2019 20:19:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501197 - in head/sysutils/bareos-server: . files X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: in head/sysutils/bareos-server: . files X-SVN-Commit-Revision: 501197 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: F2CF789E5D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.95)[-0.955,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 20:19:44 -0000 Author: acm Date: Fri May 10 20:19:42 2019 New Revision: 501197 URL: https://svnweb.freebsd.org/changeset/ports/501197 Log: - Fix pthread error [1] - Fix build when python 2.x is not default version [2] - Fix build when NLS option is not selected [3] - Fix pkg-plist - Few other modifications PR: 237818 237823 237825 Submitted by: Trond.Endrestol _ at _ ximalas.info [1][3], beldin _ at _ beldin.org [2] Reported by: pkg-fallout Added: head/sysutils/bareos-server/files/patch-core-CMakeLists.txt (contents, props changed) head/sysutils/bareos-server/files/patch-core-cmake_BareosFindAllLibraries.cmake (contents, props changed) head/sysutils/bareos-server/files/patch-core-cmake_BareosSetVariableDefaults.cmake (contents, props changed) head/sysutils/bareos-server/files/patch-core-src-include_baconfig.h (contents, props changed) head/sysutils/bareos-server/files/patch-core-src-plugins-filed_CMakeLists.txt (contents, props changed) Modified: head/sysutils/bareos-server/Makefile head/sysutils/bareos-server/files/patch-core-src-stored_CMakeLists.txt head/sysutils/bareos-server/pkg-plist Modified: head/sysutils/bareos-server/Makefile ============================================================================== --- head/sysutils/bareos-server/Makefile Fri May 10 20:17:39 2019 (r501196) +++ head/sysutils/bareos-server/Makefile Fri May 10 20:19:42 2019 (r501197) @@ -65,9 +65,9 @@ SCSICRYPTO_CMAKE_ON= -Dscsi-crypto=ON SCSICRYPTO_CMAKE_OFF= -Dscsi-crypto=OFF .if ${PKGNAMESUFFIX} == "-client" || ${PKGNAMESUFFIX} == "-server" #Till end of the file -PYTHON_USES= python -PYTHON_CMAKE_ON= -Dpython=yes -PYTHON_CMAKE_OFF= -Dpython=no +PYTHON_USES= python:2.7 +PYTHON_CMAKE_ON= -Dpython=ON +PYTHON_CMAKE_OFF= -Dpython=OFF PYTHON_PLUGIN= yes .if !defined(WITH_CLIENT_ONLY) @@ -138,7 +138,7 @@ SUB_LIST= BAREOS_USER=${BAREOS_USER} \ BAREOS_DIR=${BAREOS_DIR} NLS_USES= gettext -NLS_CMAKE_ON= -DENABLE_NLS=1 +NLS_CMAKE_ON= -Dnls=ON # Client only or full server version .if defined(WITH_CLIENT_ONLY) @@ -192,7 +192,6 @@ MAKE_ENV+= MAN8="${MP8}" MAN1="${MP1}" post-patch: @${REINPLACE_CMD} '21d' ${WRKSRC}/CMakeLists.txt - @${REINPLACE_CMD} '579d' ${WRKSRC}/core/CMakeLists.txt .if ${PKGNAMESUFFIX} == "-server" @${REINPLACE_CMD} '25d' ${WRKSRC}/core/src/plugins/CMakeLists.txt .endif Added: head/sysutils/bareos-server/files/patch-core-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/bareos-server/files/patch-core-CMakeLists.txt Fri May 10 20:19:42 2019 (r501197) @@ -0,0 +1,32 @@ +--- core/CMakeLists.txt 2019-02-13 09:25:55.000000000 -0500 ++++ core/CMakeLists.txt 2019-05-10 14:14:16.122670000 -0500 +@@ -116,7 +116,9 @@ + set(PSCMD "ps -ax -o pid,command") + include_directories(/usr/local/include) + link_directories(/usr/local/lib) +- link_libraries(intl) ++ IF(nls) ++ link_libraries(intl) ++ ENDIF() + endif() + + IF (${CMAKE_SYSTEM_NAME} MATCHES "Darwin") +@@ -173,7 +175,9 @@ + add_definitions("-D_FILE_OFFSET_BITS=64") + endif() + +-INCLUDE(FindIntl) ++IF(nls) ++ INCLUDE(FindIntl) ++ENDIF() + + IF(developer) + add_definitions("-DDEVELOPER=1") +@@ -576,7 +580,6 @@ + + add_subdirectory(scripts) + add_subdirectory(manpages) +-add_subdirectory(platforms) + add_subdirectory(src) + + STRING(TIMESTAMP NOW "%Y-%m-%d %H:%M:%S") Added: head/sysutils/bareos-server/files/patch-core-cmake_BareosFindAllLibraries.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/bareos-server/files/patch-core-cmake_BareosFindAllLibraries.cmake Fri May 10 20:19:42 2019 (r501197) @@ -0,0 +1,24 @@ +--- core/cmake/BareosFindAllLibraries.cmake 2019-05-10 00:27:21.421777000 -0500 ++++ core/cmake/BareosFindAllLibraries.cmake 2019-05-10 00:28:47.016424000 -0500 +@@ -25,13 +25,15 @@ + + + if (NOT ${CMAKE_SYSTEM_NAME} MATCHES "Windows") +- # make sure we get python 2 not 3 +- set(Python_ADDITIONAL_VERSIONS 2.5 2.6 2.7 2.8 2.9) +- find_package(PythonInterp) +- INCLUDE(FindPythonLibs) ++ if (python) ++ # make sure we get python 2 not 3 ++ set(Python_ADDITIONAL_VERSIONS 2.5 2.6 2.7 2.8 2.9) ++ find_package(PythonInterp) ++ INCLUDE(FindPythonLibs) + +- if (${PYTHONLIBS_FOUND}) +- SET(HAVE_PYTHON 1) ++ if (${PYTHONLIBS_FOUND}) ++ SET(HAVE_PYTHON 1) ++ endif() + endif() + + INCLUDE(FindPostgreSQL) Added: head/sysutils/bareos-server/files/patch-core-cmake_BareosSetVariableDefaults.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/bareos-server/files/patch-core-cmake_BareosSetVariableDefaults.cmake Fri May 10 20:19:42 2019 (r501197) @@ -0,0 +1,15 @@ +--- core/cmake/BareosSetVariableDefaults.cmake 2019-05-10 11:53:19.620402000 -0500 ++++ core/cmake/BareosSetVariableDefaults.cmake 2019-05-10 12:13:55.910452000 -0500 +@@ -669,7 +669,11 @@ + SET(PACKAGE_URL "\"\"") + SET(PACKAGE_VERSION "\"${BAREOS_NUMERIC_VERSION}\"") + +-set(ENABLE_NLS 1) ++IF(DEFINED nls) ++ SET(ENABLE_NLS 1) ++ELSE() ++ SET(ENABLE_NLS 0) ++ENDIF() + + + IF(HAVE_WIN32) Added: head/sysutils/bareos-server/files/patch-core-src-include_baconfig.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/bareos-server/files/patch-core-src-include_baconfig.h Fri May 10 20:19:42 2019 (r501197) @@ -0,0 +1,25 @@ +--- core/src/include/baconfig.h 2019-05-10 14:32:06.160940000 -0500 ++++ core/src/include/baconfig.h 2019-05-10 14:32:32.142847000 -0500 +@@ -120,11 +120,11 @@ + #define N_(s) (s) + #endif /* N_ */ + #else /* !ENABLE_NLS */ ++ #include + #undef _ + #undef N_ + #undef textdomain + #undef bindtextdomain +- #undef setlocale + + #ifndef _ + #define _(s) (s) +@@ -137,9 +137,6 @@ + #endif + #ifndef bindtextdomain + #define bindtextdomain(p, d) +- #endif +- #ifndef setlocale +- #define setlocale(p, d) + #endif + #endif /* ENABLE_NLS */ + Added: head/sysutils/bareos-server/files/patch-core-src-plugins-filed_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/bareos-server/files/patch-core-src-plugins-filed_CMakeLists.txt Fri May 10 20:19:42 2019 (r501197) @@ -0,0 +1,35 @@ +--- core/src/plugins/filed/CMakeLists.txt 2019-05-10 13:49:40.521620000 -0500 ++++ core/src/plugins/filed/CMakeLists.txt 2019-05-10 13:50:25.954964000 -0500 +@@ -99,18 +99,18 @@ + INSTALL(TARGETS test-plugin-fd DESTINATION ${plugindir}) + endif() + +-set (PYFILES +- bareos-fd.py.template +- bareos-fd-local-fileset.py +- bareos-fd-mock-test.py +- BareosFdPluginBaseclass.py +- BareosFdPluginLocalFileset.py +- BareosFdWrapper.py +- bareos_fd_consts.py +- bareos-fd-ldap.py +- BareosFdPluginLDAP.py +- ) ++if (python) ++ set (PYFILES ++ bareos-fd.py.template ++ bareos-fd-local-fileset.py ++ bareos-fd-mock-test.py ++ BareosFdPluginBaseclass.py ++ BareosFdPluginLocalFileset.py ++ BareosFdWrapper.py ++ bareos_fd_consts.py ++ bareos-fd-ldap.py ++ BareosFdPluginLDAP.py ++ ) + +-INSTALL(FILES ${PYFILES} DESTINATION ${plugindir}) +- +- ++ INSTALL(FILES ${PYFILES} DESTINATION ${plugindir}) ++endif() Modified: head/sysutils/bareos-server/files/patch-core-src-stored_CMakeLists.txt ============================================================================== --- head/sysutils/bareos-server/files/patch-core-src-stored_CMakeLists.txt Fri May 10 20:17:39 2019 (r501196) +++ head/sysutils/bareos-server/files/patch-core-src-stored_CMakeLists.txt Fri May 10 20:19:42 2019 (r501197) @@ -1,5 +1,5 @@ --- core/src/stored/CMakeLists.txt 2019-02-13 09:25:55.000000000 -0500 -+++ core/src/stored/CMakeLists.txt 2019-05-09 00:06:43.118374000 -0500 ++++ core/src/stored/CMakeLists.txt 2019-05-10 14:55:03.636098000 -0500 @@ -192,6 +192,8 @@ target_link_libraries(bareos-sd stored_objects @@ -9,7 +9,31 @@ ) add_executable(bls ${BLSSRCS}) -@@ -231,7 +233,7 @@ +@@ -202,6 +204,7 @@ + add_executable(bextract ${BEXTRACTSRS}) + target_link_libraries(bextract + bareossd bareosfind bareos ++ ${PTHREAD_LIBRARIES} + ) + + add_executable(bscan ${BSCANSRCS}) +@@ -212,6 +215,7 @@ + add_executable(btape ${BTAPESRCS}) + target_link_libraries(btape + bareossd bareos ++ ${PTHREAD_LIBRARIES} + ) + + add_executable(bcopy ${BCOPYSRCS}) +@@ -219,6 +223,7 @@ + + target_link_libraries(bcopy + bareossd bareos ++ ${PTHREAD_LIBRARIES} + ) + + INSTALL(TARGETS bareossd DESTINATION ${libdir}) +@@ -231,7 +236,7 @@ install(CODE "set(SRC_DIR \"${PROJECT_SOURCE_DIR}\")") install(SCRIPT ${PROJECT_SOURCE_DIR}/cmake/install-stored-configfiles.cmake) Modified: head/sysutils/bareos-server/pkg-plist ============================================================================== --- head/sysutils/bareos-server/pkg-plist Fri May 10 20:17:39 2019 (r501196) +++ head/sysutils/bareos-server/pkg-plist Fri May 10 20:19:42 2019 (r501197) @@ -41,23 +41,21 @@ bin/timelimit @sample(,bareos,640) %%ETCDIR%%/bareos-sd.d/storage/bareos-sd.conf.sample %%MTX%%@sample(,bareos,640) %%ETCDIR%%/mtx-changer.conf.sample etc/logrotate.d/bareos-dir -etc/rc.d/bareos-dir -etc/rc.d/bareos-sd lib/bareos/backends/libbareoscats-%%DBTYPE%%.so lib/bareos/backends/libbareossd-fifo.so lib/bareos/backends/libbareossd-gentape.so lib/bareos/backends/libbareossd-tape.so -lib/bareos/plugins/BareosDirPluginBaseclass.py -lib/bareos/plugins/BareosDirWrapper.py -lib/bareos/plugins/BareosSdPluginBaseclass.py -lib/bareos/plugins/BareosSdWrapper.py +%%PYTHON%%lib/bareos/plugins/BareosDirPluginBaseclass.py +%%PYTHON%%lib/bareos/plugins/BareosDirWrapper.py +%%PYTHON%%lib/bareos/plugins/BareosSdPluginBaseclass.py +%%PYTHON%%lib/bareos/plugins/BareosSdWrapper.py lib/bareos/plugins/autoxflate-sd.so -lib/bareos/plugins/bareos-dir-class-plugin.py -lib/bareos/plugins/bareos-dir.py.template -lib/bareos/plugins/bareos-sd-class-plugin.py -lib/bareos/plugins/bareos-sd.py.template -lib/bareos/plugins/bareos_dir_consts.py -lib/bareos/plugins/bareos_sd_consts.py +%%PYTHON%%lib/bareos/plugins/bareos-dir-class-plugin.py +%%PYTHON%%lib/bareos/plugins/bareos-dir.py.template +%%PYTHON%%lib/bareos/plugins/bareos-sd-class-plugin.py +%%PYTHON%%lib/bareos/plugins/bareos-sd.py.template +%%PYTHON%%lib/bareos/plugins/bareos_dir_consts.py +%%PYTHON%%lib/bareos/plugins/bareos_sd_consts.py %%PYTHON%%lib/bareos/plugins/python-dir.so %%PYTHON%%lib/bareos/plugins/python-sd.so %%SCSICRYPTO%%lib/bareos/plugins/scsicrypto-sd.so From owner-svn-ports-all@freebsd.org Fri May 10 20:33:18 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 63CAD1585A62; Fri, 10 May 2019 20:33:18 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E73AA8A6F3; Fri, 10 May 2019 20:33:17 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DD48C974E; Fri, 10 May 2019 20:33:17 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4AKXHB6010064; Fri, 10 May 2019 20:33:17 GMT (envelope-from eugen@FreeBSD.org) Received: (from eugen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4AKXHto010062; Fri, 10 May 2019 20:33:17 GMT (envelope-from eugen@FreeBSD.org) Message-Id: <201905102033.x4AKXHto010062@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eugen set sender to eugen@FreeBSD.org using -f From: Eugene Grosbein Date: Fri, 10 May 2019 20:33:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501198 - head/net-im/pidgin-icyque X-SVN-Group: ports-head X-SVN-Commit-Author: eugen X-SVN-Commit-Paths: head/net-im/pidgin-icyque X-SVN-Commit-Revision: 501198 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E73AA8A6F3 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.95)[-0.953,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 20:33:18 -0000 Author: eugen Date: Fri May 10 20:33:17 2019 New Revision: 501198 URL: https://svnweb.freebsd.org/changeset/ports/501198 Log: net-im/pidgin-icyque: update to g20190421 Fix crash when sending message from Pidgin without a registered phone number. Modified: head/net-im/pidgin-icyque/Makefile head/net-im/pidgin-icyque/distinfo Modified: head/net-im/pidgin-icyque/Makefile ============================================================================== --- head/net-im/pidgin-icyque/Makefile Fri May 10 20:19:42 2019 (r501197) +++ head/net-im/pidgin-icyque/Makefile Fri May 10 20:33:17 2019 (r501198) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pidgin-icyque -DISTVERSION= g20190403 +DISTVERSION= g20190421 CATEGORIES= net-im MAINTAINER= eugen@FreeBSD.org Modified: head/net-im/pidgin-icyque/distinfo ============================================================================== --- head/net-im/pidgin-icyque/distinfo Fri May 10 20:19:42 2019 (r501197) +++ head/net-im/pidgin-icyque/distinfo Fri May 10 20:33:17 2019 (r501198) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554977658 -SHA256 (EionRobb-icyque-g20190403-8b7109e_GH0.tar.gz) = 911d944ccb9c447ebe009994790423d58e99900b5b0631234191634a4c6066aa -SIZE (EionRobb-icyque-g20190403-8b7109e_GH0.tar.gz) = 55099 +TIMESTAMP = 1557520328 +SHA256 (EionRobb-icyque-g20190421-8b7109e_GH0.tar.gz) = 911d944ccb9c447ebe009994790423d58e99900b5b0631234191634a4c6066aa +SIZE (EionRobb-icyque-g20190421-8b7109e_GH0.tar.gz) = 55099 From owner-svn-ports-all@freebsd.org Fri May 10 21:04:44 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C5D015888C7; Fri, 10 May 2019 21:04:44 +0000 (UTC) (envelope-from jwb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 431908B687; Fri, 10 May 2019 21:04:44 +0000 (UTC) (envelope-from jwb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1B48E9C58; Fri, 10 May 2019 21:04:44 +0000 (UTC) (envelope-from jwb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4AL4hnW025909; Fri, 10 May 2019 21:04:43 GMT (envelope-from jwb@FreeBSD.org) Received: (from jwb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4AL4h8L025905; Fri, 10 May 2019 21:04:43 GMT (envelope-from jwb@FreeBSD.org) Message-Id: <201905102104.x4AL4h8L025905@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jwb set sender to jwb@FreeBSD.org using -f From: "Jason W. Bacon" Date: Fri, 10 May 2019 21:04:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501199 - head/biology/stacks X-SVN-Group: ports-head X-SVN-Commit-Author: jwb X-SVN-Commit-Paths: head/biology/stacks X-SVN-Commit-Revision: 501199 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 431908B687 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_SHORT(-0.96)[-0.965,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 21:04:45 -0000 Author: jwb Date: Fri May 10 21:04:43 2019 New Revision: 501199 URL: https://svnweb.freebsd.org/changeset/ports/501199 Log: biology/stacks: Upgrade to 2.4 Improve check to avoid outdated GCC on 2nd tier platforms Reported by: portscout Modified: head/biology/stacks/Makefile head/biology/stacks/distinfo head/biology/stacks/pkg-plist Modified: head/biology/stacks/Makefile ============================================================================== --- head/biology/stacks/Makefile Fri May 10 20:33:17 2019 (r501198) +++ head/biology/stacks/Makefile Fri May 10 21:04:43 2019 (r501199) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= stacks -DISTVERSION= 2.3 +DISTVERSION= 2.4 CATEGORIES= biology perl5 python MASTER_SITES= http://catchenlab.life.illinois.edu/stacks/source/ @@ -21,7 +21,8 @@ LDFLAGS+= -lpthread .include -.if ${ARCH} != amd64 && ${ARCH} != i386 +# Force newer GCC on platforms using GCC 4.2 as base +.if ${CHOSEN_COMPILER_TYPE} == gcc USE_GCC= yes .endif Modified: head/biology/stacks/distinfo ============================================================================== --- head/biology/stacks/distinfo Fri May 10 20:33:17 2019 (r501198) +++ head/biology/stacks/distinfo Fri May 10 21:04:43 2019 (r501199) @@ -1,3 +1,3 @@ -TIMESTAMP = 1547306940 -SHA256 (stacks-2.3.tar.gz) = 2a5befaf11ca2f191afcd42a3a3392290d6a116d7fe737b69a2c4d5b77f40c99 -SIZE (stacks-2.3.tar.gz) = 10962586 +TIMESTAMP = 1557519159 +SHA256 (stacks-2.4.tar.gz) = 30093d688a2dc62a19ea42a58065f024c8279419439049bcde186703e75641c1 +SIZE (stacks-2.4.tar.gz) = 10930616 Modified: head/biology/stacks/pkg-plist ============================================================================== --- head/biology/stacks/pkg-plist Fri May 10 20:33:17 2019 (r501198) +++ head/biology/stacks/pkg-plist Fri May 10 21:04:43 2019 (r501199) @@ -16,50 +16,3 @@ bin/stacks-gdb bin/stacks-integrate-alignments bin/tsv2bam bin/ustacks -%%DATADIR%%/php/CatalogClass.php -%%DATADIR%%/php/Locus.php -%%DATADIR%%/php/ajax.js -%%DATADIR%%/php/annotate.js -%%DATADIR%%/php/annotate_marker.php -%%DATADIR%%/php/catalog.php -%%DATADIR%%/php/catalog_genotypes.php -%%DATADIR%%/php/constants.php.dist -%%DATADIR%%/php/correct_genotype.php -%%DATADIR%%/php/correct_genotypes.php -%%DATADIR%%/php/db_functions.php -%%DATADIR%%/php/export.js -%%DATADIR%%/php/export_batch.php -%%DATADIR%%/php/fst_view.php -%%DATADIR%%/php/hapstat_view.php -%%DATADIR%%/php/header.php -%%DATADIR%%/php/images/caret-d.png -%%DATADIR%%/php/images/caret-u.png -%%DATADIR%%/php/images/excel_icon.png -%%DATADIR%%/php/images/l-arrow-disabled.png -%%DATADIR%%/php/images/l-arrow.png -%%DATADIR%%/php/images/r-arrow-disabled.png -%%DATADIR%%/php/images/r-arrow.png -%%DATADIR%%/php/images/stacks_bg.png -%%DATADIR%%/php/images/stacks_logo_rev_small.png -%%DATADIR%%/php/index.php -%%DATADIR%%/php/last_modified.php -%%DATADIR%%/php/phist_view.php -%%DATADIR%%/php/pop_view.php -%%DATADIR%%/php/population_view.js -%%DATADIR%%/php/samples.php -%%DATADIR%%/php/sequence_blast.php -%%DATADIR%%/php/stack_view.php -%%DATADIR%%/php/stacks.css -%%DATADIR%%/php/stacks.js -%%DATADIR%%/php/stacks_functions.php -%%DATADIR%%/php/sumstat_view.php -%%DATADIR%%/php/tag.php -%%DATADIR%%/php/tags.php -%%DATADIR%%/php/version.php -%%DATADIR%%/php/view_sequence.php -%%DATADIR%%/sql/catalog_index.sql -%%DATADIR%%/sql/chr_index.sql -%%DATADIR%%/sql/mysql.cnf.dist -%%DATADIR%%/sql/stacks.sql -%%DATADIR%%/sql/tag_index.sql -@dir %%DATADIR%%/php/export From owner-svn-ports-all@freebsd.org Fri May 10 21:15:43 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 975111588DEB; Fri, 10 May 2019 21:15:43 +0000 (UTC) (envelope-from jwb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0D7E18BBD7; Fri, 10 May 2019 21:15:43 +0000 (UTC) (envelope-from jwb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D9F279E1E; Fri, 10 May 2019 21:15:42 +0000 (UTC) (envelope-from jwb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4ALFgqg031008; Fri, 10 May 2019 21:15:42 GMT (envelope-from jwb@FreeBSD.org) Received: (from jwb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4ALFgnX031007; Fri, 10 May 2019 21:15:42 GMT (envelope-from jwb@FreeBSD.org) Message-Id: <201905102115.x4ALFgnX031007@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jwb set sender to jwb@FreeBSD.org using -f From: "Jason W. Bacon" Date: Fri, 10 May 2019 21:15:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501200 - head/biology/stacks X-SVN-Group: ports-head X-SVN-Commit-Author: jwb X-SVN-Commit-Paths: head/biology/stacks X-SVN-Commit-Revision: 501200 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0D7E18BBD7 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 21:15:43 -0000 Author: jwb Date: Fri May 10 21:15:42 2019 New Revision: 501200 URL: https://svnweb.freebsd.org/changeset/ports/501200 Log: biology/stacks: Remove obsolete pkg-message regarding web interface PHP code no longer included in dist as of v2.4 Deleted: head/biology/stacks/pkg-message From owner-svn-ports-all@freebsd.org Fri May 10 21:29:46 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7EF0158925E; Fri, 10 May 2019 21:29:45 +0000 (UTC) (envelope-from tobik@freebsd.org) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7D52A8C23A; Fri, 10 May 2019 21:29:45 +0000 (UTC) (envelope-from tobik@freebsd.org) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id CE60021B2C; Fri, 10 May 2019 17:29:38 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute7.internal (MEProxy); Fri, 10 May 2019 17:29:38 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=UPaVks Y8YkY99UJak/sma0KOW/pjRV4jsQnAKyo9w2o=; b=pjVCKAbTAsPS4hUL7yJeRA ivZlSR6j1KppFoqv23/EcE+rtjAvmUk7XM+9bFGxV0857Jd9nqfCCu/bf2h346uc f9sCmCk963pOBoEXAvYcW6njbavrbCIZT/gU7KR8/b7HKKwN6Jj6MDdJ2kFAPsgG sJpZvj5ztppSUopmzn5EOHymhuJzv8YfXtKmFKWZJzqdfkDkEePlppvdksytv5K/ SiIQ8h8JvXdAkVMGFn656ExYm0XJuj/D7dYNJ7iDukVrmlpXzMINNeJPDIu7qDdM CNzlUNVXySnCoGqOwSPNyzV36lmdeu+/Mk6Wh469n+fPoS81nWSKiAoHzBI30+8w == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrkeekgdduieefucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepfffhvffukfhfgggtuggjfgesghdtreertdervdenucfhrhhomhepvfhosghi rghsucfmohhrthhkrghmphcuoehtohgsihhksehfrhgvvggsshgurdhorhhgqeenucffoh hmrghinhepfhhrvggvsghsugdrohhrghenucfkphepleehrdeltddrvddtvddrgeejnecu rfgrrhgrmhepmhgrihhlfhhrohhmpehtohgsihhksehfrhgvvggsshgurdhorhhgnecuve hluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from urd.tobik.me (ip5f5aca2f.dynamic.kabel-deutschland.de [95.90.202.47]) by mail.messagingengine.com (Postfix) with ESMTPA id 9041480063; Fri, 10 May 2019 17:29:37 -0400 (EDT) Date: Fri, 10 May 2019 23:29:37 +0200 From: Tobias Kortkamp To: Eugene Grosbein Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r501198 - head/net-im/pidgin-icyque Message-ID: <20190510212937.GA72891@urd.tobik.me> References: <201905102033.x4AKXHto010062@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="qMm9M+Fa2AknHoGS" Content-Disposition: inline In-Reply-To: <201905102033.x4AKXHto010062@repo.freebsd.org> User-Agent: Mutt/1.11.4 (2019-03-13) X-Rspamd-Queue-Id: 7D52A8C23A X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.99 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.99)[-0.993,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 21:29:46 -0000 --qMm9M+Fa2AknHoGS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, May 10, 2019 at 08:33:17PM +0000, Eugene Grosbein wrote: > Author: eugen > Date: Fri May 10 20:33:17 2019 > New Revision: 501198 > URL: https://svnweb.freebsd.org/changeset/ports/501198 >=20 > Log: > net-im/pidgin-icyque: update to g20190421 > =20 > Fix crash when sending message from Pidgin without a registered > phone number. >=20 > Modified: > head/net-im/pidgin-icyque/Makefile > head/net-im/pidgin-icyque/distinfo >=20 > Modified: head/net-im/pidgin-icyque/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/net-im/pidgin-icyque/Makefile Fri May 10 20:19:42 2019 (r501197) > +++ head/net-im/pidgin-icyque/Makefile Fri May 10 20:33:17 2019 (r501198) > @@ -2,7 +2,7 @@ > # $FreeBSD$ > =20 > PORTNAME=3D pidgin-icyque > -DISTVERSION=3D g20190403 > +DISTVERSION=3D g20190421 > CATEGORIES=3D net-im > =20 > MAINTAINER=3D eugen@FreeBSD.org >=20 > Modified: head/net-im/pidgin-icyque/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/net-im/pidgin-icyque/distinfo Fri May 10 20:19:42 2019 (r501197) > +++ head/net-im/pidgin-icyque/distinfo Fri May 10 20:33:17 2019 (r501198) > @@ -1,3 +1,3 @@ > -TIMESTAMP =3D 1554977658 > -SHA256 (EionRobb-icyque-g20190403-8b7109e_GH0.tar.gz) =3D 911d944ccb9c44= 7ebe009994790423d58e99900b5b0631234191634a4c6066aa > -SIZE (EionRobb-icyque-g20190403-8b7109e_GH0.tar.gz) =3D 55099 > +TIMESTAMP =3D 1557520328 > +SHA256 (EionRobb-icyque-g20190421-8b7109e_GH0.tar.gz) =3D 911d944ccb9c44= 7ebe009994790423d58e99900b5b0631234191634a4c6066aa > +SIZE (EionRobb-icyque-g20190421-8b7109e_GH0.tar.gz) =3D 55099 >=20 The checksum in distinfo has not changed. Did you forget to update GH_TAGNAME too? --qMm9M+Fa2AknHoGS Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGTBAEBCgB9FiEElXvTEJc6ePgdQuobpPCftzzFH2EFAlzV7T1fFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDk1 N0JEMzEwOTczQTc4RjgxRDQyRUExQkE0RjA5RkI3M0NDNTFGNjEACgkQpPCftzzF H2HNPggArBS41CPESRXdWuMNwed/b/9rfhLc0jjoxYtzZws6Qt9U41zr2weVw9R7 goXpKiAMe0UWYaHXt595Ryh4aj576JpM1ZYXCpmamSvFbAMKoDi7H6fFtheZYf24 ltr5Ra+VPUKP9DEspMCD4/HrE2KD8ef/cYprGImEnlW4Bm4U2gt3p72E1Q7NzcuS gkG7XdSQZ2FhIVoDwPXW5dJUoxYFy+u7zkVzlARY7fBQKVzzb9k5Qk7MdppL7B+N 1nuXvcJAkBqtz+D+Qy/qY6MbSMjvfEzMNivDdS7n0u1H1DtBmoKE6KzZ9bYrzs7f cUQrdui/bXrygjyAUZZL3SuzqO2UUg== =54s8 -----END PGP SIGNATURE----- --qMm9M+Fa2AknHoGS-- From owner-svn-ports-all@freebsd.org Fri May 10 22:54:59 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D54CC158B378; Fri, 10 May 2019 22:54:59 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 79EDD8ED53; Fri, 10 May 2019 22:54:59 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 550B7AEDD; Fri, 10 May 2019 22:54:59 +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 x4AMsxXd083212; Fri, 10 May 2019 22:54:59 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4AMsxC1083211; Fri, 10 May 2019 22:54:59 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201905102254.x4AMsxC1083211@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Fri, 10 May 2019 22:54:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501201 - head/emulators/qemu-riscv X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: head/emulators/qemu-riscv X-SVN-Commit-Revision: 501201 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 79EDD8ED53 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 22:55:00 -0000 Author: lwhsu Date: Fri May 10 22:54:58 2019 New Revision: 501201 URL: https://svnweb.freebsd.org/changeset/ports/501201 Log: Mark deprecated, the development has been moved to the upstream Sponsored by: The FreeBSD Foundation Modified: head/emulators/qemu-riscv/Makefile Modified: head/emulators/qemu-riscv/Makefile ============================================================================== --- head/emulators/qemu-riscv/Makefile Fri May 10 21:15:42 2019 (r501200) +++ head/emulators/qemu-riscv/Makefile Fri May 10 22:54:58 2019 (r501201) @@ -11,6 +11,9 @@ COMMENT= QEMU with RISC-V (RV64GC, RV32GC) emulation s LICENSE= GPLv2 +DEPRECATED= The development has been moved to the upstream +EXPIRATION_DATE= 2019-06-30 + ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 BROKEN_powerpc64= fails to compile: async.c: internal compiler error: Segmentation fault From owner-svn-ports-all@freebsd.org Fri May 10 23:58:23 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3974C158CC05; Fri, 10 May 2019 23:58:23 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D02C369F90; Fri, 10 May 2019 23:58:22 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 860F4B8F3; Fri, 10 May 2019 23:58:22 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4ANwMIU015111; Fri, 10 May 2019 23:58:22 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4ANwMDt015110; Fri, 10 May 2019 23:58:22 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905102358.x4ANwMDt015110@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 10 May 2019 23:58:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501202 - head/emulators/rpcs3 X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/emulators/rpcs3 X-SVN-Commit-Revision: 501202 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D02C369F90 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 23:58:23 -0000 Author: jbeich Date: Fri May 10 23:58:22 2019 New Revision: 501202 URL: https://svnweb.freebsd.org/changeset/ports/501202 Log: emulators/rpcs3: document broken GDB after r482459 Utilities/GDBDebugServer.cpp:357:36: error: no member named 'cr_pack' in 'ppu_thread' return u32_to_padded_hex(thread->cr_pack()); ~~~~~~ ^ Utilities/GDBDebugServer.cpp:386:11: error: no member named 'cr_unpack' in 'ppu_thread' thread->cr_unpack(hex_to_u32(value)); ~~~~~~ ^ Utilities/GDBDebugServer.cpp:736:22: error: out-of-line definition of 'on_task' does not match any declaration in 'GDBDebugServer' void GDBDebugServer::on_task() ^~~~~~~ Utilities/GDBDebugServer.cpp:811:22: error: out-of-line definition of 'on_exit' does not match any declaration in 'GDBDebugServer' void GDBDebugServer::on_exit() ^~~~~~~ Utilities/GDBDebugServer.cpp:822:29: error: out-of-line definition of 'get_name' does not match any declaration in 'GDBDebugServer' std::string GDBDebugServer::get_name() const ^~~~~~~~ Utilities/GDBDebugServer.cpp:827:22: error: out-of-line definition of 'on_stop' does not match any declaration in 'GDBDebugServer' void GDBDebugServer::on_stop() ^~~~~~~ Utilities/GDBDebugServer.cpp:831:8: error: no member named 'notify' in 'GDBDebugServer' this->notify(); ~~~~ ^ Utilities/GDBDebugServer.cpp:832:2: error: use of undeclared identifier 'old_thread'; did you mean 'pad_thread'? old_thread::on_stop(); ^~~~~~~~~~ pad_thread rpcs3/Emu/System.h:197:38: note: 'pad_thread' declared here std::function()> get_pad_handler; ^ Utilities/GDBDebugServer.cpp:832:2: error: incomplete type 'pad_thread' named in nested name specifier old_thread::on_stop(); ^~~~~~~~~~~~ rpcs3/Emu/System.h:197:38: note: forward declaration of 'pad_thread' std::function()> get_pad_handler; ^ Utilities/GDBDebugServer.cpp:841:2: error: use of undeclared identifier 'notify' notify(); ^ rpcs3/Emu/System.cpp:1543:30: error: no member named 'on_stop' in 'GDBDebugServer' fxm::get()->on_stop(); ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ Modified: head/emulators/rpcs3/Makefile (contents, props changed) Modified: head/emulators/rpcs3/Makefile ============================================================================== --- head/emulators/rpcs3/Makefile Fri May 10 22:54:58 2019 (r501201) +++ head/emulators/rpcs3/Makefile Fri May 10 23:58:22 2019 (r501202) @@ -60,6 +60,7 @@ EVDEV_LIB_DEPENDS= libevdev.so:devel/libevdev GDB_DESC= GDB remote stub (powerpc64 target) GDB_CMAKE_BOOL= WITH_GDB +GDB_BROKEN= https://github.com/RPCS3/rpcs3/issues/5946 LLVM_DESC= LLVM-based PPU recompiler LLVM_CMAKE_BOOL_OFF= WITHOUT_LLVM From owner-svn-ports-all@freebsd.org Fri May 10 23:58:32 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 94CAA158CC2B; Fri, 10 May 2019 23:58:32 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 70B026A031; Fri, 10 May 2019 23:58:31 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9548CB8F4; Fri, 10 May 2019 23:58:28 +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 x4ANwSmR015218; Fri, 10 May 2019 23:58:28 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4ANwSjU015217; Fri, 10 May 2019 23:58:28 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905102358.x4ANwSjU015217@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 10 May 2019 23:58:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501203 - head/emulators/rpcs3 X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/emulators/rpcs3 X-SVN-Commit-Revision: 501203 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 70B026A031 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 23:58:32 -0000 Author: jbeich Date: Fri May 10 23:58:28 2019 New Revision: 501203 URL: https://svnweb.freebsd.org/changeset/ports/501203 Log: emulators/rpcs3: unbreak EVDEV after r487789 In file included from rpcs3/rpcs3qt/pad_settings_dialog.cpp:24: In file included from rpcs3/evdev_joystick_handler.h:7: /usr/local/include/libevdev-1.0/libevdev/libevdev.h:30:10: fatal error: 'linux/input.h' file not found #include ^~~~~~~~~~~~~~~ Modified: head/emulators/rpcs3/Makefile (contents, props changed) Modified: head/emulators/rpcs3/Makefile ============================================================================== --- head/emulators/rpcs3/Makefile Fri May 10 23:58:22 2019 (r501202) +++ head/emulators/rpcs3/Makefile Fri May 10 23:58:28 2019 (r501203) @@ -56,6 +56,7 @@ ALSA_CMAKE_BOOL= USE_ALSA EVDEV_DESC= libevdev-based joystick support EVDEV_CMAKE_BOOL= USE_LIBEVDEV +EVDEV_BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto EVDEV_LIB_DEPENDS= libevdev.so:devel/libevdev GDB_DESC= GDB remote stub (powerpc64 target) From owner-svn-ports-all@freebsd.org Fri May 10 23:58:35 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 27A54158CC55; Fri, 10 May 2019 23:58:35 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A5A636A063; Fri, 10 May 2019 23: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 779BFB8F5; Fri, 10 May 2019 23: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 x4ANwYXa015341; Fri, 10 May 2019 23:58:34 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4ANwYb3015339; Fri, 10 May 2019 23:58:34 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905102358.x4ANwYb3015339@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 10 May 2019 23:58:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501204 - head/emulators/rpcs3 X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/emulators/rpcs3 X-SVN-Commit-Revision: 501204 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A5A636A063 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 23:58:35 -0000 Author: jbeich Date: Fri May 10 23:58:33 2019 New Revision: 501204 URL: https://svnweb.freebsd.org/changeset/ports/501204 Log: emulators/rpcs3: update to 0.0.6.8086 Changes: https://github.com/RPCS3/rpcs3/compare/7ead021aa...fce9d6a7b Modified: head/emulators/rpcs3/Makefile (contents, props changed) head/emulators/rpcs3/distinfo (contents, props changed) Modified: head/emulators/rpcs3/Makefile ============================================================================== --- head/emulators/rpcs3/Makefile Fri May 10 23:58:28 2019 (r501203) +++ head/emulators/rpcs3/Makefile Fri May 10 23:58:33 2019 (r501204) @@ -2,8 +2,8 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v -DISTVERSION= 0.0.6-8085 # git rev-list --count HEAD -DISTVERSIONSUFFIX= -g7ead021aa +DISTVERSION= 0.0.6-8086 # git rev-list --count HEAD +DISTVERSIONSUFFIX= -gfce9d6a7b CATEGORIES= emulators PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ Modified: head/emulators/rpcs3/distinfo ============================================================================== --- head/emulators/rpcs3/distinfo Fri May 10 23:58:28 2019 (r501203) +++ head/emulators/rpcs3/distinfo Fri May 10 23:58:33 2019 (r501204) @@ -1,6 +1,6 @@ -TIMESTAMP = 1557348519 -SHA256 (RPCS3-rpcs3-v0.0.6-8085-g7ead021aa_GH0.tar.gz) = 1d46212a9c16f4a4e9aa3c5fb382c4de76cc3a6590089ffcd827010ff39f4686 -SIZE (RPCS3-rpcs3-v0.0.6-8085-g7ead021aa_GH0.tar.gz) = 5301580 +TIMESTAMP = 1557432120 +SHA256 (RPCS3-rpcs3-v0.0.6-8086-gfce9d6a7b_GH0.tar.gz) = 2e0978c37ff6e6291fefa9c72962b11815c79e98bd7695522f6d81c1cb60057a +SIZE (RPCS3-rpcs3-v0.0.6-8086-gfce9d6a7b_GH0.tar.gz) = 5303500 SHA256 (RPCS3-hidapi-hidapi-0.8.0-rc1-27-g9220f5e_GH0.tar.gz) = 3120e0b701943f452760e45f9fc1ac50bab356ad4c807b4cac4598041c5ca1a5 SIZE (RPCS3-hidapi-hidapi-0.8.0-rc1-27-g9220f5e_GH0.tar.gz) = 105400 SHA256 (RPCS3-llvm-b860b5e8f4ee_GH0.tar.gz) = c151972a0c8ceac568c24b61e63d2ecbdac0f125185e23fc2238e0a14048256e From owner-svn-ports-all@freebsd.org Fri May 10 23:59:27 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C71D158CCB9; Fri, 10 May 2019 23:59:27 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D7E0D6A256; Fri, 10 May 2019 23:59: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AFA70B8F6; Fri, 10 May 2019 23:59: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 x4ANxQfY015487; Fri, 10 May 2019 23:59:26 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4ANxQRX015486; Fri, 10 May 2019 23:59:26 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905102359.x4ANxQRX015486@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 10 May 2019 23:59:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501205 - branches/2019Q2/emulators/rpcs3 X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2019Q2/emulators/rpcs3 X-SVN-Commit-Revision: 501205 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D7E0D6A256 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 10 May 2019 23:59:27 -0000 Author: jbeich Date: Fri May 10 23:59:26 2019 New Revision: 501205 URL: https://svnweb.freebsd.org/changeset/ports/501205 Log: MFH: r501202 emulators/rpcs3: document broken GDB after r482459 Utilities/GDBDebugServer.cpp:357:36: error: no member named 'cr_pack' in 'ppu_thread' return u32_to_padded_hex(thread->cr_pack()); ~~~~~~ ^ Utilities/GDBDebugServer.cpp:386:11: error: no member named 'cr_unpack' in 'ppu_thread' thread->cr_unpack(hex_to_u32(value)); ~~~~~~ ^ Utilities/GDBDebugServer.cpp:736:22: error: out-of-line definition of 'on_task' does not match any declaration in 'GDBDebugServer' void GDBDebugServer::on_task() ^~~~~~~ Utilities/GDBDebugServer.cpp:811:22: error: out-of-line definition of 'on_exit' does not match any declaration in 'GDBDebugServer' void GDBDebugServer::on_exit() ^~~~~~~ Utilities/GDBDebugServer.cpp:822:29: error: out-of-line definition of 'get_name' does not match any declaration in 'GDBDebugServer' std::string GDBDebugServer::get_name() const ^~~~~~~~ Utilities/GDBDebugServer.cpp:827:22: error: out-of-line definition of 'on_stop' does not match any declaration in 'GDBDebugServer' void GDBDebugServer::on_stop() ^~~~~~~ Utilities/GDBDebugServer.cpp:831:8: error: no member named 'notify' in 'GDBDebugServer' this->notify(); ~~~~ ^ Utilities/GDBDebugServer.cpp:832:2: error: use of undeclared identifier 'old_thread'; did you mean 'pad_thread'? old_thread::on_stop(); ^~~~~~~~~~ pad_thread rpcs3/Emu/System.h:197:38: note: 'pad_thread' declared here std::function()> get_pad_handler; ^ Utilities/GDBDebugServer.cpp:832:2: error: incomplete type 'pad_thread' named in nested name specifier old_thread::on_stop(); ^~~~~~~~~~~~ rpcs3/Emu/System.h:197:38: note: forward declaration of 'pad_thread' std::function()> get_pad_handler; ^ Utilities/GDBDebugServer.cpp:841:2: error: use of undeclared identifier 'notify' notify(); ^ rpcs3/Emu/System.cpp:1543:30: error: no member named 'on_stop' in 'GDBDebugServer' fxm::get()->on_stop(); ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ Approved by: ports-secteam blanket Modified: branches/2019Q2/emulators/rpcs3/Makefile Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/emulators/rpcs3/Makefile ============================================================================== --- branches/2019Q2/emulators/rpcs3/Makefile Fri May 10 23:58:33 2019 (r501204) +++ branches/2019Q2/emulators/rpcs3/Makefile Fri May 10 23:59:26 2019 (r501205) @@ -60,6 +60,7 @@ EVDEV_LIB_DEPENDS= libevdev.so:devel/libevdev GDB_DESC= GDB remote stub (powerpc64 target) GDB_CMAKE_BOOL= WITH_GDB +GDB_BROKEN= https://github.com/RPCS3/rpcs3/issues/5946 LLVM_DESC= LLVM-based PPU recompiler LLVM_CMAKE_BOOL_OFF= WITHOUT_LLVM From owner-svn-ports-all@freebsd.org Sat May 11 00:00:00 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1860E158CD16; Sat, 11 May 2019 00:00:00 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B30426A334; Fri, 10 May 2019 23:59:59 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8B7FDB8F7; Fri, 10 May 2019 23:59: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 x4ANxxuJ015623; Fri, 10 May 2019 23:59:59 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4ANxxOO015622; Fri, 10 May 2019 23:59:59 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905102359.x4ANxxOO015622@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 10 May 2019 23:59:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501206 - branches/2019Q2/emulators/rpcs3 X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2019Q2/emulators/rpcs3 X-SVN-Commit-Revision: 501206 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B30426A334 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 00:00:00 -0000 Author: jbeich Date: Fri May 10 23:59:59 2019 New Revision: 501206 URL: https://svnweb.freebsd.org/changeset/ports/501206 Log: MFH: r501203 emulators/rpcs3: unbreak EVDEV after r487789 In file included from rpcs3/rpcs3qt/pad_settings_dialog.cpp:24: In file included from rpcs3/evdev_joystick_handler.h:7: /usr/local/include/libevdev-1.0/libevdev/libevdev.h:30:10: fatal error: 'linux/input.h' file not found #include ^~~~~~~~~~~~~~~ Approved by: ports-secteam blanket Modified: branches/2019Q2/emulators/rpcs3/Makefile Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/emulators/rpcs3/Makefile ============================================================================== --- branches/2019Q2/emulators/rpcs3/Makefile Fri May 10 23:59:26 2019 (r501205) +++ branches/2019Q2/emulators/rpcs3/Makefile Fri May 10 23:59:59 2019 (r501206) @@ -56,6 +56,7 @@ ALSA_CMAKE_BOOL= USE_ALSA EVDEV_DESC= libevdev-based joystick support EVDEV_CMAKE_BOOL= USE_LIBEVDEV +EVDEV_BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto EVDEV_LIB_DEPENDS= libevdev.so:devel/libevdev GDB_DESC= GDB remote stub (powerpc64 target) From owner-svn-ports-all@freebsd.org Sat May 11 00:18:25 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52601158D21F; Sat, 11 May 2019 00:18:25 +0000 (UTC) (envelope-from jwb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EA9586ABE7; Sat, 11 May 2019 00:18:24 +0000 (UTC) (envelope-from jwb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C3BC0BE08; Sat, 11 May 2019 00:18:24 +0000 (UTC) (envelope-from jwb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4B0IOI7025702; Sat, 11 May 2019 00:18:24 GMT (envelope-from jwb@FreeBSD.org) Received: (from jwb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4B0IObn025701; Sat, 11 May 2019 00:18:24 GMT (envelope-from jwb@FreeBSD.org) Message-Id: <201905110018.x4B0IObn025701@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jwb set sender to jwb@FreeBSD.org using -f From: "Jason W. Bacon" Date: Sat, 11 May 2019 00:18:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501207 - head/biology/trimadap X-SVN-Group: ports-head X-SVN-Commit-Author: jwb X-SVN-Commit-Paths: head/biology/trimadap X-SVN-Commit-Revision: 501207 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: EA9586ABE7 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 00:18:25 -0000 Author: jwb Date: Sat May 11 00:18:24 2019 New Revision: 501207 URL: https://svnweb.freebsd.org/changeset/ports/501207 Log: biology/trimadap: Mark only for amd64 and i386 Contains hard-coded SSE instructions Modified: head/biology/trimadap/Makefile Modified: head/biology/trimadap/Makefile ============================================================================== --- head/biology/trimadap/Makefile Fri May 10 23:59:59 2019 (r501206) +++ head/biology/trimadap/Makefile Sat May 11 00:18:24 2019 (r501207) @@ -10,9 +10,8 @@ COMMENT= Trim adapter sequences from Illumina data usi LICENSE= GPLv2 -BROKEN_aarch64= fails to compile: invalid conversion between vector type and integer type -BROKEN_armv6= fails to compile: invalid conversion between vector type and integer type -BROKEN_armv7= fails to compile: invalid conversion between vector type and integer type +ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS_REASON= Hard-coded SSE instructions USE_GITHUB= yes GH_ACCOUNT= lh3 From owner-svn-ports-all@freebsd.org Sat May 11 00:56:14 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EDA30158DA53; Sat, 11 May 2019 00:56:13 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 953086B8CE; Sat, 11 May 2019 00:56:13 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 70E57C493; Sat, 11 May 2019 00:56:13 +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 x4B0uDid046289; Sat, 11 May 2019 00:56:13 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4B0uDoV046288; Sat, 11 May 2019 00:56:13 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905110056.x4B0uDoV046288@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 11 May 2019 00:56:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501208 - head/emulators/rpcs3 X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/emulators/rpcs3 X-SVN-Commit-Revision: 501208 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 953086B8CE X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 00:56:14 -0000 Author: jbeich Date: Sat May 11 00:56:12 2019 New Revision: 501208 URL: https://svnweb.freebsd.org/changeset/ports/501208 Log: emulators/rpcs3: update to 0.0.6.8089 Changes: https://github.com/RPCS3/rpcs3/compare/fce9d6a7b...8194c92f1 Modified: head/emulators/rpcs3/Makefile (contents, props changed) head/emulators/rpcs3/distinfo (contents, props changed) Modified: head/emulators/rpcs3/Makefile ============================================================================== --- head/emulators/rpcs3/Makefile Sat May 11 00:18:24 2019 (r501207) +++ head/emulators/rpcs3/Makefile Sat May 11 00:56:12 2019 (r501208) @@ -2,8 +2,8 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v -DISTVERSION= 0.0.6-8086 # git rev-list --count HEAD -DISTVERSIONSUFFIX= -gfce9d6a7b +DISTVERSION= 0.0.6-8089 # git rev-list --count HEAD +DISTVERSIONSUFFIX= -g8194c92f1 CATEGORIES= emulators PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ Modified: head/emulators/rpcs3/distinfo ============================================================================== --- head/emulators/rpcs3/distinfo Sat May 11 00:18:24 2019 (r501207) +++ head/emulators/rpcs3/distinfo Sat May 11 00:56:12 2019 (r501208) @@ -1,6 +1,6 @@ -TIMESTAMP = 1557432120 -SHA256 (RPCS3-rpcs3-v0.0.6-8086-gfce9d6a7b_GH0.tar.gz) = 2e0978c37ff6e6291fefa9c72962b11815c79e98bd7695522f6d81c1cb60057a -SIZE (RPCS3-rpcs3-v0.0.6-8086-gfce9d6a7b_GH0.tar.gz) = 5303500 +TIMESTAMP = 1557531316 +SHA256 (RPCS3-rpcs3-v0.0.6-8089-g8194c92f1_GH0.tar.gz) = abf48f7c55f9d245500f472d71925ccffe14406bc515a2db6428a0540c66f146 +SIZE (RPCS3-rpcs3-v0.0.6-8089-g8194c92f1_GH0.tar.gz) = 5309701 SHA256 (RPCS3-hidapi-hidapi-0.8.0-rc1-27-g9220f5e_GH0.tar.gz) = 3120e0b701943f452760e45f9fc1ac50bab356ad4c807b4cac4598041c5ca1a5 SIZE (RPCS3-hidapi-hidapi-0.8.0-rc1-27-g9220f5e_GH0.tar.gz) = 105400 SHA256 (RPCS3-llvm-b860b5e8f4ee_GH0.tar.gz) = c151972a0c8ceac568c24b61e63d2ecbdac0f125185e23fc2238e0a14048256e From owner-svn-ports-all@freebsd.org Sat May 11 00:56:28 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DBC76158DAAB; Sat, 11 May 2019 00:56:27 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 837A36B99F; Sat, 11 May 2019 00:56:27 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 796ACC494; Sat, 11 May 2019 00:56:27 +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 x4B0uRKn046415; Sat, 11 May 2019 00:56:27 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4B0uRj9046413; Sat, 11 May 2019 00:56:27 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905110056.x4B0uRj9046413@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 11 May 2019 00:56:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501209 - head/multimedia/rav1e X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/multimedia/rav1e X-SVN-Commit-Revision: 501209 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 837A36B99F X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 00:56:28 -0000 Author: jbeich Date: Sat May 11 00:56:26 2019 New Revision: 501209 URL: https://svnweb.freebsd.org/changeset/ports/501209 Log: multimedia/rav1e: update to s20190510 Changes: https://github.com/xiph/rav1e/compare/fcb218d1...64c55950 Modified: head/multimedia/rav1e/Makefile (contents, props changed) head/multimedia/rav1e/distinfo (contents, props changed) Modified: head/multimedia/rav1e/Makefile ============================================================================== --- head/multimedia/rav1e/Makefile Sat May 11 00:56:12 2019 (r501208) +++ head/multimedia/rav1e/Makefile Sat May 11 00:56:26 2019 (r501209) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rav1e -PORTVERSION= s20190504 +PORTVERSION= s20190510 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org @@ -16,7 +16,7 @@ BUILD_DEPENDS_amd64= nasm:devel/nasm USES= cargo USE_GITHUB= yes GH_ACCOUNT= xiph -GH_TAGNAME= fcb218d1 +GH_TAGNAME= 64c55950 PLIST_FILES= bin/${PORTNAME} CARGO_CRATES= aho-corasick-0.6.10 \ @@ -32,7 +32,7 @@ CARGO_CRATES= aho-corasick-0.6.10 \ bincode-1.0.1 \ bindgen-0.47.3 \ bindgen-0.48.1 \ - bitflags-1.0.5 \ + bitflags-1.0.4 \ bitstream-io-0.8.2 \ byteorder-1.3.1 \ cast-0.2.2 \ @@ -59,7 +59,7 @@ CARGO_CRATES= aho-corasick-0.6.10 \ glob-0.2.11 \ hashbrown-0.1.8 \ humantime-1.2.0 \ - interpolate_name-0.2.1 \ + interpolate_name-0.2.2 \ itertools-0.8.0 \ itoa-0.4.4 \ lazy_static-1.3.0 \ @@ -80,8 +80,8 @@ CARGO_CRATES= aho-corasick-0.6.10 \ peeking_take_while-0.1.2 \ pkg-config-0.3.14 \ pretty_assertions-0.5.1 \ - proc-macro-hack-0.5.5 \ - proc-macro2-0.4.29 \ + proc-macro-hack-0.5.7 \ + proc-macro2-0.4.30 \ quick-error-1.2.2 \ quote-0.6.12 \ rand-0.5.6 \ @@ -103,11 +103,11 @@ CARGO_CRATES= aho-corasick-0.6.10 \ same-file-1.0.4 \ scan_fmt-0.1.3 \ scopeguard-0.3.3 \ - serde-1.0.90 \ - serde_derive-1.0.90 \ + serde-1.0.91 \ + serde_derive-1.0.91 \ serde_json-1.0.39 \ strsim-0.8.0 \ - syn-0.15.33 \ + syn-0.15.34 \ termcolor-1.0.4 \ termion-1.5.2 \ textwrap-0.11.0 \ Modified: head/multimedia/rav1e/distinfo ============================================================================== --- head/multimedia/rav1e/distinfo Sat May 11 00:56:12 2019 (r501208) +++ head/multimedia/rav1e/distinfo Sat May 11 00:56:26 2019 (r501209) @@ -1,4 +1,4 @@ -TIMESTAMP = 1556932011 +TIMESTAMP = 1557526730 SHA256 (rust/crates/aho-corasick-0.6.10.tar.gz) = 81ce3d38065e618af2d7b77e10c5ad9a069859b4be3c2250f674af3840d9c8a5 SIZE (rust/crates/aho-corasick-0.6.10.tar.gz) = 26122 SHA256 (rust/crates/aho-corasick-0.7.3.tar.gz) = e6f484ae0c99fec2e858eb6134949117399f222608d84cadb3f58c1f97c2364c @@ -25,8 +25,8 @@ SHA256 (rust/crates/bindgen-0.47.3.tar.gz) = df683a55b SIZE (rust/crates/bindgen-0.47.3.tar.gz) = 181359 SHA256 (rust/crates/bindgen-0.48.1.tar.gz) = 9d3d411fd93fd296e613bdac1d16755a6a922a4738e1c8f6a5e13542c905f3ca SIZE (rust/crates/bindgen-0.48.1.tar.gz) = 181414 -SHA256 (rust/crates/bitflags-1.0.5.tar.gz) = bd1fa8ad26490b0a5cfec99089952250301b6716cdeaa7c9ab229598fb82ab66 -SIZE (rust/crates/bitflags-1.0.5.tar.gz) = 16157 +SHA256 (rust/crates/bitflags-1.0.4.tar.gz) = 228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12 +SIZE (rust/crates/bitflags-1.0.4.tar.gz) = 15282 SHA256 (rust/crates/bitstream-io-0.8.2.tar.gz) = 323985a3a863d4afdabd6fae576e28cd141abf1f9d47392a27b7cc561baa61a7 SIZE (rust/crates/bitstream-io-0.8.2.tar.gz) = 22252 SHA256 (rust/crates/byteorder-1.3.1.tar.gz) = a019b10a2a7cdeb292db131fc8113e57ea2a908f6e7894b0c3c671893b65dbeb @@ -79,8 +79,8 @@ SHA256 (rust/crates/hashbrown-0.1.8.tar.gz) = 3bae29b6 SIZE (rust/crates/hashbrown-0.1.8.tar.gz) = 57450 SHA256 (rust/crates/humantime-1.2.0.tar.gz) = 3ca7e5f2e110db35f93b837c81797f3714500b81d517bf20c431b16d3ca4f114 SIZE (rust/crates/humantime-1.2.0.tar.gz) = 16795 -SHA256 (rust/crates/interpolate_name-0.2.1.tar.gz) = a3454277236df2a7a019a57d33131b96a062854e7e48cba68d19dda7d792566f -SIZE (rust/crates/interpolate_name-0.2.1.tar.gz) = 3593 +SHA256 (rust/crates/interpolate_name-0.2.2.tar.gz) = 061dfb4af528357f816e53d0991d357231bba60eb9fcb09eea6c9b6d8985f93f +SIZE (rust/crates/interpolate_name-0.2.2.tar.gz) = 3709 SHA256 (rust/crates/itertools-0.8.0.tar.gz) = 5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358 SIZE (rust/crates/itertools-0.8.0.tar.gz) = 78917 SHA256 (rust/crates/itoa-0.4.4.tar.gz) = 501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f @@ -121,10 +121,10 @@ SHA256 (rust/crates/pkg-config-0.3.14.tar.gz) = 676e8e SIZE (rust/crates/pkg-config-0.3.14.tar.gz) = 13565 SHA256 (rust/crates/pretty_assertions-0.5.1.tar.gz) = 3a029430f0d744bc3d15dd474d591bed2402b645d024583082b9f63bb936dac6 SIZE (rust/crates/pretty_assertions-0.5.1.tar.gz) = 60774 -SHA256 (rust/crates/proc-macro-hack-0.5.5.tar.gz) = 6a9bed9ebc40cf53e3a76d7486c54d05002eae6485b2711ab9104476fb2eb8bc -SIZE (rust/crates/proc-macro-hack-0.5.5.tar.gz) = 10254 -SHA256 (rust/crates/proc-macro2-0.4.29.tar.gz) = 64c827cea7a7ab30ce4593e5e04d7a11617ad6ece2fa230605a78b00ff965316 -SIZE (rust/crates/proc-macro2-0.4.29.tar.gz) = 34717 +SHA256 (rust/crates/proc-macro-hack-0.5.7.tar.gz) = 0c1dd4172a1e1f96f709341418f49b11ea6c2d95d53dca08c0f74cbd332d9cf3 +SIZE (rust/crates/proc-macro-hack-0.5.7.tar.gz) = 10813 +SHA256 (rust/crates/proc-macro2-0.4.30.tar.gz) = cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759 +SIZE (rust/crates/proc-macro2-0.4.30.tar.gz) = 34731 SHA256 (rust/crates/quick-error-1.2.2.tar.gz) = 9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0 SIZE (rust/crates/quick-error-1.2.2.tar.gz) = 15132 SHA256 (rust/crates/quote-0.6.12.tar.gz) = faf4799c5d274f3868a4aae320a0a182cbd2baee377b378f080e16a23e9d80db @@ -167,16 +167,16 @@ SHA256 (rust/crates/scan_fmt-0.1.3.tar.gz) = 8b8749742 SIZE (rust/crates/scan_fmt-0.1.3.tar.gz) = 7223 SHA256 (rust/crates/scopeguard-0.3.3.tar.gz) = 94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27 SIZE (rust/crates/scopeguard-0.3.3.tar.gz) = 9605 -SHA256 (rust/crates/serde-1.0.90.tar.gz) = aa5f7c20820475babd2c077c3ab5f8c77a31c15e16ea38687b4c02d3e48680f4 -SIZE (rust/crates/serde-1.0.90.tar.gz) = 71415 -SHA256 (rust/crates/serde_derive-1.0.90.tar.gz) = 58fc82bec244f168b23d1963b45c8bf5726e9a15a9d146a067f9081aeed2de79 -SIZE (rust/crates/serde_derive-1.0.90.tar.gz) = 48815 +SHA256 (rust/crates/serde-1.0.91.tar.gz) = a72e9b96fa45ce22a4bc23da3858dfccfd60acd28a25bcd328a98fdd6bea43fd +SIZE (rust/crates/serde-1.0.91.tar.gz) = 71696 +SHA256 (rust/crates/serde_derive-1.0.91.tar.gz) = 101b495b109a3e3ca8c4cbe44cf62391527cdfb6ba15821c5ce80bcd5ea23f9f +SIZE (rust/crates/serde_derive-1.0.91.tar.gz) = 48765 SHA256 (rust/crates/serde_json-1.0.39.tar.gz) = 5a23aa71d4a4d43fdbfaac00eff68ba8a06a51759a89ac3304323e800c4dd40d SIZE (rust/crates/serde_json-1.0.39.tar.gz) = 69621 SHA256 (rust/crates/strsim-0.8.0.tar.gz) = 8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a SIZE (rust/crates/strsim-0.8.0.tar.gz) = 9309 -SHA256 (rust/crates/syn-0.15.33.tar.gz) = ec52cd796e5f01d0067225a5392e70084acc4c0013fa71d55166d38a8b307836 -SIZE (rust/crates/syn-0.15.33.tar.gz) = 149004 +SHA256 (rust/crates/syn-0.15.34.tar.gz) = a1393e4a97a19c01e900df2aec855a29f71cf02c402e2f443b8d2747c25c5dbe +SIZE (rust/crates/syn-0.15.34.tar.gz) = 149802 SHA256 (rust/crates/termcolor-1.0.4.tar.gz) = 4096add70612622289f2fdcdbd5086dc81c1e2675e6ae58d6c4f62a16c6d7f2f SIZE (rust/crates/termcolor-1.0.4.tar.gz) = 14416 SHA256 (rust/crates/termion-1.5.2.tar.gz) = dde0593aeb8d47accea5392b39350015b5eccb12c0d98044d856983d89548dea @@ -217,5 +217,5 @@ SHA256 (rust/crates/wincolor-1.0.1.tar.gz) = 561ed901a SIZE (rust/crates/wincolor-1.0.1.tar.gz) = 4737 SHA256 (rust/crates/y4m-0.3.2.tar.gz) = 61d8cd9e4a938c6d5478e43e92c0b853cff403e28232558fcd8d61dcf9b734e0 SIZE (rust/crates/y4m-0.3.2.tar.gz) = 11083 -SHA256 (xiph-rav1e-s20190504-fcb218d1_GH0.tar.gz) = 2bc6eadffec7b476c7d663fd11754965f789cfef11a3aaaea4c23db01ae49459 -SIZE (xiph-rav1e-s20190504-fcb218d1_GH0.tar.gz) = 388189 +SHA256 (xiph-rav1e-s20190510-64c55950_GH0.tar.gz) = 4ee55b037dd3c33d12b20a1f7b38ffa54f0aa6729a336fb5822a415f6b90cb99 +SIZE (xiph-rav1e-s20190510-64c55950_GH0.tar.gz) = 388476 From owner-svn-ports-all@freebsd.org Sat May 11 00:56:35 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C452C158DAF8; Sat, 11 May 2019 00:56:35 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 64E216BA38; Sat, 11 May 2019 00:56: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8BE62C495; Sat, 11 May 2019 00:56:33 +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 x4B0uXBo046538; Sat, 11 May 2019 00:56:33 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4B0uX3g046536; Sat, 11 May 2019 00:56:33 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905110056.x4B0uX3g046536@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 11 May 2019 00:56:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501210 - head/multimedia/aom X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/multimedia/aom X-SVN-Commit-Revision: 501210 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 64E216BA38 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 00:56:35 -0000 Author: jbeich Date: Sat May 11 00:56:32 2019 New Revision: 501210 URL: https://svnweb.freebsd.org/changeset/ports/501210 Log: multimedia/aom: update to 1.0.0.1755 Changes: https://aomedia.googlesource.com/aom/+log/bb8d6e812..b2280edfa Modified: head/multimedia/aom/Makefile (contents, props changed) head/multimedia/aom/distinfo (contents, props changed) Modified: head/multimedia/aom/Makefile ============================================================================== --- head/multimedia/aom/Makefile Sat May 11 00:56:26 2019 (r501209) +++ head/multimedia/aom/Makefile Sat May 11 00:56:32 2019 (r501210) @@ -2,8 +2,8 @@ PORTNAME= aom DISTVERSIONPREFIX= v -DISTVERSION= 1.0.0-1740 -DISTVERSIONSUFFIX= -gbb8d6e812 +DISTVERSION= 1.0.0-1755 +DISTVERSIONSUFFIX= -gb2280edfa CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org Modified: head/multimedia/aom/distinfo ============================================================================== --- head/multimedia/aom/distinfo Sat May 11 00:56:26 2019 (r501209) +++ head/multimedia/aom/distinfo Sat May 11 00:56:32 2019 (r501210) @@ -1,3 +1,3 @@ -TIMESTAMP = 1557356063 -SHA256 (jbeich-aom-v1.0.0-1740-gbb8d6e812_GH0.tar.gz) = 620100ee5708ae68315ecec8cd78c558c1c4cddf641ce0b8fcb44fbd8b580312 -SIZE (jbeich-aom-v1.0.0-1740-gbb8d6e812_GH0.tar.gz) = 3270642 +TIMESTAMP = 1557532873 +SHA256 (jbeich-aom-v1.0.0-1755-gb2280edfa_GH0.tar.gz) = 8179c146b946a39fc67a41c099712b7ae99f3cf5495ceb358dc8f7ac4001493f +SIZE (jbeich-aom-v1.0.0-1755-gb2280edfa_GH0.tar.gz) = 3272933 From owner-svn-ports-all@freebsd.org Sat May 11 00:56:40 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5CD0158DB33; Sat, 11 May 2019 00:56:40 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 044D76BA7E; Sat, 11 May 2019 00:56:40 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D4F62C496; Sat, 11 May 2019 00:56:39 +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 x4B0udDs046661; Sat, 11 May 2019 00:56:39 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4B0udgx046660; Sat, 11 May 2019 00:56:39 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905110056.x4B0udgx046660@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 11 May 2019 00:56:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501211 - head/lang/rust-nightly X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/lang/rust-nightly X-SVN-Commit-Revision: 501211 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 044D76BA7E X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 00:56:41 -0000 Author: jbeich Date: Sat May 11 00:56:39 2019 New Revision: 501211 URL: https://svnweb.freebsd.org/changeset/ports/501211 Log: lang/rust-nightly: update to 1.36.0.20190511 Changes: https://github.com/rust-lang/rust/compare/3f5152e200c0...d595b113584f Modified: head/lang/rust-nightly/Makefile (contents, props changed) head/lang/rust-nightly/distinfo (contents, props changed) Modified: head/lang/rust-nightly/Makefile ============================================================================== --- head/lang/rust-nightly/Makefile Sat May 11 00:56:32 2019 (r501210) +++ head/lang/rust-nightly/Makefile Sat May 11 00:56:39 2019 (r501211) @@ -14,7 +14,7 @@ CONFLICTS_INSTALL= rust # Which source to pull: # https://static.rust-lang.org/dist/${NIGHTLY_DATE}/rustc-nightly-src.tar.gz # https://static.rust-lang.org/dist/channel-rust-nightly.toml -NIGHTLY_DATE= 2019-05-09 +NIGHTLY_DATE= 2019-05-11 NIGHTLY_SUBDIR= ${NIGHTLY_DATE}/ # See WRKSRC/src/stage0.txt for this date Modified: head/lang/rust-nightly/distinfo ============================================================================== --- head/lang/rust-nightly/distinfo Sat May 11 00:56:32 2019 (r501210) +++ head/lang/rust-nightly/distinfo Sat May 11 00:56:39 2019 (r501211) @@ -1,6 +1,6 @@ -TIMESTAMP = 1557346256 -SHA256 (rust/2019-05-09/rustc-nightly-src.tar.xz) = 02aae9ebb3cad4c1fc4df1c60501c5968bf94ad21280b4fb4d617bef9b1aab47 -SIZE (rust/2019-05-09/rustc-nightly-src.tar.xz) = 98500744 +TIMESTAMP = 1557523782 +SHA256 (rust/2019-05-11/rustc-nightly-src.tar.xz) = a9600496bba6ddc84dadac1af425c6d2273ca3f12b845d447707aa906144aabc +SIZE (rust/2019-05-11/rustc-nightly-src.tar.xz) = 98514200 SHA256 (rust/2019-04-11/rustc-beta-x86_64-unknown-freebsd.tar.gz) = 711f4537f4f92dd1a42035411d8e002cdd5d30f4e29e702014656cc79ddc0f0c SIZE (rust/2019-04-11/rustc-beta-x86_64-unknown-freebsd.tar.gz) = 73817509 SHA256 (rust/2019-04-11/rust-std-beta-x86_64-unknown-freebsd.tar.gz) = 005f878c85250a1c0cb8c3ba43c42bfc509177c5c61bbe81f62d35c99f1478d3 From owner-svn-ports-all@freebsd.org Sat May 11 00:59:51 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49298158DBE2; Sat, 11 May 2019 00:59:51 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DF8D36BC46; Sat, 11 May 2019 00:59:50 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 96221C497; Sat, 11 May 2019 00:59:50 +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 x4B0xouY046944; Sat, 11 May 2019 00:59:50 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4B0xnm4046940; Sat, 11 May 2019 00:59:49 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905110059.x4B0xnm4046940@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 11 May 2019 00:59:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501212 - in head/security: ca_root_nss nss X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/security: ca_root_nss nss X-SVN-Commit-Revision: 501212 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: DF8D36BC46 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 00:59:51 -0000 Author: jbeich Date: Sat May 11 00:59:49 2019 New Revision: 501212 URL: https://svnweb.freebsd.org/changeset/ports/501212 Log: security/nss: update to 3.44 Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.44_release_notes Changes: https://hg.mozilla.org/projects/nss/shortlog/NSS_3_44_RTM ABI: https://abi-laboratory.pro/tracker/timeline/nss/ Modified: head/security/ca_root_nss/Makefile (contents, props changed) head/security/ca_root_nss/distinfo (contents, props changed) head/security/nss/Makefile (contents, props changed) head/security/nss/distinfo (contents, props changed) Modified: head/security/ca_root_nss/Makefile ============================================================================== --- head/security/ca_root_nss/Makefile Sat May 11 00:56:39 2019 (r501211) +++ head/security/ca_root_nss/Makefile Sat May 11 00:59:49 2019 (r501212) @@ -32,7 +32,7 @@ PLIST_SUB+= CERTDIR=${CERTDIR} # !!! Please DO NOT submit patches for new version until it has !!! # !!! been committed there first. !!! # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -VERSION_NSS= 3.43 +VERSION_NSS= 3.44 #NSS_SUFFIX= -with-ckbi-1.98 CERTDATA_TXT_PATH= nss-${VERSION_NSS}/nss/lib/ckfw/builtins/certdata.txt BUNDLE_PROCESSOR= MAca-bundle.pl Modified: head/security/ca_root_nss/distinfo ============================================================================== --- head/security/ca_root_nss/distinfo Sat May 11 00:56:39 2019 (r501211) +++ head/security/ca_root_nss/distinfo Sat May 11 00:59:49 2019 (r501212) @@ -1,3 +1,3 @@ -TIMESTAMP = 1552695908 -SHA256 (nss-3.43.tar.gz) = f30bc1b7330887b75de9fec37dbc173001758dc43fb095ffbc45dac4093fe2ca -SIZE (nss-3.43.tar.gz) = 23466026 +TIMESTAMP = 1557522858 +SHA256 (nss-3.44.tar.gz) = a5620e59b6eeedfd5a12c9298b50ad92e9898b223e214eb675e36f4ffb5b6aff +SIZE (nss-3.44.tar.gz) = 23474704 Modified: head/security/nss/Makefile ============================================================================== --- head/security/nss/Makefile Sat May 11 00:56:39 2019 (r501211) +++ head/security/nss/Makefile Sat May 11 00:59:49 2019 (r501212) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nss -PORTVERSION= 3.43 +PORTVERSION= 3.44 CATEGORIES= security MASTER_SITES= MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src Modified: head/security/nss/distinfo ============================================================================== --- head/security/nss/distinfo Sat May 11 00:56:39 2019 (r501211) +++ head/security/nss/distinfo Sat May 11 00:59:49 2019 (r501212) @@ -1,3 +1,3 @@ -TIMESTAMP = 1552695908 -SHA256 (nss-3.43.tar.gz) = f30bc1b7330887b75de9fec37dbc173001758dc43fb095ffbc45dac4093fe2ca -SIZE (nss-3.43.tar.gz) = 23466026 +TIMESTAMP = 1557522858 +SHA256 (nss-3.44.tar.gz) = a5620e59b6eeedfd5a12c9298b50ad92e9898b223e214eb675e36f4ffb5b6aff +SIZE (nss-3.44.tar.gz) = 23474704 From owner-svn-ports-all@freebsd.org Sat May 11 01:00:22 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0831158DC2C; Sat, 11 May 2019 01:00:22 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 555FE6BD2D; Sat, 11 May 2019 01:00:22 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 30FC8C49C; Sat, 11 May 2019 01:00:22 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4B10LVM047180; Sat, 11 May 2019 01:00:21 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4B10LaH047177; Sat, 11 May 2019 01:00:21 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905110100.x4B10LaH047177@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 11 May 2019 01:00:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501213 - in branches/2019Q2/security: ca_root_nss nss X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2019Q2/security: ca_root_nss nss X-SVN-Commit-Revision: 501213 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 555FE6BD2D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 01:00:22 -0000 Author: jbeich Date: Sat May 11 01:00:21 2019 New Revision: 501213 URL: https://svnweb.freebsd.org/changeset/ports/501213 Log: MFH: r501212 security/nss: update to 3.44 Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.44_release_notes Changes: https://hg.mozilla.org/projects/nss/shortlog/NSS_3_44_RTM ABI: https://abi-laboratory.pro/tracker/timeline/nss/ Approved by: ports-secteam blanket (required by Firefox 68) Modified: branches/2019Q2/security/ca_root_nss/Makefile branches/2019Q2/security/ca_root_nss/distinfo branches/2019Q2/security/nss/Makefile branches/2019Q2/security/nss/distinfo Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/security/ca_root_nss/Makefile ============================================================================== --- branches/2019Q2/security/ca_root_nss/Makefile Sat May 11 00:59:49 2019 (r501212) +++ branches/2019Q2/security/ca_root_nss/Makefile Sat May 11 01:00:21 2019 (r501213) @@ -32,7 +32,7 @@ PLIST_SUB+= CERTDIR=${CERTDIR} # !!! Please DO NOT submit patches for new version until it has !!! # !!! been committed there first. !!! # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -VERSION_NSS= 3.43 +VERSION_NSS= 3.44 #NSS_SUFFIX= -with-ckbi-1.98 CERTDATA_TXT_PATH= nss-${VERSION_NSS}/nss/lib/ckfw/builtins/certdata.txt BUNDLE_PROCESSOR= MAca-bundle.pl Modified: branches/2019Q2/security/ca_root_nss/distinfo ============================================================================== --- branches/2019Q2/security/ca_root_nss/distinfo Sat May 11 00:59:49 2019 (r501212) +++ branches/2019Q2/security/ca_root_nss/distinfo Sat May 11 01:00:21 2019 (r501213) @@ -1,3 +1,3 @@ -TIMESTAMP = 1552695908 -SHA256 (nss-3.43.tar.gz) = f30bc1b7330887b75de9fec37dbc173001758dc43fb095ffbc45dac4093fe2ca -SIZE (nss-3.43.tar.gz) = 23466026 +TIMESTAMP = 1557522858 +SHA256 (nss-3.44.tar.gz) = a5620e59b6eeedfd5a12c9298b50ad92e9898b223e214eb675e36f4ffb5b6aff +SIZE (nss-3.44.tar.gz) = 23474704 Modified: branches/2019Q2/security/nss/Makefile ============================================================================== --- branches/2019Q2/security/nss/Makefile Sat May 11 00:59:49 2019 (r501212) +++ branches/2019Q2/security/nss/Makefile Sat May 11 01:00:21 2019 (r501213) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nss -PORTVERSION= 3.43 +PORTVERSION= 3.44 CATEGORIES= security MASTER_SITES= MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src Modified: branches/2019Q2/security/nss/distinfo ============================================================================== --- branches/2019Q2/security/nss/distinfo Sat May 11 00:59:49 2019 (r501212) +++ branches/2019Q2/security/nss/distinfo Sat May 11 01:00:21 2019 (r501213) @@ -1,3 +1,3 @@ -TIMESTAMP = 1552695908 -SHA256 (nss-3.43.tar.gz) = f30bc1b7330887b75de9fec37dbc173001758dc43fb095ffbc45dac4093fe2ca -SIZE (nss-3.43.tar.gz) = 23466026 +TIMESTAMP = 1557522858 +SHA256 (nss-3.44.tar.gz) = a5620e59b6eeedfd5a12c9298b50ad92e9898b223e214eb675e36f4ffb5b6aff +SIZE (nss-3.44.tar.gz) = 23474704 From owner-svn-ports-all@freebsd.org Sat May 11 03:17:29 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB937159032F; Sat, 11 May 2019 03:17:29 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 461406FE1F; Sat, 11 May 2019 03:17:29 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 34A5DDBF4; Sat, 11 May 2019 03:17:29 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4B3HThv021208; Sat, 11 May 2019 03:17:29 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4B3HSck021207; Sat, 11 May 2019 03:17:28 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905110317.x4B3HSck021207@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 11 May 2019 03:17:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501214 - head/math/giacxcas X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/giacxcas X-SVN-Commit-Revision: 501214 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 461406FE1F X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.91 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.91)[-0.911,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 03:17:29 -0000 Author: yuri Date: Sat May 11 03:17:28 2019 New Revision: 501214 URL: https://svnweb.freebsd.org/changeset/ports/501214 Log: math/giacxcas: Update 1.5.0-51 -> 1.5.0-53 Reported by: portscout Modified: head/math/giacxcas/Makefile head/math/giacxcas/distinfo Modified: head/math/giacxcas/Makefile ============================================================================== --- head/math/giacxcas/Makefile Sat May 11 01:00:21 2019 (r501213) +++ head/math/giacxcas/Makefile Sat May 11 03:17:28 2019 (r501214) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= giacxcas -DISTVERSION= 1.5.0-51 +DISTVERSION= 1.5.0-53 CATEGORIES= math MASTER_SITES= http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/:giac \ http://www-fourier.ujf-grenoble.fr/~parisse/giac/freebsd/ Modified: head/math/giacxcas/distinfo ============================================================================== --- head/math/giacxcas/distinfo Sat May 11 01:00:21 2019 (r501213) +++ head/math/giacxcas/distinfo Sat May 11 03:17:28 2019 (r501214) @@ -1,6 +1,6 @@ -TIMESTAMP = 1557209262 -SHA256 (giacxcas/giac_1.5.0-51.tar.gz) = b4939ff9b3ee44891604bf528b93de7fe9216240899d4d2beaa39101b9033903 -SIZE (giacxcas/giac_1.5.0-51.tar.gz) = 76664872 +TIMESTAMP = 1557542411 +SHA256 (giacxcas/giac_1.5.0-53.tar.gz) = ff57daa09b3f4f689c9435cc3bf9da7cacf83a8c602850de9c31954b453b7b15 +SIZE (giacxcas/giac_1.5.0-53.tar.gz) = 76655581 SHA256 (giacxcas/CoCoALib-0.9950.tgz) = b30d840593e1930c1629467918b508c429e0a983ef0d1343eab570f238275678 SIZE (giacxcas/CoCoALib-0.9950.tgz) = 4120680 SHA256 (giacxcas/fltk-giac.tar.gz) = 538243c536a62e562bc26dec1c54454f54ce614cc540371f5ccfe71d8ed27cf7 From owner-svn-ports-all@freebsd.org Sat May 11 03:20:09 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 79F3F1590393; Sat, 11 May 2019 03:20:09 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1C8E36FF1B; Sat, 11 May 2019 03:20:09 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E2F32DBFA; Sat, 11 May 2019 03:20:08 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4B3K8pN021458; Sat, 11 May 2019 03:20:08 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4B3K8EW021457; Sat, 11 May 2019 03:20:08 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905110320.x4B3K8EW021457@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 11 May 2019 03:20:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501215 - head/math/py-Pyomo X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/py-Pyomo X-SVN-Commit-Revision: 501215 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1C8E36FF1B X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.91 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.91)[-0.911,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 03:20:09 -0000 Author: yuri Date: Sat May 11 03:20:08 2019 New Revision: 501215 URL: https://svnweb.freebsd.org/changeset/ports/501215 Log: math/py-Pyomo: Update 5.6.1 -> 5.6.2 Reported by: portscout Modified: head/math/py-Pyomo/Makefile head/math/py-Pyomo/distinfo Modified: head/math/py-Pyomo/Makefile ============================================================================== --- head/math/py-Pyomo/Makefile Sat May 11 03:17:28 2019 (r501214) +++ head/math/py-Pyomo/Makefile Sat May 11 03:20:08 2019 (r501215) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Pyomo -DISTVERSION= 5.6.1 +DISTVERSION= 5.6.2 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/math/py-Pyomo/distinfo ============================================================================== --- head/math/py-Pyomo/distinfo Sat May 11 03:17:28 2019 (r501214) +++ head/math/py-Pyomo/distinfo Sat May 11 03:20:08 2019 (r501215) @@ -1,3 +1,3 @@ -TIMESTAMP = 1557294758 -SHA256 (Pyomo-5.6.1.tar.gz) = 449be9a4c9b3caee7c89dbe5f0e4e5ad0eaeef8be110a860641cd249986e362c -SIZE (Pyomo-5.6.1.tar.gz) = 17434820 +TIMESTAMP = 1557544703 +SHA256 (Pyomo-5.6.2.tar.gz) = 4e9ad7170c626849c4100d3e899fcb3788464f89184eef53bf661af70e5a777c +SIZE (Pyomo-5.6.2.tar.gz) = 17929731 From owner-svn-ports-all@freebsd.org Sat May 11 03:39:52 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70C6A1590B0F; Sat, 11 May 2019 03:39:52 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1642070C07; Sat, 11 May 2019 03:39:52 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CE0BBDF6A; Sat, 11 May 2019 03:39:51 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4B3dpdZ031918; Sat, 11 May 2019 03:39:51 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4B3dp8f031915; Sat, 11 May 2019 03:39:51 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905110339.x4B3dp8f031915@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 11 May 2019 03:39:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501216 - head/graphics/oidn X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/graphics/oidn X-SVN-Commit-Revision: 501216 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1642070C07 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.91 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.91)[-0.912,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 03:39:52 -0000 Author: yuri Date: Sat May 11 03:39:50 2019 New Revision: 501216 URL: https://svnweb.freebsd.org/changeset/ports/501216 Log: graphics/oidn: Update 0.8.2 -> 0.9.0 Reported by: portscout Modified: head/graphics/oidn/Makefile head/graphics/oidn/distinfo head/graphics/oidn/pkg-plist Modified: head/graphics/oidn/Makefile ============================================================================== --- head/graphics/oidn/Makefile Sat May 11 03:20:08 2019 (r501215) +++ head/graphics/oidn/Makefile Sat May 11 03:39:50 2019 (r501216) @@ -2,7 +2,7 @@ PORTNAME= oidn DISTVERSIONPREFIX= v -DISTVERSION= 0.8.2 +DISTVERSION= 0.9.0 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org @@ -15,14 +15,16 @@ BROKEN_i386= Intel(R) MKL-DNN supports 64 bit platform LIB_DEPENDS= libtbb.so:devel/tbb -USES= cmake compiler:c++11-lang +USES= cmake:noninja compiler:c++11-lang python:build USE_GITHUB= yes GH_ACCOUNT= OpenImageDenoise GH_TUPLE= OpenImageDenoise:oidn-weights:cd8e2ce:w/weights \ - OpenImageDenoise:mkl-dnn:9507eb9:m/mkl-dnn + OpenImageDenoise:mkl-dnn:6241ac7:m/mkl-dnn USE_LDCONFIG= yes OPTIONS_DEFINE= DOCS + +CMAKE_ARGS+= -DTBB_ROOT:STRING=${LOCALBASE} -DTBB_INCLUDE_DIR:STRING=${LOCALBASE}/include -DPYTHON_EXECUTABLE:STRING=${PYTHON_CMD} DOCSDIR= share/doc/${GH_ACCOUNT} Modified: head/graphics/oidn/distinfo ============================================================================== --- head/graphics/oidn/distinfo Sat May 11 03:20:08 2019 (r501215) +++ head/graphics/oidn/distinfo Sat May 11 03:39:50 2019 (r501216) @@ -1,7 +1,7 @@ -TIMESTAMP = 1553982591 -SHA256 (OpenImageDenoise-oidn-v0.8.2_GH0.tar.gz) = 371def126dba656a26e8ecb3473c8ed675429d2ed3c6a7529fd5869d802594d6 -SIZE (OpenImageDenoise-oidn-v0.8.2_GH0.tar.gz) = 3441897 +TIMESTAMP = 1557545005 +SHA256 (OpenImageDenoise-oidn-v0.9.0_GH0.tar.gz) = f0facbd563cc3d3822e830d1de72349f4e462f2083cef4ba117f082b03b01858 +SIZE (OpenImageDenoise-oidn-v0.9.0_GH0.tar.gz) = 3446765 SHA256 (OpenImageDenoise-oidn-weights-cd8e2ce_GH0.tar.gz) = 7f242a227f641d3e2cc968b25db4825efc15feb11e4bb58ee2ee888c65f758fc SIZE (OpenImageDenoise-oidn-weights-cd8e2ce_GH0.tar.gz) = 31599866 -SHA256 (OpenImageDenoise-mkl-dnn-9507eb9_GH0.tar.gz) = 0e00ce128f4cb42ada6feebd71d768e04abab6ad9d80422645be657ac7140f0a -SIZE (OpenImageDenoise-mkl-dnn-9507eb9_GH0.tar.gz) = 1413499 +SHA256 (OpenImageDenoise-mkl-dnn-6241ac7_GH0.tar.gz) = f4ed50d6f9e63678d7ecababf33219ebfdfbbe330a1b6252e9759b17f4a65162 +SIZE (OpenImageDenoise-mkl-dnn-6241ac7_GH0.tar.gz) = 1498477 Modified: head/graphics/oidn/pkg-plist ============================================================================== --- head/graphics/oidn/pkg-plist Sat May 11 03:20:08 2019 (r501215) +++ head/graphics/oidn/pkg-plist Sat May 11 03:39:50 2019 (r501216) @@ -7,7 +7,7 @@ lib/cmake/OpenImageDenoise/OpenImageDenoiseConfig.cmak lib/cmake/OpenImageDenoise/OpenImageDenoiseConfigVersion.cmake lib/libOpenImageDenoise.so lib/libOpenImageDenoise.so.0 -lib/libOpenImageDenoise.so.0.8.2 +lib/libOpenImageDenoise.so.0.9.0 %%PORTDOCS%%%%DOCSDIR%%/CHANGELOG.md %%PORTDOCS%%%%DOCSDIR%%/README.md %%PORTDOCS%%%%DOCSDIR%%/readme.pdf From owner-svn-ports-all@freebsd.org Sat May 11 03:41:14 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F2CF1590BD2; Sat, 11 May 2019 03:41:14 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 158C370EF6; Sat, 11 May 2019 03:41:14 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E64BAE0C1; Sat, 11 May 2019 03:41:13 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4B3fDoI032873; Sat, 11 May 2019 03:41:13 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4B3fDmj032871; Sat, 11 May 2019 03:41:13 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905110341.x4B3fDmj032871@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 11 May 2019 03:41:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501217 - head/science/nwchem X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/science/nwchem X-SVN-Commit-Revision: 501217 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 158C370EF6 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.91 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.91)[-0.911,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 03:41:14 -0000 Author: yuri Date: Sat May 11 03:41:13 2019 New Revision: 501217 URL: https://svnweb.freebsd.org/changeset/ports/501217 Log: science/nwchem: Update 6.8.1.20190412 -> 6.8.1.20190509 Modified: head/science/nwchem/Makefile head/science/nwchem/distinfo Modified: head/science/nwchem/Makefile ============================================================================== --- head/science/nwchem/Makefile Sat May 11 03:39:50 2019 (r501216) +++ head/science/nwchem/Makefile Sat May 11 03:41:13 2019 (r501217) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= nwchem -PORTVERSION= 6.8.1.20190412 -PORTREVISION= 1 +PORTVERSION= 6.8.1.20190509 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org @@ -24,7 +23,7 @@ SHEBANG_FILES= ../contrib/distro-tools/build_* ../cont SHEBANG_GLOB= *.sh USE_GITHUB= yes GH_ACCOUNT= nwchemgit -GH_TAGNAME= master-oct22_2018-212-g87fcaa997 +GH_TAGNAME= master-oct22_2018-240-g1589c17cd USE_PERL5= build MAKEFILE= GNUmakefile Modified: head/science/nwchem/distinfo ============================================================================== --- head/science/nwchem/distinfo Sat May 11 03:39:50 2019 (r501216) +++ head/science/nwchem/distinfo Sat May 11 03:41:13 2019 (r501217) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555195453 -SHA256 (nwchemgit-nwchem-6.8.1.20190412-master-oct22_2018-212-g87fcaa997_GH0.tar.gz) = 37486250bd26d5bf6bff5396c3d783d540919df6251ac30fd3813fcaeaac168b -SIZE (nwchemgit-nwchem-6.8.1.20190412-master-oct22_2018-212-g87fcaa997_GH0.tar.gz) = 180603758 +TIMESTAMP = 1557477986 +SHA256 (nwchemgit-nwchem-6.8.1.20190509-master-oct22_2018-240-g1589c17cd_GH0.tar.gz) = e9aeebbd79c99a12799fe5e60cdcedd021ee4a174fed178c385178f0dc1799ff +SIZE (nwchemgit-nwchem-6.8.1.20190509-master-oct22_2018-240-g1589c17cd_GH0.tar.gz) = 180602867 From owner-svn-ports-all@freebsd.org Sat May 11 03:51:28 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7F1D1590EF1; Sat, 11 May 2019 03:51:28 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5D29B71379; Sat, 11 May 2019 03:51:28 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ED87CE193; Sat, 11 May 2019 03:51:27 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4B3pRo4038380; Sat, 11 May 2019 03:51:27 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4B3pRtt038378; Sat, 11 May 2019 03:51:27 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905110351.x4B3pRtt038378@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 11 May 2019 03:51:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501218 - head/devel/py-bandit X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/py-bandit X-SVN-Commit-Revision: 501218 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5D29B71379 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.91 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.91)[-0.911,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 03:51:29 -0000 Author: yuri Date: Sat May 11 03:51:27 2019 New Revision: 501218 URL: https://svnweb.freebsd.org/changeset/ports/501218 Log: devel/py-bandit: Update 1.5.1 -> 1.6.0 Reported by: portscout Modified: head/devel/py-bandit/Makefile head/devel/py-bandit/distinfo Modified: head/devel/py-bandit/Makefile ============================================================================== --- head/devel/py-bandit/Makefile Sat May 11 03:41:13 2019 (r501217) +++ head/devel/py-bandit/Makefile Sat May 11 03:51:27 2019 (r501218) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bandit -DISTVERSION= 1.5.1 +DISTVERSION= 1.6.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-bandit/distinfo ============================================================================== --- head/devel/py-bandit/distinfo Sat May 11 03:41:13 2019 (r501217) +++ head/devel/py-bandit/distinfo Sat May 11 03:51:27 2019 (r501218) @@ -1,3 +1,3 @@ -TIMESTAMP = 1536511500 -SHA256 (bandit-1.5.1.tar.gz) = 9413facfe9de1e1bd291d525c784e1beb1a55c9916b51dae12979af63a69ba4c -SIZE (bandit-1.5.1.tar.gz) = 480856 +TIMESTAMP = 1557546434 +SHA256 (bandit-1.6.0.tar.gz) = e50fb4ed4ee8a98b8329385e48e606fded0999a2cb3e2acb6e7213c962ff0de1 +SIZE (bandit-1.6.0.tar.gz) = 498578 From owner-svn-ports-all@freebsd.org Sat May 11 03:54:20 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B328E15910A2; Sat, 11 May 2019 03:54:20 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 53FA771669; Sat, 11 May 2019 03:54:20 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 409C1E2E7; Sat, 11 May 2019 03:54:20 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4B3sK8e042597; Sat, 11 May 2019 03:54:20 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4B3sJhD042595; Sat, 11 May 2019 03:54:19 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905110354.x4B3sJhD042595@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 11 May 2019 03:54:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501219 - head/net/clash X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/net/clash X-SVN-Commit-Revision: 501219 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 53FA771669 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.91 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.91)[-0.911,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 03:54:20 -0000 Author: yuri Date: Sat May 11 03:54:19 2019 New Revision: 501219 URL: https://svnweb.freebsd.org/changeset/ports/501219 Log: net/clash: Update 0.13.0 -> 0.14.0 Reported by: portscout Modified: head/net/clash/Makefile head/net/clash/distinfo Modified: head/net/clash/Makefile ============================================================================== --- head/net/clash/Makefile Sat May 11 03:51:27 2019 (r501218) +++ head/net/clash/Makefile Sat May 11 03:54:19 2019 (r501219) @@ -2,7 +2,7 @@ PORTNAME= clash DISTVERSIONPREFIX= v -DISTVERSION= 0.13.0 +DISTVERSION= 0.14.0 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org Modified: head/net/clash/distinfo ============================================================================== --- head/net/clash/distinfo Sat May 11 03:51:27 2019 (r501218) +++ head/net/clash/distinfo Sat May 11 03:54:19 2019 (r501219) @@ -1,6 +1,6 @@ -TIMESTAMP = 1554259487 -SHA256 (Dreamacro-clash-v0.13.0_GH0.tar.gz) = a17cfe2dfaebdba53eade3cb978dde8f54853904e1924d5a534879533b1a1dd5 -SIZE (Dreamacro-clash-v0.13.0_GH0.tar.gz) = 65341 +TIMESTAMP = 1557546752 +SHA256 (Dreamacro-clash-v0.14.0_GH0.tar.gz) = f9662bebed63357e6a57957fea8654f9757a34f90b0195a8e152f3615cdef074 +SIZE (Dreamacro-clash-v0.14.0_GH0.tar.gz) = 70025 SHA256 (aead-chacha20-8b13a72_GH0.tar.gz) = 3ec002c64dc2e6f9c4e3fd06021d16f6834ad011b55fe78375a8689bd8d41344 SIZE (aead-chacha20-8b13a72_GH0.tar.gz) = 21592 SHA256 (eapache-channels-v1.1.0_GH0.tar.gz) = 443b9361ff7db635b830e84d8eb0830477083efba53fb0c531af04e07cde3a59 From owner-svn-ports-all@freebsd.org Sat May 11 04:10:08 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0BCA115912FC; Sat, 11 May 2019 04:10:08 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A863371AD1; Sat, 11 May 2019 04:10:07 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 83636E49D; Sat, 11 May 2019 04:10:07 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4B4A7kq048000; Sat, 11 May 2019 04:10:07 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4B4A6Q9047997; Sat, 11 May 2019 04:10:06 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905110410.x4B4A6Q9047997@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 11 May 2019 04:10:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501220 - in head/security/theonionbox: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/security/theonionbox: . files X-SVN-Commit-Revision: 501220 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A863371AD1 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.91 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.91)[-0.912,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 04:10:08 -0000 Author: yuri Date: Sat May 11 04:10:06 2019 New Revision: 501220 URL: https://svnweb.freebsd.org/changeset/ports/501220 Log: security/theonionbox: Update 4.3.0 -> 4.3.1 Reported by: portscout Deleted: head/security/theonionbox/files/patch-theonionbox_theonionbox.py Modified: head/security/theonionbox/Makefile head/security/theonionbox/distinfo head/security/theonionbox/files/patch-setup.py Modified: head/security/theonionbox/Makefile ============================================================================== --- head/security/theonionbox/Makefile Sat May 11 03:54:19 2019 (r501219) +++ head/security/theonionbox/Makefile Sat May 11 04:10:06 2019 (r501220) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= theonionbox -PORTVERSION= 4.3.0 -PORTREVISION= 1 +DISTVERSION= 4.3.1 CATEGORIES= security net python MASTER_SITES= CHEESESHOP @@ -24,6 +23,7 @@ py27_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}futures>=3.2: USES= python USE_PYTHON= distutils autoplist noflavors + NO_ARCH= yes POST_PLIST= correct-plist @@ -42,7 +42,7 @@ post-patch: post-patch-DOCS-off: @${REINPLACE_CMD} "s|('share/doc/${PORTNAME}', \['docs/\*\.\*'\]),||" ${WRKSRC}/setup.py -post-install: +xpost-install: @${CHMOD} +x ${STAGEDIR}${PREFIX}/etc/rc.d/${PORTNAME} correct-plist: Modified: head/security/theonionbox/distinfo ============================================================================== --- head/security/theonionbox/distinfo Sat May 11 03:54:19 2019 (r501219) +++ head/security/theonionbox/distinfo Sat May 11 04:10:06 2019 (r501220) @@ -1,3 +1,3 @@ -TIMESTAMP = 1539462973 -SHA256 (theonionbox-4.3.0.tar.gz) = 30b614fa8a3c9145e9e70fa479eaa775a9ea82911aa6615de1a1fad2b6a821a6 -SIZE (theonionbox-4.3.0.tar.gz) = 13126370 +TIMESTAMP = 1557547124 +SHA256 (theonionbox-4.3.1.tar.gz) = e6d2e498349fe6cd9e83699bcab05a4cba0d0ffb6221bc30c9286ecb5f50d243 +SIZE (theonionbox-4.3.1.tar.gz) = 13002704 Modified: head/security/theonionbox/files/patch-setup.py ============================================================================== --- head/security/theonionbox/files/patch-setup.py Sat May 11 03:54:19 2019 (r501219) +++ head/security/theonionbox/files/patch-setup.py Sat May 11 04:10:06 2019 (r501220) @@ -1,6 +1,6 @@ ---- setup.py.orig 2018-10-13 20:39:26 UTC +--- setup.py.orig 2019-05-11 04:02:35 UTC +++ setup.py -@@ -295,18 +295,9 @@ package_data_exclude = { +@@ -295,19 +295,9 @@ package_data_exclude = { } data_files = [ @@ -11,6 +11,7 @@ - ('service/FreeBSD', ['FreeBSD/theonionbox.sh']), - ('service/init.d', ['init.d/theonionbox.sh']), - ('service/systemd', ['systemd/theonionbox.service']), +- ('service/Docker', ['Docker/Dockerfile', 'Docker/theonionbox.cfg']), - ('support', []), - ('support/osxtemp', []), - ('support/osxtemp/libsmc', ['support/osxtemp/libsmc/LICENSE', 'support/osxtemp/libsmc/Makefile']), @@ -22,13 +23,3 @@ ] # print(generate_data_files(data_files)) -@@ -375,8 +366,7 @@ setup( - }, - install_requires=[ - 'psutil>=5.4.0', -- 'apscheduler>=2.1.2, <3.*; python_version<"3.0"', -- 'apscheduler>=3.4; python_version>="3.0"', -+ 'apscheduler>=3.5.1', - 'requests>2.18', - 'PySocks>=1.6.7', - 'bottle>=0.12.13', From owner-svn-ports-all@freebsd.org Sat May 11 04:12:38 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D04115914A2; Sat, 11 May 2019 04:12:38 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 23C6171E20; Sat, 11 May 2019 04:12:38 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F239DE64C; Sat, 11 May 2019 04:12:37 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4B4CbkS052984; Sat, 11 May 2019 04:12:37 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4B4Cb2a052983; Sat, 11 May 2019 04:12:37 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905110412.x4B4Cb2a052983@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 11 May 2019 04:12:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501221 - head/devel/py-rchitect X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/py-rchitect X-SVN-Commit-Revision: 501221 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 23C6171E20 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.91 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.91)[-0.911,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 04:12:38 -0000 Author: yuri Date: Sat May 11 04:12:37 2019 New Revision: 501221 URL: https://svnweb.freebsd.org/changeset/ports/501221 Log: devel/py-rchitect: Update 0.3.2 -> 0.3.3 Reported by: portscout Modified: head/devel/py-rchitect/Makefile head/devel/py-rchitect/distinfo Modified: head/devel/py-rchitect/Makefile ============================================================================== --- head/devel/py-rchitect/Makefile Sat May 11 04:10:06 2019 (r501220) +++ head/devel/py-rchitect/Makefile Sat May 11 04:12:37 2019 (r501221) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rchitect -DISTVERSION= 0.3.2 +DISTVERSION= 0.3.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-rchitect/distinfo ============================================================================== --- head/devel/py-rchitect/distinfo Sat May 11 04:10:06 2019 (r501220) +++ head/devel/py-rchitect/distinfo Sat May 11 04:12:37 2019 (r501221) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556959271 -SHA256 (rchitect-0.3.2.tar.gz) = 8da91d1437af9f83394d04701590d16490b0ce15b7355c2d148906d263dba89e -SIZE (rchitect-0.3.2.tar.gz) = 26559 +TIMESTAMP = 1557547860 +SHA256 (rchitect-0.3.3.tar.gz) = 05f5f355b963f6b3328b4023c50bcb6a0512e69fb1dd3e13076c3127eb2f1518 +SIZE (rchitect-0.3.3.tar.gz) = 26696 From owner-svn-ports-all@freebsd.org Sat May 11 05:58:44 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF53F159307D; Sat, 11 May 2019 05:58:43 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A253674C07; Sat, 11 May 2019 05:58:43 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 41D45F7A5; Sat, 11 May 2019 05:58:43 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4B5wh9Y005933; Sat, 11 May 2019 05:58:43 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4B5wg8E005928; Sat, 11 May 2019 05:58:42 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201905110558.x4B5wg8E005928@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sat, 11 May 2019 05:58:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501222 - in head/www: . miniserve X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/www: . miniserve X-SVN-Commit-Revision: 501222 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A253674C07 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.91 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.91)[-0.914,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 05:58:44 -0000 Author: tobik Date: Sat May 11 05:58:42 2019 New Revision: 501222 URL: https://svnweb.freebsd.org/changeset/ports/501222 Log: New port: www/miniserve Miniserve is a small self-contained ad-hoc HTTP server that allows you to quickly serve some files over HTTP. Features: - Easy to use - Just works: Correct MIME types handling out of the box - Single binary drop-in with no extra dependencies required - Authentication support with username and password - Fast and highly parallel (thanks to Rust and Actix) It is an interesting alternative to some popular solutions: - Python's built-in webserver: Needs to have Python installed, is low performance, and also does not handle MIME types correctly in some cases. - netcat: Not as convenient to use and sending directories is nontrivial. WWW: https://github.com/svenstaro/miniserve PR: 228324 Submitted by: 0mp (miniserve 0.1.5) Added: head/www/miniserve/ head/www/miniserve/Makefile (contents, props changed) head/www/miniserve/distinfo (contents, props changed) head/www/miniserve/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sat May 11 04:12:37 2019 (r501221) +++ head/www/Makefile Sat May 11 05:58:42 2019 (r501222) @@ -346,6 +346,7 @@ SUBDIR += miniminiweb SUBDIR += minio SUBDIR += minio-client + SUBDIR += miniserve SUBDIR += mitmproxy SUBDIR += mkapachepw SUBDIR += mknmz-wwwoffle Added: head/www/miniserve/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/miniserve/Makefile Sat May 11 05:58:42 2019 (r501222) @@ -0,0 +1,249 @@ +# $FreeBSD$ + +PORTNAME= miniserve +DISTVERSIONPREFIX= v +DISTVERSION= 0.4.1 +CATEGORIES= www + +MAINTAINER= tobik@FreeBSD.org +COMMENT= Ad-hoc HTTP server for file sharing + +LICENSE= APACHE20 BSD3CLAUSE CC0-1.0 ISCL MIT MPL20 UNLICENSE +LICENSE_COMB= multi +LICENSE_FILE_MIT= ${WRKSRC}/LICENSE + +USES= cargo +USE_GITHUB= yes +GH_ACCOUNT= svenstaro + +CARGO_CRATES= actix-0.7.9 \ + actix-net-0.2.6 \ + actix-web-0.7.19 \ + actix_derive-0.3.2 \ + adler32-1.0.3 \ + aho-corasick-0.7.3 \ + alphanumeric-sort-1.0.6 \ + ansi_term-0.11.0 \ + arc-swap-0.3.11 \ + argon2rs-0.2.5 \ + arrayvec-0.4.10 \ + atty-0.2.11 \ + autocfg-0.1.2 \ + backtrace-0.3.15 \ + backtrace-sys-0.1.28 \ + base64-0.10.1 \ + base64-0.9.3 \ + bitflags-1.0.4 \ + blake2-rfc-0.2.18 \ + brotli-sys-0.3.2 \ + brotli2-0.3.2 \ + build_const-0.2.1 \ + byteorder-1.3.1 \ + bytes-0.4.12 \ + bytesize-1.0.0 \ + cc-1.0.35 \ + cfg-if-0.1.7 \ + chrono-0.4.6 \ + chrono-humanize-0.0.11 \ + clap-2.33.0 \ + cloudabi-0.0.3 \ + constant_time_eq-0.1.3 \ + cookie-0.11.0 \ + crc-1.8.1 \ + crc32fast-1.2.0 \ + crossbeam-channel-0.3.8 \ + crossbeam-deque-0.7.1 \ + crossbeam-epoch-0.7.1 \ + crossbeam-queue-0.1.2 \ + crossbeam-utils-0.6.5 \ + dirs-1.0.5 \ + dtoa-0.4.3 \ + encoding-0.2.33 \ + encoding-index-japanese-1.20141219.5 \ + encoding-index-korean-1.20141219.5 \ + encoding-index-simpchinese-1.20141219.5 \ + encoding-index-singlebyte-1.20141219.5 \ + encoding-index-tradchinese-1.20141219.5 \ + encoding_index_tests-0.1.4 \ + error-chain-0.8.1 \ + failure-0.1.5 \ + failure_derive-0.1.5 \ + filetime-0.2.4 \ + flate2-1.0.7 \ + fnv-1.0.6 \ + fuchsia-cprng-0.1.1 \ + fuchsia-zircon-0.3.3 \ + fuchsia-zircon-sys-0.3.3 \ + futures-0.1.26 \ + futures-cpupool-0.1.8 \ + h2-0.1.18 \ + heck-0.3.1 \ + hostname-0.1.5 \ + htmlescape-0.3.1 \ + http-0.1.17 \ + httparse-1.3.3 \ + idna-0.1.5 \ + indexmap-1.0.2 \ + iovec-0.1.2 \ + ipconfig-0.1.9 \ + itoa-0.4.3 \ + kernel32-sys-0.2.2 \ + language-tags-0.2.2 \ + lazy_static-1.3.0 \ + lazycell-1.2.1 \ + libc-0.2.51 \ + libflate-0.1.22 \ + linked-hash-map-0.5.2 \ + literalext-0.1.1 \ + lock_api-0.1.5 \ + log-0.4.6 \ + lru-cache-0.1.2 \ + matches-0.1.8 \ + maud-0.20.0 \ + maud_htmlescape-0.17.0 \ + maud_macros-0.20.0 \ + memchr-2.2.0 \ + memoffset-0.2.1 \ + mime-0.3.13 \ + mime_guess-2.0.0-alpha.6 \ + miniz-sys-0.1.11 \ + miniz_oxide-0.2.1 \ + miniz_oxide_c_api-0.2.1 \ + mio-0.6.16 \ + mio-uds-0.6.7 \ + miow-0.2.1 \ + nanoid-0.2.0 \ + net2-0.2.33 \ + nodrop-0.1.13 \ + nom-4.2.3 \ + num-integer-0.1.39 \ + num-traits-0.2.6 \ + num_cpus-1.10.0 \ + owning_ref-0.4.0 \ + parking_lot-0.7.1 \ + parking_lot_core-0.4.0 \ + percent-encoding-1.0.1 \ + phf-0.7.24 \ + phf_codegen-0.7.24 \ + phf_generator-0.7.24 \ + phf_shared-0.7.24 \ + proc-macro2-0.4.27 \ + quick-error-1.2.2 \ + quote-0.6.12 \ + rand-0.4.6 \ + rand-0.5.6 \ + rand-0.6.5 \ + rand_chacha-0.1.1 \ + rand_core-0.3.1 \ + rand_core-0.4.0 \ + rand_hc-0.1.0 \ + rand_isaac-0.1.1 \ + rand_jitter-0.1.3 \ + rand_os-0.1.3 \ + rand_pcg-0.1.2 \ + rand_xorshift-0.1.1 \ + rdrand-0.4.0 \ + redox_syscall-0.1.54 \ + redox_termios-0.1.1 \ + redox_users-0.3.0 \ + regex-1.1.5 \ + regex-syntax-0.6.6 \ + resolv-conf-0.6.2 \ + ring-0.13.5 \ + rustc-demangle-0.1.14 \ + rustc_version-0.2.3 \ + ryu-0.2.7 \ + safemem-0.3.0 \ + scoped_threadpool-0.1.9 \ + scopeguard-0.3.3 \ + semver-0.9.0 \ + semver-parser-0.7.0 \ + serde-1.0.90 \ + serde_derive-1.0.90 \ + serde_json-1.0.39 \ + serde_urlencoded-0.5.4 \ + sha1-0.6.0 \ + signal-hook-0.1.8 \ + simplelog-0.5.3 \ + siphasher-0.2.3 \ + slab-0.4.2 \ + smallvec-0.6.9 \ + socket2-0.3.8 \ + stable_deref_trait-1.1.1 \ + string-0.1.3 \ + strsim-0.8.0 \ + structopt-0.2.15 \ + structopt-derive-0.2.15 \ + strum-0.15.0 \ + strum_macros-0.15.0 \ + syn-0.15.31 \ + synstructure-0.10.1 \ + tar-0.4.22 \ + term-0.5.2 \ + termion-1.5.1 \ + textwrap-0.11.0 \ + thread_local-0.3.6 \ + time-0.1.42 \ + tokio-0.1.18 \ + tokio-codec-0.1.1 \ + tokio-current-thread-0.1.6 \ + tokio-executor-0.1.7 \ + tokio-fs-0.1.6 \ + tokio-io-0.1.12 \ + tokio-reactor-0.1.9 \ + tokio-signal-0.2.7 \ + tokio-sync-0.1.4 \ + tokio-tcp-0.1.3 \ + tokio-threadpool-0.1.13 \ + tokio-timer-0.2.10 \ + tokio-trace-core-0.1.0 \ + tokio-udp-0.1.3 \ + tokio-uds-0.2.5 \ + tower-service-0.1.0 \ + trust-dns-proto-0.5.0 \ + trust-dns-proto-0.6.3 \ + trust-dns-resolver-0.10.3 \ + ucd-util-0.1.3 \ + unicase-1.4.2 \ + unicase-2.3.0 \ + unicode-bidi-0.3.4 \ + unicode-normalization-0.1.8 \ + unicode-segmentation-1.2.1 \ + unicode-width-0.1.5 \ + unicode-xid-0.1.0 \ + untrusted-0.6.2 \ + url-1.7.2 \ + utf8-ranges-1.0.2 \ + uuid-0.7.4 \ + v_escape-0.7.2 \ + v_escape_derive-0.5.3 \ + v_htmlescape-0.4.3 \ + vec_map-0.8.1 \ + version_check-0.1.5 \ + widestring-0.2.2 \ + winapi-0.2.8 \ + winapi-0.3.7 \ + winapi-build-0.1.1 \ + winapi-i686-pc-windows-gnu-0.4.0 \ + winapi-x86_64-pc-windows-gnu-0.4.0 \ + winreg-0.5.1 \ + winutil-0.1.1 \ + ws2_32-sys-0.2.1 \ + xattr-0.2.2 \ + yansi-0.5.0 + +# maud_macros depends on literalext crate which uses feature(proc_macro) +MAKE_ENV= RUSTC_BOOTSTRAP=1 +PLIST_FILES= bin/miniserve +PORTDOCS= README.md + +OPTIONS_DEFINE= DOCS + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/miniserve + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} + +.include Added: head/www/miniserve/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/miniserve/distinfo Sat May 11 05:58:42 2019 (r501222) @@ -0,0 +1,433 @@ +TIMESTAMP = 1557552825 +SHA256 (rust/crates/actix-0.7.9.tar.gz) = 6c616db5fa4b0c40702fb75201c2af7f8aa8f3a2e2c1dda3b0655772aa949666 +SIZE (rust/crates/actix-0.7.9.tar.gz) = 69588 +SHA256 (rust/crates/actix-net-0.2.6.tar.gz) = 8bebfbe6629e0131730746718c9e032b58f02c6ce06ed7c982b9fef6c8545acd +SIZE (rust/crates/actix-net-0.2.6.tar.gz) = 50592 +SHA256 (rust/crates/actix-web-0.7.19.tar.gz) = b0ac60f86c65a50b140139f499f4f7c6e49e4b5d88fbfba08e4e3975991f7bf4 +SIZE (rust/crates/actix-web-0.7.19.tar.gz) = 283582 +SHA256 (rust/crates/actix_derive-0.3.2.tar.gz) = 4300e9431455322ae393d43a2ba1ef96b8080573c0fc23b196219efedfb6ba69 +SIZE (rust/crates/actix_derive-0.3.2.tar.gz) = 7430 +SHA256 (rust/crates/adler32-1.0.3.tar.gz) = 7e522997b529f05601e05166c07ed17789691f562762c7f3b987263d2dedee5c +SIZE (rust/crates/adler32-1.0.3.tar.gz) = 5734 +SHA256 (rust/crates/aho-corasick-0.7.3.tar.gz) = e6f484ae0c99fec2e858eb6134949117399f222608d84cadb3f58c1f97c2364c +SIZE (rust/crates/aho-corasick-0.7.3.tar.gz) = 55093 +SHA256 (rust/crates/alphanumeric-sort-1.0.6.tar.gz) = 7cd2580c95c654d681db0194a310af67a293f5e1c8bafa5b35b63269c4665a39 +SIZE (rust/crates/alphanumeric-sort-1.0.6.tar.gz) = 6910 +SHA256 (rust/crates/ansi_term-0.11.0.tar.gz) = ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b +SIZE (rust/crates/ansi_term-0.11.0.tar.gz) = 17087 +SHA256 (rust/crates/arc-swap-0.3.11.tar.gz) = bc4662175ead9cd84451d5c35070517777949a2ed84551764129cedb88384841 +SIZE (rust/crates/arc-swap-0.3.11.tar.gz) = 46282 +SHA256 (rust/crates/argon2rs-0.2.5.tar.gz) = 3f67b0b6a86dae6e67ff4ca2b6201396074996379fba2b92ff649126f37cb392 +SIZE (rust/crates/argon2rs-0.2.5.tar.gz) = 353096 +SHA256 (rust/crates/arrayvec-0.4.10.tar.gz) = 92c7fb76bc8826a8b33b4ee5bb07a247a81e76764ab4d55e8f73e3a4d8808c71 +SIZE (rust/crates/arrayvec-0.4.10.tar.gz) = 26133 +SHA256 (rust/crates/atty-0.2.11.tar.gz) = 9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652 +SIZE (rust/crates/atty-0.2.11.tar.gz) = 5916 +SHA256 (rust/crates/autocfg-0.1.2.tar.gz) = a6d640bee2da49f60a4068a7fae53acde8982514ab7bae8b8cea9e88cbcfd799 +SIZE (rust/crates/autocfg-0.1.2.tar.gz) = 10444 +SHA256 (rust/crates/backtrace-0.3.15.tar.gz) = f106c02a3604afcdc0df5d36cc47b44b55917dbaf3d808f71c163a0ddba64637 +SIZE (rust/crates/backtrace-0.3.15.tar.gz) = 33807 +SHA256 (rust/crates/backtrace-sys-0.1.28.tar.gz) = 797c830ac25ccc92a7f8a7b9862bde440715531514594a6154e3d4a54dd769b6 +SIZE (rust/crates/backtrace-sys-0.1.28.tar.gz) = 522603 +SHA256 (rust/crates/base64-0.10.1.tar.gz) = 0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e +SIZE (rust/crates/base64-0.10.1.tar.gz) = 41988 +SHA256 (rust/crates/base64-0.9.3.tar.gz) = 489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643 +SIZE (rust/crates/base64-0.9.3.tar.gz) = 37993 +SHA256 (rust/crates/bitflags-1.0.4.tar.gz) = 228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12 +SIZE (rust/crates/bitflags-1.0.4.tar.gz) = 15282 +SHA256 (rust/crates/blake2-rfc-0.2.18.tar.gz) = 5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400 +SIZE (rust/crates/blake2-rfc-0.2.18.tar.gz) = 15676 +SHA256 (rust/crates/brotli-sys-0.3.2.tar.gz) = 4445dea95f4c2b41cde57cc9fee236ae4dbae88d8fcbdb4750fc1bb5d86aaecd +SIZE (rust/crates/brotli-sys-0.3.2.tar.gz) = 414847 +SHA256 (rust/crates/brotli2-0.3.2.tar.gz) = 0cb036c3eade309815c15ddbacec5b22c4d1f3983a774ab2eac2e3e9ea85568e +SIZE (rust/crates/brotli2-0.3.2.tar.gz) = 17447 +SHA256 (rust/crates/build_const-0.2.1.tar.gz) = 39092a32794787acd8525ee150305ff051b0aa6cc2abaf193924f5ab05425f39 +SIZE (rust/crates/build_const-0.2.1.tar.gz) = 4499 +SHA256 (rust/crates/byteorder-1.3.1.tar.gz) = a019b10a2a7cdeb292db131fc8113e57ea2a908f6e7894b0c3c671893b65dbeb +SIZE (rust/crates/byteorder-1.3.1.tar.gz) = 20959 +SHA256 (rust/crates/bytes-0.4.12.tar.gz) = 206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c +SIZE (rust/crates/bytes-0.4.12.tar.gz) = 46361 +SHA256 (rust/crates/bytesize-1.0.0.tar.gz) = 716960a18f978640f25101b5cbf1c6f6b0d3192fab36a2d98ca96f0ecbe41010 +SIZE (rust/crates/bytesize-1.0.0.tar.gz) = 7522 +SHA256 (rust/crates/cc-1.0.35.tar.gz) = 5e5f3fee5eeb60324c2781f1e41286bdee933850fff9b3c672587fed5ec58c83 +SIZE (rust/crates/cc-1.0.35.tar.gz) = 44369 +SHA256 (rust/crates/cfg-if-0.1.7.tar.gz) = 11d43355396e872eefb45ce6342e4374ed7bc2b3a502d1b28e36d6e23c05d1f4 +SIZE (rust/crates/cfg-if-0.1.7.tar.gz) = 7360 +SHA256 (rust/crates/chrono-0.4.6.tar.gz) = 45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878 +SIZE (rust/crates/chrono-0.4.6.tar.gz) = 133108 +SHA256 (rust/crates/chrono-humanize-0.0.11.tar.gz) = eb2ff48a655fe8d2dae9a39e66af7fd8ff32a879e8c4e27422c25596a8b5e90d +SIZE (rust/crates/chrono-humanize-0.0.11.tar.gz) = 11546 +SHA256 (rust/crates/clap-2.33.0.tar.gz) = 5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9 +SIZE (rust/crates/clap-2.33.0.tar.gz) = 196458 +SHA256 (rust/crates/cloudabi-0.0.3.tar.gz) = ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f +SIZE (rust/crates/cloudabi-0.0.3.tar.gz) = 22156 +SHA256 (rust/crates/constant_time_eq-0.1.3.tar.gz) = 8ff012e225ce166d4422e0e78419d901719760f62ae2b7969ca6b564d1b54a9e +SIZE (rust/crates/constant_time_eq-0.1.3.tar.gz) = 1279 +SHA256 (rust/crates/cookie-0.11.0.tar.gz) = 1465f8134efa296b4c19db34d909637cb2bf0f7aaf21299e23e18fa29ac557cf +SIZE (rust/crates/cookie-0.11.0.tar.gz) = 25906 +SHA256 (rust/crates/crc-1.8.1.tar.gz) = d663548de7f5cca343f1e0a48d14dcfb0e9eb4e079ec58883b7251539fa10aeb +SIZE (rust/crates/crc-1.8.1.tar.gz) = 9114 +SHA256 (rust/crates/crc32fast-1.2.0.tar.gz) = ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1 +SIZE (rust/crates/crc32fast-1.2.0.tar.gz) = 39161 +SHA256 (rust/crates/crossbeam-channel-0.3.8.tar.gz) = 0f0ed1a4de2235cabda8558ff5840bffb97fcb64c97827f354a451307df5f72b +SIZE (rust/crates/crossbeam-channel-0.3.8.tar.gz) = 79923 +SHA256 (rust/crates/crossbeam-deque-0.7.1.tar.gz) = b18cd2e169ad86297e6bc0ad9aa679aee9daa4f19e8163860faf7c164e4f5a71 +SIZE (rust/crates/crossbeam-deque-0.7.1.tar.gz) = 19407 +SHA256 (rust/crates/crossbeam-epoch-0.7.1.tar.gz) = 04c9e3102cc2d69cd681412141b390abd55a362afc1540965dad0ad4d34280b4 +SIZE (rust/crates/crossbeam-epoch-0.7.1.tar.gz) = 35215 +SHA256 (rust/crates/crossbeam-queue-0.1.2.tar.gz) = 7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b +SIZE (rust/crates/crossbeam-queue-0.1.2.tar.gz) = 14104 +SHA256 (rust/crates/crossbeam-utils-0.6.5.tar.gz) = f8306fcef4a7b563b76b7dd949ca48f52bc1141aa067d2ea09565f3e2652aa5c +SIZE (rust/crates/crossbeam-utils-0.6.5.tar.gz) = 31735 +SHA256 (rust/crates/dirs-1.0.5.tar.gz) = 3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901 +SIZE (rust/crates/dirs-1.0.5.tar.gz) = 12908 +SHA256 (rust/crates/dtoa-0.4.3.tar.gz) = 6d301140eb411af13d3115f9a562c85cc6b541ade9dfa314132244aaee7489dd +SIZE (rust/crates/dtoa-0.4.3.tar.gz) = 14456 +SHA256 (rust/crates/encoding-0.2.33.tar.gz) = 6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec +SIZE (rust/crates/encoding-0.2.33.tar.gz) = 88798 +SHA256 (rust/crates/encoding-index-japanese-1.20141219.5.tar.gz) = 04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91 +SIZE (rust/crates/encoding-index-japanese-1.20141219.5.tar.gz) = 91495 +SHA256 (rust/crates/encoding-index-korean-1.20141219.5.tar.gz) = 4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81 +SIZE (rust/crates/encoding-index-korean-1.20141219.5.tar.gz) = 103230 +SHA256 (rust/crates/encoding-index-simpchinese-1.20141219.5.tar.gz) = d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7 +SIZE (rust/crates/encoding-index-simpchinese-1.20141219.5.tar.gz) = 130962 +SHA256 (rust/crates/encoding-index-singlebyte-1.20141219.5.tar.gz) = 3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a +SIZE (rust/crates/encoding-index-singlebyte-1.20141219.5.tar.gz) = 14950 +SHA256 (rust/crates/encoding-index-tradchinese-1.20141219.5.tar.gz) = fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18 +SIZE (rust/crates/encoding-index-tradchinese-1.20141219.5.tar.gz) = 120862 +SHA256 (rust/crates/encoding_index_tests-0.1.4.tar.gz) = a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569 +SIZE (rust/crates/encoding_index_tests-0.1.4.tar.gz) = 1631 +SHA256 (rust/crates/error-chain-0.8.1.tar.gz) = 6930e04918388a9a2e41d518c25cf679ccafe26733fb4127dbf21993f2575d46 +SIZE (rust/crates/error-chain-0.8.1.tar.gz) = 17491 +SHA256 (rust/crates/failure-0.1.5.tar.gz) = 795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2 +SIZE (rust/crates/failure-0.1.5.tar.gz) = 36749 +SHA256 (rust/crates/failure_derive-0.1.5.tar.gz) = ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1 +SIZE (rust/crates/failure_derive-0.1.5.tar.gz) = 4884 +SHA256 (rust/crates/filetime-0.2.4.tar.gz) = a2df5c1a8c4be27e7707789dc42ae65976e60b394afd293d1419ab915833e646 +SIZE (rust/crates/filetime-0.2.4.tar.gz) = 12044 +SHA256 (rust/crates/flate2-1.0.7.tar.gz) = f87e68aa82b2de08a6e037f1385455759df6e445a8df5e005b4297191dbf18aa +SIZE (rust/crates/flate2-1.0.7.tar.gz) = 65912 +SHA256 (rust/crates/fnv-1.0.6.tar.gz) = 2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3 +SIZE (rust/crates/fnv-1.0.6.tar.gz) = 11131 +SHA256 (rust/crates/fuchsia-cprng-0.1.1.tar.gz) = a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba +SIZE (rust/crates/fuchsia-cprng-0.1.1.tar.gz) = 2950 +SHA256 (rust/crates/fuchsia-zircon-0.3.3.tar.gz) = 2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82 +SIZE (rust/crates/fuchsia-zircon-0.3.3.tar.gz) = 22565 +SHA256 (rust/crates/fuchsia-zircon-sys-0.3.3.tar.gz) = 3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7 +SIZE (rust/crates/fuchsia-zircon-sys-0.3.3.tar.gz) = 7191 +SHA256 (rust/crates/futures-0.1.26.tar.gz) = 62941eff9507c8177d448bd83a44d9b9760856e184081d8cd79ba9f03dd24981 +SIZE (rust/crates/futures-0.1.26.tar.gz) = 158085 +SHA256 (rust/crates/futures-cpupool-0.1.8.tar.gz) = ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4 +SIZE (rust/crates/futures-cpupool-0.1.8.tar.gz) = 10583 +SHA256 (rust/crates/h2-0.1.18.tar.gz) = 85ab6286db06040ddefb71641b50017c06874614001a134b423783e2db2920bd +SIZE (rust/crates/h2-0.1.18.tar.gz) = 143024 +SHA256 (rust/crates/heck-0.3.1.tar.gz) = 20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205 +SIZE (rust/crates/heck-0.3.1.tar.gz) = 54666 +SHA256 (rust/crates/hostname-0.1.5.tar.gz) = 21ceb46a83a85e824ef93669c8b390009623863b5c195d1ba747292c0c72f94e +SIZE (rust/crates/hostname-0.1.5.tar.gz) = 2365 +SHA256 (rust/crates/htmlescape-0.3.1.tar.gz) = e9025058dae765dee5070ec375f591e2ba14638c63feff74f13805a72e523163 +SIZE (rust/crates/htmlescape-0.3.1.tar.gz) = 53226 +SHA256 (rust/crates/http-0.1.17.tar.gz) = eed324f0f0daf6ec10c474f150505af2c143f251722bf9dbd1261bd1f2ee2c1a +SIZE (rust/crates/http-0.1.17.tar.gz) = 98437 +SHA256 (rust/crates/httparse-1.3.3.tar.gz) = e8734b0cfd3bc3e101ec59100e101c2eecd19282202e87808b3037b442777a83 +SIZE (rust/crates/httparse-1.3.3.tar.gz) = 23689 +SHA256 (rust/crates/idna-0.1.5.tar.gz) = 38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e +SIZE (rust/crates/idna-0.1.5.tar.gz) = 258735 +SHA256 (rust/crates/indexmap-1.0.2.tar.gz) = 7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d +SIZE (rust/crates/indexmap-1.0.2.tar.gz) = 38255 +SHA256 (rust/crates/iovec-0.1.2.tar.gz) = dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08 +SIZE (rust/crates/iovec-0.1.2.tar.gz) = 8565 +SHA256 (rust/crates/ipconfig-0.1.9.tar.gz) = 08f7eadeaf4b52700de180d147c4805f199854600b36faa963d91114827b2ffc +SIZE (rust/crates/ipconfig-0.1.9.tar.gz) = 21562 +SHA256 (rust/crates/itoa-0.4.3.tar.gz) = 1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b +SIZE (rust/crates/itoa-0.4.3.tar.gz) = 11061 +SHA256 (rust/crates/kernel32-sys-0.2.2.tar.gz) = 7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d +SIZE (rust/crates/kernel32-sys-0.2.2.tar.gz) = 24537 +SHA256 (rust/crates/language-tags-0.2.2.tar.gz) = a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a +SIZE (rust/crates/language-tags-0.2.2.tar.gz) = 12754 +SHA256 (rust/crates/lazy_static-1.3.0.tar.gz) = bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14 +SIZE (rust/crates/lazy_static-1.3.0.tar.gz) = 10616 +SHA256 (rust/crates/lazycell-1.2.1.tar.gz) = b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f +SIZE (rust/crates/lazycell-1.2.1.tar.gz) = 11691 +SHA256 (rust/crates/libc-0.2.51.tar.gz) = bedcc7a809076656486ffe045abeeac163da1b558e963a31e29fbfbeba916917 +SIZE (rust/crates/libc-0.2.51.tar.gz) = 397323 +SHA256 (rust/crates/libflate-0.1.22.tar.gz) = c52384aeb22d0ce82a10d8ddf35f7fb4717d1b23eac5b94cd38d2050fb53766a +SIZE (rust/crates/libflate-0.1.22.tar.gz) = 35923 +SHA256 (rust/crates/linked-hash-map-0.5.2.tar.gz) = ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83 +SIZE (rust/crates/linked-hash-map-0.5.2.tar.gz) = 16109 +SHA256 (rust/crates/literalext-0.1.1.tar.gz) = 2f42dd699527975a1e0d722e0707998671188a0125f2051d2d192fc201184a81 +SIZE (rust/crates/literalext-0.1.1.tar.gz) = 6882 +SHA256 (rust/crates/lock_api-0.1.5.tar.gz) = 62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c +SIZE (rust/crates/lock_api-0.1.5.tar.gz) = 16967 +SHA256 (rust/crates/log-0.4.6.tar.gz) = c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6 +SIZE (rust/crates/log-0.4.6.tar.gz) = 22303 +SHA256 (rust/crates/lru-cache-0.1.2.tar.gz) = 31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c +SIZE (rust/crates/lru-cache-0.1.2.tar.gz) = 9307 +SHA256 (rust/crates/matches-0.1.8.tar.gz) = 7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08 +SIZE (rust/crates/matches-0.1.8.tar.gz) = 2216 +SHA256 (rust/crates/maud-0.20.0.tar.gz) = 337b4b2512ff8809450badd92cf3b529dc6108e333dfa1626971412f8de5793b +SIZE (rust/crates/maud-0.20.0.tar.gz) = 6829 +SHA256 (rust/crates/maud_htmlescape-0.17.0.tar.gz) = d0fb85bccffc42302ad1e1ed8679f6a39d1317f775a37fbc3f79bdfbe054bfb7 +SIZE (rust/crates/maud_htmlescape-0.17.0.tar.gz) = 1477 +SHA256 (rust/crates/maud_macros-0.20.0.tar.gz) = 6f58751cda7f79eedc668ce60e5bcd88dca49e412ec37545a792e2c399fbca41 +SIZE (rust/crates/maud_macros-0.20.0.tar.gz) = 9159 +SHA256 (rust/crates/memchr-2.2.0.tar.gz) = 2efc7bc57c883d4a4d6e3246905283d8dae951bb3bd32f49d6ef297f546e1c39 +SIZE (rust/crates/memchr-2.2.0.tar.gz) = 20939 +SHA256 (rust/crates/memoffset-0.2.1.tar.gz) = 0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3 +SIZE (rust/crates/memoffset-0.2.1.tar.gz) = 4618 +SHA256 (rust/crates/mime-0.3.13.tar.gz) = 3e27ca21f40a310bd06d9031785f4801710d566c184a6e15bad4f1d9b65f9425 +SIZE (rust/crates/mime-0.3.13.tar.gz) = 14939 +SHA256 (rust/crates/mime_guess-2.0.0-alpha.6.tar.gz) = 30de2e4613efcba1ec63d8133f344076952090c122992a903359be5a4f99c3ed +SIZE (rust/crates/mime_guess-2.0.0-alpha.6.tar.gz) = 17579 +SHA256 (rust/crates/miniz-sys-0.1.11.tar.gz) = 0300eafb20369952951699b68243ab4334f4b10a88f411c221d444b36c40e649 +SIZE (rust/crates/miniz-sys-0.1.11.tar.gz) = 78188 +SHA256 (rust/crates/miniz_oxide-0.2.1.tar.gz) = c468f2369f07d651a5d0bb2c9079f8488a66d5466efe42d0c5c6466edcb7f71e +SIZE (rust/crates/miniz_oxide-0.2.1.tar.gz) = 49241 +SHA256 (rust/crates/miniz_oxide_c_api-0.2.1.tar.gz) = b7fe927a42e3807ef71defb191dc87d4e24479b221e67015fe38ae2b7b447bab +SIZE (rust/crates/miniz_oxide_c_api-0.2.1.tar.gz) = 163410 +SHA256 (rust/crates/mio-0.6.16.tar.gz) = 71646331f2619b1026cc302f87a2b8b648d5c6dd6937846a16cc8ce0f347f432 +SIZE (rust/crates/mio-0.6.16.tar.gz) = 126174 +SHA256 (rust/crates/mio-uds-0.6.7.tar.gz) = 966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125 +SIZE (rust/crates/mio-uds-0.6.7.tar.gz) = 14389 +SHA256 (rust/crates/miow-0.2.1.tar.gz) = 8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919 +SIZE (rust/crates/miow-0.2.1.tar.gz) = 21133 +SHA256 (rust/crates/nanoid-0.2.0.tar.gz) = ef553a0f07a7a45c731f0c5d83cf9ef9caddf7407e413142731db416504bfe0f +SIZE (rust/crates/nanoid-0.2.0.tar.gz) = 5170 +SHA256 (rust/crates/net2-0.2.33.tar.gz) = 42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88 +SIZE (rust/crates/net2-0.2.33.tar.gz) = 20936 +SHA256 (rust/crates/nodrop-0.1.13.tar.gz) = 2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945 +SIZE (rust/crates/nodrop-0.1.13.tar.gz) = 7508 +SHA256 (rust/crates/nom-4.2.3.tar.gz) = 2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6 +SIZE (rust/crates/nom-4.2.3.tar.gz) = 115343 +SHA256 (rust/crates/num-integer-0.1.39.tar.gz) = e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea +SIZE (rust/crates/num-integer-0.1.39.tar.gz) = 17881 +SHA256 (rust/crates/num-traits-0.2.6.tar.gz) = 0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1 +SIZE (rust/crates/num-traits-0.2.6.tar.gz) = 39923 +SHA256 (rust/crates/num_cpus-1.10.0.tar.gz) = 1a23f0ed30a54abaa0c7e83b1d2d87ada7c3c23078d1d87815af3e3b6385fbba +SIZE (rust/crates/num_cpus-1.10.0.tar.gz) = 10669 +SHA256 (rust/crates/owning_ref-0.4.0.tar.gz) = 49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13 +SIZE (rust/crates/owning_ref-0.4.0.tar.gz) = 12233 +SHA256 (rust/crates/parking_lot-0.7.1.tar.gz) = ab41b4aed082705d1056416ae4468b6ea99d52599ecf3169b00088d43113e337 +SIZE (rust/crates/parking_lot-0.7.1.tar.gz) = 32670 +SHA256 (rust/crates/parking_lot_core-0.4.0.tar.gz) = 94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9 +SIZE (rust/crates/parking_lot_core-0.4.0.tar.gz) = 26817 +SHA256 (rust/crates/percent-encoding-1.0.1.tar.gz) = 31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831 +SIZE (rust/crates/percent-encoding-1.0.1.tar.gz) = 10057 +SHA256 (rust/crates/phf-0.7.24.tar.gz) = b3da44b85f8e8dfaec21adae67f95d93244b2ecf6ad2a692320598dcc8e6dd18 +SIZE (rust/crates/phf-0.7.24.tar.gz) = 4318 +SHA256 (rust/crates/phf_codegen-0.7.24.tar.gz) = b03e85129e324ad4166b06b2c7491ae27fe3ec353af72e72cd1654c7225d517e +SIZE (rust/crates/phf_codegen-0.7.24.tar.gz) = 2946 +SHA256 (rust/crates/phf_generator-0.7.24.tar.gz) = 09364cc93c159b8b06b1f4dd8a4398984503483891b0c26b867cf431fb132662 +SIZE (rust/crates/phf_generator-0.7.24.tar.gz) = 2261 +SHA256 (rust/crates/phf_shared-0.7.24.tar.gz) = 234f71a15de2288bcb7e3b6515828d22af7ec8598ee6d24c3b526fa0a80b67a0 +SIZE (rust/crates/phf_shared-0.7.24.tar.gz) = 2170 +SHA256 (rust/crates/proc-macro2-0.4.27.tar.gz) = 4d317f9caece796be1980837fd5cb3dfec5613ebdb04ad0956deea83ce168915 +SIZE (rust/crates/proc-macro2-0.4.27.tar.gz) = 34098 +SHA256 (rust/crates/quick-error-1.2.2.tar.gz) = 9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0 +SIZE (rust/crates/quick-error-1.2.2.tar.gz) = 15132 +SHA256 (rust/crates/quote-0.6.12.tar.gz) = faf4799c5d274f3868a4aae320a0a182cbd2baee377b378f080e16a23e9d80db +SIZE (rust/crates/quote-0.6.12.tar.gz) = 17541 +SHA256 (rust/crates/rand-0.4.6.tar.gz) = 552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293 +SIZE (rust/crates/rand-0.4.6.tar.gz) = 76401 +SHA256 (rust/crates/rand-0.5.6.tar.gz) = c618c47cd3ebd209790115ab837de41425723956ad3ce2e6a7f09890947cacb9 +SIZE (rust/crates/rand-0.5.6.tar.gz) = 137236 +SHA256 (rust/crates/rand-0.6.5.tar.gz) = 6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca +SIZE (rust/crates/rand-0.6.5.tar.gz) = 104814 +SHA256 (rust/crates/rand_chacha-0.1.1.tar.gz) = 556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef +SIZE (rust/crates/rand_chacha-0.1.1.tar.gz) = 11703 +SHA256 (rust/crates/rand_core-0.3.1.tar.gz) = 7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b +SIZE (rust/crates/rand_core-0.3.1.tar.gz) = 15483 +SHA256 (rust/crates/rand_core-0.4.0.tar.gz) = d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0 +SIZE (rust/crates/rand_core-0.4.0.tar.gz) = 20326 +SHA256 (rust/crates/rand_hc-0.1.0.tar.gz) = 7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4 +SIZE (rust/crates/rand_hc-0.1.0.tar.gz) = 11644 +SHA256 (rust/crates/rand_isaac-0.1.1.tar.gz) = ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08 +SIZE (rust/crates/rand_isaac-0.1.1.tar.gz) = 16020 +SHA256 (rust/crates/rand_jitter-0.1.3.tar.gz) = 7b9ea758282efe12823e0d952ddb269d2e1897227e464919a554f2a03ef1b832 +SIZE (rust/crates/rand_jitter-0.1.3.tar.gz) = 18341 +SHA256 (rust/crates/rand_os-0.1.3.tar.gz) = 7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071 +SIZE (rust/crates/rand_os-0.1.3.tar.gz) = 18965 +SHA256 (rust/crates/rand_pcg-0.1.2.tar.gz) = abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44 +SIZE (rust/crates/rand_pcg-0.1.2.tar.gz) = 10844 +SHA256 (rust/crates/rand_xorshift-0.1.1.tar.gz) = cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c +SIZE (rust/crates/rand_xorshift-0.1.1.tar.gz) = 8997 +SHA256 (rust/crates/rdrand-0.4.0.tar.gz) = 678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2 +SIZE (rust/crates/rdrand-0.4.0.tar.gz) = 6456 +SHA256 (rust/crates/redox_syscall-0.1.54.tar.gz) = 12229c14a0f65c4f1cb046a3b52047cdd9da1f4b30f8a39c5063c8bae515e252 +SIZE (rust/crates/redox_syscall-0.1.54.tar.gz) = 15668 +SHA256 (rust/crates/redox_termios-0.1.1.tar.gz) = 7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76 +SIZE (rust/crates/redox_termios-0.1.1.tar.gz) = 3227 +SHA256 (rust/crates/redox_users-0.3.0.tar.gz) = 3fe5204c3a17e97dde73f285d49be585df59ed84b50a872baf416e73b62c3828 +SIZE (rust/crates/redox_users-0.3.0.tar.gz) = 12766 +SHA256 (rust/crates/regex-1.1.5.tar.gz) = 559008764a17de49a3146b234641644ed37d118d1ef641a0bb573d146edc6ce0 +SIZE (rust/crates/regex-1.1.5.tar.gz) = 243275 +SHA256 (rust/crates/regex-syntax-0.6.6.tar.gz) = dcfd8681eebe297b81d98498869d4aae052137651ad7b96822f09ceb690d0a96 +SIZE (rust/crates/regex-syntax-0.6.6.tar.gz) = 273068 +SHA256 (rust/crates/resolv-conf-0.6.2.tar.gz) = b263b4aa1b5de9ffc0054a2386f96992058bb6870aab516f8cdeb8a667d56dcb +SIZE (rust/crates/resolv-conf-0.6.2.tar.gz) = 17380 +SHA256 (rust/crates/ring-0.13.5.tar.gz) = 2c4db68a2e35f3497146b7e4563df7d4773a2433230c5e4b448328e31740458a +SIZE (rust/crates/ring-0.13.5.tar.gz) = 5419321 +SHA256 (rust/crates/rustc-demangle-0.1.14.tar.gz) = ccc78bfd5acd7bf3e89cffcf899e5cb1a52d6fafa8dec2739ad70c9577a57288 +SIZE (rust/crates/rustc-demangle-0.1.14.tar.gz) = 18721 +SHA256 (rust/crates/rustc_version-0.2.3.tar.gz) = 138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a +SIZE (rust/crates/rustc_version-0.2.3.tar.gz) = 10210 +SHA256 (rust/crates/ryu-0.2.7.tar.gz) = eb9e9b8cde282a9fe6a42dd4681319bfb63f121b8a8ee9439c6f4107e58a46f7 +SIZE (rust/crates/ryu-0.2.7.tar.gz) = 41382 +SHA256 (rust/crates/safemem-0.3.0.tar.gz) = 8dca453248a96cb0749e36ccdfe2b0b4e54a61bfef89fb97ec621eb8e0a93dd9 +SIZE (rust/crates/safemem-0.3.0.tar.gz) = 6947 +SHA256 (rust/crates/scoped_threadpool-0.1.9.tar.gz) = 1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8 +SIZE (rust/crates/scoped_threadpool-0.1.9.tar.gz) = 7800 +SHA256 (rust/crates/scopeguard-0.3.3.tar.gz) = 94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27 +SIZE (rust/crates/scopeguard-0.3.3.tar.gz) = 9605 +SHA256 (rust/crates/semver-0.9.0.tar.gz) = 1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403 +SIZE (rust/crates/semver-0.9.0.tar.gz) = 17344 +SHA256 (rust/crates/semver-parser-0.7.0.tar.gz) = 388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3 +SIZE (rust/crates/semver-parser-0.7.0.tar.gz) = 10268 +SHA256 (rust/crates/serde-1.0.90.tar.gz) = aa5f7c20820475babd2c077c3ab5f8c77a31c15e16ea38687b4c02d3e48680f4 +SIZE (rust/crates/serde-1.0.90.tar.gz) = 71415 +SHA256 (rust/crates/serde_derive-1.0.90.tar.gz) = 58fc82bec244f168b23d1963b45c8bf5726e9a15a9d146a067f9081aeed2de79 +SIZE (rust/crates/serde_derive-1.0.90.tar.gz) = 48815 +SHA256 (rust/crates/serde_json-1.0.39.tar.gz) = 5a23aa71d4a4d43fdbfaac00eff68ba8a06a51759a89ac3304323e800c4dd40d +SIZE (rust/crates/serde_json-1.0.39.tar.gz) = 69621 +SHA256 (rust/crates/serde_urlencoded-0.5.4.tar.gz) = d48f9f99cd749a2de71d29da5f948de7f2764cc5a9d7f3c97e3514d4ee6eabf2 +SIZE (rust/crates/serde_urlencoded-0.5.4.tar.gz) = 12552 +SHA256 (rust/crates/sha1-0.6.0.tar.gz) = 2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d +SIZE (rust/crates/sha1-0.6.0.tar.gz) = 9244 +SHA256 (rust/crates/signal-hook-0.1.8.tar.gz) = 97a47ae722318beceb0294e6f3d601205a1e6abaa4437d9d33e3a212233e3021 +SIZE (rust/crates/signal-hook-0.1.8.tar.gz) = 24492 +SHA256 (rust/crates/simplelog-0.5.3.tar.gz) = 2e95345f185d5adeb8ec93459d2dc99654e294cc6ccf5b75414d8ea262de9a13 +SIZE (rust/crates/simplelog-0.5.3.tar.gz) = 12816 +SHA256 (rust/crates/siphasher-0.2.3.tar.gz) = 0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac +SIZE (rust/crates/siphasher-0.2.3.tar.gz) = 8717 +SHA256 (rust/crates/slab-0.4.2.tar.gz) = c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8 +SIZE (rust/crates/slab-0.4.2.tar.gz) = 10136 +SHA256 (rust/crates/smallvec-0.6.9.tar.gz) = c4488ae950c49d403731982257768f48fada354a5203fe81f9bb6f43ca9002be +SIZE (rust/crates/smallvec-0.6.9.tar.gz) = 21548 +SHA256 (rust/crates/socket2-0.3.8.tar.gz) = c4d11a52082057d87cb5caa31ad812f4504b97ab44732cd8359df2e9ff9f48e7 +SIZE (rust/crates/socket2-0.3.8.tar.gz) = 30379 +SHA256 (rust/crates/stable_deref_trait-1.1.1.tar.gz) = dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8 +SIZE (rust/crates/stable_deref_trait-1.1.1.tar.gz) = 8007 +SHA256 (rust/crates/string-0.1.3.tar.gz) = b639411d0b9c738748b5397d5ceba08e648f4f1992231aa859af1a017f31f60b +SIZE (rust/crates/string-0.1.3.tar.gz) = 4143 +SHA256 (rust/crates/strsim-0.8.0.tar.gz) = 8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a +SIZE (rust/crates/strsim-0.8.0.tar.gz) = 9309 +SHA256 (rust/crates/structopt-0.2.15.tar.gz) = 3d0760c312538987d363c36c42339b55f5ee176ea8808bbe4543d484a291c8d1 +SIZE (rust/crates/structopt-0.2.15.tar.gz) = 25564 +SHA256 (rust/crates/structopt-derive-0.2.15.tar.gz) = 528aeb7351d042e6ffbc2a6fb76a86f9b622fdf7c25932798e7a82cb03bc94c6 +SIZE (rust/crates/structopt-derive-0.2.15.tar.gz) = 12486 +SHA256 (rust/crates/strum-0.15.0.tar.gz) = e5d1c33039533f051704951680f1adfd468fd37ac46816ded0d9ee068e60f05f +SIZE (rust/crates/strum-0.15.0.tar.gz) = 3353 +SHA256 (rust/crates/strum_macros-0.15.0.tar.gz) = 47cd23f5c7dee395a00fa20135e2ec0fffcdfa151c56182966d7a3261343432e +SIZE (rust/crates/strum_macros-0.15.0.tar.gz) = 8628 +SHA256 (rust/crates/syn-0.15.31.tar.gz) = d2b4cfac95805274c6afdb12d8f770fa2d27c045953e7b630a81801953699a9a +SIZE (rust/crates/syn-0.15.31.tar.gz) = 146353 +SHA256 (rust/crates/synstructure-0.10.1.tar.gz) = 73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015 +SIZE (rust/crates/synstructure-0.10.1.tar.gz) = 17836 +SHA256 (rust/crates/tar-0.4.22.tar.gz) = c2167ff53da2a661702b3299f71a91b61b1dffef36b4b2884b1f9c67254c0133 +SIZE (rust/crates/tar-0.4.22.tar.gz) = 46179 +SHA256 (rust/crates/term-0.5.2.tar.gz) = edd106a334b7657c10b7c540a0106114feadeb4dc314513e97df481d5d966f42 +SIZE (rust/crates/term-0.5.2.tar.gz) = 37638 +SHA256 (rust/crates/termion-1.5.1.tar.gz) = 689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096 +SIZE (rust/crates/termion-1.5.1.tar.gz) = 20659 +SHA256 (rust/crates/textwrap-0.11.0.tar.gz) = d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060 +SIZE (rust/crates/textwrap-0.11.0.tar.gz) = 17322 +SHA256 (rust/crates/thread_local-0.3.6.tar.gz) = c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b +SIZE (rust/crates/thread_local-0.3.6.tar.gz) = 12388 +SHA256 (rust/crates/time-0.1.42.tar.gz) = db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f +SIZE (rust/crates/time-0.1.42.tar.gz) = 30005 +SHA256 (rust/crates/tokio-0.1.18.tar.gz) = 65641e515a437b308ab131a82ce3042ff9795bef5d6c5a9be4eb24195c417fd9 +SIZE (rust/crates/tokio-0.1.18.tar.gz) = 45700 +SHA256 (rust/crates/tokio-codec-0.1.1.tar.gz) = 5c501eceaf96f0e1793cf26beb63da3d11c738c4a943fdf3746d81d64684c39f +SIZE (rust/crates/tokio-codec-0.1.1.tar.gz) = 7617 +SHA256 (rust/crates/tokio-current-thread-0.1.6.tar.gz) = d16217cad7f1b840c5a97dfb3c43b0c871fef423a6e8d2118c604e843662a443 +SIZE (rust/crates/tokio-current-thread-0.1.6.tar.gz) = 19339 +SHA256 (rust/crates/tokio-executor-0.1.7.tar.gz) = 83ea44c6c0773cc034771693711c35c677b4b5a4b21b9e7071704c54de7d555e +SIZE (rust/crates/tokio-executor-0.1.7.tar.gz) = 11344 +SHA256 (rust/crates/tokio-fs-0.1.6.tar.gz) = 3fe6dc22b08d6993916647d108a1a7d15b9cd29c4f4496c62b92c45b5041b7af +SIZE (rust/crates/tokio-fs-0.1.6.tar.gz) = 16102 +SHA256 (rust/crates/tokio-io-0.1.12.tar.gz) = 5090db468dad16e1a7a54c8c67280c5e4b544f3d3e018f0b913b400261f85926 +SIZE (rust/crates/tokio-io-0.1.12.tar.gz) = 33555 +SHA256 (rust/crates/tokio-reactor-0.1.9.tar.gz) = 6af16bfac7e112bea8b0442542161bfc41cbfa4466b580bdda7d18cb88b911ce +SIZE (rust/crates/tokio-reactor-0.1.9.tar.gz) = 20657 +SHA256 (rust/crates/tokio-signal-0.2.7.tar.gz) = dd6dc5276ea05ce379a16de90083ec80836440d5ef8a6a39545a3207373b8296 +SIZE (rust/crates/tokio-signal-0.2.7.tar.gz) = 15122 +SHA256 (rust/crates/tokio-sync-0.1.4.tar.gz) = fda385df506bf7546e70872767f71e81640f1f251bdf2fd8eb81a0eaec5fe022 +SIZE (rust/crates/tokio-sync-0.1.4.tar.gz) = 39715 +SHA256 (rust/crates/tokio-tcp-0.1.3.tar.gz) = 1d14b10654be682ac43efee27401d792507e30fd8d26389e1da3b185de2e4119 +SIZE (rust/crates/tokio-tcp-0.1.3.tar.gz) = 12629 +SHA256 (rust/crates/tokio-threadpool-0.1.13.tar.gz) = ec5759cf26cf9659555f36c431b515e3d05f66831741c85b4b5d5dfb9cf1323c +SIZE (rust/crates/tokio-threadpool-0.1.13.tar.gz) = 49301 +SHA256 (rust/crates/tokio-timer-0.2.10.tar.gz) = 2910970404ba6fa78c5539126a9ae2045d62e3713041e447f695f41405a120c6 +SIZE (rust/crates/tokio-timer-0.2.10.tar.gz) = 37593 +SHA256 (rust/crates/tokio-trace-core-0.1.0.tar.gz) = 350c9edade9830dc185ae48ba45667a445ab59f6167ef6d0254ec9d2430d9dd3 +SIZE (rust/crates/tokio-trace-core-0.1.0.tar.gz) = 20087 +SHA256 (rust/crates/tokio-udp-0.1.3.tar.gz) = 66268575b80f4a4a710ef83d087fdfeeabdce9b74c797535fbac18a2cb906e92 +SIZE (rust/crates/tokio-udp-0.1.3.tar.gz) = 10227 +SHA256 (rust/crates/tokio-uds-0.2.5.tar.gz) = 037ffc3ba0e12a0ab4aca92e5234e0dedeb48fddf6ccd260f1f150a36a9f2445 +SIZE (rust/crates/tokio-uds-0.2.5.tar.gz) = 11808 +SHA256 (rust/crates/tower-service-0.1.0.tar.gz) = b32f72af77f1bfe3d3d4da8516a238ebe7039b51dd8637a09841ac7f16d2c987 +SIZE (rust/crates/tower-service-0.1.0.tar.gz) = 5183 +SHA256 (rust/crates/trust-dns-proto-0.5.0.tar.gz) = 0838272e89f1c693b4df38dc353412e389cf548ceed6f9fd1af5a8d6e0e7cf74 +SIZE (rust/crates/trust-dns-proto-0.5.0.tar.gz) = 185125 +SHA256 (rust/crates/trust-dns-proto-0.6.3.tar.gz) = 09144f0992b0870fa8d2972cc069cbf1e3c0fda64d1f3d45c4d68d0e0b52ad4e +SIZE (rust/crates/trust-dns-proto-0.6.3.tar.gz) = 188231 +SHA256 (rust/crates/trust-dns-resolver-0.10.3.tar.gz) = 8a9f877f7a1ad821ab350505e1f1b146a4960402991787191d6d8cab2ce2de2c +SIZE (rust/crates/trust-dns-resolver-0.10.3.tar.gz) = 59179 +SHA256 (rust/crates/ucd-util-0.1.3.tar.gz) = 535c204ee4d8434478593480b8f86ab45ec9aae0e83c568ca81abf0fd0e88f86 +SIZE (rust/crates/ucd-util-0.1.3.tar.gz) = 25897 +SHA256 (rust/crates/unicase-1.4.2.tar.gz) = 7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33 +SIZE (rust/crates/unicase-1.4.2.tar.gz) = 3907 +SHA256 (rust/crates/unicase-2.3.0.tar.gz) = 41d17211f887da8e4a70a45b9536f26fc5de166b81e2d5d80de4a17fd22553bd +SIZE (rust/crates/unicase-2.3.0.tar.gz) = 19921 +SHA256 (rust/crates/unicode-bidi-0.3.4.tar.gz) = 49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5 +SIZE (rust/crates/unicode-bidi-0.3.4.tar.gz) = 32228 +SHA256 (rust/crates/unicode-normalization-0.1.8.tar.gz) = 141339a08b982d942be2ca06ff8b076563cbe223d1befd5450716790d44e2426 +SIZE (rust/crates/unicode-normalization-0.1.8.tar.gz) = 71158 +SHA256 (rust/crates/unicode-segmentation-1.2.1.tar.gz) = aa6024fc12ddfd1c6dbc14a80fa2324d4568849869b779f6bd37e5e4c03344d1 +SIZE (rust/crates/unicode-segmentation-1.2.1.tar.gz) = 68223 +SHA256 (rust/crates/unicode-width-0.1.5.tar.gz) = 882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526 +SIZE (rust/crates/unicode-width-0.1.5.tar.gz) = 15761 +SHA256 (rust/crates/unicode-xid-0.1.0.tar.gz) = fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc +SIZE (rust/crates/unicode-xid-0.1.0.tar.gz) = 16000 +SHA256 (rust/crates/untrusted-0.6.2.tar.gz) = 55cd1f4b4e96b46aeb8d4855db4a7a9bd96eeeb5c6a1ab54593328761642ce2f +SIZE (rust/crates/untrusted-0.6.2.tar.gz) = 7526 +SHA256 (rust/crates/url-1.7.2.tar.gz) = dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a +SIZE (rust/crates/url-1.7.2.tar.gz) = 68597 +SHA256 (rust/crates/utf8-ranges-1.0.2.tar.gz) = 796f7e48bef87609f7ade7e06495a87d5cd06c7866e6a5cbfceffc558a243737 +SIZE (rust/crates/utf8-ranges-1.0.2.tar.gz) = 8510 +SHA256 (rust/crates/uuid-0.7.4.tar.gz) = 90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a +SIZE (rust/crates/uuid-0.7.4.tar.gz) = 36325 +SHA256 (rust/crates/v_escape-0.7.2.tar.gz) = 8865501b78eef9193c1b45486acf18ba889e5662eba98854d6fc59d8ecf3542d +SIZE (rust/crates/v_escape-0.7.2.tar.gz) = 11611 +SHA256 (rust/crates/v_escape_derive-0.5.3.tar.gz) = 306896ff4b75998501263a1dc000456de442e21d68fe8c8bdf75c66a33a58e23 +SIZE (rust/crates/v_escape_derive-0.5.3.tar.gz) = 6514 +SHA256 (rust/crates/v_htmlescape-0.4.3.tar.gz) = 7fbbe0fa88dd36f9c8cf61a218d4b953ba669de4d0785832f33cc72bd081e1be +SIZE (rust/crates/v_htmlescape-0.4.3.tar.gz) = 4220 +SHA256 (rust/crates/vec_map-0.8.1.tar.gz) = 05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a +SIZE (rust/crates/vec_map-0.8.1.tar.gz) = 14959 +SHA256 (rust/crates/version_check-0.1.5.tar.gz) = 914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd +SIZE (rust/crates/version_check-0.1.5.tar.gz) = 8173 +SHA256 (rust/crates/widestring-0.2.2.tar.gz) = 7157704c2e12e3d2189c507b7482c52820a16dfa4465ba91add92f266667cadb +SIZE (rust/crates/widestring-0.2.2.tar.gz) = 17327 +SHA256 (rust/crates/winapi-0.2.8.tar.gz) = 167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a +SIZE (rust/crates/winapi-0.2.8.tar.gz) = 455145 +SHA256 (rust/crates/winapi-0.3.7.tar.gz) = f10e386af2b13e47c89e7236a7a14a086791a2b88ebad6df9bf42040195cf770 +SIZE (rust/crates/winapi-0.3.7.tar.gz) = 1075776 +SHA256 (rust/crates/winapi-build-0.1.1.tar.gz) = 2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc +SIZE (rust/crates/winapi-build-0.1.1.tar.gz) = 669 +SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 +SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = 2918815 +SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f +SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 2947998 +SHA256 (rust/crates/winreg-0.5.1.tar.gz) = a27a759395c1195c4cc5cda607ef6f8f6498f64e78f7900f5de0a127a424704a +SIZE (rust/crates/winreg-0.5.1.tar.gz) = 17693 +SHA256 (rust/crates/winutil-0.1.1.tar.gz) = 7daf138b6b14196e3830a588acf1e86966c694d3e8fb026fb105b8b5dca07e6e +SIZE (rust/crates/winutil-0.1.1.tar.gz) = 1880 +SHA256 (rust/crates/ws2_32-sys-0.2.1.tar.gz) = d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e +SIZE (rust/crates/ws2_32-sys-0.2.1.tar.gz) = 4697 +SHA256 (rust/crates/xattr-0.2.2.tar.gz) = 244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c +SIZE (rust/crates/xattr-0.2.2.tar.gz) = 11750 +SHA256 (rust/crates/yansi-0.5.0.tar.gz) = 9fc79f4a1e39857fc00c3f662cbf2651c771f00e9c15fe2abc341806bd46bd71 +SIZE (rust/crates/yansi-0.5.0.tar.gz) = 17261 +SHA256 (svenstaro-miniserve-v0.4.1_GH0.tar.gz) = 61209f69bf6cabd130ce393e0e3a90ef9d78be2320d87e2047e9a35bf51041e2 +SIZE (svenstaro-miniserve-v0.4.1_GH0.tar.gz) = 75318 Added: head/www/miniserve/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/miniserve/pkg-descr Sat May 11 05:58:42 2019 (r501222) @@ -0,0 +1,18 @@ +Miniserve is a small self-contained ad-hoc HTTP server that allows +you to quickly serve some files over HTTP. + +Features: +- Easy to use +- Just works: Correct MIME types handling out of the box +- Single binary drop-in with no extra dependencies required +- Authentication support with username and password +- Fast and highly parallel (thanks to Rust and Actix) + +It is an interesting alternative to some popular solutions: +- Python's built-in webserver: Needs to have Python installed, is + low performance, and also does not handle MIME type correctly in + some cases. +- netcat: Not as convenient to use and sending directories is + nontrivial. + +WWW: https://github.com/svenstaro/miniserve From owner-svn-ports-all@freebsd.org Sat May 11 05:59:30 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 79CF615930B0; Sat, 11 May 2019 05:59:30 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2058074CF0; Sat, 11 May 2019 05:59:30 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EE2D1F7A7; Sat, 11 May 2019 05:59:29 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4B5xTYS006102; Sat, 11 May 2019 05:59:29 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4B5xTu7006101; Sat, 11 May 2019 05:59:29 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905110559.x4B5xTu7006101@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 11 May 2019 05:59:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501223 - head/biology/igv X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/biology/igv X-SVN-Commit-Revision: 501223 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2058074CF0 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.91 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.91)[-0.911,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 05:59:30 -0000 Author: yuri Date: Sat May 11 05:59:29 2019 New Revision: 501223 URL: https://svnweb.freebsd.org/changeset/ports/501223 Log: biology/igv: Update 2.5.0 -> 2.5.2 Reported by: portscout Modified: head/biology/igv/Makefile head/biology/igv/distinfo Modified: head/biology/igv/Makefile ============================================================================== --- head/biology/igv/Makefile Sat May 11 05:58:42 2019 (r501222) +++ head/biology/igv/Makefile Sat May 11 05:59:29 2019 (r501223) @@ -2,7 +2,7 @@ PORTNAME= igv DISTVERSIONPREFIX= v -DISTVERSION= 2.5.0 +DISTVERSION= 2.5.2 CATEGORIES= biology java MASTER_SITES= http://software.broadinstitute.org/software/igv/sites/cancerinformatics.org.igv/files/images/:img DISTFILES= tools.png:img Modified: head/biology/igv/distinfo ============================================================================== --- head/biology/igv/distinfo Sat May 11 05:58:42 2019 (r501222) +++ head/biology/igv/distinfo Sat May 11 05:59:29 2019 (r501223) @@ -1,5 +1,5 @@ -TIMESTAMP = 1554347398 -SHA256 (igv-2.5.0/tools.png) = 7a619d7770da008d1bc23a60a07f416625ba3a404a3656b8d1bda0de97415d1c -SIZE (igv-2.5.0/tools.png) = 5139 -SHA256 (igv-2.5.0/igvteam-igv-v2.5.0_GH0.tar.gz) = 7b7adb0831d15965d22da76907148cea528eb2fd9812ac2bdf3e0421f447e8e0 -SIZE (igv-2.5.0/igvteam-igv-v2.5.0_GH0.tar.gz) = 140826369 +TIMESTAMP = 1557548037 +SHA256 (igv-2.5.2/tools.png) = 7a619d7770da008d1bc23a60a07f416625ba3a404a3656b8d1bda0de97415d1c +SIZE (igv-2.5.2/tools.png) = 5139 +SHA256 (igv-2.5.2/igvteam-igv-v2.5.2_GH0.tar.gz) = 47d744a25d2f8f767ec3483c976034921a2fa557858fb3ba2cf3b77f099af1a2 +SIZE (igv-2.5.2/igvteam-igv-v2.5.2_GH0.tar.gz) = 140856218 From owner-svn-ports-all@freebsd.org Sat May 11 06:00:10 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7753415930F6; Sat, 11 May 2019 06:00:10 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1B26674DD5; Sat, 11 May 2019 06:00:10 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DBDC2F7AC; Sat, 11 May 2019 06:00:09 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4B609ea006310; Sat, 11 May 2019 06:00:09 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4B609Ke006308; Sat, 11 May 2019 06:00:09 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905110600.x4B609Ke006308@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 11 May 2019 06:00:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501224 - head/science/opsin X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/science/opsin X-SVN-Commit-Revision: 501224 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1B26674DD5 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.91 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.91)[-0.911,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 06:00:10 -0000 Author: yuri Date: Sat May 11 06:00:09 2019 New Revision: 501224 URL: https://svnweb.freebsd.org/changeset/ports/501224 Log: science/opsin: Update 3.0.20190208 -> 3.0.20190223 Modified: head/science/opsin/Makefile head/science/opsin/distinfo Modified: head/science/opsin/Makefile ============================================================================== --- head/science/opsin/Makefile Sat May 11 05:59:29 2019 (r501223) +++ head/science/opsin/Makefile Sat May 11 06:00:09 2019 (r501224) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= opsin -DISTVERSION= 3.0.20190208 +DISTVERSION= 3.0.20190223 CATEGORIES= science java MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${PORTNAME}/get/${BB_COMMIT}${EXTRACT_SUFX}?dummy=/:src DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}:src @@ -19,7 +19,7 @@ USE_JAVA= yes NO_ARCH= yes BB_ACCOUNT= dan2097 -BB_COMMIT= 6688e0cedfcc +BB_COMMIT= 9b25f7546b67 WRKSRC= ${WRKDIR}/${BB_ACCOUNT}-${PORTNAME}-${BB_COMMIT} SUB_FILES= ${PORTNAME} Modified: head/science/opsin/distinfo ============================================================================== --- head/science/opsin/distinfo Sat May 11 05:59:29 2019 (r501223) +++ head/science/opsin/distinfo Sat May 11 06:00:09 2019 (r501224) @@ -1,5 +1,5 @@ -TIMESTAMP = 1550104217 -SHA256 (opsin-3.0.20190208.tar.gz) = d37222168a0ffb412109095212152f31b0b909abdaa14158561424651426df8f -SIZE (opsin-3.0.20190208.tar.gz) = 1795278 -SHA256 (opsin-3.0.20190208-deps.tar.gz) = b42bfc011571d7e12fbc4e051653d19edaef6b7d04aaa146c817e1309dc4cba2 -SIZE (opsin-3.0.20190208-deps.tar.gz) = 20394666 +TIMESTAMP = 1557549731 +SHA256 (opsin-3.0.20190223.tar.gz) = 9b92f214399948f265b40e0929f74ac27675251ea78472229027449df45382c5 +SIZE (opsin-3.0.20190223.tar.gz) = 1795658 +SHA256 (opsin-3.0.20190223-deps.tar.gz) = b8699fa1e990a66e98460b18e4c4521207e9ed84d065c518b1247ac685f94579 +SIZE (opsin-3.0.20190223-deps.tar.gz) = 20395370 From owner-svn-ports-all@freebsd.org Sat May 11 06:00:50 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C0BA1593129; Sat, 11 May 2019 06:00:50 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 31C4374ED5; Sat, 11 May 2019 06:00:50 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0D04CF7BD; Sat, 11 May 2019 06:00:50 +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 x4B60nBP007264; Sat, 11 May 2019 06:00:49 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4B60nfa007263; Sat, 11 May 2019 06:00:49 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201905110600.x4B60nfa007263@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sat, 11 May 2019 06:00:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501225 - head/lang/gcc8-devel X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/lang/gcc8-devel X-SVN-Commit-Revision: 501225 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 31C4374ED5 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.91 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.91)[-0.911,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 06:00:50 -0000 Author: gerald Date: Sat May 11 06:00:49 2019 New Revision: 501225 URL: https://svnweb.freebsd.org/changeset/ports/501225 Log: Update to the 20180510 snapshot of GCC 8.3.1. Modified: head/lang/gcc8-devel/Makefile head/lang/gcc8-devel/distinfo Modified: head/lang/gcc8-devel/Makefile ============================================================================== --- head/lang/gcc8-devel/Makefile Sat May 11 06:00:09 2019 (r501224) +++ head/lang/gcc8-devel/Makefile Sat May 11 06:00:49 2019 (r501225) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 8.3.1.s20190503 +PORTVERSION= 8.3.1.s20190510 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc8-devel/distinfo ============================================================================== --- head/lang/gcc8-devel/distinfo Sat May 11 06:00:09 2019 (r501224) +++ head/lang/gcc8-devel/distinfo Sat May 11 06:00:49 2019 (r501225) @@ -1,3 +1,3 @@ -TIMESTAMP = 1557177682 -SHA256 (gcc-8-20190503.tar.xz) = d3e69578dd5295f0289d3eb1a8d6448c21671833adbd6f135da11feb9c310f63 -SIZE (gcc-8-20190503.tar.xz) = 61871888 +TIMESTAMP = 1557551472 +SHA256 (gcc-8-20190510.tar.xz) = 62704de52984d4d4af2b7b97e4696011bdd2555a2adb93dfa07ecf03bcc55520 +SIZE (gcc-8-20190510.tar.xz) = 61877944 From owner-svn-ports-all@freebsd.org Sat May 11 06:04:13 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7BC9F15932F7; Sat, 11 May 2019 06:04:13 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1DC4675211; Sat, 11 May 2019 06:04:13 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E9DD1F947; Sat, 11 May 2019 06:04:12 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4B64CkF011307; Sat, 11 May 2019 06:04:12 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4B64BU9011302; Sat, 11 May 2019 06:04:11 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905110604.x4B64BU9011302@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 11 May 2019 06:04:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501226 - in head/misc: . openvdb openvdb/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/misc: . openvdb openvdb/files X-SVN-Commit-Revision: 501226 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1DC4675211 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.91 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.91)[-0.913,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 06:04:13 -0000 Author: yuri Date: Sat May 11 06:04:11 2019 New Revision: 501226 URL: https://svnweb.freebsd.org/changeset/ports/501226 Log: New port: misc/openvdb: Tools for the storage and manipulation of sparse volumetric data Added: head/misc/openvdb/ head/misc/openvdb/Makefile (contents, props changed) head/misc/openvdb/distinfo (contents, props changed) head/misc/openvdb/files/ head/misc/openvdb/files/patch-CMakeLists.txt (contents, props changed) head/misc/openvdb/pkg-descr (contents, props changed) head/misc/openvdb/pkg-plist (contents, props changed) Modified: head/misc/Makefile Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Sat May 11 06:00:49 2019 (r501225) +++ head/misc/Makefile Sat May 11 06:04:11 2019 (r501226) @@ -271,6 +271,7 @@ SUBDIR += openhmd SUBDIR += openmvg SUBDIR += openr2 + SUBDIR += openvdb SUBDIR += orange3 SUBDIR += orion SUBDIR += orville-write Added: head/misc/openvdb/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/openvdb/Makefile Sat May 11 06:04:11 2019 (r501226) @@ -0,0 +1,37 @@ +# $FreeBSD$ + +PORTNAME= openvdb +DISTVERSIONPREFIX= v +DISTVERSION= 6.1.0 +CATEGORIES= misc + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Tools for the storage and manipulation of sparse volumetric data + +LICENSE= MPL20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libblosc.so:archivers/c-blosc \ + libboost_system.so:devel/boost-libs \ + libHalf.so:graphics/ilmbase \ + libtbb.so:devel/tbb + +USES= cmake compiler:c++11-lang pkgconfig +USE_GITHUB= yes +GH_ACCOUNT= AcademySoftwareFoundation +USE_LDCONFIG= yes + +CMAKE_OFF= OPENVDB_CORE_STATIC + +OPTIONS_DEFINE= PYTHON +OPTIONS_DEFAULT= PYTHON +OPTIONS_SUB= yes + +PYTHON_USES= python:2.7 # 3.6 is broken: https://github.com/AcademySoftwareFoundation/openvdb/issues/427 +PYTHON_CMAKE_BOOL= OPENVDB_BUILD_PYTHON_MODULE +PYTHON_CMAKE_ON= -DFREEBSD_PYTHON_VER:STRING=${PYTHON_VER} -DUSE_NUMPY:BOOL=ON +PYTHON_LIB_DEPENDS= ${PY_BOOST} +PYTHON_BUILD_DEPENDS= ${PYNUMPY} +PYTHON_RUN_DEPENDS= ${PYNUMPY} + +.include Added: head/misc/openvdb/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/openvdb/distinfo Sat May 11 06:04:11 2019 (r501226) @@ -0,0 +1,3 @@ +TIMESTAMP = 1557552105 +SHA256 (AcademySoftwareFoundation-openvdb-v6.1.0_GH0.tar.gz) = d8803214c245cf0ca14a2c30cd215b183147c03c888c59fc642f213f98b4d68f +SIZE (AcademySoftwareFoundation-openvdb-v6.1.0_GH0.tar.gz) = 1864024 Added: head/misc/openvdb/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/openvdb/files/patch-CMakeLists.txt Sat May 11 06:04:11 2019 (r501226) @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2019-05-11 05:39:52 UTC ++++ CMakeLists.txt +@@ -177,7 +177,7 @@ if(NOT DISABLE_DEPENDENCY_VERSION_CHECKS + set(MINIMUM_ZLIB_VERSION 1.2.7) + set(MINIMUM_TBB_VERSION 4.4) + +- set(MINIMUM_PYTHON_VERSION 2.7) ++ set(MINIMUM_PYTHON_VERSION ${FREEBSD_PYTHON_VER}) + set(MINIMUM_NUMPY_VERSION 1.9.2) + + set(MINIMUM_CPPUNIT_VERSION 1.10) Added: head/misc/openvdb/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/openvdb/pkg-descr Sat May 11 06:04:11 2019 (r501226) @@ -0,0 +1,8 @@ +OpenVDB is an Academy Award-winning open-source C++ library comprising a novel +hierarchical data structure and a suite of tools for the efficient storage and +manipulation of sparse volumetric data discretized on three-dimensional grids. +It was developed by DreamWorks Animation for use in volumetric applications +typically encountered in feature film production and is now maintained by the +Academy Software Foundation (ASWF). + +WWW: https://www.openvdb.org/ Added: head/misc/openvdb/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/openvdb/pkg-plist Sat May 11 06:04:11 2019 (r501226) @@ -0,0 +1,142 @@ +bin/vdb_print +include/openvdb/Exceptions.h +include/openvdb/Grid.h +include/openvdb/MetaMap.h +include/openvdb/Metadata.h +include/openvdb/Platform.h +include/openvdb/PlatformConfig.h +include/openvdb/Types.h +include/openvdb/io/Archive.h +include/openvdb/io/Compression.h +include/openvdb/io/File.h +include/openvdb/io/GridDescriptor.h +include/openvdb/io/Queue.h +include/openvdb/io/Stream.h +include/openvdb/io/TempFile.h +include/openvdb/io/io.h +include/openvdb/math/BBox.h +include/openvdb/math/ConjGradient.h +include/openvdb/math/Coord.h +include/openvdb/math/DDA.h +include/openvdb/math/FiniteDifference.h +include/openvdb/math/LegacyFrustum.h +include/openvdb/math/Maps.h +include/openvdb/math/Mat.h +include/openvdb/math/Mat3.h +include/openvdb/math/Mat4.h +include/openvdb/math/Math.h +include/openvdb/math/Operators.h +include/openvdb/math/Proximity.h +include/openvdb/math/QuantizedUnitVec.h +include/openvdb/math/Quat.h +include/openvdb/math/Ray.h +include/openvdb/math/Stats.h +include/openvdb/math/Stencils.h +include/openvdb/math/Transform.h +include/openvdb/math/Tuple.h +include/openvdb/math/Vec2.h +include/openvdb/math/Vec3.h +include/openvdb/math/Vec4.h +include/openvdb/openvdb.h +include/openvdb/points/AttributeArray.h +include/openvdb/points/AttributeArrayString.h +include/openvdb/points/AttributeGroup.h +include/openvdb/points/AttributeSet.h +include/openvdb/points/IndexFilter.h +include/openvdb/points/IndexIterator.h +include/openvdb/points/PointAdvect.h +include/openvdb/points/PointAttribute.h +include/openvdb/points/PointConversion.h +include/openvdb/points/PointCount.h +include/openvdb/points/PointDataGrid.h +include/openvdb/points/PointDelete.h +include/openvdb/points/PointGroup.h +include/openvdb/points/PointMask.h +include/openvdb/points/PointMove.h +include/openvdb/points/PointSample.h +include/openvdb/points/PointScatter.h +include/openvdb/points/StreamCompression.h +%%PYTHON%%include/openvdb/python/%%PYTHON_PYOEXTENSION%%penvdb.h +include/openvdb/tools/ChangeBackground.h +include/openvdb/tools/Clip.h +include/openvdb/tools/Composite.h +include/openvdb/tools/Dense.h +include/openvdb/tools/DenseSparseTools.h +include/openvdb/tools/Diagnostics.h +include/openvdb/tools/Filter.h +include/openvdb/tools/GridOperators.h +include/openvdb/tools/GridTransformer.h +include/openvdb/tools/Interpolation.h +include/openvdb/tools/LevelSetAdvect.h +include/openvdb/tools/LevelSetFilter.h +include/openvdb/tools/LevelSetFracture.h +include/openvdb/tools/LevelSetMeasure.h +include/openvdb/tools/LevelSetMorph.h +include/openvdb/tools/LevelSetPlatonic.h +include/openvdb/tools/LevelSetRebuild.h +include/openvdb/tools/LevelSetSphere.h +include/openvdb/tools/LevelSetTracker.h +include/openvdb/tools/LevelSetUtil.h +include/openvdb/tools/Mask.h +include/openvdb/tools/MeshToVolume.h +include/openvdb/tools/Morphology.h +include/openvdb/tools/MultiResGrid.h +include/openvdb/tools/ParticleAtlas.h +include/openvdb/tools/ParticlesToLevelSet.h +include/openvdb/tools/PointAdvect.h +include/openvdb/tools/PointIndexGrid.h +include/openvdb/tools/PointPartitioner.h +include/openvdb/tools/PointScatter.h +include/openvdb/tools/PointsToMask.h +include/openvdb/tools/PoissonSolver.h +include/openvdb/tools/PotentialFlow.h +include/openvdb/tools/Prune.h +include/openvdb/tools/RayIntersector.h +include/openvdb/tools/RayTracer.h +include/openvdb/tools/SignedFloodFill.h +include/openvdb/tools/Statistics.h +include/openvdb/tools/TopologyToLevelSet.h +include/openvdb/tools/ValueTransformer.h +include/openvdb/tools/VectorTransformer.h +include/openvdb/tools/VelocityFields.h +include/openvdb/tools/VolumeAdvect.h +include/openvdb/tools/VolumeToMesh.h +include/openvdb/tools/VolumeToSpheres.h +include/openvdb/tree/InternalNode.h +include/openvdb/tree/Iterator.h +include/openvdb/tree/LeafBuffer.h +include/openvdb/tree/LeafManager.h +include/openvdb/tree/LeafNode.h +include/openvdb/tree/LeafNodeBool.h +include/openvdb/tree/LeafNodeMask.h +include/openvdb/tree/NodeManager.h +include/openvdb/tree/NodeUnion.h +include/openvdb/tree/RootNode.h +include/openvdb/tree/Tree.h +include/openvdb/tree/TreeIterator.h +include/openvdb/tree/ValueAccessor.h +include/openvdb/util/CpuTimer.h +include/openvdb/util/Formats.h +include/openvdb/util/MapsUtil.h +include/openvdb/util/Name.h +include/openvdb/util/NodeMasks.h +include/openvdb/util/NullInterrupter.h +include/openvdb/util/PagedArray.h +include/openvdb/util/Util.h +include/openvdb/util/logging.h +include/openvdb/version.h +lib/cmake/OpenVDB/FindBlosc.cmake +lib/cmake/OpenVDB/FindCppUnit.cmake +lib/cmake/OpenVDB/FindIlmBase.cmake +lib/cmake/OpenVDB/FindLog4cplus.cmake +lib/cmake/OpenVDB/FindOpenEXR.cmake +lib/cmake/OpenVDB/FindOpenVDB.cmake +lib/cmake/OpenVDB/FindTBB.cmake +lib/cmake/OpenVDB/OpenVDBGLFW3Setup.cmake +lib/cmake/OpenVDB/OpenVDBHoudiniSetup.cmake +lib/cmake/OpenVDB/OpenVDBMayaSetup.cmake +lib/cmake/OpenVDB/OpenVDBUtils.cmake +lib/libopenvdb.so +lib/libopenvdb.so.6.1 +lib/libopenvdb.so.6.1.0 +%%PYTHON%%%%PYTHON_LIBDIR%%/%%PYTHON_PYOEXTENSION%%penvdb.so From owner-svn-ports-all@freebsd.org Sat May 11 06:06:55 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5ECAE159336A; Sat, 11 May 2019 06:06:55 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0421075304; Sat, 11 May 2019 06:06:55 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CE37BF949; Sat, 11 May 2019 06:06:54 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4B66sAG011521; Sat, 11 May 2019 06:06:54 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4B66sE1011520; Sat, 11 May 2019 06:06:54 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905110606.x4B66sE1011520@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 11 May 2019 06:06:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501227 - head/misc/openvdb X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/misc/openvdb X-SVN-Commit-Revision: 501227 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0421075304 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.91 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.91)[-0.911,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 06:06:55 -0000 Author: yuri Date: Sat May 11 06:06:54 2019 New Revision: 501227 URL: https://svnweb.freebsd.org/changeset/ports/501227 Log: misc/openvdb: Fix COMMENT Modified: head/misc/openvdb/Makefile Modified: head/misc/openvdb/Makefile ============================================================================== --- head/misc/openvdb/Makefile Sat May 11 06:04:11 2019 (r501226) +++ head/misc/openvdb/Makefile Sat May 11 06:06:54 2019 (r501227) @@ -6,7 +6,7 @@ DISTVERSION= 6.1.0 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org -COMMENT= Tools for the storage and manipulation of sparse volumetric data +COMMENT= Tools for storage and manipulation of sparse volumetric data LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE From owner-svn-ports-all@freebsd.org Sat May 11 07:44:39 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6CA7A1594C4C; Sat, 11 May 2019 07:44:39 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1133977549; Sat, 11 May 2019 07:44:39 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CB6D3189D5; Sat, 11 May 2019 07:44:38 +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 x4B7icF5063388; Sat, 11 May 2019 07:44:38 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4B7icY9063387; Sat, 11 May 2019 07:44:38 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201905110744.x4B7icY9063387@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 11 May 2019 07:44:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501228 - head/databases/cego X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: head/databases/cego X-SVN-Commit-Revision: 501228 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1133977549 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.960,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 07:44:39 -0000 Author: pi Date: Sat May 11 07:44:38 2019 New Revision: 501228 URL: https://svnweb.freebsd.org/changeset/ports/501228 Log: databases/cego: upgrade 2.44.11 -> 2.44.12 - Fix added in CegoTransactionManager::commitUpdate, btree must be inserted with insertBTreeWithCommit - Fix added in CegoTransactionManager::getCrashAffectedTables, schema entry must be searched with Find(CegoField(Chain(), SYS_RB_TABLE)) Submitted by: Bjoern Lemke Modified: head/databases/cego/Makefile head/databases/cego/distinfo Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Sat May 11 06:06:54 2019 (r501227) +++ head/databases/cego/Makefile Sat May 11 07:44:38 2019 (r501228) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.44.11 +PORTVERSION= 2.44.12 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Sat May 11 06:06:54 2019 (r501227) +++ head/databases/cego/distinfo Sat May 11 07:44:38 2019 (r501228) @@ -1,3 +1,3 @@ -TIMESTAMP = 1557474839 -SHA256 (cego-2.44.11.tar.gz) = a1a9628a71321b21290a0553d3bca4f6598f5299b9cb087ae84041de4099af7f -SIZE (cego-2.44.11.tar.gz) = 3144629 +TIMESTAMP = 1557559844 +SHA256 (cego-2.44.12.tar.gz) = 42b4dbcc8114df13a39fecaa0d42a0013762cac7a761e3fa3e27fca751cee60b +SIZE (cego-2.44.12.tar.gz) = 3179740 From owner-svn-ports-all@freebsd.org Sat May 11 07:49:23 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7A571594CD0; Sat, 11 May 2019 07:49:23 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5C8D3776AF; Sat, 11 May 2019 07:49: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 30B8C189D7; Sat, 11 May 2019 07:49:23 +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 x4B7nNFM063740; Sat, 11 May 2019 07:49:23 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4B7nNEZ063739; Sat, 11 May 2019 07:49:23 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201905110749.x4B7nNEZ063739@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sat, 11 May 2019 07:49:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501229 - in branches/2019Q2/sysutils/xfce4-power-manager: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: in branches/2019Q2/sysutils/xfce4-power-manager: . files X-SVN-Commit-Revision: 501229 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5C8D3776AF X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.960,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 07:49:23 -0000 Author: madpilot Date: Sat May 11 07:49:22 2019 New Revision: 501229 URL: https://svnweb.freebsd.org/changeset/ports/501229 Log: MFH: r501188 - Fix reported sporadic crashes - Enumerate all displays for backlight support - Fix some compile warnings - When building debug binaries enable extra debugging code too PR: 237714 Submitted by: rozhuk.im@gmail.com Approved by: ports-secteam (miwi) Added: branches/2019Q2/sysutils/xfce4-power-manager/files/ - copied from r501188, head/sysutils/xfce4-power-manager/files/ Modified: branches/2019Q2/sysutils/xfce4-power-manager/Makefile Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/sysutils/xfce4-power-manager/Makefile ============================================================================== --- branches/2019Q2/sysutils/xfce4-power-manager/Makefile Sat May 11 07:44:38 2019 (r501228) +++ branches/2019Q2/sysutils/xfce4-power-manager/Makefile Sat May 11 07:49:22 2019 (r501229) @@ -3,6 +3,7 @@ PORTNAME= xfce4-power-manager PORTVERSION= 1.6.1 +PORTREVISION= 1 CATEGORIES= sysutils xfce MASTER_SITES= XFCE/src/xfce/${PORTNAME}/${PORTVERSION:R}/ DIST_SUBDIR= xfce4 @@ -36,4 +37,10 @@ OPTIONS_SUB= yes NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext-runtime -.include +.include + +.if defined(WITH_DEBUG) +CONFIGURE_ARGS+= --enable-debug +.endif + +.include From owner-svn-ports-all@freebsd.org Sat May 11 08:15:29 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3300D159557E; Sat, 11 May 2019 08:15:29 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CD91780004; Sat, 11 May 2019 08:15:28 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B298F18ECB; Sat, 11 May 2019 08:15:28 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4B8FSVn079098; Sat, 11 May 2019 08:15:28 GMT (envelope-from rodrigo@FreeBSD.org) Received: (from rodrigo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4B8FSsc079097; Sat, 11 May 2019 08:15:28 GMT (envelope-from rodrigo@FreeBSD.org) Message-Id: <201905110815.x4B8FSsc079097@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rodrigo set sender to rodrigo@FreeBSD.org using -f From: Rodrigo Osorio Date: Sat, 11 May 2019 08:15:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501230 - head/sysutils/bareos17-server X-SVN-Group: ports-head X-SVN-Commit-Author: rodrigo X-SVN-Commit-Paths: head/sysutils/bareos17-server X-SVN-Commit-Revision: 501230 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: CD91780004 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.96)[-0.959,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 08:15:29 -0000 Author: rodrigo Date: Sat May 11 08:15:28 2019 New Revision: 501230 URL: https://svnweb.freebsd.org/changeset/ports/501230 Log: Fix typo in Makefile The $FreeBSD$ line should be commented Modified: head/sysutils/bareos17-server/Makefile Modified: head/sysutils/bareos17-server/Makefile ============================================================================== --- head/sysutils/bareos17-server/Makefile Sat May 11 07:49:22 2019 (r501229) +++ head/sysutils/bareos17-server/Makefile Sat May 11 08:15:28 2019 (r501230) @@ -1,4 +1,4 @@ -$FreeBSD$ +# $FreeBSD$ PORTNAME= bareos17 DISTVERSIONPREFIX= Release/ From owner-svn-ports-all@freebsd.org Sat May 11 08:21:23 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A0BAC1595645; Sat, 11 May 2019 08:21:23 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47040802B6; Sat, 11 May 2019 08:21:23 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 22EB218F06; Sat, 11 May 2019 08:21:23 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4B8LNvI083405; Sat, 11 May 2019 08:21:23 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4B8LNRj083402; Sat, 11 May 2019 08:21:23 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201905110821.x4B8LNRj083402@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 11 May 2019 08:21:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501231 - head/games/gzdoom X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/games/gzdoom X-SVN-Commit-Revision: 501231 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 47040802B6 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.96)[-0.960,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 08:21:23 -0000 Author: antoine Date: Sat May 11 08:21:22 2019 New Revision: 501231 URL: https://svnweb.freebsd.org/changeset/ports/501231 Log: Revert 501173, it's obviously incomplete Reported by: pkg-fallout Modified: head/games/gzdoom/Makefile Modified: head/games/gzdoom/Makefile ============================================================================== --- head/games/gzdoom/Makefile Sat May 11 08:15:28 2019 (r501230) +++ head/games/gzdoom/Makefile Sat May 11 08:21:22 2019 (r501231) @@ -1,7 +1,8 @@ # $FreeBSD$ PORTNAME= gzdoom -PORTVERSION= 4.1.1 +PORTVERSION= 3.7.2 +PORTREVISION= 1 DISTVERSIONPREFIX= g CATEGORIES= games @@ -21,8 +22,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfluidsynth.so:audio/fluidsynth \ libgme.so:audio/libgme -USES= cmake compiler:c++11-lang gettext gl gnome jpeg openal \ - pkgconfig sdl +USES= cmake gettext jpeg openal pkgconfig DATADIR= ${DMDIR}/${PORTNAME} From owner-svn-ports-all@freebsd.org Sat May 11 08:23:17 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 985E3159581E; Sat, 11 May 2019 08:23:17 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3B0758047D; Sat, 11 May 2019 08:23:17 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 10C2119071; Sat, 11 May 2019 08:23:17 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4B8NGvQ084544; Sat, 11 May 2019 08:23:16 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4B8NGJL084543; Sat, 11 May 2019 08:23:16 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201905110823.x4B8NGJL084543@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 11 May 2019 08:23:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501232 - head/databases/pgroonga X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/databases/pgroonga X-SVN-Commit-Revision: 501232 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3B0758047D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.96)[-0.960,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 08:23:17 -0000 Author: antoine Date: Sat May 11 08:23:16 2019 New Revision: 501232 URL: https://svnweb.freebsd.org/changeset/ports/501232 Log: Mark BROKEN src/pgroonga.c:77:6: error: redefinition of 'PGrnGroongaInitialized' with a different type: 'bool' vs 'bool' (aka 'char') bool PGrnGroongaInitialized = false; ^ src/pgroonga.h:94:13: note: previous declaration is here extern bool PGrnGroongaInitialized; ^ src/pgroonga.c:7094:1: error: conflicting types for 'PGrnIndexIsPGroonga' PGrnIndexIsPGroonga(Relation index) ^ src/pgroonga.h:97:6: note: previous declaration is here bool PGrnIndexIsPGroonga(Relation index); ^ Reported by: pkg-fallout Modified: head/databases/pgroonga/Makefile Modified: head/databases/pgroonga/Makefile ============================================================================== --- head/databases/pgroonga/Makefile Sat May 11 08:21:22 2019 (r501231) +++ head/databases/pgroonga/Makefile Sat May 11 08:23:16 2019 (r501232) @@ -11,6 +11,8 @@ COMMENT= Open-source fulltext search engine for PostGR LICENSE= PostgreSQL +BROKEN= redefinition of 'PGrnGroongaInitialized' with a different type: 'bool' vs 'bool' (aka 'char') + LIB_DEPENDS= libgroonga.so:textproc/groonga USES= gmake pgsql pkgconfig From owner-svn-ports-all@freebsd.org Sat May 11 08:29:08 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9441A159589E; Sat, 11 May 2019 08:29:08 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3715B8057E; Sat, 11 May 2019 08:29:08 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 067DA19072; Sat, 11 May 2019 08:29:08 +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 x4B8T7ke084896; Sat, 11 May 2019 08:29:07 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4B8T7GS084895; Sat, 11 May 2019 08:29:07 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201905110829.x4B8T7GS084895@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 11 May 2019 08:29:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501233 - head/games/hedgewars-server X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/games/hedgewars-server X-SVN-Commit-Revision: 501233 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3715B8057E X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.96)[-0.960,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 08:29:08 -0000 Author: antoine Date: Sat May 11 08:29:07 2019 New Revision: 501233 URL: https://svnweb.freebsd.org/changeset/ports/501233 Log: Mark BROKEN: fails to build cabal: Could not resolve dependencies: [__0] trying: MissingH-1.4.1.0 (user goal) [__1] unknown package: random (dependency of MissingH) [__1] fail (backjumping, conflict set: MissingH, random) After searching the rest of the dependency tree exhaustively, these were the goals I've had most trouble fulfilling: MissingH, random Reported by: pkg-fallout Modified: head/games/hedgewars-server/Makefile Modified: head/games/hedgewars-server/Makefile ============================================================================== --- head/games/hedgewars-server/Makefile Sat May 11 08:23:16 2019 (r501232) +++ head/games/hedgewars-server/Makefile Sat May 11 08:29:07 2019 (r501233) @@ -12,6 +12,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} LICENSE= GPLv2 +BROKEN= fails to build + USES= cabal tar:bzip2 WRKSRC_SUBDIR= gameServer From owner-svn-ports-all@freebsd.org Sat May 11 08:31:57 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EBE601595929; Sat, 11 May 2019 08:31:56 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-ed1-f66.google.com (mail-ed1-f66.google.com [209.85.208.66]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 00FC2808D9; Sat, 11 May 2019 08:31:55 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-ed1-f66.google.com with SMTP id j12so8013253eds.7; Sat, 11 May 2019 01:31:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=e4sfz7PJbXoixZc0bTE+pQ/8sYDvmoyn8sxXw/3kKag=; b=Ub/KqZ3MbsHJG0O4V1aiJaSfUR0CJQUhTowqX1dJVBuCBnvzrOVHe/JDHrlDjI6dqu tnvfCvFe2h3Y2ph0iq+izsvXzqaiKu0TVGT//sCrOkx9uY/tYkW3SIz5OtTqTTCBH1Fw 3gUox2HOGQ65hotrsqtYxYTMh7XOSgETKbqtrmofcdiUlirnseLLlAWb7zMCjmN1eAlp zffOds/DE7Z8oSLAVHSvrUcTUGCbj1UMBWtdRo5cMPh1hB4pnLOy0psJigRuEfPaekzX RGxSs2PV77eJwG5GiHsMYUY8GF1jSDJOmT0InImfqAxCs5fMFPpsKJRMXB1avwYijijE FoWg== X-Gm-Message-State: APjAAAU0UPMI1OKPXmXFBgzdeuI/Qzp+C6WHk4KzwGGMTPqxZxbPiFlz QHYSMZFRchS9HPvKSU4btoYeGJq8Q4ZZLz+JkWFuN7HB X-Google-Smtp-Source: APXvYqzR8QC3Fctc1lYeYvBnA4TuIPNc4zeway0sF2FmzJL5kU16f/fSnNBikpseyj0VqTaWft0sIs98kEdJ3QVRlN4= X-Received: by 2002:a17:906:7c3:: with SMTP id m3mr12281352ejc.145.1557563508741; Sat, 11 May 2019 01:31:48 -0700 (PDT) MIME-Version: 1.0 References: <201904281516.x3SFGpuU077727@repo.freebsd.org> In-Reply-To: <201904281516.x3SFGpuU077727@repo.freebsd.org> From: Antoine Brodin Date: Sat, 11 May 2019 10:31:37 +0200 Message-ID: Subject: Re: svn commit: r500319 - in head: devel/ghub editors/apel editors/flim editors/psgml editors/semi editors/slime irc/riece japanese/ddskk japanese/lookup mail/c-sig mail/wanderlust net-im/jabber.el pri... To: Joseph Mingrone Cc: ports-committers , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 00FC2808D9 X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of antoinebrodinfreebsd@gmail.com designates 209.85.208.66 as permitted sender) smtp.mailfrom=antoinebrodinfreebsd@gmail.com X-Spamd-Result: default: False [-3.93 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.98)[-0.984,0]; TAGGED_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; R_SPF_ALLOW(-0.20)[+ip4:209.85.128.0/17]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; DMARC_NA(0.00)[freebsd.org]; TO_DN_SOME(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; IP_SCORE(-1.19)[ipnet: 209.85.128.0/17(-3.64), asn: 15169(-2.27), country: US(-0.06)]; MX_GOOD(-0.01)[cached: alt3.gmail-smtp-in.l.google.com]; NEURAL_HAM_SHORT(-0.74)[-0.738,0]; RCVD_IN_DNSWL_NONE(0.00)[66.208.85.209.list.dnswl.org : 127.0.5.0]; FORGED_SENDER(0.30)[antoine@freebsd.org,antoinebrodinfreebsd@gmail.com]; MIME_TRACE(0.00)[0:+]; R_DKIM_NA(0.00)[]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; FROM_NEQ_ENVFROM(0.00)[antoine@freebsd.org,antoinebrodinfreebsd@gmail.com]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 08:31:57 -0000 On Sun, Apr 28, 2019 at 5:17 PM Joseph Mingrone wrote: > > Author: jrm > Date: Sun Apr 28 15:16:51 2019 > New Revision: 500319 > URL: https://svnweb.freebsd.org/changeset/ports/500319 > > Log: > Bump PORTREVISION for ports using EMACS_VERSION_SITE_LISPDIR > > This should have been done with r499179 when editors/emacs was updated > to version 26.2. > > Reported by: nobutaka Hi, It seems that something broke auctex: http://beefy9.nyi.freebsd.org/data/112amd64-default/501065/logs/errors/auctex-emacs27_nox-11.90_6.log http://beefy9.nyi.freebsd.org/data/112amd64-default/501065/logs/errors/auctex-emacs27-11.90_6.log Antoine From owner-svn-ports-all@freebsd.org Sat May 11 08:32:10 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D39711595955; Sat, 11 May 2019 08:32:09 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5741A809D0; Sat, 11 May 2019 08:32:09 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 34A23191F1; Sat, 11 May 2019 08:32:09 +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 x4B8W970087723; Sat, 11 May 2019 08:32:09 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4B8W8rN087721; Sat, 11 May 2019 08:32:08 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201905110832.x4B8W8rN087721@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 11 May 2019 08:32:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501234 - in head/sysutils/krename: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head/sysutils/krename: . files X-SVN-Commit-Revision: 501234 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5741A809D0 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.96)[-0.960,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 08:32:10 -0000 Author: tcberner Date: Sat May 11 08:32:08 2019 New Revision: 501234 URL: https://svnweb.freebsd.org/changeset/ports/501234 Log: sysutils/krename: add upstrams patch (filtered through gentoo) to find exiv2 again Upstream: https://github.com/KDE/krename/commit/b22de9135ba2a5abdbd2b275a60933a50f074010 Gentoo: https://gitweb.gentoo.org/repo/gentoo.git/tree/kde-misc/krename/files/krename-5.0.0-exiv2-0.27.patch Reported by: fluffy Added: head/sysutils/krename/files/ head/sysutils/krename/files/patch-gentoo_git-krename-5.0.0-exiv2-0.27.patch (contents, props changed) Modified: head/sysutils/krename/Makefile Modified: head/sysutils/krename/Makefile ============================================================================== --- head/sysutils/krename/Makefile Sat May 11 08:29:07 2019 (r501233) +++ head/sysutils/krename/Makefile Sat May 11 08:32:08 2019 (r501234) @@ -2,7 +2,7 @@ PORTNAME= krename PORTVERSION= 5.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src Added: head/sysutils/krename/files/patch-gentoo_git-krename-5.0.0-exiv2-0.27.patch ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/krename/files/patch-gentoo_git-krename-5.0.0-exiv2-0.27.patch Sat May 11 08:32:08 2019 (r501234) @@ -0,0 +1,192 @@ +https://github.com/KDE/krename/commit/b22de9135ba2a5abdbd2b275a60933a50f074010 +https://gitweb.gentoo.org/repo/gentoo.git/tree/kde-misc/krename/files/krename-5.0.0-exiv2-0.27.patch + + +From ec90823494f5ec9bb2e8098f44209f383ef8c22a Mon Sep 17 00:00:00 2001 +From: Heiko Becker +Date: Tue, 20 Nov 2018 18:24:29 +0100 +Subject: Use #cmakedefine01 instead of macro_bool_to_01 + +--- + CMakeLists.txt | 13 +++++-------- + config-krename.h.cmake | 10 +++++----- + 3 files changed, 10 insertions(+), 33 deletions(-) + delete mode 100644 cmake/modules/MacroBoolTo01.cmake + +--- CMakeLists.txt ++++ CMakeLists.txt +@@ -80,13 +80,10 @@ set_package_properties(Freetype PROPERTIES + + feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES) + +- +-# Update configuration +-include(MacroBoolTo01) +-macro_bool_to_01(TAGLIB_FOUND HAVE_TAGLIB) +-macro_bool_to_01(EXIV2_FOUND HAVE_EXIV2) +-macro_bool_to_01(PoDoFo_FOUND HAVE_PODOFO) +-macro_bool_to_01(FREETYPE_FOUND HAVE_FREETYPE) ++set(HAVE_TAGLIB ${TAGLIB_FOUND}) ++set(HAVE_EXIV2 ${LibExiv2_FOUND}) ++set(HAVE_PODOFO ${PoDoFo_FOUND}) ++set(HAVE_FREETYPE ${FREETYPE_FOUND}) + configure_file(config-krename.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-krename.h) + + # Directories +--- config-krename.h.cmake ++++ config-krename.h.cmake +@@ -1,15 +1,15 @@ + /* config.h. Generated by cmake from config.h.cmake */ + + /* have TagLib */ +-#define HAVE_TAGLIB ${HAVE_TAGLIB} ++#cmakedefine01 HAVE_TAGLIB + + /* have Exiv2 */ +-#define HAVE_EXIV2 ${HAVE_EXIV2} ++#cmakedefine01 HAVE_EXIV2 + + /* have PoDoFo */ +-#define HAVE_PODOFO ${HAVE_PODOFO} ++#cmakedefine01 HAVE_PODOFO + + /* have Freetype */ +-#define HAVE_FREETYPE ${HAVE_FREETYPE} ++#cmakedefine01 HAVE_FREETYPE + +-#define VERSION "${KRENAME_VERSION}" ++#define VERSION "${krename_VERSION}" +-- +cgit v1.1 + +From b22de9135ba2a5abdbd2b275a60933a50f074010 Mon Sep 17 00:00:00 2001 +From: Heiko Becker +Date: Tue, 20 Nov 2018 18:26:47 +0100 +Subject: Fix building against exiv2-0.27 + +One neeeded part is to copy over the new FindLibExiv2 module from +ECM which has not appeared in a release yet (it will with 5.53.0). +I'll probably add that version as a requirement and remove the copy +again in the near future. +The other part includes raising the cmake version requirement to +3.7.0, which was released over 2 years ago. (The version comparison +could be easily solved differently and less elegantly, but let's see +if people with ancient cmakes complain). +--- + CMakeLists.txt | 15 ++--- + config-krename.h.cmake | 3 + + src/CMakeLists.txt | 8 +-- + src/exiv2plugin.cpp | 8 ++- + 6 files changed, 137 insertions(+), 91 deletions(-) + delete mode 100644 cmake/modules/FindExiv2.cmake + create mode 100644 cmake/modules/FindLibExiv2.cmake + +diff --git a/CMakeLists.txt b/CMakeLists.txt +--- CMakeLists.txt ++++ CMakeLists.txt +@@ -1,4 +1,5 @@ +-project(krename) + +-cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) ++cmake_minimum_required(VERSION 3.7) ++ ++project(krename VERSION "5.0.0") + +@@ -39,10 +40,6 @@ add_definitions( + -DQT_STRICT_ITERATORS + ) + +-set(KRENAME_VERSION "5.0.0") +- +-include(FindGettext) +- + # Find taglib + set(TAGLIB_MIN_VERSION "1.5") + find_package(Taglib ${TAGLIB_MIN_VERSION}) +@@ -58,11 +55,12 @@ set_package_properties(Taglib PROPERTIES + TYPE OPTIONAL) + + # Find exiv2 +-find_package(Exiv2 0.13) # AccessMode was added in 0.13 +-set_package_properties(Exiv2 PROPERTIES +- DESCRIPTION "A library to access image metadata" +- URL "http://www.exiv2.org" +- TYPE OPTIONAL) ++find_package(LibExiv2 0.13) # AccessMode was added in 0.13 ++set_package_properties(LibExiv2 PROPERTIES TYPE OPTIONAL) ++ ++if (LibExiv2_VERSION VERSION_GREATER_EQUAL "0.27") ++ set(HAVE_LIBEXIV2_0_27 TRUE) ++endif() + + # Find podofo + find_package(PoDoFo) +--- config-krename.h.cmake ++++ config-krename.h.cmake +@@ -6,6 +6,9 @@ + /* have Exiv2 */ + #cmakedefine01 HAVE_EXIV2 + ++/* Defined if we have libexiv2 >= 0.27 */ ++#cmakedefine HAVE_LIBEXIV2_0_27 ++ + /* have PoDoFo */ + #cmakedefine01 HAVE_PODOFO + +--- src/CMakeLists.txt ++++ src/CMakeLists.txt +@@ -23,7 +23,7 @@ if(FREETYPE_FOUND) + include_directories(${FREETYPE_INCLUDE_DIRS}) + endif() + +-add_definitions(${TAGLIB_CFLAGS} ${EXIV2_CFLAGS}) ++add_definitions(${TAGLIB_CFLAGS}) + # Exiv2 needs exceptions + kde_enable_exceptions() + +@@ -67,7 +67,7 @@ set(krename_SRCS + snumplugin.cpp + ) + +-if(EXIV2_FOUND) ++if(LibExiv2_FOUND) + set(krename_SRCS ${krename_SRCS} + exiv2plugin.cpp + ) +@@ -137,9 +137,9 @@ if(TAGLIB_FOUND) + ${TAGLIB_LIBRARIES} + ) + endif() +-if(EXIV2_FOUND) ++if(LibExiv2_FOUND) + target_link_libraries(krename +- ${EXIV2_LIBRARIES} ++ LibExiv2::LibExiv2 + ) + endif() + if(PoDoFo_FOUND) +--- src/exiv2plugin.cpp ++++ src/exiv2plugin.cpp +@@ -17,13 +17,19 @@ + + #include "exiv2plugin.h" + ++#include "../config-krename.h" ++ + #include + + #include + #include + #include + #include +-#include ++#ifdef HAVE_LIBEXIV2_0_27 ++ #include ++#else ++ #include ++#endif + #include + + #include "batchrenamer.h" +-- +cgit v1.1 From owner-svn-ports-all@freebsd.org Sat May 11 08:40:35 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9316B1595B7F; Sat, 11 May 2019 08:40:35 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2D58B80B57; Sat, 11 May 2019 08:40: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 06FCF19218; Sat, 11 May 2019 08:40: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 x4B8eY0G090695; Sat, 11 May 2019 08:40:34 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4B8eYMM090694; Sat, 11 May 2019 08:40:34 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201905110840.x4B8eYMM090694@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 11 May 2019 08:40:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501235 - head/devel/radian X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/devel/radian X-SVN-Commit-Revision: 501235 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2D58B80B57 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.96)[-0.960,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 08:40:35 -0000 Author: antoine Date: Sat May 11 08:40:34 2019 New Revision: 501235 URL: https://svnweb.freebsd.org/changeset/ports/501235 Log: Mark BROKEN Reported by: pkg-fallout Modified: head/devel/radian/Makefile Modified: head/devel/radian/Makefile ============================================================================== --- head/devel/radian/Makefile Sat May 11 08:32:08 2019 (r501234) +++ head/devel/radian/Makefile Sat May 11 08:40:34 2019 (r501235) @@ -11,6 +11,8 @@ COMMENT= 21st century R console LICENSE= MIT +BROKEN= depends on package: pyXX-rchitect>=0.2.3,<0.3.0 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lineedit>=0.1.1:devel/py-lineedit@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rchitect>=0.2.3,<0.3.0:devel/py-rchitect@${PY_FLAVOR} \ From owner-svn-ports-all@freebsd.org Sat May 11 09:01:35 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D4811596482; Sat, 11 May 2019 09:01:35 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3F8C6813A3; Sat, 11 May 2019 09:01:35 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1BE7D196D7; Sat, 11 May 2019 09:01:35 +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 x4B91YDY001748; Sat, 11 May 2019 09:01:34 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4B91YpJ001747; Sat, 11 May 2019 09:01:34 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201905110901.x4B91YpJ001747@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 11 May 2019 09:01:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501236 - head/java/linux-oracle-serverjre10 X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/java/linux-oracle-serverjre10 X-SVN-Commit-Revision: 501236 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3F8C6813A3 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.95)[-0.952,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 09:01:35 -0000 Author: amdmi3 Date: Sat May 11 09:01:34 2019 New Revision: 501236 URL: https://svnweb.freebsd.org/changeset/ports/501236 Log: - Update WWW Approved by: portmgr blanket Modified: head/java/linux-oracle-serverjre10/pkg-descr Modified: head/java/linux-oracle-serverjre10/pkg-descr ============================================================================== --- head/java/linux-oracle-serverjre10/pkg-descr Sat May 11 08:40:34 2019 (r501235) +++ head/java/linux-oracle-serverjre10/pkg-descr Sat May 11 09:01:34 2019 (r501236) @@ -1,3 +1,3 @@ The Oracle Java 10 Server Runtime Environment for Linux. -WWW: http://www.oracle.com/us/technologies/java/index.html +WWW: https://www.oracle.com/java/ From owner-svn-ports-all@freebsd.org Sat May 11 09:03:52 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF0CB15964C6; Sat, 11 May 2019 09:03:52 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 71F4C8165F; Sat, 11 May 2019 09:03:52 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4C46419727; Sat, 11 May 2019 09:03:52 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4B93qAH006113; Sat, 11 May 2019 09:03:52 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4B93qdA006112; Sat, 11 May 2019 09:03:52 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201905110903.x4B93qdA006112@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sat, 11 May 2019 09:03:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501237 - head/devel/thrift X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/devel/thrift X-SVN-Commit-Revision: 501237 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 71F4C8165F X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.95)[-0.952,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 09:03:53 -0000 Author: tobik Date: Sat May 11 09:03:51 2019 New Revision: 501237 URL: https://svnweb.freebsd.org/changeset/ports/501237 Log: devel/thrift: Actually disable -Werror and fix build src/thrift/generate/t_py_generator.cc:1603:38: error: unused variable 'a_iter' [-Werror,-Wunused-variable] vector::const_iterator a_iter; ^ http://beefy12.nyi.freebsd.org/data/head-amd64-default/p501065_s347375/logs/errors/thrift-0.11.0_1,1.log PR: 230607 Modified: head/devel/thrift/Makefile Modified: head/devel/thrift/Makefile ============================================================================== --- head/devel/thrift/Makefile Sat May 11 09:01:34 2019 (r501236) +++ head/devel/thrift/Makefile Sat May 11 09:03:51 2019 (r501237) @@ -52,7 +52,8 @@ PLIST_FILES= bin/thrift PLIST_SUB+= PORTVERSION="${PORTVERSION}" post-patch: - ${REINPLACE_CMD} 's,-Werror,,' ${WRKSRC}/lib/rb/ext/extconf.rb + @${REINPLACE_CMD} 's,-Werror,,' ${WRKSRC}/compiler/cpp/Makefile.am \ + ${WRKSRC}/lib/rb/ext/extconf.rb pre-configure: @${REINPLACE_CMD} '/config.h/d' ${WRKSRC}/lib/cpp/Makefile.am From owner-svn-ports-all@freebsd.org Sat May 11 09:14:22 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E39CA159683E; Sat, 11 May 2019 09:14:21 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8805881E57; Sat, 11 May 2019 09:14:21 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5F27C198DA; Sat, 11 May 2019 09:14:21 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4B9ELQO011499; Sat, 11 May 2019 09:14:21 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4B9EL7F011497; Sat, 11 May 2019 09:14:21 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201905110914.x4B9EL7F011497@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sat, 11 May 2019 09:14:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501238 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 501238 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8805881E57 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.95)[-0.952,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 09:14:22 -0000 Author: brnrd Date: Sat May 11 09:14:20 2019 New Revision: 501238 URL: https://svnweb.freebsd.org/changeset/ports/501238 Log: security/vuxml: Document PHP-exif vulnerabilities Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat May 11 09:03:51 2019 (r501237) +++ head/security/vuxml/vuln.xml Sat May 11 09:14:20 2019 (r501238) @@ -58,6 +58,43 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + PHP -- Multiple vulnerabilities in EXIF module + + + php71-exif + 7.1.28 + + + php72-exif + 7.2.17 + + + php73-exif + 7.3.4 + + + + + +

The PHP project reports:

+
+

Heap-buffer-overflow in php_ifd_get32s (CVE-2019-11034)

+

Heap-buffer-overflow in exif_iif_add_value (CVE-2019-11035)

+
+ +
+ + https://www.php.net/ChangeLog-7.php + CVE-2019-11034 + CVE-2019-11035 + + + 2019-04-04 + 2019-05-11 + +
+ PostgreSQL -- Selectivity estimators bypass row security policies From owner-svn-ports-all@freebsd.org Sat May 11 09:16:39 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38A091596899; Sat, 11 May 2019 09:16:39 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D259381F64; Sat, 11 May 2019 09:16:38 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9868B198DB; Sat, 11 May 2019 09:16:38 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4B9GcTq011705; Sat, 11 May 2019 09:16:38 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4B9GcI7011704; Sat, 11 May 2019 09:16:38 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201905110916.x4B9GcI7011704@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 11 May 2019 09:16:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501239 - head/net/kget X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/net/kget X-SVN-Commit-Revision: 501239 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D259381F64 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.95)[-0.952,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 09:16:39 -0000 Author: tcberner Date: Sat May 11 09:16:38 2019 New Revision: 501239 URL: https://svnweb.freebsd.org/changeset/ports/501239 Log: net/kget: add option to depend on plasma-workspace (to enable shutdown on completion support) Reported by: fluffy Modified: head/net/kget/Makefile Modified: head/net/kget/Makefile ============================================================================== --- head/net/kget/Makefile Sat May 11 09:14:20 2019 (r501238) +++ head/net/kget/Makefile Sat May 11 09:16:38 2019 (r501239) @@ -2,6 +2,7 @@ PORTNAME= kget DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -31,10 +32,14 @@ USE_QT= core dbus gui network printsupport sql USE_LDCONFIG= yes SHEBANG_FILES= conf/*.pl - MAKE_ENV= XDG_CONFIG_HOME=/dev/null CONFIGURE_ENV= XDG_CONFIG_HOME=/dev/null -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS WORKSPACE +OPTIONS_DEFAULT= WORKSPACE + +WORKSPACE_USE= KDE=plasma-workspace +WORKSPACE_DESC= Shutdown on completion support +WORKSPACE_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_LibKWorkspace .include From owner-svn-ports-all@freebsd.org Sat May 11 09:31:34 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 151B91596A7B; Sat, 11 May 2019 09:31:34 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AE2D082599; Sat, 11 May 2019 09:31: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 896A319B07; Sat, 11 May 2019 09:31: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 x4B9VX6M019186; Sat, 11 May 2019 09:31:33 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4B9VXYO019185; Sat, 11 May 2019 09:31:33 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201905110931.x4B9VXYO019185@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 11 May 2019 09:31:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501240 - head/net-im/telepathy-gabble X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/net-im/telepathy-gabble X-SVN-Commit-Revision: 501240 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: AE2D082599 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.95)[-0.952,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 09:31:34 -0000 Author: amdmi3 Date: Sat May 11 09:31:32 2019 New Revision: 501240 URL: https://svnweb.freebsd.org/changeset/ports/501240 Log: - Add LICENSE - Add USES=gnome - Update WWW Approved by: portmgr blanket Modified: head/net-im/telepathy-gabble/Makefile head/net-im/telepathy-gabble/pkg-descr Modified: head/net-im/telepathy-gabble/Makefile ============================================================================== --- head/net-im/telepathy-gabble/Makefile Sat May 11 09:16:38 2019 (r501239) +++ head/net-im/telepathy-gabble/Makefile Sat May 11 09:31:32 2019 (r501240) @@ -10,6 +10,9 @@ MASTER_SITES= http://telepathy.freedesktop.org/release MAINTAINER= gnome@FreeBSD.org COMMENT= Jabber Connection Manager for Telepathy Framework +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= telepathy-glib>=0.22.0:net-im/telepathy-glib \ ca_root_nss>=0:security/ca_root_nss LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ @@ -25,7 +28,7 @@ RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss \ PORTSCOUT= limitw:1,even -USES= alias gmake libtool pathfix pkgconfig python:2.7,build \ +USES= alias gmake gnome libtool pathfix pkgconfig python:2.7,build \ shebangfix sqlite ssl USE_GNOME= glib20 gtksourceview3 libxslt:build GNU_CONFIGURE= yes Modified: head/net-im/telepathy-gabble/pkg-descr ============================================================================== --- head/net-im/telepathy-gabble/pkg-descr Sat May 11 09:16:38 2019 (r501239) +++ head/net-im/telepathy-gabble/pkg-descr Sat May 11 09:31:32 2019 (r501240) @@ -3,4 +3,4 @@ currently supporting single user chats, multi user cha calls. Install this package to use Telepathy instant messaging clients with Jabber/XMPP servers, including Google Talk. -WWW: http://telepathy.freedesktop.org/ +WWW: https://telepathy.freedesktop.org/ From owner-svn-ports-all@freebsd.org Sat May 11 09:36:22 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8CCEE1596C2C; Sat, 11 May 2019 09:36:22 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1B2258276E; Sat, 11 May 2019 09:36:22 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D12CA19C7A; Sat, 11 May 2019 09:36:21 +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 x4B9aLCY022135; Sat, 11 May 2019 09:36:21 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4B9aL9O022134; Sat, 11 May 2019 09:36:21 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201905110936.x4B9aL9O022134@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 11 May 2019 09:36:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501241 - in head: graphics/darktable science/agrum X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head: graphics/darktable science/agrum X-SVN-Commit-Revision: 501241 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1B2258276E X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.95)[-0.952,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 09:36:22 -0000 Author: antoine Date: Sat May 11 09:36:21 2019 New Revision: 501241 URL: https://svnweb.freebsd.org/changeset/ports/501241 Log: Those ports link against llvm's libomp.so Modified: head/graphics/darktable/Makefile head/science/agrum/Makefile Modified: head/graphics/darktable/Makefile ============================================================================== --- head/graphics/darktable/Makefile Sat May 11 09:31:32 2019 (r501240) +++ head/graphics/darktable/Makefile Sat May 11 09:36:21 2019 (r501241) @@ -107,9 +107,7 @@ CPP= clang-cpp${LLVM_VER} CC= clang${LLVM_VER} CXX= clang++${LLVM_VER} -# Depend on devel/openmp instead of the full LLVM at runtime. Required -# for a consistent libomp experience. -LIB_DEPENDS+= libomp.so:devel/openmp +LIB_DEPENDS+= libomp.so:devel/llvm${LLVM_VER} .endif .if defined(WITH_DEBUG) Modified: head/science/agrum/Makefile ============================================================================== --- head/science/agrum/Makefile Sat May 11 09:31:32 2019 (r501240) +++ head/science/agrum/Makefile Sat May 11 09:36:21 2019 (r501241) @@ -29,7 +29,7 @@ ODBC_USES= localbase:ldflags ODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC OPENMP_CMAKE_BOOL= USE_OPENMP -OPENMP_LIB_DEPENDS= libomp.so:devel/openmp +OPENMP_LIB_DEPENDS= libomp.so:devel/llvm${LLVM_DEFAULT} PYTHON_CMAKE_BOOL= BUILD_PYTHON PYTHON_USES= python From owner-svn-ports-all@freebsd.org Sat May 11 09:39:20 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 403601596C89; Sat, 11 May 2019 09:39:20 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D4C6382857; Sat, 11 May 2019 09:39:19 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A923019C7C; Sat, 11 May 2019 09:39:19 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4B9dJLw022371; Sat, 11 May 2019 09:39:19 GMT (envelope-from arrowd@FreeBSD.org) Received: (from arrowd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4B9dJ2U022369; Sat, 11 May 2019 09:39:19 GMT (envelope-from arrowd@FreeBSD.org) Message-Id: <201905110939.x4B9dJ2U022369@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: arrowd set sender to arrowd@FreeBSD.org using -f From: Gleb Popov Date: Sat, 11 May 2019 09:39:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501242 - head/games/hedgewars-server X-SVN-Group: ports-head X-SVN-Commit-Author: arrowd X-SVN-Commit-Paths: head/games/hedgewars-server X-SVN-Commit-Revision: 501242 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D4C6382857 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 09:39:20 -0000 Author: arrowd Date: Sat May 11 09:39:19 2019 New Revision: 501242 URL: https://svnweb.freebsd.org/changeset/ports/501242 Log: games/hedgewars-server: Unbreak build by adding missing dependencies. Set MAINTAINER to haskell@ Approved by: tcberner(mentor, implicit) Modified: head/games/hedgewars-server/Makefile head/games/hedgewars-server/distinfo Modified: head/games/hedgewars-server/Makefile ============================================================================== --- head/games/hedgewars-server/Makefile Sat May 11 09:36:21 2019 (r501241) +++ head/games/hedgewars-server/Makefile Sat May 11 09:39:19 2019 (r501242) @@ -10,10 +10,11 @@ DISTNAME= ${PORTNAME}-src-${DISTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} # cabal.mk has different default from bsd.port.mk EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} +MAINTAINER= haskell@FreeBSD.org +COMMENT= Server part of free Worms-like turn based strategy game + LICENSE= GPLv2 -BROKEN= fails to build - USES= cabal tar:bzip2 WRKSRC_SUBDIR= gameServer @@ -21,16 +22,18 @@ WRKSRC_SUBDIR= gameServer USE_CABAL= ConfigFile-1.1.4 HUnit-1.6.0.0 MissingH-1.4.1.0 SHA-1.6.4.4 \ aeson-1.4.3.0 attoparsec-0.13.2.2_2 base-compat-0.10.5 \ call-stack-0.1.0 conduit-1.3.1.1 dlist-0.8.0.6 entropy-0.4.1.4 \ - exceptions-0.10.2 hslogger-1.3.0.0 integer-logarithms-1.0.3 \ - libyaml-0.1.1.0 mono-traversable-1.0.11.0 primitive-0.6.4.0_1 \ - regex-base-0.93.2 regex-compat-0.95.1 regex-posix-0.95.2 \ - regex-tdfa-1.2.3.1 resourcet-1.2.2 sandi-0.5 \ + exceptions-0.10.2 hashable-1.2.7.0_1 hslogger-1.3.0.0 \ + integer-logarithms-1.0.3 libyaml-0.1.1.0 \ + mono-traversable-1.0.11.0 network-2.7.0.2 \ + old-locale-1.0.0.7_2 old-time-1.1.0.3_2 primitive-0.6.4.0_1 \ + random-1.1 regex-base-0.93.2 regex-compat-0.95.1 \ + regex-posix-0.95.2 regex-tdfa-1.2.3.1 resourcet-1.2.2 sandi-0.5 \ scientific-0.3.6.2 split-0.2.3.3_1 tagged-0.8.6 \ th-abstraction-0.3.1.0 time-locale-compat-0.1.1.5 \ transformers-compat-0.6.4 unliftio-core-0.1.2.0_1 \ unordered-containers-0.2.10.0 utf8-string-1.0.1.1_3 \ uuid-types-1.0.3_1 vector-0.12.0.3 vector-algorithms-0.8.0.1 \ - yaml-0.11.0.0 + yaml-0.11.0.0 zlib-0.6.2 EXECUTABLES= hedgewars-server checker Modified: head/games/hedgewars-server/distinfo ============================================================================== --- head/games/hedgewars-server/distinfo Sat May 11 09:36:21 2019 (r501241) +++ head/games/hedgewars-server/distinfo Sat May 11 09:39:19 2019 (r501242) @@ -1,4 +1,4 @@ -TIMESTAMP = 1557340545 +TIMESTAMP = 1557566003 SHA256 (cabal/hedgewars-src-0.9.25.tar.bz2) = b35d7334b6785305dd4f0129b646d1277ad58528cf8029b05bf642e02f76a723 SIZE (cabal/hedgewars-src-0.9.25.tar.bz2) = 175276967 SHA256 (cabal/ConfigFile-1.1.4/ConfigFile-1.1.4.tar.gz) = ae087b359ff2945a62b671449227e0a811d143ee651179f4e7e9c66548e0f514 @@ -27,6 +27,10 @@ SHA256 (cabal/entropy-0.4.1.4/entropy-0.4.1.4.tar.gz) SIZE (cabal/entropy-0.4.1.4/entropy-0.4.1.4.tar.gz) = 7361 SHA256 (cabal/exceptions-0.10.2/exceptions-0.10.2.tar.gz) = 918c2ccbfb03caff826726bb7bf5170734b393817ace939f8dea86d60fc1512a SIZE (cabal/exceptions-0.10.2/exceptions-0.10.2.tar.gz) = 19932 +SHA256 (cabal/hashable-1.2.7.0/hashable-1.2.7.0.tar.gz) = ecb5efc0586023f5a0dc861100621c1dbb4cbb2f0516829a16ebac39f0432abf +SIZE (cabal/hashable-1.2.7.0/hashable-1.2.7.0.tar.gz) = 30182 +SHA256 (cabal/hashable-1.2.7.0/revision/1.cabal) = 03b6836ca9cd3ad0e5a2f3cce989b001dd0e05f306a873db3196037adb30e0a4 +SIZE (cabal/hashable-1.2.7.0/revision/1.cabal) = 5215 SHA256 (cabal/hslogger-1.3.0.0/hslogger-1.3.0.0.tar.gz) = 487f7f2d97b2e2e2e16a6e8675a4e659fda2fd1c352e26f153a964589ac7d6be SIZE (cabal/hslogger-1.3.0.0/hslogger-1.3.0.0.tar.gz) = 37577 SHA256 (cabal/integer-logarithms-1.0.3/integer-logarithms-1.0.3.tar.gz) = 5ae262018698af35bb74916fad170d96d3eb44669c72ed36db9a19a3392cec16 @@ -35,10 +39,22 @@ SHA256 (cabal/libyaml-0.1.1.0/libyaml-0.1.1.0.tar.gz) SIZE (cabal/libyaml-0.1.1.0/libyaml-0.1.1.0.tar.gz) = 63160 SHA256 (cabal/mono-traversable-1.0.11.0/mono-traversable-1.0.11.0.tar.gz) = c1a0d727a06131174bf6da3733084c284ec70e4f6aa398981e8ba5d4289137d2 SIZE (cabal/mono-traversable-1.0.11.0/mono-traversable-1.0.11.0.tar.gz) = 39701 +SHA256 (cabal/network-2.7.0.2/network-2.7.0.2.tar.gz) = 6e0b1d86a3377512d8169865ad0a66e8092691fa460993ed7fe1057e3e674dbb +SIZE (cabal/network-2.7.0.2/network-2.7.0.2.tar.gz) = 124420 +SHA256 (cabal/old-locale-1.0.0.7/old-locale-1.0.0.7.tar.gz) = dbaf8bf6b888fb98845705079296a23c3f40ee2f449df7312f7f7f1de18d7b50 +SIZE (cabal/old-locale-1.0.0.7/old-locale-1.0.0.7.tar.gz) = 3384 +SHA256 (cabal/old-locale-1.0.0.7/revision/2.cabal) = fa998be2c7e00cd26a6e9075bea790caaf3932caa3e9497ad69bc20380dd6911 +SIZE (cabal/old-locale-1.0.0.7/revision/2.cabal) = 1071 +SHA256 (cabal/old-time-1.1.0.3/old-time-1.1.0.3.tar.gz) = 1ccb158b0f7851715d36b757c523b026ca1541e2030d02239802ba39b4112bc1 +SIZE (cabal/old-time-1.1.0.3/old-time-1.1.0.3.tar.gz) = 74219 +SHA256 (cabal/old-time-1.1.0.3/revision/2.cabal) = c91fbb3ee73d20ccd015842b30f1f29a304893ebe0ae3128b7bbc13d5bb0d4c8 +SIZE (cabal/old-time-1.1.0.3/revision/2.cabal) = 1328 SHA256 (cabal/primitive-0.6.4.0/primitive-0.6.4.0.tar.gz) = 4cbeaf7924dd79221f327ea101a29bf35c4976dc3319df157ff46ea68e6a0c64 SIZE (cabal/primitive-0.6.4.0/primitive-0.6.4.0.tar.gz) = 45937 SHA256 (cabal/primitive-0.6.4.0/revision/1.cabal) = 5b6a2c3cc70a35aabd4565fcb9bb1dd78fe2814a36e62428a9a1aae8c32441a1 SIZE (cabal/primitive-0.6.4.0/revision/1.cabal) = 2079 +SHA256 (cabal/random-1.1/random-1.1.tar.gz) = b718a41057e25a3a71df693ab0fe2263d492e759679b3c2fea6ea33b171d3a5a +SIZE (cabal/random-1.1/random-1.1.tar.gz) = 10870 SHA256 (cabal/regex-base-0.93.2/regex-base-0.93.2.tar.gz) = 20dc5713a16f3d5e2e6d056b4beb9cfdc4368cd09fd56f47414c847705243278 SIZE (cabal/regex-base-0.93.2/regex-base-0.93.2.tar.gz) = 9156 SHA256 (cabal/regex-compat-0.95.1/regex-compat-0.95.1.tar.gz) = d57cb1a5a4d66753b18eaa37a1621246f660472243b001894f970037548d953b @@ -85,3 +101,5 @@ SHA256 (cabal/vector-algorithms-0.8.0.1/vector-algorit SIZE (cabal/vector-algorithms-0.8.0.1/vector-algorithms-0.8.0.1.tar.gz) = 26071 SHA256 (cabal/yaml-0.11.0.0/yaml-0.11.0.0.tar.gz) = e66466cd29a4d256c3dd4dd4ab366033dbc5fa1fb67fdc6f7ac7aa3f161527bf SIZE (cabal/yaml-0.11.0.0/yaml-0.11.0.0.tar.gz) = 26529 +SHA256 (cabal/zlib-0.6.2/zlib-0.6.2.tar.gz) = 0dcc7d925769bdbeb323f83b66884101084167501f11d74d21eb9bc515707fed +SIZE (cabal/zlib-0.6.2/zlib-0.6.2.tar.gz) = 142677 From owner-svn-ports-all@freebsd.org Sat May 11 09:55:41 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40D831596FBB; Sat, 11 May 2019 09:55:41 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D963082E8F; Sat, 11 May 2019 09:55:40 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B262F19FD3; Sat, 11 May 2019 09:55:40 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4B9teO8032693; Sat, 11 May 2019 09:55:40 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4B9teAQ032692; Sat, 11 May 2019 09:55:40 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201905110955.x4B9teAQ032692@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sat, 11 May 2019 09:55:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501243 - head/net/freeswitch X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/net/freeswitch X-SVN-Commit-Revision: 501243 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D963082E8F X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.95)[-0.952,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 09:55:41 -0000 Author: tobik Date: Sat May 11 09:55:40 2019 New Revision: 501243 URL: https://svnweb.freebsd.org/changeset/ports/501243 Log: net/freeswitch: Fix build and disable -Werror to stop collecting -Wno-* flags sip_pref_util.c:328:12: error: adding 'int' to a string does not append to the string [-Werror,-Wstring-plus-int] base = MATCH("audio") || MATCH("automata") || MATCH("application") || ^~~~~~~~~~~~~~ sip_pref_util.c:315:31: note: expanded from macro 'MATCH' (su_casenmatch(param + 1, s + 1, strlen(s) - 1) && \ ~~^~~ http://beefy12.nyi.freebsd.org/data/head-amd64-default/p501065_s347375/logs/errors/freeswitch-1.8.1_2.log Modified: head/net/freeswitch/Makefile Modified: head/net/freeswitch/Makefile ============================================================================== --- head/net/freeswitch/Makefile Sat May 11 09:39:19 2019 (r501242) +++ head/net/freeswitch/Makefile Sat May 11 09:55:40 2019 (r501243) @@ -39,10 +39,7 @@ CONFLICTS_BUILD= xmlrpc-c-* GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \ --enable-zrtp -CFLAGS+= -Wno-c11-extensions -Wno-deprecated-declarations \ - -Wno-zero-length-array -Wno-incompatible-pointer-types \ - -Wno-ignored-optimization-argument -Wno-unknown-warning-option \ - -Wno-unused-function -Wno-enum-conversion -Wno-reserved-user-defined-literal +CFLAGS+= -Wno-error USERS= ${PORTNAME} GROUPS= ${USERS} From owner-svn-ports-all@freebsd.org Sat May 11 10:11:26 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3B6FA15977B5; Sat, 11 May 2019 10:11:26 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CC64B83910; Sat, 11 May 2019 10:11:25 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A00AD1A1BC; Sat, 11 May 2019 10:11:25 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BABP2k039801; Sat, 11 May 2019 10:11:25 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BABPLd039800; Sat, 11 May 2019 10:11:25 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201905111011.x4BABPLd039800@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sat, 11 May 2019 10:11:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501244 - head/devel/thrift-c_glib X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/devel/thrift-c_glib X-SVN-Commit-Revision: 501244 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: CC64B83910 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.97)[-0.970,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 10:11:26 -0000 Author: tobik Date: Sat May 11 10:11:25 2019 New Revision: 501244 URL: https://svnweb.freebsd.org/changeset/ports/501244 Log: devel/thrift-c_glib: Disable -Werror and fix build src/thrift/generate/t_py_generator.cc:1603:38: error: unused variable 'a_iter' [-Werror,-Wunused-variable] vector::const_iterator a_iter; ^ http://beefy12.nyi.freebsd.org/data/head-amd64-default/p501065_s347375/logs/errors/thrift-c_glib-0.11.0,1.log PR: 230607 Modified: head/devel/thrift-c_glib/Makefile Modified: head/devel/thrift-c_glib/Makefile ============================================================================== --- head/devel/thrift-c_glib/Makefile Sat May 11 09:55:40 2019 (r501243) +++ head/devel/thrift-c_glib/Makefile Sat May 11 10:11:25 2019 (r501244) @@ -43,4 +43,8 @@ CONFIGURE_ARGS+= \ --without-ruby \ --without-go +post-patch: + @${REINPLACE_CMD} 's,-Werror,,' ${WRKSRC}/compiler/cpp/Makefile.am \ + ${WRKSRC}/lib/rb/ext/extconf.rb + .include From owner-svn-ports-all@freebsd.org Sat May 11 10:34:40 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D4C11597DEA; Sat, 11 May 2019 10:34:40 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1291F84385; Sat, 11 May 2019 10:34:40 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D56E91A673; Sat, 11 May 2019 10:34:39 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BAYdT6053624; Sat, 11 May 2019 10:34:39 GMT (envelope-from 0mp@FreeBSD.org) Received: (from 0mp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BAYdgA053621; Sat, 11 May 2019 10:34:39 GMT (envelope-from 0mp@FreeBSD.org) Message-Id: <201905111034.x4BAYdgA053621@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: 0mp set sender to 0mp@FreeBSD.org using -f From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Sat, 11 May 2019 10:34:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501245 - head/devel/cfr X-SVN-Group: ports-head X-SVN-Commit-Author: 0mp X-SVN-Commit-Paths: head/devel/cfr X-SVN-Commit-Revision: 501245 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1291F84385 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 10:34:40 -0000 Author: 0mp Date: Sat May 11 10:34:39 2019 New Revision: 501245 URL: https://svnweb.freebsd.org/changeset/ports/501245 Log: devel/cfr: Update to 0.144 Changelog: - Fix leakage of internal class names in accesses of enclosing anonymous classes. - Pseudocode support for JVM11+'s dynamic constants. Reported by: portscout Modified: head/devel/cfr/Makefile head/devel/cfr/distinfo Modified: head/devel/cfr/Makefile ============================================================================== --- head/devel/cfr/Makefile Sat May 11 10:11:25 2019 (r501244) +++ head/devel/cfr/Makefile Sat May 11 10:34:39 2019 (r501245) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cfr -DISTVERSION= 0.143 +DISTVERSION= 0.144 CATEGORIES= devel java MASTER_SITES= https://www.benf.org/other/cfr/ \ http://www.benf.org/other/cfr/ Modified: head/devel/cfr/distinfo ============================================================================== --- head/devel/cfr/distinfo Sat May 11 10:11:25 2019 (r501244) +++ head/devel/cfr/distinfo Sat May 11 10:34:39 2019 (r501245) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555418922 -SHA256 (cfr-0.143.jar) = df4b0ae1be0bc9b89841ffade7e00dd443729c2974df3af902336fd5d3592a89 -SIZE (cfr-0.143.jar) = 1709025 +TIMESTAMP = 1557570301 +SHA256 (cfr-0.144.jar) = 29a5d4fd4c70fb9d24f1013725a54a7ee2a61dc672ab2b948602c91cffd90df4 +SIZE (cfr-0.144.jar) = 1716976 From owner-svn-ports-all@freebsd.org Sat May 11 10:45:38 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 625AD159804E; Sat, 11 May 2019 10:45:38 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0A24C8474F; Sat, 11 May 2019 10:45:38 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D83811A816; Sat, 11 May 2019 10:45:37 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BAjbYb059079; Sat, 11 May 2019 10:45:37 GMT (envelope-from 0mp@FreeBSD.org) Received: (from 0mp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BAjaN8059073; Sat, 11 May 2019 10:45:36 GMT (envelope-from 0mp@FreeBSD.org) Message-Id: <201905111045.x4BAjaN8059073@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: 0mp set sender to 0mp@FreeBSD.org using -f From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Sat, 11 May 2019 10:45:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501246 - in head: . misc misc/rumprun misc/rumprun/files X-SVN-Group: ports-head X-SVN-Commit-Author: 0mp X-SVN-Commit-Paths: in head: . misc misc/rumprun misc/rumprun/files X-SVN-Commit-Revision: 501246 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0A24C8474F X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.96)[-0.955,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 10:45:38 -0000 Author: 0mp Date: Sat May 11 10:45:36 2019 New Revision: 501246 URL: https://svnweb.freebsd.org/changeset/ports/501246 Log: Re-add misc/rumprun: Unikernel and toolchain for various platforms While here, tidy up the Makefile. PR: 230125 Submitted by: fabian.freyer@physik.tu-berlin.de Differential Revision: https://reviews.freebsd.org/D18750 Added: head/misc/rumprun/ - copied from r478727, head/misc/rumprun/ Deleted: head/misc/rumprun/files/patch-src-netbsd_sys_lib_libunwind_AddressSpace.hpp Modified: head/MOVED head/misc/Makefile head/misc/rumprun/Makefile head/misc/rumprun/distinfo head/misc/rumprun/files/patch-build-rr.sh head/misc/rumprun/pkg-descr Modified: head/MOVED ============================================================================== --- head/MOVED Sat May 11 10:34:39 2019 (r501245) +++ head/MOVED Sat May 11 10:45:36 2019 (r501246) @@ -10564,7 +10564,6 @@ science/ecs|science/code_saturne|2018-11-04|Code_Satur science/fvm|science/code_saturne|2018-11-04|Code_Saturne merged bft, ecs, fvm, mei and ncs science/mei|science/code_saturne|2018-11-04|Code_Saturne merged bft, ecs, fvm, mei and ncs x11-wm/cde|x11/cde|2018-11-05|Recategorise -misc/rumprun||2018-11-06|Has expired: "fails with current compilers" security/ossec-hids-client|security/ossec-hids-agent|2018-11-09|Agent is the name used in documentation graphics/ImageMagick|graphics/ImageMagick6|2018-11-10|Port renamed graphics/ImageMagick-nox11|graphics/ImageMagick6-nox11|2018-11-10|Port renamed Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Sat May 11 10:34:39 2019 (r501245) +++ head/misc/Makefile Sat May 11 10:45:36 2019 (r501246) @@ -443,6 +443,7 @@ SUBDIR += rubygem-rabbit SUBDIR += rubygem-vpim SUBDIR += rump + SUBDIR += rumprun SUBDIR += sdformat SUBDIR += seabios SUBDIR += sent Modified: head/misc/rumprun/Makefile ============================================================================== --- head/misc/rumprun/Makefile Sat Sep 1 20:43:36 2018 (r478727) +++ head/misc/rumprun/Makefile Sat May 11 10:45:36 2019 (r501246) @@ -1,47 +1,45 @@ # $FreeBSD$ PORTNAME= rumprun -DISTVERSION= g20180105 -PORTREVISION= 2 +DISTVERSION= g20180408 CATEGORIES= misc MAINTAINER= fabian.freyer@physik.tu-berlin.de COMMENT= Unikernel and toolchain for various platforms LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= not yet ported to FreeBSD on other architectures -BROKEN= fails with current versions of GCC # PR 230125 - USES= gmake USE_GCC= any USE_GITHUB= yes GH_ACCOUNT= rumpkernel -GH_TUPLE= rumpkernel:buildrump.sh:9c9b022:buildrump/buildrump.sh \ - rumpkernel:src-netbsd:b8b951e:src/src-netbsd -GH_TAGNAME= 8fe40c8 +GH_TUPLE= rumpkernel:buildrump.sh:6cccd46:buildrump/buildrump.sh \ + rumpkernel:src-netbsd:b7a6451:src/src-netbsd +GH_TAGNAME= 085e6e0 -_BUILDRUMP_PROBE=${WRKSRC}/buildrump.sh/buildrump.sh probe -.include +PLIST_SUB= ARCH=${RUMPARCH} ABI=${RUMPABI} I386="${RUMPARCH:Mx86_64:S/x86_64/@comment /}" RUMPARCH= ${ARCH:S/amd64/x86_64/:S/i386/i486/} RUMPABI= ${ARCH:S/amd64/netbsd/:S/i386/netbsdelf/} -PLIST_SUB= ARCH=${RUMPARCH} ABI=${RUMPABI} -.if ${RUMPARCH:Mi486} -PLIST_SUB+= I386="" -.else -PLIST_SUB+= I386="@comment " -.endif - do-build: - cd ${WRKSRC}; ${SETENV} CC=${CC} ./build-rr.sh -d ${PREFIX} -o objdir hw build + # MAKE_ENV is not included here as buildrump.sh fails if certain + # environmental variables like CFLAGS are set. + cd ${BUILD_WRKSRC} && \ + ${SETENV} CC=${CC} ./build-rr.sh -j ${MAKE_JOBS_NUMBER} -o objdir hw build do-install: - ${SED} -i -e 's/^RRDEST=.*$$/RRDEST=\"${STAGEDIR:S/\//\\\//g}${PREFIX:S/\//\\\//g}\"/' ${WRKSRC}/objdir/config.sh - cd ${WRKSRC}; ${SETENV} CC=${CC} ./build-rr.sh -o objdir hw install + # Set the destination directory for the install target. + ${REINPLACE_CMD} -e 's|^RRDEST=.*$$|RRDEST=\"${STAGEDIR:S,/,\\/,g}${PREFIX:S,/,\\/,g}\"|' \ + ${WRKSRC}/objdir/config.sh + + cd ${INSTALL_WRKSRC} && \ + ${SETENV} CC=${CC} ./build-rr.sh -j ${MAKE_JOBS_NUMBER} -o objdir hw install + .for sec in 3 4 7 ${MV} ${STAGEDIR}${PREFIX}/share/man/man${sec} ${STAGEDIR}${PREFIX}/man .endfor Modified: head/misc/rumprun/distinfo ============================================================================== --- head/misc/rumprun/distinfo Sat Sep 1 20:43:36 2018 (r478727) +++ head/misc/rumprun/distinfo Sat May 11 10:45:36 2019 (r501246) @@ -1,7 +1,7 @@ -TIMESTAMP = 1515813186 -SHA256 (rumpkernel-rumprun-g20180105-8fe40c8_GH0.tar.gz) = 651337461da798cdc66c4591b804d3f61a7a5fa0bca06c71fdcc27facfc4ee0e -SIZE (rumpkernel-rumprun-g20180105-8fe40c8_GH0.tar.gz) = 572990 -SHA256 (rumpkernel-buildrump.sh-9c9b022_GH0.tar.gz) = 3ba1cfbee4deee67285394c0bb6de8c83392116990cdcc93690415b1e07228e8 -SIZE (rumpkernel-buildrump.sh-9c9b022_GH0.tar.gz) = 57056 -SHA256 (rumpkernel-src-netbsd-b8b951e_GH0.tar.gz) = 5ea69fe33b8bf5bf361802fbab4838081bf4a7f3c473d725350e743870ba283a -SIZE (rumpkernel-src-netbsd-b8b951e_GH0.tar.gz) = 56946706 +TIMESTAMP = 1557351816 +SHA256 (rumpkernel-rumprun-g20180408-085e6e0_GH0.tar.gz) = 3bd5b630621a18df5fdc523b50928819b1f7346c040a4a00ce3b75d3645bca09 +SIZE (rumpkernel-rumprun-g20180408-085e6e0_GH0.tar.gz) = 573275 +SHA256 (rumpkernel-buildrump.sh-6cccd46_GH0.tar.gz) = 8eb6842c52ea9085f7820add82f28da4e1c5354ed677e1a0020715b98563b84b +SIZE (rumpkernel-buildrump.sh-6cccd46_GH0.tar.gz) = 57068 +SHA256 (rumpkernel-src-netbsd-b7a6451_GH0.tar.gz) = 6015c60b1f2555a52fc2dfe65c6528e58b6e61bf769ddc18d4edd70629c019bf +SIZE (rumpkernel-src-netbsd-b7a6451_GH0.tar.gz) = 57101575 Modified: head/misc/rumprun/files/patch-build-rr.sh ============================================================================== --- head/misc/rumprun/files/patch-build-rr.sh Sat Sep 1 20:43:36 2018 (r478727) +++ head/misc/rumprun/files/patch-build-rr.sh Sat May 11 10:45:36 2019 (r501246) @@ -1,6 +1,6 @@ ---- build-rr.sh.orig 2018-01-12 15:24:27 UTC +--- build-rr.sh.orig 2018-04-08 14:37:33 UTC +++ build-rr.sh -@@ -61,8 +61,6 @@ BUILDRUMP=$(pwd)/buildrump.sh +@@ -63,8 +63,6 @@ BUILDRUMP=$(pwd)/buildrump.sh # overriden by script if true HAVECXX=false @@ -9,7 +9,7 @@ # figure out where gmake lies if [ -z "${MAKE:-}" ]; then MAKE=make -@@ -133,17 +131,7 @@ parseargs () +@@ -135,17 +133,7 @@ parseargs () done shift $((${OPTIND} - 1)) @@ -28,7 +28,7 @@ [ -n "${RRDEST}" ] || RRDEST=./rumprun${GITBRANCH}${EXTSRC} -@@ -194,33 +182,6 @@ parseargs () +@@ -196,33 +184,6 @@ parseargs () ARGSSHIFT=$((${orignargs} - $#)) } @@ -62,12 +62,31 @@ # check that the necessary things are available on the build system probeprereqs () { -@@ -505,8 +466,6 @@ makeconfig () +@@ -358,8 +319,17 @@ buildrump () + # Disable new errors on GCC 7 which break netbsd-src compilation + # + [ `${CC} -dumpversion | cut -f1 -d.` -ge 7 ] \ +- && extracflags="$extracflags -F CPPFLAGS=-Wimplicit-fallthrough=0" ++ && extracflags="$extracflags -F CPPFLAGS=-Wimplicit-fallthrough=0" \ ++ && extracflags="$extracflags -F CFLAGS=-Wno-error=maybe-uninitialized" \ ++ && extracflags="$extracflags -F CFLAGS=-Wno-error=implicit-function-declaration" + ++ # Disable new errors on GCC 8 which break netbsd-src compilation ++ # ++ [ `${CC} -dumpversion | cut -f1 -d.` -ge 8 ] \ ++ && extracflags="$extracflags -F CFLAGS=-Wno-error=packed-not-aligned" \ ++ && extracflags="$extracflags -F CFLAGS=-Wno-error=cast-function-type" \ ++ && extracflags="$extracflags -F CFLAGS=-Wno-error=tautological-compare" \ ++ && extracflags="$extracflags -F CFLAGS=-Wno-error=attributes" \ + + # build tools + ${BUILDRUMP}/buildrump.sh ${BUILD_QUIET} ${STDJ} -k \ +@@ -514,8 +484,6 @@ makeconfig () + dobuild () { - -- checksubmodules - +- checksubmodules + . ${BUILDRUMP}/subr.sh - PLATFORM_MKCONF= Modified: head/misc/rumprun/pkg-descr ============================================================================== --- head/misc/rumprun/pkg-descr Sat Sep 1 20:43:36 2018 (r478727) +++ head/misc/rumprun/pkg-descr Sat May 11 10:45:36 2019 (r501246) @@ -6,7 +6,7 @@ allows existing, unmodified POSIX applications to run latter allows building highly customized solutions with minimal footprints. The Rumprun unikernel supports applications written in, for example but not -limited to: C, C++, Erlang, Go, Java, Javascript (node.js), Python, Ruby and +limited to: C, C++, Erlang, Go, Java, JavaScript (Node.js), Python, Ruby and Rust. WWW: https://github.com/rumpkernel/rumprun From owner-svn-ports-all@freebsd.org Sat May 11 10:45:58 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 032EA159806F; Sat, 11 May 2019 10:45:58 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 987A48481D; Sat, 11 May 2019 10:45:57 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 742E51A818; Sat, 11 May 2019 10:45:57 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BAjvDo059416; Sat, 11 May 2019 10:45:57 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BAjtUL059402; Sat, 11 May 2019 10:45:55 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201905111045.x4BAjtUL059402@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Sat, 11 May 2019 10:45:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501247 - in head: chinese/wordpress-zh_TW french/wordpress german/wordpress japanese/wordpress russian/wordpress www/wordpress X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: in head: chinese/wordpress-zh_TW french/wordpress german/wordpress japanese/wordpress russian/wordpress www/wordpress X-SVN-Commit-Revision: 501247 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 987A48481D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.95)[-0.955,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 10:45:58 -0000 Author: joneum Date: Sat May 11 10:45:54 2019 New Revision: 501247 URL: https://svnweb.freebsd.org/changeset/ports/501247 Log: WordPress: Update to 5.2 - https://wordpress.org/news/2019/05/jaco/ - https://wordpress.org/support/wordpress-version/version-5-2/ Sponsored by: Netzkommune GmbH Modified: head/chinese/wordpress-zh_TW/Makefile head/chinese/wordpress-zh_TW/distinfo head/french/wordpress/Makefile head/french/wordpress/distinfo head/german/wordpress/Makefile head/german/wordpress/distinfo head/japanese/wordpress/Makefile head/japanese/wordpress/distinfo head/russian/wordpress/Makefile head/russian/wordpress/distinfo head/www/wordpress/Makefile head/www/wordpress/distinfo Modified: head/chinese/wordpress-zh_TW/Makefile ============================================================================== --- head/chinese/wordpress-zh_TW/Makefile Sat May 11 10:45:36 2019 (r501246) +++ head/chinese/wordpress-zh_TW/Makefile Sat May 11 10:45:54 2019 (r501247) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 5.1.1 +PORTVERSION= 5.2 DISTVERSIONSUFFIX= -zh_TW CATEGORIES= chinese www MASTER_SITES= http://tw.wordpress.org/ Modified: head/chinese/wordpress-zh_TW/distinfo ============================================================================== --- head/chinese/wordpress-zh_TW/distinfo Sat May 11 10:45:36 2019 (r501246) +++ head/chinese/wordpress-zh_TW/distinfo Sat May 11 10:45:54 2019 (r501247) @@ -1,3 +1,3 @@ -TIMESTAMP = 1553161127 -SHA256 (wordpress-5.1.1-zh_TW.tar.gz) = e37d9c4e63869e17a18e010b93afcc79687ed693a677aa6c15ca5f113d36ee3f -SIZE (wordpress-5.1.1-zh_TW.tar.gz) = 11258009 +TIMESTAMP = 1557566163 +SHA256 (wordpress-5.2-zh_TW.tar.gz) = ba04874aa9767775fd84695fc606173c5eb1ac928831d3b14caae9c6f1784d66 +SIZE (wordpress-5.2-zh_TW.tar.gz) = 11839159 Modified: head/french/wordpress/Makefile ============================================================================== --- head/french/wordpress/Makefile Sat May 11 10:45:36 2019 (r501246) +++ head/french/wordpress/Makefile Sat May 11 10:45:54 2019 (r501247) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -DISTVERSION= 5.1.1 +DISTVERSION= 5.2 DISTVERSIONSUFFIX= -fr_FR PORTEPOCH= 1 CATEGORIES= french www Modified: head/french/wordpress/distinfo ============================================================================== --- head/french/wordpress/distinfo Sat May 11 10:45:36 2019 (r501246) +++ head/french/wordpress/distinfo Sat May 11 10:45:54 2019 (r501247) @@ -1,3 +1,3 @@ -TIMESTAMP = 1553161177 -SHA256 (wordpress-5.1.1-fr_FR.tar.gz) = bcd624f392a06b50bc4d471ad791852342ddeced3d8449f6b8321bdef10833c5 -SIZE (wordpress-5.1.1-fr_FR.tar.gz) = 11263303 +TIMESTAMP = 1557566217 +SHA256 (wordpress-5.2-fr_FR.tar.gz) = 776276a3abbcb32cb8d3fac688aaff7c19d0675df3c3a3801eb39cb41c0699dc +SIZE (wordpress-5.2-fr_FR.tar.gz) = 11840334 Modified: head/german/wordpress/Makefile ============================================================================== --- head/german/wordpress/Makefile Sat May 11 10:45:36 2019 (r501246) +++ head/german/wordpress/Makefile Sat May 11 10:45:54 2019 (r501247) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -DISTVERSION= 5.1.1 +DISTVERSION= 5.2 DISTVERSIONSUFFIX= -de_DE CATEGORIES= german www MASTER_SITES= http://de.wordpress.org/ Modified: head/german/wordpress/distinfo ============================================================================== --- head/german/wordpress/distinfo Sat May 11 10:45:36 2019 (r501246) +++ head/german/wordpress/distinfo Sat May 11 10:45:54 2019 (r501247) @@ -1,3 +1,3 @@ -TIMESTAMP = 1553161211 -SHA256 (wordpress-5.1.1-de_DE.tar.gz) = c5d4d059f55e4d25818f0f522acdc2d6468a873c0a3108575d7102db69069b2b -SIZE (wordpress-5.1.1-de_DE.tar.gz) = 11265705 +TIMESTAMP = 1557566250 +SHA256 (wordpress-5.2-de_DE.tar.gz) = ecdf55a10db01aed4670e1299e76cf62e2cb7b2d15672cf50e0b13d613720a54 +SIZE (wordpress-5.2-de_DE.tar.gz) = 11846931 Modified: head/japanese/wordpress/Makefile ============================================================================== --- head/japanese/wordpress/Makefile Sat May 11 10:45:36 2019 (r501246) +++ head/japanese/wordpress/Makefile Sat May 11 10:45:54 2019 (r501247) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -DISTVERSION= 5.1.1 +DISTVERSION= 5.2 DISTVERSIONSUFFIX= -ja CATEGORIES= japanese www MASTER_SITES= http://ja.wordpress.org/ Modified: head/japanese/wordpress/distinfo ============================================================================== --- head/japanese/wordpress/distinfo Sat May 11 10:45:36 2019 (r501246) +++ head/japanese/wordpress/distinfo Sat May 11 10:45:54 2019 (r501247) @@ -1,3 +1,3 @@ -TIMESTAMP = 1553161249 -SHA256 (wordpress-5.1.1-ja.tar.gz) = 085034ea959f7fb4170fb515fc5a36623572cf87697f9479c03efbeed41082f6 -SIZE (wordpress-5.1.1-ja.tar.gz) = 11269285 +TIMESTAMP = 1557566281 +SHA256 (wordpress-5.2-ja.tar.gz) = 595966625f4033bfe5566d9dd6de3373401dafe686c706f6c9e741f65809c5f3 +SIZE (wordpress-5.2-ja.tar.gz) = 11849782 Modified: head/russian/wordpress/Makefile ============================================================================== --- head/russian/wordpress/Makefile Sat May 11 10:45:36 2019 (r501246) +++ head/russian/wordpress/Makefile Sat May 11 10:45:54 2019 (r501247) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -DISTVERSION= 5.1.1 +DISTVERSION= 5.2 DISTVERSIONSUFFIX= -ru_RU CATEGORIES= russian www MASTER_SITES= http://ru.wordpress.org/ Modified: head/russian/wordpress/distinfo ============================================================================== --- head/russian/wordpress/distinfo Sat May 11 10:45:36 2019 (r501246) +++ head/russian/wordpress/distinfo Sat May 11 10:45:54 2019 (r501247) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554541394 -SHA256 (wordpress-5.1.1-ru_RU.tar.gz) = 51738109a0a288d6c4d15bba6d184fe8795670661f61b3eef22e50a31c7f0ae4 -SIZE (wordpress-5.1.1-ru_RU.tar.gz) = 11320857 +TIMESTAMP = 1557566312 +SHA256 (wordpress-5.2-ru_RU.tar.gz) = 7216cf1863dda829a2851745c412da3bbe04a270d5ed9dc395de72d8f9d6c682 +SIZE (wordpress-5.2-ru_RU.tar.gz) = 11906512 Modified: head/www/wordpress/Makefile ============================================================================== --- head/www/wordpress/Makefile Sat May 11 10:45:36 2019 (r501246) +++ head/www/wordpress/Makefile Sat May 11 10:45:54 2019 (r501247) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -DISTVERSION= 5.1.1 +DISTVERSION= 5.2 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://wordpress.org/ Modified: head/www/wordpress/distinfo ============================================================================== --- head/www/wordpress/distinfo Sat May 11 10:45:36 2019 (r501246) +++ head/www/wordpress/distinfo Sat May 11 10:45:54 2019 (r501247) @@ -1,3 +1,3 @@ -TIMESTAMP = 1553161288 -SHA256 (wordpress-5.1.1.tar.gz) = edec479a8ffbd4db3af4fe4c3bf42291ecba1e2849bac3d52d2ff8ec0fd8d18b -SIZE (wordpress-5.1.1.tar.gz) = 10654780 +TIMESTAMP = 1557566343 +SHA256 (wordpress-5.2.tar.gz) = 613089a40721e66937c296c960de93b1425c17c5b3a56b78c194ae64c4d386ad +SIZE (wordpress-5.2.tar.gz) = 11195223 From owner-svn-ports-all@freebsd.org Sat May 11 10:46:50 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F72A15980E3; Sat, 11 May 2019 10:46:50 +0000 (UTC) (envelope-from adridg@freebsd.org) Received: from lb2-smtp-cloud9.xs4all.net (lb2-smtp-cloud9.xs4all.net [194.109.24.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.xs4all.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B378F84945; Sat, 11 May 2019 10:46:49 +0000 (UTC) (envelope-from adridg@freebsd.org) Received: from beastie.bionicmutton.org ([62.251.92.29]) by smtp-cloud9.xs4all.net with ESMTP id PPUDhonuRsDWyPPUEhewL5; Sat, 11 May 2019 12:44:15 +0200 From: Adriaan de Groot To: Tobias Kortkamp Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r501243 - head/net/freeswitch Date: Sat, 11 May 2019 12:43:10 +0200 Message-ID: <1807231.EnoYUHA41c@beastie.bionicmutton.org> Organization: FreeBSD In-Reply-To: <201905110955.x4B9teAQ032692@repo.freebsd.org> References: <201905110955.x4B9teAQ032692@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1914105.9KSsKqBpt2"; micalg="pgp-sha256"; protocol="application/pgp-signature" X-CMAE-Envelope: MS4wfPSNpVb3P5BLSlQ5oKwTszWIINoDkep8CwIaBlt08y35A2AvvWU20ZX2de5/lY+/wlrsF/i+eTazx4eW4dVZRSMv+sJDUP+5/ZGr7VC4SL4y2lJ39SyK EzqmofvFyHWIIBwCnCVaSWpuhP5fVdKDMsnEsJ0okjCbxOD5KV3E1uZXrEW9t0JarPb8VTMFsnX6wV/z037McAHuTDLGNTaSqB4i7gAL+MsoMJ9/MeoZKHCr nIuo71Yjl/daITPIQ3y6/2SIhu7TLOh6q6F/O7CAXb7bF6ZxNiRbAz5d/KHuiaW8 X-Rspamd-Queue-Id: B378F84945 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.87 / 15.00]; NEURAL_HAM_MEDIUM(-0.99)[-0.993,0]; NEURAL_HAM_SHORT(-0.88)[-0.877,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 10:46:50 -0000 --nextPart1914105.9KSsKqBpt2 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" On Saturday, 11 May 2019 11:55:40 CEST Tobias Kortkamp wrote: > net/freeswitch: Fix build and disable -Werror to stop collecting -Wno-* > flags Why not patch it to do the right thing? With patches you might even be able to move things upstream, .. or chase the latest release, since upstream seems to be doing monthlies now (there is a 1.8.5, which still contains the same problem). The underlying error is that the code is doing, basically, strlen("derp"+1) where it's adding one to a string constant; clang helpfully (? if you're used to javascript perhaps) tells you this isn't going to get you "derp1" as a string, but rather "erp" .. which is exactly what this code wants, but it could be done in a less-derpy and less error-prone way (e.g. &"derp"[1]). I guess I'm saying I'm not a fan of turning off warnings and errors unless it's really hopeless upstream. [ade] --nextPart1914105.9KSsKqBpt2 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit -----BEGIN PGP SIGNATURE----- iHUEABEIAB0WIQTVFBoRsP760fy+Jisy7lRaPghTTwUCXNanPgAKCRAy7lRaPghT T81bAP9F1EjHc3xht+NGhb5/PJC3P2Uu4sIgqVw2/T4jrzozYgD+K1lk58BthoHS mZ2QIlUlBT/ZvXEc00Ivmn+mqpUeWWo= =knws -----END PGP SIGNATURE----- --nextPart1914105.9KSsKqBpt2-- From owner-svn-ports-all@freebsd.org Sat May 11 10:54:56 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1FB74159840E; Sat, 11 May 2019 10:54:56 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B7E8F84E5F; Sat, 11 May 2019 10:54: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 925811A9B9; Sat, 11 May 2019 10:54: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 x4BAstmZ064775; Sat, 11 May 2019 10:54:55 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BAssZv064771; Sat, 11 May 2019 10:54:54 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201905111054.x4BAssZv064771@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 11 May 2019 10:54:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501248 - in head/deskutils/dosage: . files X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head/deskutils/dosage: . files X-SVN-Commit-Revision: 501248 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B7E8F84E5F X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.96)[-0.955,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 10:54:56 -0000 Author: antoine Date: Sat May 11 10:54:54 2019 New Revision: 501248 URL: https://svnweb.freebsd.org/changeset/ports/501248 Log: Update to 2.15-532 Added: head/deskutils/dosage/files/ head/deskutils/dosage/files/patch-PKG-INFO (contents, props changed) Modified: head/deskutils/dosage/Makefile head/deskutils/dosage/distinfo head/deskutils/dosage/pkg-descr Modified: head/deskutils/dosage/Makefile ============================================================================== --- head/deskutils/dosage/Makefile Sat May 11 10:45:54 2019 (r501247) +++ head/deskutils/dosage/Makefile Sat May 11 10:54:54 2019 (r501248) @@ -1,23 +1,37 @@ -# Created by: Antoine Brodin # $FreeBSD$ PORTNAME= dosage -PORTVERSION= 2.15 -PORTREVISION= 1 +DISTVERSION= 2.15-532 +DISTVERSIONSUFFIX= -gffbf49476 CATEGORIES= deskutils python -MASTER_SITES= CHEESESHOP MAINTAINER= antoine@FreeBSD.org COMMENT= Application to keep a local mirror of web comics LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.9:devel/py-pbr@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>0:devel/py-colorama@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}cssselect>0:www/py-cssselect@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pbr>=1.9:devel/py-pbr@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.0:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} +USE_GITHUB= yes +GH_ACCOUNT= webcomics + USES= python -USE_PYTHON= distutils autoplist concurrent optsuffix +USE_PYTHON= distutils autoplist noflavors -post-patch: - @${REINPLACE_CMD} 's|share/man/man1|man/man1|' ${WRKSRC}/setup.py +NO_ARCH= yes -.include +.include + +.if ${PYTHON_REL} < 3000 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}backports.shutil_get_terminal_size>0:devel/py-backports.shutil_get_terminal_size@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}backports.functools_lru_cache>0:devel/py-backports.functools_lru_cache@${PY_FLAVOR} +.endif + +.include Modified: head/deskutils/dosage/distinfo ============================================================================== --- head/deskutils/dosage/distinfo Sat May 11 10:45:54 2019 (r501247) +++ head/deskutils/dosage/distinfo Sat May 11 10:54:54 2019 (r501248) @@ -1,2 +1,3 @@ -SHA256 (dosage-2.15.tar.gz) = db08edf2851b7afa8cc06c369b83a846c3609c21cfb0a79cc1b359eb1f2a660c -SIZE (dosage-2.15.tar.gz) = 342943 +TIMESTAMP = 1556192436 +SHA256 (webcomics-dosage-2.15-532-gffbf49476_GH0.tar.gz) = 6f781a7d9a8ed70dad28ab692db112fa2df8829359c35feb3d09dce47d90a535 +SIZE (webcomics-dosage-2.15-532-gffbf49476_GH0.tar.gz) = 918287 Added: head/deskutils/dosage/files/patch-PKG-INFO ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/dosage/files/patch-PKG-INFO Sat May 11 10:54:54 2019 (r501248) @@ -0,0 +1,151 @@ +--- PKG-INFO.orig 2019-04-25 12:27:45 UTC ++++ PKG-INFO +@@ -0,0 +1,148 @@ ++Metadata-Version: 2.1 ++Name: dosage ++Version: 2.15.1.dev523 ++Summary: a comic strip downloader and archiver ++Home-page: http://dosage.rocks/ ++Maintainer: Tobias Gruetzmacher ++Maintainer-email: tobias-dosage@23.gs ++License: MIT ++Description: # Dosage ++ ++ [![Build Status](https://travis-ci.org/webcomics/dosage.svg?branch=master)](https://travis-ci.org/webcomics/dosage) ++ [![Code Climate](https://codeclimate.com/github/webcomics/dosage/badges/gpa.svg)](https://codeclimate.com/github/webcomics/dosage) ++ [![codecov](https://codecov.io/gh/webcomics/dosage/branch/master/graph/badge.svg)](https://codecov.io/gh/webcomics/dosage) ++ [![Maintenance](https://img.shields.io/maintenance/yes/2018.svg)]() ++ ++ Dosage is designed to keep a local copy of specific webcomics and other ++ picture-based content such as Picture of the Day sites. With the dosage ++ commandline script you can get the latest strip of a webcomic, or catch-up to ++ the last strip downloaded, or download a strip for a particular date/index (if ++ the webcomic's site layout allows this). ++ ++ Multiple webcomics can be downloaded in parallel, making the update of comic ++ strips faster. ++ ++ ## Notice ++ ++ This software is in no way intended to publically "broadcast" comic strips, it ++ is purely for personal use. Please be aware that by making downloaded strips ++ publically available (without the explicit permission of the author) you may be ++ infringing upon various copyrights. ++ ++ Additionally, Dosage respects the robots.txt exclusion protocol. This makes ++ sure no content is accessed in an automatic way without consent by the ++ publishers. ++ ++ In any case, you should support the authors of the comics you are downloading, ++ either by buying some of their products or even donating them some money since ++ they provide the comics you like and read. ++ ++ If you are a publisher of comics and want Dosage to access your files, ++ add the following entry to your robots.txt file: ++ ++ User-agent: Dosage ++ Allow: * ++ ++ ## Adult content ++ ++ Some comics contain adult content and require age confirmation. These comics ++ can only be downloaded by using the `--adult` option, which confirms that you ++ are old enough to view them. ++ ++ ## Usage ++ ++ List available comics (ca. 3000 at the moment): ++ ++ $ dosage --list ++ ++ Get the latest comic of for example CalvinAndHobbes and save it in the "Comics" ++ directory: ++ ++ $ dosage CalvinAndHobbes ++ ++ If you already have downloaded several comics and want to get the latest strip ++ of all of them: ++ ++ $ dosage @ ++ ++ ++ To help others find good comics, you can vote for your favourite ones: ++ ++ $ dosage --vote @ ++ ++ For advanced options and features execute `dosage --help`. ++ ++ ## Dependencies ++ ++ [Python](http://www.python.org/): for Python 2.x at least 2.7.0, for Python 3.x ++ at least Python 3.3. Dosage requires the following Python modules: ++ ++ - colorama ++ - lxml ++ - pbr ++ - requests ++ - six ++ ++ For certain modules, you need the `cssselect` module, for bash argument ++ completion you need the `argcomplete` module. ++ ++ ## Installation ++ ++ The easy way with pip: ++ ++ pip install --user dosage ++ ++ You can invoke Dosage directly from the source code as `./dosage`. ++ Alternatively, you can install Dosage using setuptools by invoking `setup.py` ++ in the root of the distribution. For example: ++ ++ python setup.py install ++ ++ or if you do not have root permissions: ++ ++ python setup.py install --home=$HOME ++ ++ ## Reporting Bugs ++ ++ You can report bugs, patches or requests at the [GitHub issue ++ tracker](https://github.com/webcomics/dosage/issues) - Dosage currently ++ supports a large number of comics and that number grows on a regular basis. If ++ you feel that there are comics that Dosage does not currently support, but ++ should support, please feel free to request them. ++ ++ ## Extending Dosage ++ ++ In order to add a new webcomic, a new module class has to be created in one of ++ the *.py files in the `dosagelib/plugins` subdirectory. Look at the ++ [documentation for adding modules](doc/adding_new_comics.md) and at ++ existing module classes for examples. ++ ++ ### Test suite status ++ ++ Dosage has extensive unit tests to ensure the code quality. ++ [Travis-CI](https://travis-ci.org/) is used for continuous build and test ++ integration. See the badges at the top of this page for the current status. ++ ++ ++Keywords: comic,webcomic,downloader,archiver,crawler ++Platform: Any ++Classifier: Environment :: Console ++Classifier: Intended Audience :: End Users/Desktop ++Classifier: Topic :: Multimedia :: Graphics ++Classifier: Topic :: Internet :: WWW/HTTP ++Classifier: Development Status :: 4 - Beta ++Classifier: License :: OSI Approved :: MIT License ++Classifier: Programming Language :: Python ++Classifier: Programming Language :: Python :: 2 ++Classifier: Programming Language :: Python :: 2.7 ++Classifier: Programming Language :: Python :: 3 ++Classifier: Programming Language :: Python :: 3.4 ++Classifier: Programming Language :: Python :: 3.5 ++Classifier: Programming Language :: Python :: 3.6 ++Classifier: Programming Language :: Python :: 3.7 ++Classifier: Operating System :: OS Independent ++Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.* ++Provides-Extra: css ++Provides-Extra: dimensions ++Provides-Extra: bash ++Provides-Extra: test Modified: head/deskutils/dosage/pkg-descr ============================================================================== --- head/deskutils/dosage/pkg-descr Sat May 11 10:45:54 2019 (r501247) +++ head/deskutils/dosage/pkg-descr Sat May 11 10:54:54 2019 (r501248) @@ -4,4 +4,4 @@ dosage commandline script you can get the latest strip catch-up to the last strip downloaded, or download a strip for a particular date/index (if the webcomic's site layout allows this). -WWW: http://wummel.github.io/dosage/ +WWW: https://dosage.rocks/ From owner-svn-ports-all@freebsd.org Sat May 11 11:24:58 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC2B21598C35; Sat, 11 May 2019 11:24:58 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5D39385A25; Sat, 11 May 2019 11:24:58 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 347A01AEAB; Sat, 11 May 2019 11:24:58 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BBOwfV080234; Sat, 11 May 2019 11:24:58 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BBOvKU080232; Sat, 11 May 2019 11:24:57 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201905111124.x4BBOvKU080232@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 11 May 2019 11:24:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501249 - head/devel/py-pefile X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/devel/py-pefile X-SVN-Commit-Revision: 501249 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5D39385A25 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 11:24:59 -0000 Author: antoine Date: Sat May 11 11:24:57 2019 New Revision: 501249 URL: https://svnweb.freebsd.org/changeset/ports/501249 Log: Update to 2019.4.18 Modified: head/devel/py-pefile/Makefile head/devel/py-pefile/distinfo Modified: head/devel/py-pefile/Makefile ============================================================================== --- head/devel/py-pefile/Makefile Sat May 11 10:54:54 2019 (r501248) +++ head/devel/py-pefile/Makefile Sat May 11 11:24:57 2019 (r501249) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pefile -PORTVERSION= 2018.8.8 +PORTVERSION= 2019.4.18 CATEGORIES= devel python MASTER_SITES= https://github.com/erocarrera/pefile/releases/download/v${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-pefile/distinfo ============================================================================== --- head/devel/py-pefile/distinfo Sat May 11 10:54:54 2019 (r501248) +++ head/devel/py-pefile/distinfo Sat May 11 11:24:57 2019 (r501249) @@ -1,3 +1,3 @@ -TIMESTAMP = 1534346486 -SHA256 (pefile-2018.8.8.tar.gz) = 4c5b7e2de0c8cb6c504592167acf83115cbbde01fe4a507c16a1422850e86cd6 -SIZE (pefile-2018.8.8.tar.gz) = 62505 +TIMESTAMP = 1555651576 +SHA256 (pefile-2019.4.18.tar.gz) = a5d6e8305c6b210849b47a6174ddf9c452b2888340b8177874b862ba6c207645 +SIZE (pefile-2019.4.18.tar.gz) = 62374 From owner-svn-ports-all@freebsd.org Sat May 11 11:29:46 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4668B1598CCC; Sat, 11 May 2019 11:29:46 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E09DD85B31; Sat, 11 May 2019 11:29:45 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BBDBC1AEAE; Sat, 11 May 2019 11:29:45 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BBTj1Y080562; Sat, 11 May 2019 11:29:45 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BBTjWS080560; Sat, 11 May 2019 11:29:45 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201905111129.x4BBTjWS080560@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 11 May 2019 11:29:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501250 - head/www/py-django-cors-headers X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/www/py-django-cors-headers X-SVN-Commit-Revision: 501250 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E09DD85B31 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 11:29:46 -0000 Author: swills Date: Sat May 11 11:29:45 2019 New Revision: 501250 URL: https://svnweb.freebsd.org/changeset/ports/501250 Log: www/py-django-cors-headers: update to 3.0.0 Modified: head/www/py-django-cors-headers/Makefile (contents, props changed) head/www/py-django-cors-headers/distinfo (contents, props changed) Modified: head/www/py-django-cors-headers/Makefile ============================================================================== --- head/www/py-django-cors-headers/Makefile Sat May 11 11:24:57 2019 (r501249) +++ head/www/py-django-cors-headers/Makefile Sat May 11 11:29:45 2019 (r501250) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= django-cors-headers -PORTVERSION= 2.5.3 +PORTVERSION= 3.0.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-django-cors-headers/distinfo ============================================================================== --- head/www/py-django-cors-headers/distinfo Sat May 11 11:24:57 2019 (r501249) +++ head/www/py-django-cors-headers/distinfo Sat May 11 11:29:45 2019 (r501250) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556644278 -SHA256 (django-cors-headers-2.5.3.tar.gz) = c7987faa9aaef7f6a802b0f354a719e80a9158c284f530265ac792f1ee725e52 -SIZE (django-cors-headers-2.5.3.tar.gz) = 23295 +TIMESTAMP = 1557573423 +SHA256 (django-cors-headers-3.0.0.tar.gz) = f484f2cca7df29d3ce8cc74f4ddc00aedb7d3789e16fce9fb5d860d6ec1ebcf4 +SIZE (django-cors-headers-3.0.0.tar.gz) = 23691 From owner-svn-ports-all@freebsd.org Sat May 11 11:31:44 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 726CF1598EF6; Sat, 11 May 2019 11:31:44 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1956D85E20; Sat, 11 May 2019 11:31:44 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DCC521B009; Sat, 11 May 2019 11:31:43 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BBVh1m081545; Sat, 11 May 2019 11:31:43 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BBVhEP081542; Sat, 11 May 2019 11:31:43 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201905111131.x4BBVhEP081542@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 11 May 2019 11:31:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501251 - in head/math/pdal: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/math/pdal: . files X-SVN-Commit-Revision: 501251 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1956D85E20 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 11:31:44 -0000 Author: swills Date: Sat May 11 11:31:42 2019 New Revision: 501251 URL: https://svnweb.freebsd.org/changeset/ports/501251 Log: math/pdal: update to 1.9.1 PR: 237834 Submitted by: lbartoletti (maintainer) Added: head/math/pdal/files/patch-test_unit_filters_DelaunayFilterTest.cpp (contents, props changed) Modified: head/math/pdal/Makefile (contents, props changed) head/math/pdal/distinfo (contents, props changed) head/math/pdal/pkg-plist (contents, props changed) Modified: head/math/pdal/Makefile ============================================================================== --- head/math/pdal/Makefile Sat May 11 11:29:45 2019 (r501250) +++ head/math/pdal/Makefile Sat May 11 11:31:42 2019 (r501251) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pdal -DISTVERSION= 1.9.0 +DISTVERSION= 1.9.1 CATEGORIES= math databases graphics MAINTAINER= lbartoletti@tuxfamily.org Modified: head/math/pdal/distinfo ============================================================================== --- head/math/pdal/distinfo Sat May 11 11:29:45 2019 (r501250) +++ head/math/pdal/distinfo Sat May 11 11:31:42 2019 (r501251) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556704931 -SHA256 (PDAL-PDAL-1.9.0_GH0.tar.gz) = 521f166706596cd40559b354a37600d2356e4680e360c8c4c6884aa9fedd9013 -SIZE (PDAL-PDAL-1.9.0_GH0.tar.gz) = 79654992 +TIMESTAMP = 1557523690 +SHA256 (PDAL-PDAL-1.9.1_GH0.tar.gz) = c388643cc781be39537c17ca48d0a436411ff68baeb0df56daed5e8596e09e92 +SIZE (PDAL-PDAL-1.9.1_GH0.tar.gz) = 81342934 Added: head/math/pdal/files/patch-test_unit_filters_DelaunayFilterTest.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/pdal/files/patch-test_unit_filters_DelaunayFilterTest.cpp Sat May 11 11:31:42 2019 (r501251) @@ -0,0 +1,11 @@ +--- test/unit/filters/DelaunayFilterTest.cpp.orig 2019-05-10 22:11:49 UTC ++++ test/unit/filters/DelaunayFilterTest.cpp +@@ -92,7 +92,7 @@ TEST(DelaunayFilterTest, test1) + + // Build a vector so we can compare to an expected triangle with + // the == operator. +- std::vector triangleVector = {triangle.m_a, triangle.m_b, triangle.m_c}; ++ std::vector triangleVector = {static_cast(triangle.m_a), static_cast(triangle.m_b), static_cast(triangle.m_c)}; + + // Go through all of the expected triangles to check for a + // match. Modified: head/math/pdal/pkg-plist ============================================================================== --- head/math/pdal/pkg-plist Sat May 11 11:29:45 2019 (r501250) +++ head/math/pdal/pkg-plist Sat May 11 11:31:42 2019 (r501251) @@ -183,35 +183,35 @@ lib/cmake/PDAL/PDALTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/PDAL/PDALTargets.cmake lib/libpdal_base.so lib/libpdal_base.so.8 -lib/libpdal_base.so.9.0.0 +lib/libpdal_base.so.9.0.1 lib/libpdal_util.so lib/libpdal_util.so.8 -lib/libpdal_util.so.9.0.0 +lib/libpdal_util.so.9.0.1 lib/libpdalcpp.so libdata/pkgconfig/pdal.pc %%BASH%%share/bash-completion/completions/pdal %%ICEBRIDGE%%lib/libpdal_plugin_reader_icebridge.so %%ICEBRIDGE%%lib/libpdal_plugin_reader_icebridge.so.8 -%%ICEBRIDGE%%lib/libpdal_plugin_reader_icebridge.so.9.0.0 +%%ICEBRIDGE%%lib/libpdal_plugin_reader_icebridge.so.9.0.1 %%PGPOINTCLOUD%%lib/libpdal_plugin_reader_pgpointcloud.so %%PGPOINTCLOUD%%lib/libpdal_plugin_reader_pgpointcloud.so.8 -%%PGPOINTCLOUD%%lib/libpdal_plugin_reader_pgpointcloud.so.9.0.0 +%%PGPOINTCLOUD%%lib/libpdal_plugin_reader_pgpointcloud.so.9.0.1 %%PGPOINTCLOUD%%lib/libpdal_plugin_writer_pgpointcloud.so %%PGPOINTCLOUD%%lib/libpdal_plugin_writer_pgpointcloud.so.8 -%%PGPOINTCLOUD%%lib/libpdal_plugin_writer_pgpointcloud.so.9.0.0 +%%PGPOINTCLOUD%%lib/libpdal_plugin_writer_pgpointcloud.so.9.0.1 %%PYTHON%%include/pdal/io/NumpyReader.hpp %%PYTHON%%lib/libpdal_plugin_filter_python.so %%PYTHON%%lib/libpdal_plugin_filter_python.so.8 -%%PYTHON%%lib/libpdal_plugin_filter_python.so.9.0.0 +%%PYTHON%%lib/libpdal_plugin_filter_python.so.9.0.1 %%PYTHON%%lib/libpdal_plugin_reader_numpy.so %%PYTHON%%lib/libpdal_plugin_reader_numpy.so.8 -%%PYTHON%%lib/libpdal_plugin_reader_numpy.so.9.0.0 +%%PYTHON%%lib/libpdal_plugin_reader_numpy.so.9.0.1 %%SQLITE%%lib/libpdal_plugin_reader_sqlite.so %%SQLITE%%lib/libpdal_plugin_reader_sqlite.so.8 -%%SQLITE%%lib/libpdal_plugin_reader_sqlite.so.9.0.0 +%%SQLITE%%lib/libpdal_plugin_reader_sqlite.so.9.0.1 %%SQLITE%%lib/libpdal_plugin_writer_sqlite.so %%SQLITE%%lib/libpdal_plugin_writer_sqlite.so.8 -%%SQLITE%%lib/libpdal_plugin_writer_sqlite.so.9.0.0 +%%SQLITE%%lib/libpdal_plugin_writer_sqlite.so.9.0.1 lib/libpdal_plugin_kernel_fauxplugin.so lib/libpdal_plugin_kernel_fauxplugin.so.8 -lib/libpdal_plugin_kernel_fauxplugin.so.9.0.0 +lib/libpdal_plugin_kernel_fauxplugin.so.9.0.1 From owner-svn-ports-all@freebsd.org Sat May 11 11:35:22 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A87A1598F82; Sat, 11 May 2019 11:35:22 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1043F85FB3; Sat, 11 May 2019 11:35:22 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E850F1B04E; Sat, 11 May 2019 11:35:21 +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 x4BBZL9c086246; Sat, 11 May 2019 11:35:21 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BBZLfu086245; Sat, 11 May 2019 11:35:21 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201905111135.x4BBZLfu086245@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 11 May 2019 11:35:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501252 - head/textproc/py-xlsxwriter X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/textproc/py-xlsxwriter X-SVN-Commit-Revision: 501252 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1043F85FB3 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 11:35:22 -0000 Author: antoine Date: Sat May 11 11:35:21 2019 New Revision: 501252 URL: https://svnweb.freebsd.org/changeset/ports/501252 Log: Update to 1.1.8 Modified: head/textproc/py-xlsxwriter/Makefile head/textproc/py-xlsxwriter/distinfo Modified: head/textproc/py-xlsxwriter/Makefile ============================================================================== --- head/textproc/py-xlsxwriter/Makefile Sat May 11 11:31:42 2019 (r501251) +++ head/textproc/py-xlsxwriter/Makefile Sat May 11 11:35:21 2019 (r501252) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= XlsxWriter -PORTVERSION= 1.1.7 +PORTVERSION= 1.1.8 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/textproc/py-xlsxwriter/distinfo ============================================================================== --- head/textproc/py-xlsxwriter/distinfo Sat May 11 11:31:42 2019 (r501251) +++ head/textproc/py-xlsxwriter/distinfo Sat May 11 11:35:21 2019 (r501252) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556190919 -SHA256 (XlsxWriter-1.1.7.tar.gz) = 2a40b427dac0f640031e5b33abe97e761de6e0f12d4d346e7b2e2b67cf6ee927 -SIZE (XlsxWriter-1.1.7.tar.gz) = 253732 +TIMESTAMP = 1557122244 +SHA256 (XlsxWriter-1.1.8.tar.gz) = 5ec6aa71f6ae4b6298376d8b6a56ca9cdcb8b80323a444212226447aed4fa10f +SIZE (XlsxWriter-1.1.8.tar.gz) = 254505 From owner-svn-ports-all@freebsd.org Sat May 11 12:03:30 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38C6E159A10B; Sat, 11 May 2019 12:03:30 +0000 (UTC) (envelope-from pizzamig@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D428086CBE; Sat, 11 May 2019 12:03:29 +0000 (UTC) (envelope-from pizzamig@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B045A1B56E; Sat, 11 May 2019 12:03:29 +0000 (UTC) (envelope-from pizzamig@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BC3TSj001485; Sat, 11 May 2019 12:03:29 GMT (envelope-from pizzamig@FreeBSD.org) Received: (from pizzamig@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BC3TsM001484; Sat, 11 May 2019 12:03:29 GMT (envelope-from pizzamig@FreeBSD.org) Message-Id: <201905111203.x4BC3TsM001484@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pizzamig set sender to pizzamig@FreeBSD.org using -f From: Luca Pizzamiglio Date: Sat, 11 May 2019 12:03:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501253 - head/textproc/bat X-SVN-Group: ports-head X-SVN-Commit-Author: pizzamig X-SVN-Commit-Paths: head/textproc/bat X-SVN-Commit-Revision: 501253 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D428086CBE X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 12:03:30 -0000 Author: pizzamig Date: Sat May 11 12:03:29 2019 New Revision: 501253 URL: https://svnweb.freebsd.org/changeset/ports/501253 Log: textproc/bat: Add manpage Add manpage and bump PORTREVISION PR: 237763 Submitted by: Nuno Teixeira Modified: head/textproc/bat/Makefile Modified: head/textproc/bat/Makefile ============================================================================== --- head/textproc/bat/Makefile Sat May 11 11:35:21 2019 (r501252) +++ head/textproc/bat/Makefile Sat May 11 12:03:29 2019 (r501253) @@ -3,7 +3,7 @@ PORTNAME= bat DISTVERSIONPREFIX= v DISTVERSION= 0.10.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc MAINTAINER= pizzamig@FreeBSD.org @@ -18,7 +18,8 @@ USES= cargo USE_GITHUB= yes GH_ACCOUNT= sharkdp -PLIST_FILES= bin/bat +PLIST_FILES= bin/bat \ + man/man1/bat.1.gz CARGO_CRATES= adler32-1.0.3 \ aho-corasick-0.6.9 \ @@ -158,4 +159,5 @@ CARGO_CRATES= adler32-1.0.3 \ post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/bat + ${INSTALL_MAN} ${WRKSRC}/doc/bat.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .include From owner-svn-ports-all@freebsd.org Sat May 11 12:30:24 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B9F2159AC3D; Sat, 11 May 2019 12:30:24 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4320D8777C; Sat, 11 May 2019 12:30:24 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1AFF01B8D0; Sat, 11 May 2019 12:30:24 +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 x4BCUNYE012503; Sat, 11 May 2019 12:30:23 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BCUNBA012501; Sat, 11 May 2019 12:30:23 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201905111230.x4BCUNBA012501@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 11 May 2019 12:30:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501254 - head/devel/py-jdcal X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/devel/py-jdcal X-SVN-Commit-Revision: 501254 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4320D8777C X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 12:30:24 -0000 Author: antoine Date: Sat May 11 12:30:23 2019 New Revision: 501254 URL: https://svnweb.freebsd.org/changeset/ports/501254 Log: Update to 1.4.1 Modified: head/devel/py-jdcal/Makefile head/devel/py-jdcal/distinfo Modified: head/devel/py-jdcal/Makefile ============================================================================== --- head/devel/py-jdcal/Makefile Sat May 11 12:03:29 2019 (r501253) +++ head/devel/py-jdcal/Makefile Sat May 11 12:30:23 2019 (r501254) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jdcal -PORTVERSION= 1.4 +PORTVERSION= 1.4.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +17,9 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/p USES= python USE_PYTHON= distutils autoplist +NO_ARCH= yes + do-test: - @(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} test_jdcal.py) + @(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYTHON_VER} test_jdcal.py) .include Modified: head/devel/py-jdcal/distinfo ============================================================================== --- head/devel/py-jdcal/distinfo Sat May 11 12:03:29 2019 (r501253) +++ head/devel/py-jdcal/distinfo Sat May 11 12:30:23 2019 (r501254) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524223279 -SHA256 (jdcal-1.4.tar.gz) = ea0a5067c5f0f50ad4c7bdc80abad3d976604f6fb026b0b3a17a9d84bb9046c9 -SIZE (jdcal-1.4.tar.gz) = 7545 +TIMESTAMP = 1557566728 +SHA256 (jdcal-1.4.1.tar.gz) = 472872e096eb8df219c23f2689fc336668bdb43d194094b5cc1707e1640acfc8 +SIZE (jdcal-1.4.1.tar.gz) = 7479 From owner-svn-ports-all@freebsd.org Sat May 11 12:32:24 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C776C159AE47; Sat, 11 May 2019 12:32:24 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6BB4787BC8; Sat, 11 May 2019 12:32:24 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 47FA01BA61; Sat, 11 May 2019 12:32:24 +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 x4BCWOap017491; Sat, 11 May 2019 12:32:24 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BCWNW1017488; Sat, 11 May 2019 12:32:23 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201905111232.x4BCWNW1017488@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sat, 11 May 2019 12:32:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501255 - in head/databases: mariadb102-client mariadb102-server mariadb102-server/files X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: in head/databases: mariadb102-client mariadb102-server mariadb102-server/files X-SVN-Commit-Revision: 501255 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6BB4787BC8 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 12:32:25 -0000 Author: brnrd Date: Sat May 11 12:32:23 2019 New Revision: 501255 URL: https://svnweb.freebsd.org/changeset/ports/501255 Log: databases/mariadb102-server: Security update to 10.2.24 - CMake OPTIONS refactoring - Move everything to master port MFH: 2019Q2 Security: 4e1997e8-5de0-11e9-b95c-b499baebfeaf Deleted: head/databases/mariadb102-server/files/patch-client_CMakeLists.txt Modified: head/databases/mariadb102-client/Makefile head/databases/mariadb102-server/Makefile head/databases/mariadb102-server/distinfo head/databases/mariadb102-server/pkg-plist Modified: head/databases/mariadb102-client/Makefile ============================================================================== --- head/databases/mariadb102-client/Makefile Sat May 11 12:30:23 2019 (r501254) +++ head/databases/mariadb102-client/Makefile Sat May 11 12:32:23 2019 (r501255) @@ -11,31 +11,4 @@ FILESDIR= ${.CURDIR}/files PATCHDIR= ${.CURDIR}/files PLIST= ${.CURDIR}/pkg-plist -CMAKE_ARGS+= -DWITHOUT_SERVER=1 \ - -DCONC_WITH_UNITTEST=0 \ - -DCONC_WITH_MYSQLCOMPAT=1 \ - -DWITH_WSREP=0 - -USE_LDCONFIG= ${PREFIX}/lib/mysql - -CLIENT_ONLY= yes - -post-configure: - ${REINPLACE_CMD} -Ee 's|(#define INCLUDE.*)"$$|\1 -I${PREFIX}/include"|' \ - -e 's|(#define LIBS .*)"$$|\1 -L${PREFIX}/lib"|' \ - ${WRKDIR}/.build/libmariadb/mariadb_config/mariadb_config.c - -post-install: - ${RM} ${STAGEDIR}${PREFIX}/share/aclocal/mysql.m4 \ - ${STAGEDIR}${PREFIX}/man/man1/aria* \ - ${STAGEDIR}${PREFIX}/man/man1/myisam* - ${RM} -r ${STAGEDIR}${PREFIX}/share/pkgconfig \ - ${STAGEDIR}${DATADIR}/policy \ - ${STAGEDIR}${PREFIX}/include/mysql/server - # Fix https://mariadb.atlassian.net/browse/MDEV-9388 - @${REINPLACE_CMD} 's/-l-pthread/-pthread/' ${STAGEDIR}${PREFIX}/bin/mysql_config - -post-install-GSSAPI_NONE: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mysql/plugin/auth_gssapi_client.so - .include "${MASTERDIR}/Makefile" Modified: head/databases/mariadb102-server/Makefile ============================================================================== --- head/databases/mariadb102-server/Makefile Sat May 11 12:30:23 2019 (r501254) +++ head/databases/mariadb102-server/Makefile Sat May 11 12:32:23 2019 (r501255) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME?= mariadb -PORTVERSION= 10.2.23 +PORTVERSION= 10.2.24 PORTREVISION?= 0 CATEGORIES= databases ipv6 MASTER_SITES= http://mirrors.supportex.net/${SITESDIR}/ \ @@ -35,7 +35,7 @@ OPTIONS_SINGLE= GSSAPI OPTIONS_SINGLE_GSSAPI= GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT GSSAPI_NONE OPTIONS_DEFAULT= GSSAPI_BASE -.if !defined(CLIENT_ONLY) +.if ${PKGNAMESUFFIX:M*-server} # MySQL-Server options OPTIONS_DEFAULT+= CONNECT_EXTRA INNOBASE SPHINX SPIDER OPTIONS_GROUP= COMPRESSION ENGINES GROONGA @@ -82,11 +82,7 @@ CMAKE_ARGS+= -DINSTALL_DOCDIR="share/doc/mysql" \ -DINSTALL_SQLBENCHDIR= \ -DINSTALL_SUPPORTFILESDIR="share/mysql" \ -DDEFAULT_SYSCONFDIR="${PREFIX}/etc" \ - -DWITH_JEMALLOC="system" \ - -DWITH_LIBWRAP=1 \ -DWITH_SSL="${OPENSSLBASE}" \ - -DWITH_UNIT_TESTS=0 \ - -DWITHOUT_DOCS=1 \ -DCURSES_CURSES_LIBRARY="/usr/lib/libcurses.so" \ -DCURSES_FORM_LIBRARY="/usr/lib/libform.so" \ -DCURSES_CURSES_LIBRARY="/usr/lib/libncurses.so" \ @@ -99,6 +95,8 @@ CMAKE_ARGS+= -DINSTALL_DOCDIR="share/doc/mysql" \ -DREMOTEIO_PLUGIN_TYPE="NO" \ -DCOMPILATION_COMMENT="FreeBSD Ports" \ -DCMAKE_PREFIX_PATH=${PREFIX} +CMAKE_ON+= WITH_LIBWRAP WITH_JEMALLOC WITHOUT_DOCS +CMAKE_OFF+= WITH_UNIT_TESTS DATADIR= ${PREFIX}/share/mysql @@ -112,13 +110,16 @@ CONFLICTS_INSTALL= mariadb5*-${PKGNAMESUFFIX:C/^[0-9]* mysqlwsrep* \ percona[0-9]*-${PKGNAMESUFFIX:C/^[0-9]*-//}-* -FASTMTX_CMAKE_ON= -DWITH_FAST_MUTEXES=1 +FASTMTX_CMAKE_BOOL= WITH_FAST_MUTEXES +GSSAPI_NONE_CMAKE_ON= -DPLUGIN_AUTH_GSSAPI_CLIENT=NO OPTIONS_SUB= yes -.if defined(CLIENT_ONLY) +.if ${PKGNAMESUFFIX:M*-client} # MySQL-Client part +USE_LDCONFIG= ${PREFIX}/lib/mysql USES+= readline -GSSAPI_NONE_CMAKE_ON= -DPLUGIN_AUTH_GSSAPI_CLIENT=NO +CMAKE_ON+= WITHOUT_SERVER CONC_WITH_MYSQLCOMPAT +CMAKE_OFF+= WITH_WSREP .else # MySQL-Server part USES+= mysql:102m @@ -126,11 +127,7 @@ USE_LDCONFIG+= ${PREFIX}/lib/mysql/plugin USE_RC_SUBR= mysql-server USERS= mysql GROUPS= mysql -CMAKE_ARGS+= -DWITH_EMBEDDED_SERVER="ON" \ - -DPLUGIN_AUTH_GSSAPI_CLIENT=NO \ - -DCMAKE_SKIP_BUILD_RPATH:BOOL=YES \ - -DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 \ - -DWITHOUT_CLIENT=1 +CMAKE_ON+= CMAKE_SKIP_BUILD_RPATH WITH_EMBEDDED_SERVER WITHOUT_EXAMPLE_STORAGE_ENGINE .for ENGINE in ${OPTIONS_GROUP_ENGINES:NINNOBASE} ${ENGINE}_CMAKE_OFF= -DPLUGIN_${ENGINE}=NO \ @@ -142,52 +139,26 @@ INNOBASE_CMAKE_OFF= -DPLUGIN_INNOBASE=NO -DWITHOUT_INN CONNECT_EXTRA_LIB_DEPENDS= libodbc.so:databases/unixODBC CONNECT_EXTRA_USES= gnome CONNECT_EXTRA_USE= gnome=libxml2 -GSSAPI_NONE_CMAKE_ON= -DPLUGIN_AUTH_GSSAPI=NO -DPLUGIN_AUTH_GSSAPI_CLIENT=NO -LZ4_CMAKE_OFF= -DGRN_WITH_LZ4=OFF -DWITH_INNODB_LZ4=OFF -DWITH_ROCKSDB_LZ4=OFF -LZ4_CMAKE_ON= -DGRN_WITH_LZ4=ON -DWITH_INNODB_LZ4=ON -DWITH_ROCKSDB_LZ4=ON +GSSAPI_NONE_CMAKE_ON+= -DPLUGIN_AUTH_GSSAPI=NO +LZ4_CMAKE_BOOL= GRN_WITH_LZ4 WITH_INNODB_LZ4 WITH_ROCKSDB_LZ4 LZ4_LIB_DEPENDS= liblz4.so:archivers/liblz4 -LZO_CMAKE_OFF= -DWITH_INNODB_LZO=OFF -LZO_CMAKE_ON= -DWITH_INNODB_LZO=ON +LZO_CMAKE_BOOL= WITH_INNODB_LZO LZO_LIB_DEPENDS= liblzo2.so:archivers/lzo2 MROONGA_IMPLIES= LZ4 MSGPACK_LIB_DEPENDS= libmsgpackc.so:devel/msgpack OQGRAPH_LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libJudy.so:devel/judy ROCKSDB_USES= python -SNAPPY_CMAKE_OFF= -DWITH_INNODB_SNAPPY=OFF -DWITH_ROCKSDB_snappy=OFF -SNAPPY_CMAKE_ON= -DWITH_INNODB_SNAPPY=ON -DWITH_ROCKSDB_snappy=ON +SNAPPY_CMAKE_BOOL= WITH_INNODB_SNAPPY WITH_ROCKSDB_snappy SNAPPY_LIB_DEPENDS= libsnappy.so:archivers/snappy TOKUDB_IMPLIES= SNAPPY TOKUDB_PORTDOCS= README.md TOKUDB_VARS= LICENSE+=PerconaFT LICENSE_COMB=multi ZMQ_LIB_DEPENDS= libzmq.so:net/libzmq4 -ZSTD_CMAKE_ON= -DWITH_ROCKSDB_ZSTD=ON +ZSTD_CMAKE_BOOL= WITH_ROCKSDB_ZSTD ZSTD_LIB_DEPENDS= libzstd.so:archivers/zstd +.endif # ${PKGNAMESUFFIX:M*-client} -#NOT_FOR_ARCHS= i386 -#NOT_FOR_ARCHS_REASON= currently does not compile on i386, see \ -# https://jira.mariadb.org/browse/MDEV-9627 - -post-install: -# Remove programs to avoid conflict with mariadb102-client -# These are "client" components, so there should be a switch that -# prevents them from being installed but it's unknown right now - ${RM} ${STAGEDIR}${PREFIX}/bin/msql2mysql \ - ${STAGEDIR}${PREFIX}/bin/mysql_config \ - ${STAGEDIR}${PREFIX}/bin/mysql_find_rows \ - ${STAGEDIR}${PREFIX}/bin/mysqlaccess - ${RM} -r ${STAGEDIR}/${PREFIX}/share/mysql/policy \ - ${STAGEDIR}/${PREFIX}/share/pkgconfig - ${RM} ${STAGEDIR}${LOCALBASE}/lib/mysql/libmysqlclient* - ${RM} ${STAGEDIR}${LOCALBASE}/share/doc/mysql/COPYING \ - ${STAGEDIR}${LOCALBASE}/share/doc/mysql/COPYING.thirdparty \ - ${STAGEDIR}${LOCALBASE}/share/groonga-normalizer-mysql/lgpl-2.0.txt \ - ${STAGEDIR}${LOCALBASE}/share/groonga/COPYING \ - ${STAGEDIR}${LOCALBASE}/storage/groonga/COPYING \ - ${STAGEDIR}${LOCALBASE}/share/mysql/mroonga/COPYING - ${RM} ${STAGEDIR}${PREFIX}/include/mysql/*.h -.endif # defined(CLIENT_ONLY) - .include .if ${SSL_DEFAULT} != base && ${PORT_OPTIONS:MGSSAPI_BASE} @@ -215,5 +186,48 @@ post-patch: ${CP} ${WRKSRC}/cmake/os/FreeBSD.cmake \ ${WRKSRC}/cmake/os/DragonFly.cmake .endif + +post-configure: + ${REINPLACE_CMD} -Ee 's|(#define INCLUDE.*)"$$|\1 -I${PREFIX}/include"|' \ + -e 's|(#define LIBS .*)"$$|\1 -L${PREFIX}/lib"|' \ + ${WRKDIR}/.build/libmariadb/mariadb_config/mariadb_config.c + +.if ${PKGNAMESUFFIX:M*-client} # targets for -client +post-install: + ${RM} ${STAGEDIR}${PREFIX}/share/aclocal/mysql.m4 \ + ${STAGEDIR}${PREFIX}/man/man1/aria* \ + ${STAGEDIR}${PREFIX}/man/man1/myisam* + ${RM} -r ${STAGEDIR}${PREFIX}/share/pkgconfig \ + ${STAGEDIR}${DATADIR}/policy \ + ${STAGEDIR}${PREFIX}/include/mysql/server + # Fix https://mariadb.atlassian.net/browse/MDEV-9388 + @${REINPLACE_CMD} 's/-l-pthread/-pthread/' ${STAGEDIR}${PREFIX}/bin/mysql_config + +post-install-GSSAPI_NONE: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mysql/plugin/auth_gssapi_client.so + +.else # targets for -server + +post-install: +# Remove programs to avoid conflict with mariadb102-client +# These are "client" components, so there should be a switch that +# prevents them from being installed but it's unknown right now + ${RM} ${STAGEDIR}${PREFIX}/bin/msql2mysql \ + ${STAGEDIR}${PREFIX}/bin/mysql_config \ + ${STAGEDIR}${PREFIX}/bin/mysql_find_rows \ + ${STAGEDIR}${PREFIX}/bin/mysqlaccess + ${RM} -r ${STAGEDIR}/${PREFIX}/share/mysql/policy \ + ${STAGEDIR}/${PREFIX}/share/pkgconfig \ + ${STAGEDIR}${DATADIR}/charsets + ${RM} ${STAGEDIR}${LOCALBASE}/lib/mysql/libmysqlclient* + ${RM} ${STAGEDIR}${LOCALBASE}/share/doc/mysql/COPYING \ + ${STAGEDIR}${LOCALBASE}/share/doc/mysql/COPYING.thirdparty \ + ${STAGEDIR}${LOCALBASE}/share/groonga-normalizer-mysql/lgpl-2.0.txt \ + ${STAGEDIR}${LOCALBASE}/share/groonga/COPYING \ + ${STAGEDIR}${LOCALBASE}/storage/groonga/COPYING \ + ${STAGEDIR}${LOCALBASE}/share/mysql/mroonga/COPYING + ${RM} ${STAGEDIR}${PREFIX}/include/mysql/*.h + +.endif # targets for -server .include Modified: head/databases/mariadb102-server/distinfo ============================================================================== --- head/databases/mariadb102-server/distinfo Sat May 11 12:30:23 2019 (r501254) +++ head/databases/mariadb102-server/distinfo Sat May 11 12:32:23 2019 (r501255) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555231059 -SHA256 (mariadb-10.2.23.tar.gz) = 0c5bab58cdc8ab6206f7e6e9b6f336742a93248c0b9aa7e7a6bb031756ab6c17 -SIZE (mariadb-10.2.23.tar.gz) = 71914588 +TIMESTAMP = 1557489019 +SHA256 (mariadb-10.2.24.tar.gz) = 97f4d924e69f77abb2f650116785c2f5ef356230442534ebcbaadb51d9bb8bc4 +SIZE (mariadb-10.2.24.tar.gz) = 71965656 Modified: head/databases/mariadb102-server/pkg-plist ============================================================================== --- head/databases/mariadb102-server/pkg-plist Sat May 11 12:30:23 2019 (r501254) +++ head/databases/mariadb102-server/pkg-plist Sat May 11 12:32:23 2019 (r501255) @@ -192,3 +192,21 @@ man/man8/mysqld.8.gz %%DATADIR%%/wsrep_notify %%MROONGA%%share/groonga-normalizer-mysql/README.md %%MROONGA%%share/groonga/README.md +@comment bin/mariadb_config +@comment bin/mysql +@comment bin/mysqladmin +@comment bin/mysqlbinlog +@comment bin/mysqlcheck +@comment bin/mysqldump +@comment bin/mysqlimport +@comment bin/mysqlshow +@comment bin/mysqlslap +@comment include/mysql/mariadb/ma_io.h +@comment include/mysql/mysql/client_plugin.h +@comment include/mysql/mysql/plugin_auth.h +@comment include/mysql/mysql/plugin_auth_common.h +@comment lib/mysql/plugin/auth_gssapi_client.so +@comment lib/mysql/plugin/client_ed25519.so +@comment lib/mysql/plugin/mysql_clear_password.so +@comment lib/mysql/plugin/sha256_password.so +@comment libdata/pkgconfig/libmariadb.pc From owner-svn-ports-all@freebsd.org Sat May 11 13:19:13 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9270F159BA46; Sat, 11 May 2019 13:19:13 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 37F6588B57; Sat, 11 May 2019 13:19:13 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 11F801C130; Sat, 11 May 2019 13:19:13 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BDJC1Z038730; Sat, 11 May 2019 13:19:12 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BDJC91038726; Sat, 11 May 2019 13:19:12 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201905111319.x4BDJC91038726@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sat, 11 May 2019 13:19:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501256 - in branches/2019Q2/databases: mariadb102-client mariadb102-server mariadb102-server/files X-SVN-Group: ports-branches X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: in branches/2019Q2/databases: mariadb102-client mariadb102-server mariadb102-server/files X-SVN-Commit-Revision: 501256 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 37F6588B57 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 13:19:13 -0000 Author: brnrd Date: Sat May 11 13:19:12 2019 New Revision: 501256 URL: https://svnweb.freebsd.org/changeset/ports/501256 Log: MFH: r501255 databases/mariadb102-server: Security update to 10.2.24 - CMake OPTIONS refactoring - Move everything to master port Security: 4e1997e8-5de0-11e9-b95c-b499baebfeaf Approved by: ports-secteam (joneum) Deleted: branches/2019Q2/databases/mariadb102-server/files/patch-client_CMakeLists.txt Modified: branches/2019Q2/databases/mariadb102-client/Makefile branches/2019Q2/databases/mariadb102-server/Makefile branches/2019Q2/databases/mariadb102-server/distinfo branches/2019Q2/databases/mariadb102-server/pkg-plist Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/databases/mariadb102-client/Makefile ============================================================================== --- branches/2019Q2/databases/mariadb102-client/Makefile Sat May 11 12:32:23 2019 (r501255) +++ branches/2019Q2/databases/mariadb102-client/Makefile Sat May 11 13:19:12 2019 (r501256) @@ -11,31 +11,4 @@ FILESDIR= ${.CURDIR}/files PATCHDIR= ${.CURDIR}/files PLIST= ${.CURDIR}/pkg-plist -CMAKE_ARGS+= -DWITHOUT_SERVER=1 \ - -DCONC_WITH_UNITTEST=0 \ - -DCONC_WITH_MYSQLCOMPAT=1 \ - -DWITH_WSREP=0 - -USE_LDCONFIG= ${PREFIX}/lib/mysql - -CLIENT_ONLY= yes - -post-configure: - ${REINPLACE_CMD} -Ee 's|(#define INCLUDE.*)"$$|\1 -I${PREFIX}/include"|' \ - -e 's|(#define LIBS .*)"$$|\1 -L${PREFIX}/lib"|' \ - ${WRKDIR}/.build/libmariadb/mariadb_config/mariadb_config.c - -post-install: - ${RM} ${STAGEDIR}${PREFIX}/share/aclocal/mysql.m4 \ - ${STAGEDIR}${PREFIX}/man/man1/aria* \ - ${STAGEDIR}${PREFIX}/man/man1/myisam* - ${RM} -r ${STAGEDIR}${PREFIX}/share/pkgconfig \ - ${STAGEDIR}${DATADIR}/policy \ - ${STAGEDIR}${PREFIX}/include/mysql/server - # Fix https://mariadb.atlassian.net/browse/MDEV-9388 - @${REINPLACE_CMD} 's/-l-pthread/-pthread/' ${STAGEDIR}${PREFIX}/bin/mysql_config - -post-install-GSSAPI_NONE: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mysql/plugin/auth_gssapi_client.so - .include "${MASTERDIR}/Makefile" Modified: branches/2019Q2/databases/mariadb102-server/Makefile ============================================================================== --- branches/2019Q2/databases/mariadb102-server/Makefile Sat May 11 12:32:23 2019 (r501255) +++ branches/2019Q2/databases/mariadb102-server/Makefile Sat May 11 13:19:12 2019 (r501256) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME?= mariadb -PORTVERSION= 10.2.22 +PORTVERSION= 10.2.24 PORTREVISION?= 0 CATEGORIES= databases ipv6 MASTER_SITES= http://mirrors.supportex.net/${SITESDIR}/ \ @@ -35,7 +35,7 @@ OPTIONS_SINGLE= GSSAPI OPTIONS_SINGLE_GSSAPI= GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT GSSAPI_NONE OPTIONS_DEFAULT= GSSAPI_BASE -.if !defined(CLIENT_ONLY) +.if ${PKGNAMESUFFIX:M*-server} # MySQL-Server options OPTIONS_DEFAULT+= CONNECT_EXTRA INNOBASE SPHINX SPIDER OPTIONS_GROUP= COMPRESSION ENGINES GROONGA @@ -82,11 +82,7 @@ CMAKE_ARGS+= -DINSTALL_DOCDIR="share/doc/mysql" \ -DINSTALL_SQLBENCHDIR= \ -DINSTALL_SUPPORTFILESDIR="share/mysql" \ -DDEFAULT_SYSCONFDIR="${PREFIX}/etc" \ - -DWITH_JEMALLOC="system" \ - -DWITH_LIBWRAP=1 \ -DWITH_SSL="${OPENSSLBASE}" \ - -DWITH_UNIT_TESTS=0 \ - -DWITHOUT_DOCS=1 \ -DCURSES_CURSES_LIBRARY="/usr/lib/libcurses.so" \ -DCURSES_FORM_LIBRARY="/usr/lib/libform.so" \ -DCURSES_CURSES_LIBRARY="/usr/lib/libncurses.so" \ @@ -99,6 +95,8 @@ CMAKE_ARGS+= -DINSTALL_DOCDIR="share/doc/mysql" \ -DREMOTEIO_PLUGIN_TYPE="NO" \ -DCOMPILATION_COMMENT="FreeBSD Ports" \ -DCMAKE_PREFIX_PATH=${PREFIX} +CMAKE_ON+= WITH_LIBWRAP WITH_JEMALLOC WITHOUT_DOCS +CMAKE_OFF+= WITH_UNIT_TESTS DATADIR= ${PREFIX}/share/mysql @@ -112,13 +110,16 @@ CONFLICTS_INSTALL= mariadb5*-${PKGNAMESUFFIX:C/^[0-9]* mysqlwsrep* \ percona[0-9]*-${PKGNAMESUFFIX:C/^[0-9]*-//}-* -FASTMTX_CMAKE_ON= -DWITH_FAST_MUTEXES=1 +FASTMTX_CMAKE_BOOL= WITH_FAST_MUTEXES +GSSAPI_NONE_CMAKE_ON= -DPLUGIN_AUTH_GSSAPI_CLIENT=NO OPTIONS_SUB= yes -.if defined(CLIENT_ONLY) +.if ${PKGNAMESUFFIX:M*-client} # MySQL-Client part +USE_LDCONFIG= ${PREFIX}/lib/mysql USES+= readline -GSSAPI_NONE_CMAKE_ON= -DPLUGIN_AUTH_GSSAPI_CLIENT=NO +CMAKE_ON+= WITHOUT_SERVER CONC_WITH_MYSQLCOMPAT +CMAKE_OFF+= WITH_WSREP .else # MySQL-Server part USES+= mysql:102m @@ -126,11 +127,7 @@ USE_LDCONFIG+= ${PREFIX}/lib/mysql/plugin USE_RC_SUBR= mysql-server USERS= mysql GROUPS= mysql -CMAKE_ARGS+= -DWITH_EMBEDDED_SERVER="ON" \ - -DPLUGIN_AUTH_GSSAPI_CLIENT=NO \ - -DCMAKE_SKIP_BUILD_RPATH:BOOL=YES \ - -DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 \ - -DWITHOUT_CLIENT=1 +CMAKE_ON+= CMAKE_SKIP_BUILD_RPATH WITH_EMBEDDED_SERVER WITHOUT_EXAMPLE_STORAGE_ENGINE .for ENGINE in ${OPTIONS_GROUP_ENGINES:NINNOBASE} ${ENGINE}_CMAKE_OFF= -DPLUGIN_${ENGINE}=NO \ @@ -142,52 +139,26 @@ INNOBASE_CMAKE_OFF= -DPLUGIN_INNOBASE=NO -DWITHOUT_INN CONNECT_EXTRA_LIB_DEPENDS= libodbc.so:databases/unixODBC CONNECT_EXTRA_USES= gnome CONNECT_EXTRA_USE= gnome=libxml2 -GSSAPI_NONE_CMAKE_ON= -DPLUGIN_AUTH_GSSAPI=NO -DPLUGIN_AUTH_GSSAPI_CLIENT=NO -LZ4_CMAKE_OFF= -DGRN_WITH_LZ4=OFF -DWITH_INNODB_LZ4=OFF -DWITH_ROCKSDB_LZ4=OFF -LZ4_CMAKE_ON= -DGRN_WITH_LZ4=ON -DWITH_INNODB_LZ4=ON -DWITH_ROCKSDB_LZ4=ON +GSSAPI_NONE_CMAKE_ON+= -DPLUGIN_AUTH_GSSAPI=NO +LZ4_CMAKE_BOOL= GRN_WITH_LZ4 WITH_INNODB_LZ4 WITH_ROCKSDB_LZ4 LZ4_LIB_DEPENDS= liblz4.so:archivers/liblz4 -LZO_CMAKE_OFF= -DWITH_INNODB_LZO=OFF -LZO_CMAKE_ON= -DWITH_INNODB_LZO=ON +LZO_CMAKE_BOOL= WITH_INNODB_LZO LZO_LIB_DEPENDS= liblzo2.so:archivers/lzo2 MROONGA_IMPLIES= LZ4 MSGPACK_LIB_DEPENDS= libmsgpackc.so:devel/msgpack OQGRAPH_LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libJudy.so:devel/judy ROCKSDB_USES= python -SNAPPY_CMAKE_OFF= -DWITH_INNODB_SNAPPY=OFF -DWITH_ROCKSDB_snappy=OFF -SNAPPY_CMAKE_ON= -DWITH_INNODB_SNAPPY=ON -DWITH_ROCKSDB_snappy=ON +SNAPPY_CMAKE_BOOL= WITH_INNODB_SNAPPY WITH_ROCKSDB_snappy SNAPPY_LIB_DEPENDS= libsnappy.so:archivers/snappy TOKUDB_IMPLIES= SNAPPY TOKUDB_PORTDOCS= README.md TOKUDB_VARS= LICENSE+=PerconaFT LICENSE_COMB=multi ZMQ_LIB_DEPENDS= libzmq.so:net/libzmq4 -ZSTD_CMAKE_ON= -DWITH_ROCKSDB_ZSTD=ON +ZSTD_CMAKE_BOOL= WITH_ROCKSDB_ZSTD ZSTD_LIB_DEPENDS= libzstd.so:archivers/zstd +.endif # ${PKGNAMESUFFIX:M*-client} -#NOT_FOR_ARCHS= i386 -#NOT_FOR_ARCHS_REASON= currently does not compile on i386, see \ -# https://jira.mariadb.org/browse/MDEV-9627 - -post-install: -# Remove programs to avoid conflict with mariadb102-client -# These are "client" components, so there should be a switch that -# prevents them from being installed but it's unknown right now - ${RM} ${STAGEDIR}${PREFIX}/bin/msql2mysql \ - ${STAGEDIR}${PREFIX}/bin/mysql_config \ - ${STAGEDIR}${PREFIX}/bin/mysql_find_rows \ - ${STAGEDIR}${PREFIX}/bin/mysqlaccess - ${RM} -r ${STAGEDIR}/${PREFIX}/share/mysql/policy \ - ${STAGEDIR}/${PREFIX}/share/pkgconfig - ${RM} ${STAGEDIR}${LOCALBASE}/lib/mysql/libmysqlclient* - ${RM} ${STAGEDIR}${LOCALBASE}/share/doc/mysql/COPYING \ - ${STAGEDIR}${LOCALBASE}/share/doc/mysql/COPYING.thirdparty \ - ${STAGEDIR}${LOCALBASE}/share/groonga-normalizer-mysql/lgpl-2.0.txt \ - ${STAGEDIR}${LOCALBASE}/share/groonga/COPYING \ - ${STAGEDIR}${LOCALBASE}/storage/groonga/COPYING \ - ${STAGEDIR}${LOCALBASE}/share/mysql/mroonga/COPYING - ${RM} ${STAGEDIR}${PREFIX}/include/mysql/*.h -.endif # defined(CLIENT_ONLY) - .include .if ${SSL_DEFAULT} != base && ${PORT_OPTIONS:MGSSAPI_BASE} @@ -215,5 +186,48 @@ post-patch: ${CP} ${WRKSRC}/cmake/os/FreeBSD.cmake \ ${WRKSRC}/cmake/os/DragonFly.cmake .endif + +post-configure: + ${REINPLACE_CMD} -Ee 's|(#define INCLUDE.*)"$$|\1 -I${PREFIX}/include"|' \ + -e 's|(#define LIBS .*)"$$|\1 -L${PREFIX}/lib"|' \ + ${WRKDIR}/.build/libmariadb/mariadb_config/mariadb_config.c + +.if ${PKGNAMESUFFIX:M*-client} # targets for -client +post-install: + ${RM} ${STAGEDIR}${PREFIX}/share/aclocal/mysql.m4 \ + ${STAGEDIR}${PREFIX}/man/man1/aria* \ + ${STAGEDIR}${PREFIX}/man/man1/myisam* + ${RM} -r ${STAGEDIR}${PREFIX}/share/pkgconfig \ + ${STAGEDIR}${DATADIR}/policy \ + ${STAGEDIR}${PREFIX}/include/mysql/server + # Fix https://mariadb.atlassian.net/browse/MDEV-9388 + @${REINPLACE_CMD} 's/-l-pthread/-pthread/' ${STAGEDIR}${PREFIX}/bin/mysql_config + +post-install-GSSAPI_NONE: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mysql/plugin/auth_gssapi_client.so + +.else # targets for -server + +post-install: +# Remove programs to avoid conflict with mariadb102-client +# These are "client" components, so there should be a switch that +# prevents them from being installed but it's unknown right now + ${RM} ${STAGEDIR}${PREFIX}/bin/msql2mysql \ + ${STAGEDIR}${PREFIX}/bin/mysql_config \ + ${STAGEDIR}${PREFIX}/bin/mysql_find_rows \ + ${STAGEDIR}${PREFIX}/bin/mysqlaccess + ${RM} -r ${STAGEDIR}/${PREFIX}/share/mysql/policy \ + ${STAGEDIR}/${PREFIX}/share/pkgconfig \ + ${STAGEDIR}${DATADIR}/charsets + ${RM} ${STAGEDIR}${LOCALBASE}/lib/mysql/libmysqlclient* + ${RM} ${STAGEDIR}${LOCALBASE}/share/doc/mysql/COPYING \ + ${STAGEDIR}${LOCALBASE}/share/doc/mysql/COPYING.thirdparty \ + ${STAGEDIR}${LOCALBASE}/share/groonga-normalizer-mysql/lgpl-2.0.txt \ + ${STAGEDIR}${LOCALBASE}/share/groonga/COPYING \ + ${STAGEDIR}${LOCALBASE}/storage/groonga/COPYING \ + ${STAGEDIR}${LOCALBASE}/share/mysql/mroonga/COPYING + ${RM} ${STAGEDIR}${PREFIX}/include/mysql/*.h + +.endif # targets for -server .include Modified: branches/2019Q2/databases/mariadb102-server/distinfo ============================================================================== --- branches/2019Q2/databases/mariadb102-server/distinfo Sat May 11 12:32:23 2019 (r501255) +++ branches/2019Q2/databases/mariadb102-server/distinfo Sat May 11 13:19:12 2019 (r501256) @@ -1,3 +1,3 @@ -TIMESTAMP = 1549889973 -SHA256 (mariadb-10.2.22.tar.gz) = 42f4c54c29b7c196bd105bbf4d2ea721f869b14cb7ba436c3566e6dd2760614c -SIZE (mariadb-10.2.22.tar.gz) = 71907765 +TIMESTAMP = 1557489019 +SHA256 (mariadb-10.2.24.tar.gz) = 97f4d924e69f77abb2f650116785c2f5ef356230442534ebcbaadb51d9bb8bc4 +SIZE (mariadb-10.2.24.tar.gz) = 71965656 Modified: branches/2019Q2/databases/mariadb102-server/pkg-plist ============================================================================== --- branches/2019Q2/databases/mariadb102-server/pkg-plist Sat May 11 12:32:23 2019 (r501255) +++ branches/2019Q2/databases/mariadb102-server/pkg-plist Sat May 11 13:19:12 2019 (r501256) @@ -192,3 +192,21 @@ man/man8/mysqld.8.gz %%DATADIR%%/wsrep_notify %%MROONGA%%share/groonga-normalizer-mysql/README.md %%MROONGA%%share/groonga/README.md +@comment bin/mariadb_config +@comment bin/mysql +@comment bin/mysqladmin +@comment bin/mysqlbinlog +@comment bin/mysqlcheck +@comment bin/mysqldump +@comment bin/mysqlimport +@comment bin/mysqlshow +@comment bin/mysqlslap +@comment include/mysql/mariadb/ma_io.h +@comment include/mysql/mysql/client_plugin.h +@comment include/mysql/mysql/plugin_auth.h +@comment include/mysql/mysql/plugin_auth_common.h +@comment lib/mysql/plugin/auth_gssapi_client.so +@comment lib/mysql/plugin/client_ed25519.so +@comment lib/mysql/plugin/mysql_clear_password.so +@comment lib/mysql/plugin/sha256_password.so +@comment libdata/pkgconfig/libmariadb.pc From owner-svn-ports-all@freebsd.org Sat May 11 13:28:39 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0E66159BD44; Sat, 11 May 2019 13:28:39 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6EAB388FC5; Sat, 11 May 2019 13:28:39 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3B57F1C2DB; Sat, 11 May 2019 13:28:39 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BDSdM8044348; Sat, 11 May 2019 13:28:39 GMT (envelope-from eugen@FreeBSD.org) Received: (from eugen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BDScVD044347; Sat, 11 May 2019 13:28:38 GMT (envelope-from eugen@FreeBSD.org) Message-Id: <201905111328.x4BDScVD044347@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eugen set sender to eugen@FreeBSD.org using -f From: Eugene Grosbein Date: Sat, 11 May 2019 13:28:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501257 - head/net-im/pidgin-icyque X-SVN-Group: ports-head X-SVN-Commit-Author: eugen X-SVN-Commit-Paths: head/net-im/pidgin-icyque X-SVN-Commit-Revision: 501257 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6EAB388FC5 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.95)[-0.950,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 13:28:40 -0000 Author: eugen Date: Sat May 11 13:28:38 2019 New Revision: 501257 URL: https://svnweb.freebsd.org/changeset/ports/501257 Log: net-im/pidgin-icyque: really update to g20190421 Change r501198 was not complete, fix it. Reported by: tobik Modified: head/net-im/pidgin-icyque/Makefile head/net-im/pidgin-icyque/distinfo Modified: head/net-im/pidgin-icyque/Makefile ============================================================================== --- head/net-im/pidgin-icyque/Makefile Sat May 11 13:19:12 2019 (r501256) +++ head/net-im/pidgin-icyque/Makefile Sat May 11 13:28:38 2019 (r501257) @@ -3,6 +3,7 @@ PORTNAME= pidgin-icyque DISTVERSION= g20190421 +PORTREVISION= 1 CATEGORIES= net-im MAINTAINER= eugen@FreeBSD.org @@ -23,7 +24,7 @@ PLIST_FILES= lib/purple-2/libicyque.so USE_GITHUB= yes GH_ACCOUNT= EionRobb GH_PROJECT= icyque -GH_TAGNAME= 8b7109e +GH_TAGNAME= 513fc16 USE_GNOME= glib20 USE_LDCONFIG= yes Modified: head/net-im/pidgin-icyque/distinfo ============================================================================== --- head/net-im/pidgin-icyque/distinfo Sat May 11 13:19:12 2019 (r501256) +++ head/net-im/pidgin-icyque/distinfo Sat May 11 13:28:38 2019 (r501257) @@ -1,3 +1,3 @@ -TIMESTAMP = 1557520328 -SHA256 (EionRobb-icyque-g20190421-8b7109e_GH0.tar.gz) = 911d944ccb9c447ebe009994790423d58e99900b5b0631234191634a4c6066aa -SIZE (EionRobb-icyque-g20190421-8b7109e_GH0.tar.gz) = 55099 +TIMESTAMP = 1557580626 +SHA256 (EionRobb-icyque-g20190421-513fc16_GH0.tar.gz) = c8763e05c0117da4a7cbb88153041b8ea5c3f184e690d533079cb57e2cd54564 +SIZE (EionRobb-icyque-g20190421-513fc16_GH0.tar.gz) = 55187 From owner-svn-ports-all@freebsd.org Sat May 11 13:29:33 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA741159BD9F; Sat, 11 May 2019 13:29:32 +0000 (UTC) (envelope-from eugen@freebsd.org) Received: from eg.sd.rdtc.ru (eg.sd.rdtc.ru [IPv6:2a03:3100:c:13::5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "eg.sd.rdtc.ru", Issuer "eg.sd.rdtc.ru" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 24338890AB; Sat, 11 May 2019 13:29:31 +0000 (UTC) (envelope-from eugen@freebsd.org) X-Envelope-From: eugen@freebsd.org X-Envelope-To: tobik@freebsd.org Received: from [10.58.0.4] (dadv@[10.58.0.4]) by eg.sd.rdtc.ru (8.15.2/8.15.2) with ESMTPS id x4BDTN65026711 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Sat, 11 May 2019 20:29:24 +0700 (+07) (envelope-from eugen@freebsd.org) Subject: Re: svn commit: r501198 - head/net-im/pidgin-icyque To: Tobias Kortkamp References: <201905102033.x4AKXHto010062@repo.freebsd.org> <20190510212937.GA72891@urd.tobik.me> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Eugene Grosbein Message-ID: <63f8baf1-3ceb-9314-ad4e-437e282a107f@freebsd.org> Date: Sat, 11 May 2019 20:29:23 +0700 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20190510212937.GA72891@urd.tobik.me> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 24338890AB X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.81 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.81)[-0.814,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 13:29:33 -0000 11.05.2019 4:29, Tobias Kortkamp wrote: > The checksum in distinfo has not changed. Did you forget to update > GH_TAGNAME too? Yes, thank you so much! Fixed in r501257. From owner-svn-ports-all@freebsd.org Sat May 11 13:39:36 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9AA2159D3A3; Sat, 11 May 2019 13:39:36 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6E3F589788; Sat, 11 May 2019 13:39:36 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5F9D01C48F; Sat, 11 May 2019 13:39:36 +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 x4BDdaYa049445; Sat, 11 May 2019 13:39:36 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BDdaQP049443; Sat, 11 May 2019 13:39:36 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201905111339.x4BDdaQP049443@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sat, 11 May 2019 13:39:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501258 - head/databases/mariadb-connector-odbc X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: head/databases/mariadb-connector-odbc X-SVN-Commit-Revision: 501258 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6E3F589788 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.95)[-0.950,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 13:39:37 -0000 Author: brnrd Date: Sat May 11 13:39:35 2019 New Revision: 501258 URL: https://svnweb.freebsd.org/changeset/ports/501258 Log: databases/mariadb-connector-odbc: Update to 3.0.9 Modified: head/databases/mariadb-connector-odbc/Makefile head/databases/mariadb-connector-odbc/distinfo Modified: head/databases/mariadb-connector-odbc/Makefile ============================================================================== --- head/databases/mariadb-connector-odbc/Makefile Sat May 11 13:28:38 2019 (r501257) +++ head/databases/mariadb-connector-odbc/Makefile Sat May 11 13:39:35 2019 (r501258) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mariadb -DISTVERSION= 3.0.8 +DISTVERSION= 3.0.9 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/${SITESDIR}/ \ http://mirrors.supportex.net/${SITESDIR}/ \ Modified: head/databases/mariadb-connector-odbc/distinfo ============================================================================== --- head/databases/mariadb-connector-odbc/distinfo Sat May 11 13:28:38 2019 (r501257) +++ head/databases/mariadb-connector-odbc/distinfo Sat May 11 13:39:35 2019 (r501258) @@ -1,3 +1,3 @@ -TIMESTAMP = 1547391357 -SHA256 (mariadb-connector-odbc-3.0.8-ga-src.tar.gz) = a7f3b735b94d69bdbb7a2debcd92a1d002fdf7e96781ce137e48bb40b4033c6a -SIZE (mariadb-connector-odbc-3.0.8-ga-src.tar.gz) = 195026 +TIMESTAMP = 1557581054 +SHA256 (mariadb-connector-odbc-3.0.9-ga-src.tar.gz) = 9b46e663ae0c3ca6b4e48226580001144542cc1be9bd99f28880aa01ff339437 +SIZE (mariadb-connector-odbc-3.0.9-ga-src.tar.gz) = 197240 From owner-svn-ports-all@freebsd.org Sat May 11 13:42:34 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86DA8159D5A8; Sat, 11 May 2019 13:42:34 +0000 (UTC) (envelope-from jwb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 086F089B3B; Sat, 11 May 2019 13:42:34 +0000 (UTC) (envelope-from jwb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D7C681C627; Sat, 11 May 2019 13:42:33 +0000 (UTC) (envelope-from jwb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BDgXrU054475; Sat, 11 May 2019 13:42:33 GMT (envelope-from jwb@FreeBSD.org) Received: (from jwb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BDgXj9054474; Sat, 11 May 2019 13:42:33 GMT (envelope-from jwb@FreeBSD.org) Message-Id: <201905111342.x4BDgXj9054474@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jwb set sender to jwb@FreeBSD.org using -f From: "Jason W. Bacon" Date: Sat, 11 May 2019 13:42:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501259 - in head/biology/vsearch: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jwb X-SVN-Commit-Paths: in head/biology/vsearch: . files X-SVN-Commit-Revision: 501259 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 086F089B3B X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.95)[-0.950,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 13:42:34 -0000 Author: jwb Date: Sat May 11 13:42:33 2019 New Revision: 501259 URL: https://svnweb.freebsd.org/changeset/ports/501259 Log: biology/vsearch: Update to 2.13.4 FreeBSD patches incorporated into new upstream release Reported by: portscout Deleted: head/biology/vsearch/files/patch-src_city.cc head/biology/vsearch/files/patch-src_vsearch.h Modified: head/biology/vsearch/Makefile head/biology/vsearch/distinfo Modified: head/biology/vsearch/Makefile ============================================================================== --- head/biology/vsearch/Makefile Sat May 11 13:39:35 2019 (r501258) +++ head/biology/vsearch/Makefile Sat May 11 13:42:33 2019 (r501259) @@ -2,7 +2,7 @@ PORTNAME= vsearch DISTVERSIONPREFIX= v -DISTVERSION= 2.13.3 +DISTVERSION= 2.13.4 CATEGORIES= biology MAINTAINER= jwb@FreeBSD.org Modified: head/biology/vsearch/distinfo ============================================================================== --- head/biology/vsearch/distinfo Sat May 11 13:39:35 2019 (r501258) +++ head/biology/vsearch/distinfo Sat May 11 13:42:33 2019 (r501259) @@ -1,3 +1,3 @@ -TIMESTAMP = 1557339663 -SHA256 (torognes-vsearch-v2.13.3_GH0.tar.gz) = e5f34ece28b76403d3ba4a673eca41178fe399c35a1023dbc87d0c0da5efaa52 -SIZE (torognes-vsearch-v2.13.3_GH0.tar.gz) = 233846 +TIMESTAMP = 1557579514 +SHA256 (torognes-vsearch-v2.13.4_GH0.tar.gz) = 35269cbb10d1d2c33fdddd47ff4a5434eda1d4445fcc816bf4c57d7fe4740709 +SIZE (torognes-vsearch-v2.13.4_GH0.tar.gz) = 234364 From owner-svn-ports-all@freebsd.org Sat May 11 14:14:02 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3D14159DDB3; Sat, 11 May 2019 14:14:02 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3FDF78A590; Sat, 11 May 2019 14:14:02 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1B5551CB21; Sat, 11 May 2019 14:14:02 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BEE1dn070310; Sat, 11 May 2019 14:14:01 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BEE1qM070306; Sat, 11 May 2019 14:14:01 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <201905111414.x4BEE1qM070306@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Sat, 11 May 2019 14:14:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501260 - in head/games/gzdoom: . files X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: in head/games/gzdoom: . files X-SVN-Commit-Revision: 501260 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3FDF78A590 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 14:14:02 -0000 Author: pkubaj Date: Sat May 11 14:14:01 2019 New Revision: 501260 URL: https://svnweb.freebsd.org/changeset/ports/501260 Log: games/gzdoom: update to 4.1.1 Commit the whole patch this time. Approved by: mat (mentor), kevans (maintainer) Added: head/games/gzdoom/files/patch-src_gamedata_fonts_font.cpp (contents, props changed) head/games/gzdoom/files/patch-src_rendering_vulkan_thirdparty_vk__mem__alloc_vk__mem__alloc.h (contents, props changed) Modified: head/games/gzdoom/Makefile head/games/gzdoom/distinfo Modified: head/games/gzdoom/Makefile ============================================================================== --- head/games/gzdoom/Makefile Sat May 11 13:42:33 2019 (r501259) +++ head/games/gzdoom/Makefile Sat May 11 14:14:01 2019 (r501260) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= gzdoom -PORTVERSION= 3.7.2 -PORTREVISION= 1 +PORTVERSION= 4.1.1 DISTVERSIONPREFIX= g CATEGORIES= games @@ -22,7 +21,8 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfluidsynth.so:audio/fluidsynth \ libgme.so:audio/libgme -USES= cmake gettext jpeg openal pkgconfig +USES= cmake compiler:c++11-lang gettext gl gnome jpeg openal \ + pkgconfig sdl DATADIR= ${DMDIR}/${PORTNAME} Modified: head/games/gzdoom/distinfo ============================================================================== --- head/games/gzdoom/distinfo Sat May 11 13:42:33 2019 (r501259) +++ head/games/gzdoom/distinfo Sat May 11 14:14:01 2019 (r501260) @@ -1,3 +1,3 @@ -TIMESTAMP = 1549010707 -SHA256 (coelckers-gzdoom-g3.7.2_GH0.tar.gz) = 5fb57c83b733d77688b5809b3bd64ab87f0976f4e81d3bbac0ea0785a24646cc -SIZE (coelckers-gzdoom-g3.7.2_GH0.tar.gz) = 10512467 +TIMESTAMP = 1557581862 +SHA256 (coelckers-gzdoom-g4.1.1_GH0.tar.gz) = 50ce34b48518fb8715d6e346ff3ac8d08fd24b34e764be88335810fa592fb84a +SIZE (coelckers-gzdoom-g4.1.1_GH0.tar.gz) = 13008847 Added: head/games/gzdoom/files/patch-src_gamedata_fonts_font.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/gzdoom/files/patch-src_gamedata_fonts_font.cpp Sat May 11 14:14:01 2019 (r501260) @@ -0,0 +1,10 @@ +--- src/gamedata/fonts/font.cpp.orig 2019-05-03 16:07:35 UTC ++++ src/gamedata/fonts/font.cpp +@@ -35,6 +35,7 @@ + + // HEADER FILES ------------------------------------------------------------ + ++#include + #include + #include + #include Added: head/games/gzdoom/files/patch-src_rendering_vulkan_thirdparty_vk__mem__alloc_vk__mem__alloc.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/gzdoom/files/patch-src_rendering_vulkan_thirdparty_vk__mem__alloc_vk__mem__alloc.h Sat May 11 14:14:01 2019 (r501260) @@ -0,0 +1,11 @@ +--- src/rendering/vulkan/thirdparty/vk_mem_alloc/vk_mem_alloc.h.orig 2019-05-03 15:59:56 UTC ++++ src/rendering/vulkan/thirdparty/vk_mem_alloc/vk_mem_alloc.h +@@ -2229,7 +2229,7 @@ remove them if not needed. + #include // for std::mutex + #include // for std::atomic + +-#if !defined(_WIN32) && !defined(__APPLE__) ++#if !defined(_WIN32) && !defined(__APPLE__) && !defined(__FreeBSD__) + #include // for aligned_alloc() + #endif + From owner-svn-ports-all@freebsd.org Sat May 11 14:15:47 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 922C5159DE06; Sat, 11 May 2019 14:15:47 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 440028A671; Sat, 11 May 2019 14:15:47 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 11F291CB22; Sat, 11 May 2019 14:15:47 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BEFkxE070668; Sat, 11 May 2019 14:15:46 GMT (envelope-from mmokhi@FreeBSD.org) Received: (from mmokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BEFiTn070655; Sat, 11 May 2019 14:15:44 GMT (envelope-from mmokhi@FreeBSD.org) Message-Id: <201905111415.x4BEFiTn070655@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmokhi set sender to mmokhi@FreeBSD.org using -f From: Mahdi Mokhtari Date: Sat, 11 May 2019 14:15:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501261 - in head/databases: mysql80-client mysql80-client/files mysql80-server mysql80-server/files X-SVN-Group: ports-head X-SVN-Commit-Author: mmokhi X-SVN-Commit-Paths: in head/databases: mysql80-client mysql80-client/files mysql80-server mysql80-server/files X-SVN-Commit-Revision: 501261 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 440028A671 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.975,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 14:15:47 -0000 Author: mmokhi Date: Sat May 11 14:15:44 2019 New Revision: 501261 URL: https://svnweb.freebsd.org/changeset/ports/501261 Log: databases/mysql80-{client, server}: Update to latest release 8.0.16 This update includes: Bugfixes: - InnoDB: Undo tablespaces remained unencrypted after enabling undo tablespace encryption at startup. (Bug #29477795) - InnoDB: Problematic macros introduced with undo tablespace DDL support (Bug #29324132, Bug #94243). - InnoDB: Static thread local variables defined at the wrong scope were not released at thread exit. (Bug #29305186) - Memory leaks discovered in the innochecksum (Bug #28917614, Bug #93164). New features: - MySQL C API now supports asynchronous functions for nonblocking communication with the MySQL server. - MySQL now supports a new Chinese collation, utf8mb4_zh_0900_as_cs - CMake now causes the build process to link with the llvm lld linker for Clang if it is available. Security Fix: CVE-2019-2632, CVE-2019-2693, CVE-2019-2694, CVE-2019-2695 and other fixes. More info: https://www.oracle.com/technetwork/security-advisory/cpuapr2019-5072813.html#AppendixMSQL PR: 237399 Reported by: Brent Busby Sponsored by: The FreeBSD Foundation Deleted: head/databases/mysql80-server/files/patch-router_src_harness_CMakeLists.txt Modified: head/databases/mysql80-client/files/patch-client_CMakeLists.txt head/databases/mysql80-client/files/patch-include_CMakeLists.txt head/databases/mysql80-client/files/patch-scripts_CMakeLists.txt head/databases/mysql80-client/files/patch-sql_mysqld.cc head/databases/mysql80-client/files/patch-support-files_CMakeLists.txt head/databases/mysql80-client/pkg-plist head/databases/mysql80-server/Makefile head/databases/mysql80-server/distinfo head/databases/mysql80-server/files/patch-client_CMakeLists.txt head/databases/mysql80-server/files/patch-plugin_x_CMakeLists.txt head/databases/mysql80-server/files/patch-sql_mysqld.cc head/databases/mysql80-server/pkg-plist Modified: head/databases/mysql80-client/files/patch-client_CMakeLists.txt ============================================================================== --- head/databases/mysql80-client/files/patch-client_CMakeLists.txt Sat May 11 14:14:01 2019 (r501260) +++ head/databases/mysql80-client/files/patch-client_CMakeLists.txt Sat May 11 14:15:44 2019 (r501261) @@ -1,29 +1,31 @@ ---- client/CMakeLists.txt.orig 2016-08-25 12:32:09 UTC -+++ client/CMakeLists.txt -@@ -47,6 +47,7 @@ IF(UNIX) +--- client/CMakeLists.txt.orig 2019-04-13 13:46:31.000000000 +0200 ++++ client/CMakeLists.txt 2019-04-30 00:27:10.627236000 +0200 +@@ -35,10 +35,12 @@ TARGET_LINK_LIBRARIES(mysql ${EDITLINE_LIBRARY}) ENDIF(UNIX) +IF(FALSE) IF(NOT WITHOUT_SERVER) - MYSQL_ADD_EXECUTABLE(mysql_upgrade - upgrade/program.cc -@@ -57,11 +58,14 @@ ADD_COMPILE_FLAGS( - TARGET_LINK_LIBRARIES(mysql_upgrade mysqlclient client_base mysqlcheck_core) - ADD_DEPENDENCIES(mysql_upgrade GenFixPrivs GenSysSchema GenBootstrapPriv) + MYSQL_ADD_EXECUTABLE(mysql_upgrade upgrade/program.cc) + TARGET_LINK_LIBRARIES(mysql_upgrade mysqlclient client_base) ENDIF() +ENDIF() SET(MYSQLTEST_SRC - mysqltest/mysqltest_expected_error.cc + mysqltest/error_names.cc +@@ -48,9 +50,11 @@ + mysqltest/utils.cc ) +IF(FALSE) MYSQL_ADD_EXECUTABLE(mysqltest mysqltest.cc ${MYSQLTEST_SRC} COMPONENT Test) - TARGET_LINK_LIBRARIES(mysqltest mysqlclient regex) + TARGET_LINK_LIBRARIES(mysqltest mysqlclient) ADD_DEPENDENCIES(mysqltest GenError GenClientError) +ENDIF() -@@ -113,8 +117,10 @@ TARGET_LINK_LIBRARIES(mysqlslap mysqlcli + + ADD_CONVENIENCE_LIBRARY(mysqlcheck_core check/mysqlcheck_core.cc) + TARGET_LINK_LIBRARIES(mysqlcheck_core mysqlclient) +@@ -108,8 +112,10 @@ MYSQL_ADD_EXECUTABLE(mysql_config_editor mysql_config_editor.cc) TARGET_LINK_LIBRARIES(mysql_config_editor mysqlclient) Modified: head/databases/mysql80-client/files/patch-include_CMakeLists.txt ============================================================================== --- head/databases/mysql80-client/files/patch-include_CMakeLists.txt Sat May 11 14:14:01 2019 (r501260) +++ head/databases/mysql80-client/files/patch-include_CMakeLists.txt Sat May 11 14:15:44 2019 (r501261) @@ -3,7 +3,7 @@ @@ -30,11 +30,173 @@ SET(HEADERS ${CMAKE_CURRENT_BINARY_DIR}/mysql_version.h ${CMAKE_CURRENT_BINARY_DIR}/mysqld_error.h - ../libbinlogevents/export/binary_log_types.h + field_types.h + base64.h + big_endian.h + c_string_less.h Modified: head/databases/mysql80-client/files/patch-scripts_CMakeLists.txt ============================================================================== --- head/databases/mysql80-client/files/patch-scripts_CMakeLists.txt Sat May 11 14:14:01 2019 (r501260) +++ head/databases/mysql80-client/files/patch-scripts_CMakeLists.txt Sat May 11 14:15:44 2019 (r501261) @@ -5,11 +5,11 @@ ENDIF() +IF(FALSE) - # Build mysql_fix_privilege_tables.c + # Build mysql_fix_privilege_tables.h ADD_CUSTOM_COMMAND( - OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/mysql_fix_privilege_tables_sql.c + OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/mysql_fix_privilege_tables_sql.h @@ -100,6 +101,7 @@ ADD_CUSTOM_TARGET(GenFixPrivs - DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/mysql_fix_privilege_tables_sql.c + DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/mysql_fix_privilege_tables_sql.h ${CMAKE_CURRENT_BINARY_DIR}/sql_commands_sys_schema.h ) +ENDIF() Modified: head/databases/mysql80-client/files/patch-sql_mysqld.cc ============================================================================== --- head/databases/mysql80-client/files/patch-sql_mysqld.cc Sat May 11 14:14:01 2019 (r501260) +++ head/databases/mysql80-client/files/patch-sql_mysqld.cc Sat May 11 14:15:44 2019 (r501261) @@ -2,19 +2,10 @@ +++ sql/mysqld.cc @@ -4321,7 +4321,7 @@ static void init_ssl() { - static int init_ssl_communication() { + static void init_ssl() { #ifdef HAVE_OPENSSL --#ifndef HAVE_WOLFSSL -+#if !defined(HAVE_WOLFSSL) && !defined(LIBRESSL_VERSION_NUMBER) - char ssl_err_string[OPENSSL_ERROR_LENGTH] = {'\0'}; - int ret_fips_mode = set_fips_mode(opt_ssl_fips_mode, ssl_err_string); - if (ret_fips_mode != 1) { -@@ -8647,7 +8647,7 @@ bool mysqld_get_one_option(int optid, - One can disable SSL later by using --skip-ssl or --ssl=0. - */ - opt_use_ssl = true; --#ifdef HAVE_WOLFSSL -+#if defined(HAVE_WOLFSSL) || defined(LIBRESSL_VERSION_NUMBER) - /* crl has no effect in wolfSSL. */ - opt_ssl_crl = NULL; - opt_ssl_crlpath = NULL; +-#if !defined(HAVE_WOLFSSL) && !defined(__sun) ++#if !defined(HAVE_WOLFSSL) && !defined(LIBRESSL_VERSION_NUMBER) && !defined(__sun) + #if defined(HAVE_PSI_MEMORY_INTERFACE) + static PSI_memory_info all_openssl_memory[] = { + {&key_memory_openssl, "openssl_malloc", 0, 0, Modified: head/databases/mysql80-client/files/patch-support-files_CMakeLists.txt ============================================================================== --- head/databases/mysql80-client/files/patch-support-files_CMakeLists.txt Sat May 11 14:14:01 2019 (r501260) +++ head/databases/mysql80-client/files/patch-support-files_CMakeLists.txt Sat May 11 14:15:44 2019 (r501261) @@ -8,10 +8,10 @@ SET(prefix ${CMAKE_INSTALL_PREFIX}) FOREACH(script mysqld_multi.server mysql-log-rotate) CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/${script}.sh -@@ -59,9 +60,12 @@ IF(UNIX) - IF(INSTALL_SUPPORTFILESDIR) - INSTALL(FILES magic DESTINATION ${inst_location} COMPONENT SupportFiles) - ENDIF() +@@ -63,9 +64,12 @@ + DESTINATION ${inst_location} COMPONENT ${comp} + PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE) + ENDFOREACH() +ENDIF() +ENDIF() Modified: head/databases/mysql80-client/pkg-plist ============================================================================== --- head/databases/mysql80-client/pkg-plist Sat May 11 14:14:01 2019 (r501260) +++ head/databases/mysql80-client/pkg-plist Sat May 11 14:15:44 2019 (r501261) @@ -12,13 +12,13 @@ bin/mysqlshow bin/mysqlslap include/mysql/base64.h include/mysql/big_endian.h -include/mysql/binary_log_types.h include/mysql/c_string_less.h include/mysql/crypt_genhash_impl.h include/mysql/decimal.h include/mysql/depth_first_search.h include/mysql/dur_prop.h include/mysql/errmsg.h +include/mysql/field_types.h include/mysql/ft_global.h include/mysql/heap.h include/mysql/keycache.h Modified: head/databases/mysql80-server/Makefile ============================================================================== --- head/databases/mysql80-server/Makefile Sat May 11 14:14:01 2019 (r501260) +++ head/databases/mysql80-server/Makefile Sat May 11 14:15:44 2019 (r501261) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME?= mysql -PORTVERSION= 8.0.15 -PORTREVISION?= 2 +PORTVERSION= 8.0.16 +PORTREVISION?= 0 CATEGORIES= databases ipv6 MASTER_SITES= MYSQL/MySQL-8.0 PKGNAMESUFFIX?= 80-server Modified: head/databases/mysql80-server/distinfo ============================================================================== --- head/databases/mysql80-server/distinfo Sat May 11 14:14:01 2019 (r501260) +++ head/databases/mysql80-server/distinfo Sat May 11 14:15:44 2019 (r501261) @@ -1,3 +1,3 @@ -TIMESTAMP = 1551112616 -SHA256 (mysql-boost-8.0.15.tar.gz) = 95dbdb54c3967feefb255b96458b089a601e4de238bcc1f328b066018ee47db0 -SIZE (mysql-boost-8.0.15.tar.gz) = 117079697 +TIMESTAMP = 1556566256 +SHA256 (mysql-boost-8.0.16.tar.gz) = 7c936aa7bc9f4c462b24bade2e9abe1b3a6869ea19c46e78ec0a9b2a87a3d17f +SIZE (mysql-boost-8.0.16.tar.gz) = 145939027 Modified: head/databases/mysql80-server/files/patch-client_CMakeLists.txt ============================================================================== --- head/databases/mysql80-server/files/patch-client_CMakeLists.txt Sat May 11 14:14:01 2019 (r501260) +++ head/databases/mysql80-server/files/patch-client_CMakeLists.txt Sat May 11 14:15:44 2019 (r501261) @@ -1,16 +1,14 @@ --- client/CMakeLists.txt.orig 2018-12-20 20:14:03 UTC +++ client/CMakeLists.txt -@@ -28,16 +28,16 @@ INCLUDE(${MYSQL_CMAKE_SCRIPT_DIR}/compil +@@ -26,14 +26,14 @@ INCLUDE(${MYSQL_CMAKE_SCRIPT_DIR}/compil ## Subdirectory with common client code. ADD_SUBDIRECTORY(base) -## Subdirectory for mysqlpump code. -ADD_SUBDIRECTORY(dump) - INCLUDE(${MYSQL_CMAKE_SCRIPT_DIR}/compile_flags.cmake) - +IF(FALSE) - MYSQL_ADD_EXECUTABLE(mysql completion_hash.cc mysql.cc readline.cc ../sql-common/sql_string.cc pattern_matcher.cc) + MYSQL_ADD_EXECUTABLE(mysql completion_hash.cc mysql.cc readline.cc ../sql-common/sql_string.cc pattern_matcher.cc ${CMAKE_SOURCE_DIR}/sql/net_ns.cc) TARGET_LINK_LIBRARIES(mysql mysqlclient) IF(UNIX) TARGET_LINK_LIBRARIES(mysql ${EDITLINE_LIBRARY}) @@ -37,7 +35,7 @@ MYSQL_ADD_EXECUTABLE(mysqlbinlog mysqlbinlog.cc) SET(MYSQLBINLOG_LIB_SOURCES ${CMAKE_SOURCE_DIR}/strings/decimal.cc -@@ -110,16 +113,20 @@ TARGET_LINK_LIBRARIES(mysqlslap mysqlcli +@@ -107,12 +110,15 @@ TARGET_LINK_LIBRARIES(mysqlslap mysqlcli MYSQL_ADD_EXECUTABLE(mysql_config_editor mysql_config_editor.cc) TARGET_LINK_LIBRARIES(mysql_config_editor mysqlclient) @@ -49,11 +47,6 @@ +IF(FALSE) MYSQL_ADD_EXECUTABLE(mysql_ssl_rsa_setup mysql_ssl_rsa_setup.cc path.cc logger.cc) TARGET_LINK_LIBRARIES(mysql_ssl_rsa_setup mysys mysys_ssl) -+ - # Bug in /usr/lib/gcc-snapshot/lib/libstdc++.so ?? - IF(CMAKE_CXX_COMPILER_VERSION VERSION_EQUAL "9.0.0") - TARGET_LINK_LIBRARIES(mysql_ssl_rsa_setup -static-libstdc++) - ENDIF() +ENDIF() # "WIN32" also covers 64 bit. "echo" is used in some files below "mysql-test/". Modified: head/databases/mysql80-server/files/patch-plugin_x_CMakeLists.txt ============================================================================== --- head/databases/mysql80-server/files/patch-plugin_x_CMakeLists.txt Sat May 11 14:14:01 2019 (r501260) +++ head/databases/mysql80-server/files/patch-plugin_x_CMakeLists.txt Sat May 11 14:15:44 2019 (r501261) @@ -1,18 +1,16 @@ --- plugin/x/CMakeLists.txt.orig 2018-04-08 06:44:49 UTC +++ plugin/x/CMakeLists.txt -@@ -89,12 +89,15 @@ INCLUDE_DIRECTORIES( +@@ -80,11 +80,14 @@ INCLUDE_DIRECTORIES( ${MYSQLX_GENERATE_DIR} ${MYSQLX_PROTOCOL_INCLUDE_DIR} ${MYSQLX_CLIENT_INCLUDE_DIR} + ${BOOST_INCLUDE_DIR} ) - INCLUDE_DIRECTORIES(SYSTEM - ${PROTOBUF_INCLUDE_DIRS} - ${LIBEVENT_INCLUDE_DIRS} - ${ICU_INCLUDE_DIRS} -+ ${SSL_INCLUDE_DIRS} -+ ${ZLIB_INCLUDE_DIR} - ) + MY_INCLUDE_SYSTEM_DIRECTORIES(PROTOBUF) + MY_INCLUDE_SYSTEM_DIRECTORIES(LIBEVENT) + MY_INCLUDE_SYSTEM_DIRECTORIES(ICU) ++MY_INCLUDE_SYSTEM_DIRECTORIES(SSL) ++MY_INCLUDE_SYSTEM_DIRECTORIES(ZLIB) SET(MYSQLX_PROTBUF_AND_PROTOCOL_LIB Modified: head/databases/mysql80-server/files/patch-sql_mysqld.cc ============================================================================== --- head/databases/mysql80-server/files/patch-sql_mysqld.cc Sat May 11 14:14:01 2019 (r501260) +++ head/databases/mysql80-server/files/patch-sql_mysqld.cc Sat May 11 14:15:44 2019 (r501261) @@ -11,19 +11,10 @@ #define FILE_LINE_ARGS , const char *, int @@ -4530,7 +4530,7 @@ static void init_ssl() { - static int init_ssl_communication() { + static void init_ssl() { #ifdef HAVE_OPENSSL --#ifndef HAVE_WOLFSSL -+#if !defined(HAVE_WOLFSSL) && !defined(LIBRESSL_VERSION_NUMBER) - char ssl_err_string[OPENSSL_ERROR_LENGTH] = {'\0'}; - int ret_fips_mode = set_fips_mode(opt_ssl_fips_mode, ssl_err_string); - if (ret_fips_mode != 1) { -@@ -8919,7 +8919,7 @@ bool mysqld_get_one_option(int optid, - One can disable SSL later by using --skip-ssl or --ssl=0. - */ - opt_use_ssl = true; --#ifdef HAVE_WOLFSSL -+#if defined(HAVE_WOLFSSL) || defined(LIBRESSL_VERSION_NUMBER) - /* crl has no effect in wolfSSL. */ - opt_ssl_crl = NULL; - opt_ssl_crlpath = NULL; +-#if !defined(HAVE_WOLFSSL) && !defined(__sun) ++#if !defined(HAVE_WOLFSSL) && !defined(LIBRESSL_VERSION_NUMBER) && !defined(__sun) + #if defined(HAVE_PSI_MEMORY_INTERFACE) + static PSI_memory_info all_openssl_memory[] = { + {&key_memory_openssl, "openssl_malloc", 0, 0, Modified: head/databases/mysql80-server/pkg-plist ============================================================================== --- head/databases/mysql80-server/pkg-plist Sat May 11 14:14:01 2019 (r501260) +++ head/databases/mysql80-server/pkg-plist Sat May 11 14:15:44 2019 (r501261) @@ -14,6 +14,7 @@ bin/mysqld_multi bin/mysqld_safe bin/mysqldumpslow bin/mysqlrouter +bin/mysqlrouter_passwd bin/mysqlrouter_plugin_info bin/mysqltest bin/mysqlxtest @@ -24,11 +25,15 @@ lib/mysql/libmysqlharness.so lib/mysql/libmysqlharness.so.1 lib/mysql/libmysqlrouter.so lib/mysql/libmysqlrouter.so.1 +lib/mysql/libmysqlrouter_http.so +lib/mysql/libmysqlrouter_http.so.1 +lib/mysql/mysqlrouter/http_auth_backend.so +lib/mysql/mysqlrouter/http_auth_realm.so +lib/mysql/mysqlrouter/http_server.so lib/mysql/mysqlrouter/keepalive.so lib/mysql/mysqlrouter/metadata_cache.so lib/mysql/mysqlrouter/mysql_protocol.so lib/mysql/mysqlrouter/routing.so -lib/mysql/mysqlrouter/syslog.so lib/mysql/plugin/adt_null.so lib/mysql/plugin/auth.so lib/mysql/plugin/auth_test_plugin.so @@ -46,6 +51,7 @@ lib/mysql/plugin/component_pfs_example_component_popul lib/mysql/plugin/component_test_audit_api_message.so lib/mysql/plugin/component_test_backup_lock_service.so lib/mysql/plugin/component_test_host_application_signal.so +lib/mysql/plugin/component_test_mysql_runtime_error.so lib/mysql/plugin/component_test_pfs_notification.so lib/mysql/plugin/component_test_pfs_resource_group.so lib/mysql/plugin/component_test_status_var_service.so @@ -74,6 +80,7 @@ lib/mysql/plugin/component_udf_unreg_real_func.so lib/mysql/plugin/component_validate_password.so lib/mysql/plugin/connection_control.so lib/mysql/plugin/daemon_example.ini +lib/mysql/plugin/ddl_rewriter.so lib/mysql/plugin/group_replication.so %%NO_EXAMPLE%%lib/mysql/plugin/ha_example.so lib/mysql/plugin/ha_mock.so @@ -95,6 +102,7 @@ lib/mysql/plugin/libtest_sql_errors.so lib/mysql/plugin/libtest_sql_lock.so lib/mysql/plugin/libtest_sql_processlist.so lib/mysql/plugin/libtest_sql_replication.so +lib/mysql/plugin/libtest_sql_reset_connection.so lib/mysql/plugin/libtest_sql_shutdown.so lib/mysql/plugin/libtest_sql_sqlmode.so lib/mysql/plugin/libtest_sql_stmt.so @@ -182,7 +190,6 @@ man/man8/mysqld.8.gz %%DATADIR%%/italian/errmsg.sys %%DATADIR%%/japanese/errmsg.sys %%DATADIR%%/korean/errmsg.sys -%%DATADIR%%/magic %%DATADIR%%/mysql-log-rotate %%DATADIR%%/mysql.server %%DATADIR%%/mysqld_multi.server From owner-svn-ports-all@freebsd.org Sat May 11 14:48:42 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A21A159F24B; Sat, 11 May 2019 14:48:42 +0000 (UTC) (envelope-from mr@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2FD428BA24; Sat, 11 May 2019 14:48:42 +0000 (UTC) (envelope-from mr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 168131D02A; Sat, 11 May 2019 14:48:42 +0000 (UTC) (envelope-from mr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BEmfgd086653; Sat, 11 May 2019 14:48:41 GMT (envelope-from mr@FreeBSD.org) Received: (from mr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BEmfiT086652; Sat, 11 May 2019 14:48:41 GMT (envelope-from mr@FreeBSD.org) Message-Id: <201905111448.x4BEmfiT086652@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mr set sender to mr@FreeBSD.org using -f From: Michael Reifenberger Date: Sat, 11 May 2019 14:48:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501262 - branches/2019Q2/security/ruby-bitwarden X-SVN-Group: ports-branches X-SVN-Commit-Author: mr X-SVN-Commit-Paths: branches/2019Q2/security/ruby-bitwarden X-SVN-Commit-Revision: 501262 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2FD428BA24 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.960,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 14:48:42 -0000 Author: mr Date: Sat May 11 14:48:41 2019 New Revision: 501262 URL: https://svnweb.freebsd.org/changeset/ports/501262 Log: MFH: r500659 Apply fix for installation with ruby 2.5 PR: 237478 Submitted by: Koichiro Iwao Approved by: portmgr (blanket: Build, runtime or packaging fixes, if the quarterly branch version is currently broken) Modified: branches/2019Q2/security/ruby-bitwarden/pkg-plist Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/security/ruby-bitwarden/pkg-plist ============================================================================== --- branches/2019Q2/security/ruby-bitwarden/pkg-plist Sat May 11 14:15:44 2019 (r501261) +++ branches/2019Q2/security/ruby-bitwarden/pkg-plist Sat May 11 14:48:41 2019 (r501262) @@ -9,10 +9,10 @@ %%WWWDIR%%/config.ru %%WWWDIR%%/db/.gitkeep %%WWWDIR%%/db/config.yml -%%WWWDIR%%/db/migrate/201803%%RUBY_SUFFIX%%145941_create_users.rb -%%WWWDIR%%/db/migrate/201803%%RUBY_SUFFIX%%151103_create_devices.rb -%%WWWDIR%%/db/migrate/201803%%RUBY_SUFFIX%%151113_create_folders.rb -%%WWWDIR%%/db/migrate/201803%%RUBY_SUFFIX%%151117_create_ciphers.rb +%%WWWDIR%%/db/migrate/20180324145941_create_users.rb +%%WWWDIR%%/db/migrate/20180324151103_create_devices.rb +%%WWWDIR%%/db/migrate/20180324151113_create_folders.rb +%%WWWDIR%%/db/migrate/20180324151117_create_ciphers.rb %%WWWDIR%%/db/migrate/20180518070354_set_default_value_for_favorite.rb %%WWWDIR%%/db/migrate/20180818095054_create_attachments.rb %%WWWDIR%%/db/migrate/20180818201731_user_kdf_iterations.rb From owner-svn-ports-all@freebsd.org Sat May 11 16:16:19 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6502315A12D5; Sat, 11 May 2019 16:16:19 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0B3A88E5D5; Sat, 11 May 2019 16:16:19 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DA5EB1DF15; Sat, 11 May 2019 16:16:18 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BGGIhN033021; Sat, 11 May 2019 16:16:18 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BGGImg033020; Sat, 11 May 2019 16:16:18 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905111616.x4BGGImg033020@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 11 May 2019 16:16:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501263 - head/devel/emscripten X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/emscripten X-SVN-Commit-Revision: 501263 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0B3A88E5D5 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.975,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 16:16:19 -0000 Author: yuri Date: Sat May 11 16:16:18 2019 New Revision: 501263 URL: https://svnweb.freebsd.org/changeset/ports/501263 Log: devel/emscripten: Add the PORTSCOUT limit expression Modified: head/devel/emscripten/Makefile Modified: head/devel/emscripten/Makefile ============================================================================== --- head/devel/emscripten/Makefile Sat May 11 14:48:41 2019 (r501262) +++ head/devel/emscripten/Makefile Sat May 11 16:16:18 2019 (r501263) @@ -24,6 +24,8 @@ PYSCRIPTS= em++ emar emcc em-config emconfigure emmake NO_BUILD= yes NO_ARCH= yes +PORTSCOUT= limit:^[0-9\.]*$$ # prevent versions like "i64" + post-patch: @${REINPLACE_CMD} -E "s|^__rootpath__ = .*|__rootpath__ = '${PREFIX}/lib/${PORTNAME}'|" ${WRKSRC}/tools/shared.py From owner-svn-ports-all@freebsd.org Sat May 11 16:23:58 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E456615A1553; Sat, 11 May 2019 16:23:57 +0000 (UTC) (envelope-from jmd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 883318E972; Sat, 11 May 2019 16:23:57 +0000 (UTC) (envelope-from jmd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 602551E0B3; Sat, 11 May 2019 16:23:57 +0000 (UTC) (envelope-from jmd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BGNvrd038555; Sat, 11 May 2019 16:23:57 GMT (envelope-from jmd@FreeBSD.org) Received: (from jmd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BGNu5l038553; Sat, 11 May 2019 16:23:56 GMT (envelope-from jmd@FreeBSD.org) Message-Id: <201905111623.x4BGNu5l038553@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jmd set sender to jmd@FreeBSD.org using -f From: Johannes M Dieterich Date: Sat, 11 May 2019 16:23:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501264 - head/x11-drivers/xf86-video-ati X-SVN-Group: ports-head X-SVN-Commit-Author: jmd X-SVN-Commit-Paths: head/x11-drivers/xf86-video-ati X-SVN-Commit-Revision: 501264 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 883318E972 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.98)[-0.975,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 16:23:58 -0000 Author: jmd Date: Sat May 11 16:23:56 2019 New Revision: 501264 URL: https://svnweb.freebsd.org/changeset/ports/501264 Log: xf86-video-ati: Update to release 19.0.1 Includes only minor bug fixes. Changelog: https://lists.freedesktop.org/archives/xorg/2019-March/059717.html Approved by: zeising (x11, implicit) Modified: head/x11-drivers/xf86-video-ati/Makefile head/x11-drivers/xf86-video-ati/distinfo Modified: head/x11-drivers/xf86-video-ati/Makefile ============================================================================== --- head/x11-drivers/xf86-video-ati/Makefile Sat May 11 16:16:18 2019 (r501263) +++ head/x11-drivers/xf86-video-ati/Makefile Sat May 11 16:23:56 2019 (r501264) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xf86-video-ati -PORTVERSION= 19.0.0 +PORTVERSION= 19.0.1 PORTEPOCH= 1 CATEGORIES= x11-drivers Modified: head/x11-drivers/xf86-video-ati/distinfo ============================================================================== --- head/x11-drivers/xf86-video-ati/distinfo Sat May 11 16:16:18 2019 (r501263) +++ head/x11-drivers/xf86-video-ati/distinfo Sat May 11 16:23:56 2019 (r501264) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555514193 -SHA256 (xorg/driver/xf86-video-ati-19.0.0.tar.bz2) = dd907d318884bb6e81e7e62da7bb34af26aeeed3a81c21e0b46a4f3cae3ff457 -SIZE (xorg/driver/xf86-video-ati-19.0.0.tar.bz2) = 901467 +TIMESTAMP = 1557591433 +SHA256 (xorg/driver/xf86-video-ati-19.0.1.tar.bz2) = 5cb6015d8664546ad1311bc9c363d7bc41ebf60e7046ceb44dd38e5b707961b0 +SIZE (xorg/driver/xf86-video-ati-19.0.1.tar.bz2) = 902825 From owner-svn-ports-all@freebsd.org Sat May 11 16:24:50 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C392115A15A4; Sat, 11 May 2019 16:24:50 +0000 (UTC) (envelope-from jmd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 69CA38EA54; Sat, 11 May 2019 16:24:50 +0000 (UTC) (envelope-from jmd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 43B391E0B5; Sat, 11 May 2019 16:24:50 +0000 (UTC) (envelope-from jmd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BGOos7038710; Sat, 11 May 2019 16:24:50 GMT (envelope-from jmd@FreeBSD.org) Received: (from jmd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BGOnXD038708; Sat, 11 May 2019 16:24:49 GMT (envelope-from jmd@FreeBSD.org) Message-Id: <201905111624.x4BGOnXD038708@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jmd set sender to jmd@FreeBSD.org using -f From: Johannes M Dieterich Date: Sat, 11 May 2019 16:24:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501265 - head/x11-drivers/xf86-video-amdgpu X-SVN-Group: ports-head X-SVN-Commit-Author: jmd X-SVN-Commit-Paths: head/x11-drivers/xf86-video-amdgpu X-SVN-Commit-Revision: 501265 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 69CA38EA54 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.98)[-0.975,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 16:24:50 -0000 Author: jmd Date: Sat May 11 16:24:49 2019 New Revision: 501265 URL: https://svnweb.freebsd.org/changeset/ports/501265 Log: x11-drivers/xf86-video-amdgpu: update to 19.0.1 Includes only minor bugfixes. Changelog: https://lists.freedesktop.org/archives/xorg/2019-March/059718.html Approved by: zeising (x11, implicit) Modified: head/x11-drivers/xf86-video-amdgpu/Makefile head/x11-drivers/xf86-video-amdgpu/distinfo Modified: head/x11-drivers/xf86-video-amdgpu/Makefile ============================================================================== --- head/x11-drivers/xf86-video-amdgpu/Makefile Sat May 11 16:23:56 2019 (r501264) +++ head/x11-drivers/xf86-video-amdgpu/Makefile Sat May 11 16:24:49 2019 (r501265) @@ -3,7 +3,7 @@ # this port is for future amdgpu kernel support testing. PORTNAME= xf86-video-amdgpu -PORTVERSION= 19.0.0 +PORTVERSION= 19.0.1 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org Modified: head/x11-drivers/xf86-video-amdgpu/distinfo ============================================================================== --- head/x11-drivers/xf86-video-amdgpu/distinfo Sat May 11 16:23:56 2019 (r501264) +++ head/x11-drivers/xf86-video-amdgpu/distinfo Sat May 11 16:24:49 2019 (r501265) @@ -1,3 +1,3 @@ -TIMESTAMP = 1552442314 -SHA256 (xorg/driver/xf86-video-amdgpu-19.0.0.tar.bz2) = 8836147d4755908ec9e192b7cc485fbc2ce7706de33f7bea515294d3ba4c4f51 -SIZE (xorg/driver/xf86-video-amdgpu-19.0.0.tar.bz2) = 439773 +TIMESTAMP = 1557591513 +SHA256 (xorg/driver/xf86-video-amdgpu-19.0.1.tar.bz2) = aaa197196aadcb12e93e10a2aa03c9aedc9ba7b27c2643a8ef620d41e2d1c6d5 +SIZE (xorg/driver/xf86-video-amdgpu-19.0.1.tar.bz2) = 440534 From owner-svn-ports-all@freebsd.org Sat May 11 16:26:42 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EBE9615A1620; Sat, 11 May 2019 16:26:41 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8EBB38EB42; Sat, 11 May 2019 16:26:41 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5C3251E0B6; Sat, 11 May 2019 16:26:41 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BGQf8S038907; Sat, 11 May 2019 16:26:41 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BGQeGn038905; Sat, 11 May 2019 16:26:40 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905111626.x4BGQeGn038905@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 11 May 2019 16:26:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501266 - head/devel/py-asciimatics X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/py-asciimatics X-SVN-Commit-Revision: 501266 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8EBB38EB42 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.98)[-0.975,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 16:26:42 -0000 Author: yuri Date: Sat May 11 16:26:40 2019 New Revision: 501266 URL: https://svnweb.freebsd.org/changeset/ports/501266 Log: devel/py-asciimatics: Update 1.10.0 -> 1.11.0 Reported by: portscout Modified: head/devel/py-asciimatics/Makefile head/devel/py-asciimatics/distinfo Modified: head/devel/py-asciimatics/Makefile ============================================================================== --- head/devel/py-asciimatics/Makefile Sat May 11 16:24:49 2019 (r501265) +++ head/devel/py-asciimatics/Makefile Sat May 11 16:26:40 2019 (r501266) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= asciimatics -PORTVERSION= 1.10.0 +PORTVERSION= 1.11.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-asciimatics/distinfo ============================================================================== --- head/devel/py-asciimatics/distinfo Sat May 11 16:24:49 2019 (r501265) +++ head/devel/py-asciimatics/distinfo Sat May 11 16:26:40 2019 (r501266) @@ -1,3 +1,3 @@ -TIMESTAMP = 1550515831 -SHA256 (asciimatics-1.10.0.tar.gz) = 9101b0b6885542f324980bbe13a772475cd6a12678f601228eaaea412db919ab -SIZE (asciimatics-1.10.0.tar.gz) = 1534144 +TIMESTAMP = 1557591401 +SHA256 (asciimatics-1.11.0.tar.gz) = 1d0871133c95fa15c603d471ebb77e39b3389877e2ff2ad5ab3bc906d81b5e8c +SIZE (asciimatics-1.11.0.tar.gz) = 1542478 From owner-svn-ports-all@freebsd.org Sat May 11 16:44:37 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7415D15A1B1F; Sat, 11 May 2019 16:44:37 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 15FB58F470; Sat, 11 May 2019 16:44:37 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DD07E1E424; Sat, 11 May 2019 16:44:36 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BGiaFE049126; Sat, 11 May 2019 16:44:36 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BGiaMg049123; Sat, 11 May 2019 16:44:36 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905111644.x4BGiaMg049123@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 11 May 2019 16:44:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501267 - in head/sysutils/synergy-1: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/sysutils/synergy-1: . files X-SVN-Commit-Revision: 501267 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 15FB58F470 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 16:44:37 -0000 Author: yuri Date: Sat May 11 16:44:35 2019 New Revision: 501267 URL: https://svnweb.freebsd.org/changeset/ports/501267 Log: sysutils/synergy-1: Update 1.10.1 -> 1.10.2 Reported by: portscout Deleted: head/sysutils/synergy-1/files/patch-src_lib_arch_CMakeLists.txt Modified: head/sysutils/synergy-1/Makefile head/sysutils/synergy-1/distinfo head/sysutils/synergy-1/files/patch-CMakeLists.txt head/sysutils/synergy-1/files/patch-src_lib_net_SecureSocket.cpp Modified: head/sysutils/synergy-1/Makefile ============================================================================== --- head/sysutils/synergy-1/Makefile Sat May 11 16:26:40 2019 (r501266) +++ head/sysutils/synergy-1/Makefile Sat May 11 16:44:35 2019 (r501267) @@ -2,8 +2,7 @@ PORTNAME= synergy-1 DISTVERSIONPREFIX= v -DISTVERSION= 1.10.1 -PORTREVISION= 1 +DISTVERSION= 1.10.2 DISTVERSIONSUFFIX= -stable CATEGORIES= sysutils @@ -24,6 +23,7 @@ USE_XORG= ice xtst x11 sm xext xinerama xrandr xi CONFLICTS= synergy +CMAKE_OFF= SYNERGY_BUILD_LEGACY_INSTALLER SYNERGY_BUILD_LEGACY_GUI CMAKE_ARGS= -DSYNERGY_REVISION:STRING=${DISTVERSION:S/.//g}0000 # it expects a 7-digit hash CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib Modified: head/sysutils/synergy-1/distinfo ============================================================================== --- head/sysutils/synergy-1/distinfo Sat May 11 16:26:40 2019 (r501266) +++ head/sysutils/synergy-1/distinfo Sat May 11 16:44:35 2019 (r501267) @@ -1,3 +1,3 @@ -TIMESTAMP = 1536563910 -SHA256 (symless-synergy-core-v1.10.1-stable_GH0.tar.gz) = 67ef37a9c090e0197018220c04df3005fc574a391935c29b7cb0c3f208fd0429 -SIZE (symless-synergy-core-v1.10.1-stable_GH0.tar.gz) = 6694179 +TIMESTAMP = 1557592062 +SHA256 (symless-synergy-core-v1.10.2-stable_GH0.tar.gz) = 5ffbf9b155f872714f430be911e149f3b21a839eb26270911478f85ad398f48f +SIZE (symless-synergy-core-v1.10.2-stable_GH0.tar.gz) = 6700286 Modified: head/sysutils/synergy-1/files/patch-CMakeLists.txt ============================================================================== --- head/sysutils/synergy-1/files/patch-CMakeLists.txt Sat May 11 16:26:40 2019 (r501266) +++ head/sysutils/synergy-1/files/patch-CMakeLists.txt Sat May 11 16:44:35 2019 (r501267) @@ -1,23 +1,29 @@ ---- CMakeLists.txt.orig 2018-08-08 17:39:28 UTC +--- CMakeLists.txt.orig 2019-05-09 16:52:59 UTC +++ CMakeLists.txt -@@ -17,9 +17,9 @@ - cmake_minimum_required (VERSION 3.4) - project (synergy-core C CXX) - --option (SYNERGY_BUILD_LEGACY_GUI "Build the legacy GUI" ON) -+option (SYNERGY_BUILD_LEGACY_GUI "Build the legacy GUI" OFF) - option (SYNERGY_BUILD_LEGACY_SERVICE "Build the legacy service (synergyd)" ON) --option (SYNERGY_BUILD_LEGACY_INSTALLER "Build the legacy installer" ON) -+option (SYNERGY_BUILD_LEGACY_INSTALLER "Build the legacy installer" OFF) - - if (DEFINED ENV{SYNERGY_ENTERPRISE}) - option (SYNERGY_ENTERPRISE "Build Enterprise" ON) @@ -300,7 +300,7 @@ elseif (${CMAKE_SYSTEM_NAME} MATCHES "Da ${OPENSSL_ROOT}/lib/libssl.a ${OPENSSL_ROOT}/lib/libcrypto.a ) -elseif (${CMAKE_SYSTEM_NAME} MATCHES "Linux") -+elseif (${CMAKE_SYSTEM_NAME} MATCHES "Linux|.*BSD") ++elseif (${CMAKE_SYSTEM_NAME} MATCHES "Linux|.*BSD|DragonFly") set (OPENSSL_LIBS ssl crypto) else() message (FATAL_ERROR "Couldn't find OpenSSL") +@@ -337,7 +337,7 @@ macro (configure_files srcDir destDir) + endmacro (configure_files) + + macro(generate_versionfile) +- if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin" OR ${CMAKE_SYSTEM_NAME} MATCHES "Linux") ++ if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin" OR ${CMAKE_SYSTEM_NAME} MATCHES "Linux|.*BSD|DragonFly") + FILE(WRITE ${CMAKE_BINARY_DIR}/version + "export SYNERGY_VERSION_MAJOR=\"${SYNERGY_VERSION_MAJOR}\"\n" + "export SYNERGY_VERSION_MINOR=\"${SYNERGY_VERSION_MINOR}\"\n" +@@ -380,7 +380,7 @@ endif() + # + # Linux installation + # +-if (${CMAKE_SYSTEM_NAME} MATCHES "Linux") ++if (${CMAKE_SYSTEM_NAME} MATCHES "Linux|.*BSD|DragonFly") + configure_files (${CMAKE_CURRENT_SOURCE_DIR}/dist/rpm ${CMAKE_BINARY_DIR}/rpm) + install(FILES res/synergy.svg DESTINATION share/icons/hicolor/scalable/apps) + if("${VERSION_MAJOR}" STREQUAL "2") Modified: head/sysutils/synergy-1/files/patch-src_lib_net_SecureSocket.cpp ============================================================================== --- head/sysutils/synergy-1/files/patch-src_lib_net_SecureSocket.cpp Sat May 11 16:26:40 2019 (r501266) +++ head/sysutils/synergy-1/files/patch-src_lib_net_SecureSocket.cpp Sat May 11 16:44:35 2019 (r501267) @@ -1,6 +1,6 @@ ---- src/lib/net/SecureSocket.cpp.orig 2018-03-01 20:07:30 UTC +--- src/lib/net/SecureSocket.cpp.orig 2019-05-09 16:52:59 UTC +++ src/lib/net/SecureSocket.cpp -@@ -807,7 +807,7 @@ SecureSocket::showSecureCipherInfo() +@@ -812,7 +812,7 @@ SecureSocket::showSecureCipherInfo() showCipherStackDesc(sStack); } From owner-svn-ports-all@freebsd.org Sat May 11 17:32:56 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3657015A2D90; Sat, 11 May 2019 17:32:56 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C49EA69E83; Sat, 11 May 2019 17:32:55 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 99C091EC57; Sat, 11 May 2019 17:32:55 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BHWtVW075193; Sat, 11 May 2019 17:32:55 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BHWsNl075189; Sat, 11 May 2019 17:32:54 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905111732.x4BHWsNl075189@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 11 May 2019 17:32:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501268 - in head/math: . curv curv/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math: . curv curv/files X-SVN-Commit-Revision: 501268 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C49EA69E83 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.96)[-0.956,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 17:32:56 -0000 Author: yuri Date: Sat May 11 17:32:54 2019 New Revision: 501268 URL: https://svnweb.freebsd.org/changeset/ports/501268 Log: New port: math/curv: Language for making art using mathematics Added: head/math/curv/ head/math/curv/Makefile (contents, props changed) head/math/curv/distinfo (contents, props changed) head/math/curv/files/ head/math/curv/files/patch-CMakeLists.txt (contents, props changed) head/math/curv/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sat May 11 16:44:35 2019 (r501267) +++ head/math/Makefile Sat May 11 17:32:54 2019 (r501268) @@ -185,6 +185,7 @@ SUBDIR += coq SUBDIR += crlibm SUBDIR += cryptominisat + SUBDIR += curv SUBDIR += cvc3 SUBDIR += cvc4 SUBDIR += dbcsr Added: head/math/curv/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/curv/Makefile Sat May 11 17:32:54 2019 (r501268) @@ -0,0 +1,40 @@ +# $FreeBSD$ + +PORTNAME= curv +DISTVERSION= 0.4-87 +DISTVERSIONSUFFIX= -g947ca71e +CATEGORIES= math lang graphics + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Language for making art using mathematics + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= glm>0:math/glm \ + replxx>0:devel/replxx +LIB_DEPENDS= libboost_system.so:devel/boost-libs \ + libdouble-conversion.so:devel/double-conversion \ + libglfw.so:graphics/glfw \ + libHalf.so:graphics/ilmbase \ + libopenvdb.so:misc/openvdb \ + libtbb.so:devel/tbb + +USES= cmake compiler:c++14-lang gl localbase:ldflags +USE_GITHUB= yes +GH_ACCOUNT= curv3d +GH_TUPLE= ocornut:imgui:e0cab5664adf02c030f9cf2a05d2c334638a85f8:imgui/extern/imgui \ + Tessil:ordered-map:3c1415148f38409e4e68c13c55117107ece0187d:om/extern/ordered-map +USE_GL= gl +USE_XORG= x11 + +PLIST_FILES= bin/curv \ + lib/curv/lib/blend.curv \ + lib/curv/lib/web_colour.curv \ + lib/curv/std.curv \ + share/gtksourceview-3.0/language-specs/curv.lang + +post-install: + @${RM} ${STAGEDIR}${PREFIX}/lib/curv/lib/README + +.include Added: head/math/curv/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/curv/distinfo Sat May 11 17:32:54 2019 (r501268) @@ -0,0 +1,7 @@ +TIMESTAMP = 1557595165 +SHA256 (curv3d-curv-0.4-87-g947ca71e_GH0.tar.gz) = 8c19ff84bfedfaf7be31489b9b3a7468246be0f117dc26424f3db020d154986c +SIZE (curv3d-curv-0.4-87-g947ca71e_GH0.tar.gz) = 14899872 +SHA256 (ocornut-imgui-e0cab5664adf02c030f9cf2a05d2c334638a85f8_GH0.tar.gz) = 934d582eda967f4a6d19c9cc75ee25d73ead36294c552a5cd59c2194042b0741 +SIZE (ocornut-imgui-e0cab5664adf02c030f9cf2a05d2c334638a85f8_GH0.tar.gz) = 1078917 +SHA256 (Tessil-ordered-map-3c1415148f38409e4e68c13c55117107ece0187d_GH0.tar.gz) = a9b17d185641ddba06b5a3aed0df47603674fc021aea192ca7f831273a88a196 +SIZE (Tessil-ordered-map-3c1415148f38409e4e68c13c55117107ece0187d_GH0.tar.gz) = 60180 Added: head/math/curv/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/curv/files/patch-CMakeLists.txt Sat May 11 17:32:54 2019 (r501268) @@ -0,0 +1,51 @@ +--- CMakeLists.txt.orig 2019-05-11 14:42:40 UTC ++++ CMakeLists.txt +@@ -15,12 +15,10 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} + # Global include directories, visible in subdirectories. + include_directories(. + extern/googletest/googletest/include +- extern/double-conversion + extern/ordered-map/include +- extern/openvdb + extern/blosc + extern/stb +- extern/glfw/include ++ extern/gglfwglfwlfw/include + extern/glm + extern/glad) + +@@ -30,19 +28,6 @@ if (APPLE) + link_directories(/usr/local/lib) + endif (APPLE) + +-# REPLxx library +-file(GLOB ReplxxSrc "extern/replxx/src/*.cxx" "extern/replxx/src/*.cpp") +-add_library(replxx ${ReplxxSrc}) +-target_include_directories(replxx +- PUBLIC extern/replxx/include +- PRIVATE extern/replxx/src) +-set_property(TARGET replxx PROPERTY CXX_STANDARD 14) +- +-# double-conversion library +-file(GLOB DoubleConversionSrc "extern/double-conversion/double-conversion/*.cc") +-add_library(double-conversion ${DoubleConversionSrc}) +-set_property(TARGET double-conversion PROPERTY CXX_STANDARD 14) +- + # glad library, an OpenGL loader + add_library(glad + extern/glad/glad/glad.c) +@@ -93,7 +78,7 @@ target_link_libraries(libcurv_geom PUBLI + + file(GLOB Src "curv/*.c" "curv/*.cc") + add_executable(curv ${Src}) +-target_link_libraries(curv PUBLIC libcurv_geom libcurv imgui glfw glad ${LibOpenGL} replxx double-conversion boost_iostreams boost_filesystem boost_system openvdb_static Half tbb dl pthread) ++target_link_libraries(curv PUBLIC libcurv_geom libcurv imgui glfw glad ${LibOpenGL} replxx double-conversion boost_iostreams boost_filesystem boost_system openvdb Half tbb dl pthread) + + file(GLOB CurvcSrc "curvc/*.cc") + add_executable(curvc EXCLUDE_FROM_ALL ${CurvcSrc}) +@@ -128,5 +113,3 @@ if (NOT TARGET uninstall) + endif() + + add_subdirectory(extern/googletest/googletest EXCLUDE_FROM_ALL) +-add_subdirectory(extern/openvdb/openvdb EXCLUDE_FROM_ALL) +-add_subdirectory(extern/glfw EXCLUDE_FROM_ALL) Added: head/math/curv/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/curv/pkg-descr Sat May 11 17:32:54 2019 (r501268) @@ -0,0 +1,24 @@ +Curv is a programming language for creating art using mathematics. It's a 2D and +3D geometric modelling tool that supports full colour, animation and 3D +printing. + +Features: +* Curv is a simple, powerful, dynamically typed, pure functional programming + language. +* Curv is easy to use for beginners. It has a standard library of predefined + geometric shapes, plus operators for transforming and combining shapes. These + can be plugged together like Lego to make 2D and 3D models. +* Coloured shapes are represented using Function Representation (F-Rep). They + can be infinitely detailed, infinitely large, and any shape or colour pattern + that can be described using mathematics can be represented exactly. +* Curv exposes the full power of F-Rep programming to experts. The standard + geometry library is written entirely in Curv. Many of the demos seen on + shadertoy.com can be reproduced in Curv, using shorter, simpler programs. + Experts can package techniques used on shadertoy as high level operations for + use by beginners. +* Curv can export meshes to STL, OBJ and X3D files for 3D printing. The X3D + format supports full colour 3D printing (on Shapeways.com, at least). These + meshes are defect free: watertight, manifold, with no self intersections, + degenerate triangles, or flipped triangles. + +WWW: https://github.com/curv3d/curv/ From owner-svn-ports-all@freebsd.org Sat May 11 17:33:56 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2286515A2DCD; Sat, 11 May 2019 17:33:56 +0000 (UTC) (envelope-from ericbsd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C1CBD69F7C; Sat, 11 May 2019 17:33:55 +0000 (UTC) (envelope-from ericbsd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9B4701EC58; Sat, 11 May 2019 17:33:55 +0000 (UTC) (envelope-from ericbsd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BHXtV4076897; Sat, 11 May 2019 17:33:55 GMT (envelope-from ericbsd@FreeBSD.org) Received: (from ericbsd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BHXpZL076876; Sat, 11 May 2019 17:33:51 GMT (envelope-from ericbsd@FreeBSD.org) Message-Id: <201905111733.x4BHXpZL076876@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ericbsd set sender to ericbsd@FreeBSD.org using -f From: Eric Turgeon Date: Sat, 11 May 2019 17:33:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501269 - in head: archivers/engrampa audio/libmatemixer audio/mate-media deskutils/caja-extensions deskutils/mate-notification-daemon deskutils/mate-utils deskutils/mozo devel/mate-com... X-SVN-Group: ports-head X-SVN-Commit-Author: ericbsd X-SVN-Commit-Paths: in head: archivers/engrampa audio/libmatemixer audio/mate-media deskutils/caja-extensions deskutils/mate-notification-daemon deskutils/mate-utils deskutils/mozo devel/mate-common editors/pluma graphic... X-SVN-Commit-Revision: 501269 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C1CBD69F7C X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.961,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 17:33:56 -0000 Author: ericbsd Date: Sat May 11 17:33:51 2019 New Revision: 501269 URL: https://svnweb.freebsd.org/changeset/ports/501269 Log: update mate desktop to 1.22.1 Approved by: mentors (implicit) Deleted: head/sysutils/mate-power-manager/files/patch-src_Makefile.in head/x11/libmatekbd/files/ Modified: head/archivers/engrampa/Makefile head/archivers/engrampa/distinfo head/archivers/engrampa/pkg-plist head/audio/libmatemixer/Makefile head/audio/libmatemixer/distinfo head/audio/libmatemixer/pkg-plist head/audio/mate-media/Makefile head/audio/mate-media/distinfo head/audio/mate-media/pkg-plist head/deskutils/caja-extensions/Makefile head/deskutils/caja-extensions/distinfo head/deskutils/caja-extensions/pkg-plist head/deskutils/mate-notification-daemon/Makefile head/deskutils/mate-notification-daemon/distinfo head/deskutils/mate-notification-daemon/pkg-plist head/deskutils/mate-utils/Makefile head/deskutils/mate-utils/distinfo head/deskutils/mate-utils/pkg-plist head/deskutils/mozo/Makefile head/deskutils/mozo/distinfo head/deskutils/mozo/pkg-plist head/devel/mate-common/Makefile head/devel/mate-common/distinfo head/editors/pluma/Makefile head/editors/pluma/distinfo head/editors/pluma/pkg-plist head/graphics/atril-lite/pkg-plist head/graphics/atril/Makefile head/graphics/atril/distinfo head/graphics/atril/pkg-plist head/graphics/eom/Makefile head/graphics/eom/distinfo head/graphics/eom/pkg-plist head/math/mate-calc/Makefile head/math/mate-calc/distinfo head/math/mate-calc/pkg-plist head/net/libmateweather/Makefile head/net/libmateweather/distinfo head/sysutils/mate-control-center/Makefile head/sysutils/mate-control-center/distinfo head/sysutils/mate-control-center/pkg-plist head/sysutils/mate-polkit/Makefile head/sysutils/mate-polkit/distinfo head/sysutils/mate-polkit/pkg-plist head/sysutils/mate-power-manager/Makefile head/sysutils/mate-power-manager/distinfo head/sysutils/mate-power-manager/pkg-plist head/sysutils/mate-settings-daemon/Makefile head/sysutils/mate-settings-daemon/distinfo head/sysutils/mate-settings-daemon/pkg-plist head/sysutils/mate-system-monitor/Makefile head/sysutils/mate-system-monitor/distinfo head/sysutils/mate-system-monitor/pkg-plist head/x11-fm/caja/Makefile head/x11-fm/caja/distinfo head/x11-fm/caja/pkg-plist head/x11-themes/mate-backgrounds/Makefile head/x11-themes/mate-backgrounds/distinfo head/x11-themes/mate-backgrounds/pkg-plist head/x11-themes/mate-icon-theme/Makefile head/x11-themes/mate-icon-theme/distinfo head/x11-themes/mate-icon-theme/pkg-plist head/x11-wm/marco/Makefile head/x11-wm/marco/distinfo head/x11/libmatekbd/Makefile head/x11/libmatekbd/distinfo head/x11/mate-applets/Makefile head/x11/mate-applets/distinfo head/x11/mate-applets/pkg-plist head/x11/mate-base/Makefile head/x11/mate-desktop/Makefile head/x11/mate-desktop/distinfo head/x11/mate-desktop/pkg-plist head/x11/mate-menus/Makefile head/x11/mate-menus/distinfo head/x11/mate-menus/pkg-plist head/x11/mate-panel/Makefile head/x11/mate-panel/distinfo head/x11/mate-panel/pkg-plist head/x11/mate-screensaver/Makefile head/x11/mate-screensaver/distinfo head/x11/mate-session-manager/Makefile head/x11/mate-session-manager/distinfo head/x11/mate-session-manager/pkg-plist head/x11/mate-terminal/Makefile head/x11/mate-terminal/distinfo head/x11/mate-terminal/pkg-plist head/x11/mate/Makefile Modified: head/archivers/engrampa/Makefile ============================================================================== --- head/archivers/engrampa/Makefile Sat May 11 17:32:54 2019 (r501268) +++ head/archivers/engrampa/Makefile Sat May 11 17:33:51 2019 (r501269) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= engrampa -PORTVERSION= 1.20.1 +PORTVERSION= 1.22.1 CATEGORIES= archivers mate MASTER_SITES= MATE DIST_SUBDIR= mate Modified: head/archivers/engrampa/distinfo ============================================================================== --- head/archivers/engrampa/distinfo Sat May 11 17:32:54 2019 (r501268) +++ head/archivers/engrampa/distinfo Sat May 11 17:33:51 2019 (r501269) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540649028 -SHA256 (mate/engrampa-1.20.1.tar.xz) = ce7013b40e6102aa4076009fa9bd09f8c0c3a951f484fb87380c4625a992e926 -SIZE (mate/engrampa-1.20.1.tar.xz) = 1446112 +TIMESTAMP = 1556382232 +SHA256 (mate/engrampa-1.22.1.tar.xz) = 336b05cf891b82c55373454e5c03bed09d5296c39aed977366c595a0dd46e31b +SIZE (mate/engrampa-1.22.1.tar.xz) = 1363488 Modified: head/archivers/engrampa/pkg-plist ============================================================================== --- head/archivers/engrampa/pkg-plist Sat May 11 17:32:54 2019 (r501268) +++ head/archivers/engrampa/pkg-plist Sat May 11 17:33:51 2019 (r501269) @@ -4,7 +4,6 @@ libexec/engrampa-server libexec/engrampa/isoinfo.sh libexec/engrampa/rpm2cpio man/man1/engrampa.1.gz -share/appdata/engrampa.appdata.xml share/applications/engrampa.desktop share/caja/extensions/libcaja-engrampa.caja-extension share/dbus-1/services/org.mate.Engrampa.service @@ -22,6 +21,55 @@ share/help/C/engrampa/figures/engrampa_rightarrow.png share/help/C/engrampa/figures/engrampa_uparrow.png share/help/C/engrampa/index.docbook share/help/C/engrampa/legal.xml +share/help/af/engrampa/figures/engrampa_home.png +share/help/af/engrampa/figures/engrampa_leftarrow.png +share/help/af/engrampa/figures/engrampa_main_window.png +share/help/af/engrampa/figures/engrampa_rightarrow.png +share/help/af/engrampa/figures/engrampa_uparrow.png +share/help/af/engrampa/index.docbook +share/help/af/engrampa/legal.xml +share/help/am/engrampa/figures/engrampa_home.png +share/help/am/engrampa/figures/engrampa_leftarrow.png +share/help/am/engrampa/figures/engrampa_main_window.png +share/help/am/engrampa/figures/engrampa_rightarrow.png +share/help/am/engrampa/figures/engrampa_uparrow.png +share/help/am/engrampa/index.docbook +share/help/am/engrampa/legal.xml +share/help/ar/engrampa/figures/engrampa_home.png +share/help/ar/engrampa/figures/engrampa_leftarrow.png +share/help/ar/engrampa/figures/engrampa_main_window.png +share/help/ar/engrampa/figures/engrampa_rightarrow.png +share/help/ar/engrampa/figures/engrampa_uparrow.png +share/help/ar/engrampa/index.docbook +share/help/ar/engrampa/legal.xml +share/help/as/engrampa/figures/engrampa_home.png +share/help/as/engrampa/figures/engrampa_leftarrow.png +share/help/as/engrampa/figures/engrampa_main_window.png +share/help/as/engrampa/figures/engrampa_rightarrow.png +share/help/as/engrampa/figures/engrampa_uparrow.png +share/help/as/engrampa/index.docbook +share/help/as/engrampa/legal.xml +share/help/ast/engrampa/figures/engrampa_home.png +share/help/ast/engrampa/figures/engrampa_leftarrow.png +share/help/ast/engrampa/figures/engrampa_main_window.png +share/help/ast/engrampa/figures/engrampa_rightarrow.png +share/help/ast/engrampa/figures/engrampa_uparrow.png +share/help/ast/engrampa/index.docbook +share/help/ast/engrampa/legal.xml +share/help/az/engrampa/figures/engrampa_home.png +share/help/az/engrampa/figures/engrampa_leftarrow.png +share/help/az/engrampa/figures/engrampa_main_window.png +share/help/az/engrampa/figures/engrampa_rightarrow.png +share/help/az/engrampa/figures/engrampa_uparrow.png +share/help/az/engrampa/index.docbook +share/help/az/engrampa/legal.xml +share/help/be/engrampa/figures/engrampa_home.png +share/help/be/engrampa/figures/engrampa_leftarrow.png +share/help/be/engrampa/figures/engrampa_main_window.png +share/help/be/engrampa/figures/engrampa_rightarrow.png +share/help/be/engrampa/figures/engrampa_uparrow.png +share/help/be/engrampa/index.docbook +share/help/be/engrampa/legal.xml share/help/bg/engrampa/figures/engrampa_home.png share/help/bg/engrampa/figures/engrampa_leftarrow.png share/help/bg/engrampa/figures/engrampa_main_window.png @@ -29,6 +77,34 @@ share/help/bg/engrampa/figures/engrampa_rightarrow.png share/help/bg/engrampa/figures/engrampa_uparrow.png share/help/bg/engrampa/index.docbook share/help/bg/engrampa/legal.xml +share/help/bn/engrampa/figures/engrampa_home.png +share/help/bn/engrampa/figures/engrampa_leftarrow.png +share/help/bn/engrampa/figures/engrampa_main_window.png +share/help/bn/engrampa/figures/engrampa_rightarrow.png +share/help/bn/engrampa/figures/engrampa_uparrow.png +share/help/bn/engrampa/index.docbook +share/help/bn/engrampa/legal.xml +share/help/bn_IN/engrampa/figures/engrampa_home.png +share/help/bn_IN/engrampa/figures/engrampa_leftarrow.png +share/help/bn_IN/engrampa/figures/engrampa_main_window.png +share/help/bn_IN/engrampa/figures/engrampa_rightarrow.png +share/help/bn_IN/engrampa/figures/engrampa_uparrow.png +share/help/bn_IN/engrampa/index.docbook +share/help/bn_IN/engrampa/legal.xml +share/help/br/engrampa/figures/engrampa_home.png +share/help/br/engrampa/figures/engrampa_leftarrow.png +share/help/br/engrampa/figures/engrampa_main_window.png +share/help/br/engrampa/figures/engrampa_rightarrow.png +share/help/br/engrampa/figures/engrampa_uparrow.png +share/help/br/engrampa/index.docbook +share/help/br/engrampa/legal.xml +share/help/bs/engrampa/figures/engrampa_home.png +share/help/bs/engrampa/figures/engrampa_leftarrow.png +share/help/bs/engrampa/figures/engrampa_main_window.png +share/help/bs/engrampa/figures/engrampa_rightarrow.png +share/help/bs/engrampa/figures/engrampa_uparrow.png +share/help/bs/engrampa/index.docbook +share/help/bs/engrampa/legal.xml share/help/ca/engrampa/figures/engrampa_home.png share/help/ca/engrampa/figures/engrampa_leftarrow.png share/help/ca/engrampa/figures/engrampa_main_window.png @@ -36,6 +112,27 @@ share/help/ca/engrampa/figures/engrampa_rightarrow.png share/help/ca/engrampa/figures/engrampa_uparrow.png share/help/ca/engrampa/index.docbook share/help/ca/engrampa/legal.xml +share/help/ca@valencia/engrampa/figures/engrampa_home.png +share/help/ca@valencia/engrampa/figures/engrampa_leftarrow.png +share/help/ca@valencia/engrampa/figures/engrampa_main_window.png +share/help/ca@valencia/engrampa/figures/engrampa_rightarrow.png +share/help/ca@valencia/engrampa/figures/engrampa_uparrow.png +share/help/ca@valencia/engrampa/index.docbook +share/help/ca@valencia/engrampa/legal.xml +share/help/cmn/engrampa/figures/engrampa_home.png +share/help/cmn/engrampa/figures/engrampa_leftarrow.png +share/help/cmn/engrampa/figures/engrampa_main_window.png +share/help/cmn/engrampa/figures/engrampa_rightarrow.png +share/help/cmn/engrampa/figures/engrampa_uparrow.png +share/help/cmn/engrampa/index.docbook +share/help/cmn/engrampa/legal.xml +share/help/crh/engrampa/figures/engrampa_home.png +share/help/crh/engrampa/figures/engrampa_leftarrow.png +share/help/crh/engrampa/figures/engrampa_main_window.png +share/help/crh/engrampa/figures/engrampa_rightarrow.png +share/help/crh/engrampa/figures/engrampa_uparrow.png +share/help/crh/engrampa/index.docbook +share/help/crh/engrampa/legal.xml share/help/cs/engrampa/figures/engrampa_home.png share/help/cs/engrampa/figures/engrampa_leftarrow.png share/help/cs/engrampa/figures/engrampa_main_window.png @@ -43,6 +140,20 @@ share/help/cs/engrampa/figures/engrampa_rightarrow.png share/help/cs/engrampa/figures/engrampa_uparrow.png share/help/cs/engrampa/index.docbook share/help/cs/engrampa/legal.xml +share/help/cy/engrampa/figures/engrampa_home.png +share/help/cy/engrampa/figures/engrampa_leftarrow.png +share/help/cy/engrampa/figures/engrampa_main_window.png +share/help/cy/engrampa/figures/engrampa_rightarrow.png +share/help/cy/engrampa/figures/engrampa_uparrow.png +share/help/cy/engrampa/index.docbook +share/help/cy/engrampa/legal.xml +share/help/da/engrampa/figures/engrampa_home.png +share/help/da/engrampa/figures/engrampa_leftarrow.png +share/help/da/engrampa/figures/engrampa_main_window.png +share/help/da/engrampa/figures/engrampa_rightarrow.png +share/help/da/engrampa/figures/engrampa_uparrow.png +share/help/da/engrampa/index.docbook +share/help/da/engrampa/legal.xml share/help/de/engrampa/figures/engrampa_home.png share/help/de/engrampa/figures/engrampa_leftarrow.png share/help/de/engrampa/figures/engrampa_main_window.png @@ -50,6 +161,13 @@ share/help/de/engrampa/figures/engrampa_rightarrow.png share/help/de/engrampa/figures/engrampa_uparrow.png share/help/de/engrampa/index.docbook share/help/de/engrampa/legal.xml +share/help/dz/engrampa/figures/engrampa_home.png +share/help/dz/engrampa/figures/engrampa_leftarrow.png +share/help/dz/engrampa/figures/engrampa_main_window.png +share/help/dz/engrampa/figures/engrampa_rightarrow.png +share/help/dz/engrampa/figures/engrampa_uparrow.png +share/help/dz/engrampa/index.docbook +share/help/dz/engrampa/legal.xml share/help/el/engrampa/figures/engrampa_home.png share/help/el/engrampa/figures/engrampa_leftarrow.png share/help/el/engrampa/figures/engrampa_main_window.png @@ -57,6 +175,20 @@ share/help/el/engrampa/figures/engrampa_rightarrow.png share/help/el/engrampa/figures/engrampa_uparrow.png share/help/el/engrampa/index.docbook share/help/el/engrampa/legal.xml +share/help/en_AU/engrampa/figures/engrampa_home.png +share/help/en_AU/engrampa/figures/engrampa_leftarrow.png +share/help/en_AU/engrampa/figures/engrampa_main_window.png +share/help/en_AU/engrampa/figures/engrampa_rightarrow.png +share/help/en_AU/engrampa/figures/engrampa_uparrow.png +share/help/en_AU/engrampa/index.docbook +share/help/en_AU/engrampa/legal.xml +share/help/en_CA/engrampa/figures/engrampa_home.png +share/help/en_CA/engrampa/figures/engrampa_leftarrow.png +share/help/en_CA/engrampa/figures/engrampa_main_window.png +share/help/en_CA/engrampa/figures/engrampa_rightarrow.png +share/help/en_CA/engrampa/figures/engrampa_uparrow.png +share/help/en_CA/engrampa/index.docbook +share/help/en_CA/engrampa/legal.xml share/help/en_GB/engrampa/figures/engrampa_home.png share/help/en_GB/engrampa/figures/engrampa_leftarrow.png share/help/en_GB/engrampa/figures/engrampa_main_window.png @@ -64,6 +196,13 @@ share/help/en_GB/engrampa/figures/engrampa_rightarrow. share/help/en_GB/engrampa/figures/engrampa_uparrow.png share/help/en_GB/engrampa/index.docbook share/help/en_GB/engrampa/legal.xml +share/help/eo/engrampa/figures/engrampa_home.png +share/help/eo/engrampa/figures/engrampa_leftarrow.png +share/help/eo/engrampa/figures/engrampa_main_window.png +share/help/eo/engrampa/figures/engrampa_rightarrow.png +share/help/eo/engrampa/figures/engrampa_uparrow.png +share/help/eo/engrampa/index.docbook +share/help/eo/engrampa/legal.xml share/help/es/engrampa/figures/engrampa_home.png share/help/es/engrampa/figures/engrampa_leftarrow.png share/help/es/engrampa/figures/engrampa_main_window.png @@ -71,6 +210,27 @@ share/help/es/engrampa/figures/engrampa_rightarrow.png share/help/es/engrampa/figures/engrampa_uparrow.png share/help/es/engrampa/index.docbook share/help/es/engrampa/legal.xml +share/help/et/engrampa/figures/engrampa_home.png +share/help/et/engrampa/figures/engrampa_leftarrow.png +share/help/et/engrampa/figures/engrampa_main_window.png +share/help/et/engrampa/figures/engrampa_rightarrow.png +share/help/et/engrampa/figures/engrampa_uparrow.png +share/help/et/engrampa/index.docbook +share/help/et/engrampa/legal.xml +share/help/eu/engrampa/figures/engrampa_home.png +share/help/eu/engrampa/figures/engrampa_leftarrow.png +share/help/eu/engrampa/figures/engrampa_main_window.png +share/help/eu/engrampa/figures/engrampa_rightarrow.png +share/help/eu/engrampa/figures/engrampa_uparrow.png +share/help/eu/engrampa/index.docbook +share/help/eu/engrampa/legal.xml +share/help/fa/engrampa/figures/engrampa_home.png +share/help/fa/engrampa/figures/engrampa_leftarrow.png +share/help/fa/engrampa/figures/engrampa_main_window.png +share/help/fa/engrampa/figures/engrampa_rightarrow.png +share/help/fa/engrampa/figures/engrampa_uparrow.png +share/help/fa/engrampa/index.docbook +share/help/fa/engrampa/legal.xml share/help/fi/engrampa/figures/engrampa_home.png share/help/fi/engrampa/figures/engrampa_leftarrow.png share/help/fi/engrampa/figures/engrampa_main_window.png @@ -85,6 +245,76 @@ share/help/fr/engrampa/figures/engrampa_rightarrow.png share/help/fr/engrampa/figures/engrampa_uparrow.png share/help/fr/engrampa/index.docbook share/help/fr/engrampa/legal.xml +share/help/ga/engrampa/figures/engrampa_home.png +share/help/ga/engrampa/figures/engrampa_leftarrow.png +share/help/ga/engrampa/figures/engrampa_main_window.png +share/help/ga/engrampa/figures/engrampa_rightarrow.png +share/help/ga/engrampa/figures/engrampa_uparrow.png +share/help/ga/engrampa/index.docbook +share/help/ga/engrampa/legal.xml +share/help/gl/engrampa/figures/engrampa_home.png +share/help/gl/engrampa/figures/engrampa_leftarrow.png +share/help/gl/engrampa/figures/engrampa_main_window.png +share/help/gl/engrampa/figures/engrampa_rightarrow.png +share/help/gl/engrampa/figures/engrampa_uparrow.png +share/help/gl/engrampa/index.docbook +share/help/gl/engrampa/legal.xml +share/help/gu/engrampa/figures/engrampa_home.png +share/help/gu/engrampa/figures/engrampa_leftarrow.png +share/help/gu/engrampa/figures/engrampa_main_window.png +share/help/gu/engrampa/figures/engrampa_rightarrow.png +share/help/gu/engrampa/figures/engrampa_uparrow.png +share/help/gu/engrampa/index.docbook +share/help/gu/engrampa/legal.xml +share/help/he/engrampa/figures/engrampa_home.png +share/help/he/engrampa/figures/engrampa_leftarrow.png +share/help/he/engrampa/figures/engrampa_main_window.png +share/help/he/engrampa/figures/engrampa_rightarrow.png +share/help/he/engrampa/figures/engrampa_uparrow.png +share/help/he/engrampa/index.docbook +share/help/he/engrampa/legal.xml +share/help/hi/engrampa/figures/engrampa_home.png +share/help/hi/engrampa/figures/engrampa_leftarrow.png +share/help/hi/engrampa/figures/engrampa_main_window.png +share/help/hi/engrampa/figures/engrampa_rightarrow.png +share/help/hi/engrampa/figures/engrampa_uparrow.png +share/help/hi/engrampa/index.docbook +share/help/hi/engrampa/legal.xml +share/help/hr/engrampa/figures/engrampa_home.png +share/help/hr/engrampa/figures/engrampa_leftarrow.png +share/help/hr/engrampa/figures/engrampa_main_window.png +share/help/hr/engrampa/figures/engrampa_rightarrow.png +share/help/hr/engrampa/figures/engrampa_uparrow.png +share/help/hr/engrampa/index.docbook +share/help/hr/engrampa/legal.xml +share/help/hu/engrampa/figures/engrampa_home.png +share/help/hu/engrampa/figures/engrampa_leftarrow.png +share/help/hu/engrampa/figures/engrampa_main_window.png +share/help/hu/engrampa/figures/engrampa_rightarrow.png +share/help/hu/engrampa/figures/engrampa_uparrow.png +share/help/hu/engrampa/index.docbook +share/help/hu/engrampa/legal.xml +share/help/hy/engrampa/figures/engrampa_home.png +share/help/hy/engrampa/figures/engrampa_leftarrow.png +share/help/hy/engrampa/figures/engrampa_main_window.png +share/help/hy/engrampa/figures/engrampa_rightarrow.png +share/help/hy/engrampa/figures/engrampa_uparrow.png +share/help/hy/engrampa/index.docbook +share/help/hy/engrampa/legal.xml +share/help/id/engrampa/figures/engrampa_home.png +share/help/id/engrampa/figures/engrampa_leftarrow.png +share/help/id/engrampa/figures/engrampa_main_window.png +share/help/id/engrampa/figures/engrampa_rightarrow.png +share/help/id/engrampa/figures/engrampa_uparrow.png +share/help/id/engrampa/index.docbook +share/help/id/engrampa/legal.xml +share/help/is/engrampa/figures/engrampa_home.png +share/help/is/engrampa/figures/engrampa_leftarrow.png +share/help/is/engrampa/figures/engrampa_main_window.png +share/help/is/engrampa/figures/engrampa_rightarrow.png +share/help/is/engrampa/figures/engrampa_uparrow.png +share/help/is/engrampa/index.docbook +share/help/is/engrampa/legal.xml share/help/it/engrampa/figures/engrampa_home.png share/help/it/engrampa/figures/engrampa_leftarrow.png share/help/it/engrampa/figures/engrampa_main_window.png @@ -99,6 +329,132 @@ share/help/ja/engrampa/figures/engrampa_rightarrow.png share/help/ja/engrampa/figures/engrampa_uparrow.png share/help/ja/engrampa/index.docbook share/help/ja/engrampa/legal.xml +share/help/ka/engrampa/figures/engrampa_home.png +share/help/ka/engrampa/figures/engrampa_leftarrow.png +share/help/ka/engrampa/figures/engrampa_main_window.png +share/help/ka/engrampa/figures/engrampa_rightarrow.png +share/help/ka/engrampa/figures/engrampa_uparrow.png +share/help/ka/engrampa/index.docbook +share/help/ka/engrampa/legal.xml +share/help/kk/engrampa/figures/engrampa_home.png +share/help/kk/engrampa/figures/engrampa_leftarrow.png +share/help/kk/engrampa/figures/engrampa_main_window.png +share/help/kk/engrampa/figures/engrampa_rightarrow.png +share/help/kk/engrampa/figures/engrampa_uparrow.png +share/help/kk/engrampa/index.docbook +share/help/kk/engrampa/legal.xml +share/help/kn/engrampa/figures/engrampa_home.png +share/help/kn/engrampa/figures/engrampa_leftarrow.png +share/help/kn/engrampa/figures/engrampa_main_window.png +share/help/kn/engrampa/figures/engrampa_rightarrow.png +share/help/kn/engrampa/figures/engrampa_uparrow.png +share/help/kn/engrampa/index.docbook +share/help/kn/engrampa/legal.xml +share/help/ko/engrampa/figures/engrampa_home.png +share/help/ko/engrampa/figures/engrampa_leftarrow.png +share/help/ko/engrampa/figures/engrampa_main_window.png +share/help/ko/engrampa/figures/engrampa_rightarrow.png +share/help/ko/engrampa/figures/engrampa_uparrow.png +share/help/ko/engrampa/index.docbook +share/help/ko/engrampa/legal.xml +share/help/ku/engrampa/figures/engrampa_home.png +share/help/ku/engrampa/figures/engrampa_leftarrow.png +share/help/ku/engrampa/figures/engrampa_main_window.png +share/help/ku/engrampa/figures/engrampa_rightarrow.png +share/help/ku/engrampa/figures/engrampa_uparrow.png +share/help/ku/engrampa/index.docbook +share/help/ku/engrampa/legal.xml +share/help/ky/engrampa/figures/engrampa_home.png +share/help/ky/engrampa/figures/engrampa_leftarrow.png +share/help/ky/engrampa/figures/engrampa_main_window.png +share/help/ky/engrampa/figures/engrampa_rightarrow.png +share/help/ky/engrampa/figures/engrampa_uparrow.png +share/help/ky/engrampa/index.docbook +share/help/ky/engrampa/legal.xml +share/help/li/engrampa/figures/engrampa_home.png +share/help/li/engrampa/figures/engrampa_leftarrow.png +share/help/li/engrampa/figures/engrampa_main_window.png +share/help/li/engrampa/figures/engrampa_rightarrow.png +share/help/li/engrampa/figures/engrampa_uparrow.png +share/help/li/engrampa/index.docbook +share/help/li/engrampa/legal.xml +share/help/lt/engrampa/figures/engrampa_home.png +share/help/lt/engrampa/figures/engrampa_leftarrow.png +share/help/lt/engrampa/figures/engrampa_main_window.png +share/help/lt/engrampa/figures/engrampa_rightarrow.png +share/help/lt/engrampa/figures/engrampa_uparrow.png +share/help/lt/engrampa/index.docbook +share/help/lt/engrampa/legal.xml +share/help/lv/engrampa/figures/engrampa_home.png +share/help/lv/engrampa/figures/engrampa_leftarrow.png +share/help/lv/engrampa/figures/engrampa_main_window.png +share/help/lv/engrampa/figures/engrampa_rightarrow.png +share/help/lv/engrampa/figures/engrampa_uparrow.png +share/help/lv/engrampa/index.docbook +share/help/lv/engrampa/legal.xml +share/help/mai/engrampa/figures/engrampa_home.png +share/help/mai/engrampa/figures/engrampa_leftarrow.png +share/help/mai/engrampa/figures/engrampa_main_window.png +share/help/mai/engrampa/figures/engrampa_rightarrow.png +share/help/mai/engrampa/figures/engrampa_uparrow.png +share/help/mai/engrampa/index.docbook +share/help/mai/engrampa/legal.xml +share/help/mg/engrampa/figures/engrampa_home.png +share/help/mg/engrampa/figures/engrampa_leftarrow.png +share/help/mg/engrampa/figures/engrampa_main_window.png +share/help/mg/engrampa/figures/engrampa_rightarrow.png +share/help/mg/engrampa/figures/engrampa_uparrow.png +share/help/mg/engrampa/index.docbook +share/help/mg/engrampa/legal.xml +share/help/mk/engrampa/figures/engrampa_home.png +share/help/mk/engrampa/figures/engrampa_leftarrow.png +share/help/mk/engrampa/figures/engrampa_main_window.png +share/help/mk/engrampa/figures/engrampa_rightarrow.png +share/help/mk/engrampa/figures/engrampa_uparrow.png +share/help/mk/engrampa/index.docbook +share/help/mk/engrampa/legal.xml +share/help/ml/engrampa/figures/engrampa_home.png +share/help/ml/engrampa/figures/engrampa_leftarrow.png +share/help/ml/engrampa/figures/engrampa_main_window.png +share/help/ml/engrampa/figures/engrampa_rightarrow.png +share/help/ml/engrampa/figures/engrampa_uparrow.png +share/help/ml/engrampa/index.docbook +share/help/ml/engrampa/legal.xml +share/help/mn/engrampa/figures/engrampa_home.png +share/help/mn/engrampa/figures/engrampa_leftarrow.png +share/help/mn/engrampa/figures/engrampa_main_window.png +share/help/mn/engrampa/figures/engrampa_rightarrow.png +share/help/mn/engrampa/figures/engrampa_uparrow.png +share/help/mn/engrampa/index.docbook +share/help/mn/engrampa/legal.xml +share/help/mr/engrampa/figures/engrampa_home.png +share/help/mr/engrampa/figures/engrampa_leftarrow.png +share/help/mr/engrampa/figures/engrampa_main_window.png +share/help/mr/engrampa/figures/engrampa_rightarrow.png +share/help/mr/engrampa/figures/engrampa_uparrow.png +share/help/mr/engrampa/index.docbook +share/help/mr/engrampa/legal.xml +share/help/ms/engrampa/figures/engrampa_home.png +share/help/ms/engrampa/figures/engrampa_leftarrow.png +share/help/ms/engrampa/figures/engrampa_main_window.png +share/help/ms/engrampa/figures/engrampa_rightarrow.png +share/help/ms/engrampa/figures/engrampa_uparrow.png +share/help/ms/engrampa/index.docbook +share/help/ms/engrampa/legal.xml +share/help/nb/engrampa/figures/engrampa_home.png +share/help/nb/engrampa/figures/engrampa_leftarrow.png +share/help/nb/engrampa/figures/engrampa_main_window.png +share/help/nb/engrampa/figures/engrampa_rightarrow.png +share/help/nb/engrampa/figures/engrampa_uparrow.png +share/help/nb/engrampa/index.docbook +share/help/nb/engrampa/legal.xml +share/help/ne/engrampa/figures/engrampa_home.png +share/help/ne/engrampa/figures/engrampa_leftarrow.png +share/help/ne/engrampa/figures/engrampa_main_window.png +share/help/ne/engrampa/figures/engrampa_rightarrow.png +share/help/ne/engrampa/figures/engrampa_uparrow.png +share/help/ne/engrampa/index.docbook +share/help/ne/engrampa/legal.xml share/help/nl/engrampa/figures/engrampa_home.png share/help/nl/engrampa/figures/engrampa_leftarrow.png share/help/nl/engrampa/figures/engrampa_main_window.png @@ -106,6 +462,20 @@ share/help/nl/engrampa/figures/engrampa_rightarrow.png share/help/nl/engrampa/figures/engrampa_uparrow.png share/help/nl/engrampa/index.docbook share/help/nl/engrampa/legal.xml +share/help/nn/engrampa/figures/engrampa_home.png +share/help/nn/engrampa/figures/engrampa_leftarrow.png +share/help/nn/engrampa/figures/engrampa_main_window.png +share/help/nn/engrampa/figures/engrampa_rightarrow.png +share/help/nn/engrampa/figures/engrampa_uparrow.png +share/help/nn/engrampa/index.docbook +share/help/nn/engrampa/legal.xml +share/help/nso/engrampa/figures/engrampa_home.png +share/help/nso/engrampa/figures/engrampa_leftarrow.png +share/help/nso/engrampa/figures/engrampa_main_window.png +share/help/nso/engrampa/figures/engrampa_rightarrow.png +share/help/nso/engrampa/figures/engrampa_uparrow.png +share/help/nso/engrampa/index.docbook +share/help/nso/engrampa/legal.xml share/help/oc/engrampa/figures/engrampa_home.png share/help/oc/engrampa/figures/engrampa_leftarrow.png share/help/oc/engrampa/figures/engrampa_main_window.png @@ -113,6 +483,48 @@ share/help/oc/engrampa/figures/engrampa_rightarrow.png share/help/oc/engrampa/figures/engrampa_uparrow.png share/help/oc/engrampa/index.docbook share/help/oc/engrampa/legal.xml +share/help/or/engrampa/figures/engrampa_home.png +share/help/or/engrampa/figures/engrampa_leftarrow.png +share/help/or/engrampa/figures/engrampa_main_window.png +share/help/or/engrampa/figures/engrampa_rightarrow.png +share/help/or/engrampa/figures/engrampa_uparrow.png +share/help/or/engrampa/index.docbook +share/help/or/engrampa/legal.xml +share/help/pa/engrampa/figures/engrampa_home.png +share/help/pa/engrampa/figures/engrampa_leftarrow.png +share/help/pa/engrampa/figures/engrampa_main_window.png +share/help/pa/engrampa/figures/engrampa_rightarrow.png +share/help/pa/engrampa/figures/engrampa_uparrow.png +share/help/pa/engrampa/index.docbook +share/help/pa/engrampa/legal.xml +share/help/pl/engrampa/figures/engrampa_home.png +share/help/pl/engrampa/figures/engrampa_leftarrow.png +share/help/pl/engrampa/figures/engrampa_main_window.png +share/help/pl/engrampa/figures/engrampa_rightarrow.png +share/help/pl/engrampa/figures/engrampa_uparrow.png +share/help/pl/engrampa/index.docbook +share/help/pl/engrampa/legal.xml +share/help/pt/engrampa/figures/engrampa_home.png +share/help/pt/engrampa/figures/engrampa_leftarrow.png +share/help/pt/engrampa/figures/engrampa_main_window.png +share/help/pt/engrampa/figures/engrampa_rightarrow.png +share/help/pt/engrampa/figures/engrampa_uparrow.png +share/help/pt/engrampa/index.docbook +share/help/pt/engrampa/legal.xml +share/help/pt_BR/engrampa/figures/engrampa_home.png +share/help/pt_BR/engrampa/figures/engrampa_leftarrow.png +share/help/pt_BR/engrampa/figures/engrampa_main_window.png +share/help/pt_BR/engrampa/figures/engrampa_rightarrow.png +share/help/pt_BR/engrampa/figures/engrampa_uparrow.png +share/help/pt_BR/engrampa/index.docbook +share/help/pt_BR/engrampa/legal.xml +share/help/ro/engrampa/figures/engrampa_home.png +share/help/ro/engrampa/figures/engrampa_leftarrow.png +share/help/ro/engrampa/figures/engrampa_main_window.png +share/help/ro/engrampa/figures/engrampa_rightarrow.png +share/help/ro/engrampa/figures/engrampa_uparrow.png +share/help/ro/engrampa/index.docbook +share/help/ro/engrampa/legal.xml share/help/ru/engrampa/figures/engrampa_home.png share/help/ru/engrampa/figures/engrampa_leftarrow.png share/help/ru/engrampa/figures/engrampa_main_window.png @@ -120,6 +532,48 @@ share/help/ru/engrampa/figures/engrampa_rightarrow.png share/help/ru/engrampa/figures/engrampa_uparrow.png share/help/ru/engrampa/index.docbook share/help/ru/engrampa/legal.xml +share/help/si/engrampa/figures/engrampa_home.png +share/help/si/engrampa/figures/engrampa_leftarrow.png +share/help/si/engrampa/figures/engrampa_main_window.png +share/help/si/engrampa/figures/engrampa_rightarrow.png +share/help/si/engrampa/figures/engrampa_uparrow.png +share/help/si/engrampa/index.docbook +share/help/si/engrampa/legal.xml +share/help/sk/engrampa/figures/engrampa_home.png +share/help/sk/engrampa/figures/engrampa_leftarrow.png +share/help/sk/engrampa/figures/engrampa_main_window.png +share/help/sk/engrampa/figures/engrampa_rightarrow.png +share/help/sk/engrampa/figures/engrampa_uparrow.png +share/help/sk/engrampa/index.docbook +share/help/sk/engrampa/legal.xml +share/help/sl/engrampa/figures/engrampa_home.png +share/help/sl/engrampa/figures/engrampa_leftarrow.png +share/help/sl/engrampa/figures/engrampa_main_window.png +share/help/sl/engrampa/figures/engrampa_rightarrow.png +share/help/sl/engrampa/figures/engrampa_uparrow.png +share/help/sl/engrampa/index.docbook +share/help/sl/engrampa/legal.xml +share/help/sq/engrampa/figures/engrampa_home.png +share/help/sq/engrampa/figures/engrampa_leftarrow.png +share/help/sq/engrampa/figures/engrampa_main_window.png +share/help/sq/engrampa/figures/engrampa_rightarrow.png +share/help/sq/engrampa/figures/engrampa_uparrow.png +share/help/sq/engrampa/index.docbook +share/help/sq/engrampa/legal.xml +share/help/sr/engrampa/figures/engrampa_home.png +share/help/sr/engrampa/figures/engrampa_leftarrow.png +share/help/sr/engrampa/figures/engrampa_main_window.png +share/help/sr/engrampa/figures/engrampa_rightarrow.png +share/help/sr/engrampa/figures/engrampa_uparrow.png +share/help/sr/engrampa/index.docbook +share/help/sr/engrampa/legal.xml +share/help/sr@latin/engrampa/figures/engrampa_home.png +share/help/sr@latin/engrampa/figures/engrampa_leftarrow.png +share/help/sr@latin/engrampa/figures/engrampa_main_window.png +share/help/sr@latin/engrampa/figures/engrampa_rightarrow.png +share/help/sr@latin/engrampa/figures/engrampa_uparrow.png +share/help/sr@latin/engrampa/index.docbook +share/help/sr@latin/engrampa/legal.xml share/help/sv/engrampa/figures/engrampa_home.png share/help/sv/engrampa/figures/engrampa_leftarrow.png share/help/sv/engrampa/figures/engrampa_main_window.png @@ -127,6 +581,48 @@ share/help/sv/engrampa/figures/engrampa_rightarrow.png share/help/sv/engrampa/figures/engrampa_uparrow.png share/help/sv/engrampa/index.docbook share/help/sv/engrampa/legal.xml +share/help/ta/engrampa/figures/engrampa_home.png +share/help/ta/engrampa/figures/engrampa_leftarrow.png +share/help/ta/engrampa/figures/engrampa_main_window.png +share/help/ta/engrampa/figures/engrampa_rightarrow.png +share/help/ta/engrampa/figures/engrampa_uparrow.png +share/help/ta/engrampa/index.docbook +share/help/ta/engrampa/legal.xml +share/help/te/engrampa/figures/engrampa_home.png +share/help/te/engrampa/figures/engrampa_leftarrow.png +share/help/te/engrampa/figures/engrampa_main_window.png +share/help/te/engrampa/figures/engrampa_rightarrow.png +share/help/te/engrampa/figures/engrampa_uparrow.png +share/help/te/engrampa/index.docbook +share/help/te/engrampa/legal.xml +share/help/th/engrampa/figures/engrampa_home.png +share/help/th/engrampa/figures/engrampa_leftarrow.png +share/help/th/engrampa/figures/engrampa_main_window.png +share/help/th/engrampa/figures/engrampa_rightarrow.png +share/help/th/engrampa/figures/engrampa_uparrow.png +share/help/th/engrampa/index.docbook +share/help/th/engrampa/legal.xml +share/help/tk/engrampa/figures/engrampa_home.png +share/help/tk/engrampa/figures/engrampa_leftarrow.png +share/help/tk/engrampa/figures/engrampa_main_window.png +share/help/tk/engrampa/figures/engrampa_rightarrow.png +share/help/tk/engrampa/figures/engrampa_uparrow.png +share/help/tk/engrampa/index.docbook +share/help/tk/engrampa/legal.xml +share/help/tr/engrampa/figures/engrampa_home.png +share/help/tr/engrampa/figures/engrampa_leftarrow.png +share/help/tr/engrampa/figures/engrampa_main_window.png +share/help/tr/engrampa/figures/engrampa_rightarrow.png +share/help/tr/engrampa/figures/engrampa_uparrow.png +share/help/tr/engrampa/index.docbook +share/help/tr/engrampa/legal.xml +share/help/ug/engrampa/figures/engrampa_home.png +share/help/ug/engrampa/figures/engrampa_leftarrow.png +share/help/ug/engrampa/figures/engrampa_main_window.png +share/help/ug/engrampa/figures/engrampa_rightarrow.png +share/help/ug/engrampa/figures/engrampa_uparrow.png +share/help/ug/engrampa/index.docbook +share/help/ug/engrampa/legal.xml share/help/uk/engrampa/figures/engrampa_home.png share/help/uk/engrampa/figures/engrampa_leftarrow.png share/help/uk/engrampa/figures/engrampa_main_window.png @@ -134,6 +630,13 @@ share/help/uk/engrampa/figures/engrampa_rightarrow.png share/help/uk/engrampa/figures/engrampa_uparrow.png share/help/uk/engrampa/index.docbook share/help/uk/engrampa/legal.xml +share/help/ur/engrampa/figures/engrampa_home.png +share/help/ur/engrampa/figures/engrampa_leftarrow.png +share/help/ur/engrampa/figures/engrampa_main_window.png +share/help/ur/engrampa/figures/engrampa_rightarrow.png +share/help/ur/engrampa/figures/engrampa_uparrow.png +share/help/ur/engrampa/index.docbook +share/help/ur/engrampa/legal.xml share/help/vi/engrampa/figures/engrampa_home.png share/help/vi/engrampa/figures/engrampa_leftarrow.png share/help/vi/engrampa/figures/engrampa_main_window.png @@ -141,6 +644,20 @@ share/help/vi/engrampa/figures/engrampa_rightarrow.png share/help/vi/engrampa/figures/engrampa_uparrow.png share/help/vi/engrampa/index.docbook share/help/vi/engrampa/legal.xml +share/help/wa/engrampa/figures/engrampa_home.png +share/help/wa/engrampa/figures/engrampa_leftarrow.png +share/help/wa/engrampa/figures/engrampa_main_window.png +share/help/wa/engrampa/figures/engrampa_rightarrow.png +share/help/wa/engrampa/figures/engrampa_uparrow.png +share/help/wa/engrampa/index.docbook +share/help/wa/engrampa/legal.xml +share/help/xh/engrampa/figures/engrampa_home.png +share/help/xh/engrampa/figures/engrampa_leftarrow.png +share/help/xh/engrampa/figures/engrampa_main_window.png +share/help/xh/engrampa/figures/engrampa_rightarrow.png +share/help/xh/engrampa/figures/engrampa_uparrow.png +share/help/xh/engrampa/index.docbook +share/help/xh/engrampa/legal.xml share/help/zh_CN/engrampa/figures/engrampa_home.png share/help/zh_CN/engrampa/figures/engrampa_leftarrow.png share/help/zh_CN/engrampa/figures/engrampa_main_window.png @@ -148,6 +665,27 @@ share/help/zh_CN/engrampa/figures/engrampa_rightarrow. share/help/zh_CN/engrampa/figures/engrampa_uparrow.png share/help/zh_CN/engrampa/index.docbook share/help/zh_CN/engrampa/legal.xml +share/help/zh_HK/engrampa/figures/engrampa_home.png +share/help/zh_HK/engrampa/figures/engrampa_leftarrow.png +share/help/zh_HK/engrampa/figures/engrampa_main_window.png +share/help/zh_HK/engrampa/figures/engrampa_rightarrow.png +share/help/zh_HK/engrampa/figures/engrampa_uparrow.png +share/help/zh_HK/engrampa/index.docbook +share/help/zh_HK/engrampa/legal.xml +share/help/zh_TW/engrampa/figures/engrampa_home.png +share/help/zh_TW/engrampa/figures/engrampa_leftarrow.png +share/help/zh_TW/engrampa/figures/engrampa_main_window.png +share/help/zh_TW/engrampa/figures/engrampa_rightarrow.png +share/help/zh_TW/engrampa/figures/engrampa_uparrow.png +share/help/zh_TW/engrampa/index.docbook +share/help/zh_TW/engrampa/legal.xml +share/help/zu/engrampa/figures/engrampa_home.png +share/help/zu/engrampa/figures/engrampa_leftarrow.png +share/help/zu/engrampa/figures/engrampa_main_window.png +share/help/zu/engrampa/figures/engrampa_rightarrow.png +share/help/zu/engrampa/figures/engrampa_uparrow.png +share/help/zu/engrampa/index.docbook +share/help/zu/engrampa/legal.xml share/icons/hicolor/16x16/apps/engrampa.png share/icons/hicolor/22x22/apps/engrampa.png share/icons/hicolor/24x24/apps/engrampa.png @@ -205,6 +743,7 @@ share/locale/frp/LC_MESSAGES/engrampa.mo share/locale/fur/LC_MESSAGES/engrampa.mo share/locale/fy/LC_MESSAGES/engrampa.mo share/locale/ga/LC_MESSAGES/engrampa.mo +share/locale/gd/LC_MESSAGES/engrampa.mo share/locale/gl/LC_MESSAGES/engrampa.mo share/locale/gu/LC_MESSAGES/engrampa.mo share/locale/ha/LC_MESSAGES/engrampa.mo @@ -284,3 +823,4 @@ share/locale/zh_CN/LC_MESSAGES/engrampa.mo share/locale/zh_HK/LC_MESSAGES/engrampa.mo share/locale/zh_TW/LC_MESSAGES/engrampa.mo share/locale/zu/LC_MESSAGES/engrampa.mo +share/metainfo/engrampa.appdata.xml Modified: head/audio/libmatemixer/Makefile ============================================================================== --- head/audio/libmatemixer/Makefile Sat May 11 17:32:54 2019 (r501268) +++ head/audio/libmatemixer/Makefile Sat May 11 17:33:51 2019 (r501269) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= libmatemixer -PORTVERSION= 1.20.1 -PORTREVISION= 2 +PORTVERSION= 1.22.0 CATEGORIES= audio mate MASTER_SITES= MATE DIST_SUBDIR= mate Modified: head/audio/libmatemixer/distinfo ============================================================================== --- head/audio/libmatemixer/distinfo Sat May 11 17:32:54 2019 (r501268) +++ head/audio/libmatemixer/distinfo Sat May 11 17:33:51 2019 (r501269) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540675277 -SHA256 (mate/libmatemixer-1.20.1.tar.xz) = 239106f666d79abf578eb02eaa63d12724f73330985f5c827d4b5307623de602 -SIZE (mate/libmatemixer-1.20.1.tar.xz) = 429004 +TIMESTAMP = 1554075380 +SHA256 (mate/libmatemixer-1.22.0.tar.xz) = 09e64d6f3c4ca7c1e5ceb16ad86d147a77056bfe0faefe219295c8574abe0fec +SIZE (mate/libmatemixer-1.22.0.tar.xz) = 432592 Modified: head/audio/libmatemixer/pkg-plist ============================================================================== --- head/audio/libmatemixer/pkg-plist Sat May 11 17:32:54 2019 (r501268) +++ head/audio/libmatemixer/pkg-plist Sat May 11 17:33:51 2019 (r501269) @@ -18,12 +18,10 @@ lib/libmatemixer.a lib/libmatemixer.so lib/libmatemixer.so.0 lib/libmatemixer.so.0.0.0 -%%ALSA%%lib/libmatemixer/libmatemixer-alsa.a -%%ALSA%%lib/libmatemixer/libmatemixer-alsa.so lib/libmatemixer/libmatemixer-oss.a lib/libmatemixer/libmatemixer-oss.so -%%PULSEAUDIO%%lib/libmatemixer/libmatemixer-pulse.a -%%PULSEAUDIO%%lib/libmatemixer/libmatemixer-pulse.so +lib/libmatemixer/libmatemixer-pulse.a +lib/libmatemixer/libmatemixer-pulse.so libdata/pkgconfig/libmatemixer.pc share/gtk-doc/html/libmatemixer/MateMixerAppInfo.html share/gtk-doc/html/libmatemixer/MateMixerContext.html @@ -157,3 +155,4 @@ share/locale/xh/LC_MESSAGES/libmatemixer.mo share/locale/zh_CN/LC_MESSAGES/libmatemixer.mo share/locale/zh_HK/LC_MESSAGES/libmatemixer.mo share/locale/zh_TW/LC_MESSAGES/libmatemixer.mo +share/locale/zu/LC_MESSAGES/libmatemixer.mo Modified: head/audio/mate-media/Makefile ============================================================================== --- head/audio/mate-media/Makefile Sat May 11 17:32:54 2019 (r501268) +++ head/audio/mate-media/Makefile Sat May 11 17:33:51 2019 (r501269) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mate-media -PORTVERSION= 1.20.1 -PORTREVISION= 1 +PORTVERSION= 1.22.1 CATEGORIES= audio mate MASTER_SITES= MATE DIST_SUBDIR= mate Modified: head/audio/mate-media/distinfo ============================================================================== --- head/audio/mate-media/distinfo Sat May 11 17:32:54 2019 (r501268) +++ head/audio/mate-media/distinfo Sat May 11 17:33:51 2019 (r501269) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540759225 -SHA256 (mate/mate-media-1.20.1.tar.xz) = 49273998491d802df97306c10dfd49178fc266ddbce3f0b2ef61390c503d64b5 -SIZE (mate/mate-media-1.20.1.tar.xz) = 497844 +TIMESTAMP = 1556383374 +SHA256 (mate/mate-media-1.22.1.tar.xz) = c27992695f006e83f5d8a9aa69ca59848cb49e1e126b47e8eb3ee4d79ab0e18d +SIZE (mate/mate-media-1.22.1.tar.xz) = 486664 Modified: head/audio/mate-media/pkg-plist ============================================================================== --- head/audio/mate-media/pkg-plist Sat May 11 17:32:54 2019 (r501268) +++ head/audio/mate-media/pkg-plist Sat May 11 17:33:51 2019 (r501269) @@ -1,9 +1,11 @@ bin/mate-volume-control -bin/mate-volume-control-applet -etc/xdg/autostart/mate-volume-control-applet.desktop +bin/mate-volume-control-status-icon +etc/xdg/autostart/mate-volume-control-status-icon.desktop +libexec/mate-volume-control-applet man/man1/mate-volume-control-applet.1.gz man/man1/mate-volume-control.1.gz share/applications/mate-volume-control.desktop +share/dbus-1/services/org.mate.panel.applet.GvcAppletFactory.service share/locale/af/LC_MESSAGES/mate-media.mo share/locale/am/LC_MESSAGES/mate-media.mo share/locale/an/LC_MESSAGES/mate-media.mo @@ -57,6 +59,7 @@ share/locale/frp/LC_MESSAGES/mate-media.mo share/locale/fur/LC_MESSAGES/mate-media.mo share/locale/fy/LC_MESSAGES/mate-media.mo share/locale/ga/LC_MESSAGES/mate-media.mo +share/locale/gd/LC_MESSAGES/mate-media.mo share/locale/gl/LC_MESSAGES/mate-media.mo share/locale/gu/LC_MESSAGES/mate-media.mo share/locale/ha/LC_MESSAGES/mate-media.mo @@ -73,6 +76,7 @@ share/locale/it/LC_MESSAGES/mate-media.mo share/locale/ja/LC_MESSAGES/mate-media.mo share/locale/jv/LC_MESSAGES/mate-media.mo share/locale/ka/LC_MESSAGES/mate-media.mo +share/locale/kab/LC_MESSAGES/mate-media.mo share/locale/kk/LC_MESSAGES/mate-media.mo share/locale/kn/LC_MESSAGES/mate-media.mo share/locale/ko/LC_MESSAGES/mate-media.mo @@ -174,6 +178,7 @@ share/locale/zu/LC_MESSAGES/mate-media.mo %%DATADIR%%/icons/hicolor/scalable/status/audio-input-microphone-medium.svg %%DATADIR%%/icons/hicolor/scalable/status/audio-input-microphone-muted.svg %%DATADIR%%/sounds/mate-sounds-default.xml +share/mate-panel/applets/org.mate.applets.GvcApplet.mate-panel-applet share/sounds/mate/default/alerts/bark.ogg share/sounds/mate/default/alerts/drip.ogg share/sounds/mate/default/alerts/glass.ogg Modified: head/deskutils/caja-extensions/Makefile ============================================================================== --- head/deskutils/caja-extensions/Makefile Sat May 11 17:32:54 2019 (r501268) +++ head/deskutils/caja-extensions/Makefile Sat May 11 17:33:51 2019 (r501269) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= caja-extensions -PORTVERSION= 1.20.1 +PORTVERSION= 1.22.0 CATEGORIES= deskutils mate MASTER_SITES= MATE DIST_SUBDIR= mate Modified: head/deskutils/caja-extensions/distinfo ============================================================================== --- head/deskutils/caja-extensions/distinfo Sat May 11 17:32:54 2019 (r501268) +++ head/deskutils/caja-extensions/distinfo Sat May 11 17:33:51 2019 (r501269) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540657412 -SHA256 (mate/caja-extensions-1.20.1.tar.xz) = 7610931d4a3135f2f3b88551652907e4ef25c48b3f18c8e83ecd65c3df606706 -SIZE (mate/caja-extensions-1.20.1.tar.xz) = 437604 +TIMESTAMP = 1556383806 +SHA256 (mate/caja-extensions-1.22.0.tar.xz) = 779c237f7e922c877f7884a0201cb54da9c8f30c414a7ee297178fd6aa3406c1 +SIZE (mate/caja-extensions-1.22.0.tar.xz) = 444704 Modified: head/deskutils/caja-extensions/pkg-plist ============================================================================== --- head/deskutils/caja-extensions/pkg-plist Sat May 11 17:32:54 2019 (r501268) +++ head/deskutils/caja-extensions/pkg-plist Sat May 11 17:33:51 2019 (r501269) @@ -70,9 +70,7 @@ share/locale/es/LC_MESSAGES/caja-extensions.mo share/locale/es_AR/LC_MESSAGES/caja-extensions.mo share/locale/es_CL/LC_MESSAGES/caja-extensions.mo share/locale/es_CO/LC_MESSAGES/caja-extensions.mo -share/locale/es_ES/LC_MESSAGES/caja-extensions.mo share/locale/es_MX/LC_MESSAGES/caja-extensions.mo -share/locale/es_PR/LC_MESSAGES/caja-extensions.mo share/locale/et/LC_MESSAGES/caja-extensions.mo share/locale/eu/LC_MESSAGES/caja-extensions.mo share/locale/fa/LC_MESSAGES/caja-extensions.mo @@ -97,6 +95,7 @@ share/locale/is/LC_MESSAGES/caja-extensions.mo share/locale/it/LC_MESSAGES/caja-extensions.mo share/locale/ja/LC_MESSAGES/caja-extensions.mo share/locale/ka/LC_MESSAGES/caja-extensions.mo +share/locale/kab/LC_MESSAGES/caja-extensions.mo share/locale/kk/LC_MESSAGES/caja-extensions.mo share/locale/kn/LC_MESSAGES/caja-extensions.mo share/locale/ko/LC_MESSAGES/caja-extensions.mo @@ -112,7 +111,6 @@ share/locale/ml/LC_MESSAGES/caja-extensions.mo share/locale/mn/LC_MESSAGES/caja-extensions.mo share/locale/mr/LC_MESSAGES/caja-extensions.mo share/locale/ms/LC_MESSAGES/caja-extensions.mo -share/locale/nah/LC_MESSAGES/caja-extensions.mo share/locale/nb/LC_MESSAGES/caja-extensions.mo share/locale/nds/LC_MESSAGES/caja-extensions.mo share/locale/ne/LC_MESSAGES/caja-extensions.mo Modified: head/deskutils/mate-notification-daemon/Makefile ============================================================================== --- head/deskutils/mate-notification-daemon/Makefile Sat May 11 17:32:54 2019 (r501268) +++ head/deskutils/mate-notification-daemon/Makefile Sat May 11 17:33:51 2019 (r501269) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mate-notification-daemon -PORTVERSION= 1.20.1 +PORTVERSION= 1.22.0 CATEGORIES= deskutils mate MASTER_SITES= MATE DIST_SUBDIR= mate Modified: head/deskutils/mate-notification-daemon/distinfo ============================================================================== --- head/deskutils/mate-notification-daemon/distinfo Sat May 11 17:32:54 2019 (r501268) +++ head/deskutils/mate-notification-daemon/distinfo Sat May 11 17:33:51 2019 (r501269) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541205324 -SHA256 (mate/mate-notification-daemon-1.20.1.tar.xz) = e85cd01f40d238c57b3da30537fbd561102e652f492b20ebfea79938d8e39a43 -SIZE (mate/mate-notification-daemon-1.20.1.tar.xz) = 347592 +TIMESTAMP = 1556384574 +SHA256 (mate/mate-notification-daemon-1.22.0.tar.xz) = 12bc6b95b517396642f25e060bbe3314db2ce9cf14ad3327f1b1950f3febe31b +SIZE (mate/mate-notification-daemon-1.22.0.tar.xz) = 360676 Modified: head/deskutils/mate-notification-daemon/pkg-plist ============================================================================== --- head/deskutils/mate-notification-daemon/pkg-plist Sat May 11 17:32:54 2019 (r501268) +++ head/deskutils/mate-notification-daemon/pkg-plist Sat May 11 17:33:51 2019 (r501269) @@ -66,6 +66,7 @@ share/locale/is/LC_MESSAGES/mate-notification-daemon.m share/locale/it/LC_MESSAGES/mate-notification-daemon.mo share/locale/ja/LC_MESSAGES/mate-notification-daemon.mo share/locale/ka/LC_MESSAGES/mate-notification-daemon.mo +share/locale/kab/LC_MESSAGES/mate-notification-daemon.mo share/locale/kk/LC_MESSAGES/mate-notification-daemon.mo share/locale/kn/LC_MESSAGES/mate-notification-daemon.mo share/locale/ko/LC_MESSAGES/mate-notification-daemon.mo Modified: head/deskutils/mate-utils/Makefile ============================================================================== --- head/deskutils/mate-utils/Makefile Sat May 11 17:32:54 2019 (r501268) +++ head/deskutils/mate-utils/Makefile Sat May 11 17:33:51 2019 (r501269) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mate-utils -PORTVERSION= 1.20.1 +PORTVERSION= 1.22.1 CATEGORIES= deskutils mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -16,7 +16,8 @@ LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING LICENSE_FILE_GFDL= ${WRKSRC}/COPYING.docs LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.libs -BUILD_DEPENDS= itstool:textproc/itstool +BUILD_DEPENDS= itstool:textproc/itstool \ + inkscape:graphics/inkscape LIB_DEPENDS= libgtop-2.0.so:devel/libgtop \ libcanberra-gtk.so:audio/libcanberra \ libcanberra-gtk3.so:audio/libcanberra-gtk3 Modified: head/deskutils/mate-utils/distinfo ============================================================================== --- head/deskutils/mate-utils/distinfo Sat May 11 17:32:54 2019 (r501268) +++ head/deskutils/mate-utils/distinfo Sat May 11 17:33:51 2019 (r501269) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541418546 -SHA256 (mate/mate-utils-1.20.1.tar.xz) = 6a1e0bba9c117f8ce81bb271d2182006524250fe9e31f2fc904f6403453020cf -SIZE (mate/mate-utils-1.20.1.tar.xz) = 6484584 +TIMESTAMP = 1556385408 +SHA256 (mate/mate-utils-1.22.1.tar.xz) = 2f1f51d056f81a9896f2ab35097b913d536235bdbb3a2a7b4b4cd231baf1c81c +SIZE (mate/mate-utils-1.22.1.tar.xz) = 7284496 Modified: head/deskutils/mate-utils/pkg-plist ============================================================================== --- head/deskutils/mate-utils/pkg-plist Sat May 11 17:32:54 2019 (r501268) +++ head/deskutils/mate-utils/pkg-plist Sat May 11 17:33:51 2019 (r501269) @@ -29,10 +29,6 @@ man/man1/mate-panel-screenshot.1.gz man/man1/mate-screenshot.1.gz man/man1/mate-search-tool.1.gz man/man1/mate-system-log.1.gz -share/appdata/mate-dictionary.appdata.xml -share/appdata/mate-disk-usage-analyzer.appdata.xml -share/appdata/mate-screenshot.appdata.xml -share/appdata/mate-search-tool.appdata.xml share/applications/mate-dictionary.desktop share/applications/mate-disk-usage-analyzer.desktop share/applications/mate-screenshot.desktop @@ -95,6 +91,325 @@ share/help/C/mate-search-tool/legal.xml share/help/C/mate-system-log/figures/syslog_window.png share/help/C/mate-system-log/index.docbook share/help/C/mate-system-log/legal.xml +share/help/af/mate-dictionary/figures/mate-dictionary-add-source.png +share/help/af/mate-dictionary/figures/mate-dictionary-applet-window.png +share/help/af/mate-dictionary/figures/mate-dictionary-applet.png +share/help/af/mate-dictionary/figures/mate-dictionary-application.png +share/help/af/mate-dictionary/figures/mate-dictionary-find.png +share/help/af/mate-dictionary/figures/mate-dictionary-lookup.png +share/help/af/mate-dictionary/figures/mate-dictionary-preferences-print.png +share/help/af/mate-dictionary/figures/mate-dictionary-preferences-source.png +share/help/af/mate-dictionary/index.docbook +share/help/af/mate-dictionary/legal.xml +share/help/af/mate-disk-usage-analyzer/figures/baobab_fullscan.png +share/help/af/mate-disk-usage-analyzer/figures/baobab_prefs.png +share/help/af/mate-disk-usage-analyzer/figures/baobab_remote.png +share/help/af/mate-disk-usage-analyzer/figures/baobab_ringschart1.png +share/help/af/mate-disk-usage-analyzer/figures/baobab_ringschart2.png +share/help/af/mate-disk-usage-analyzer/figures/baobab_treemaps.png +share/help/af/mate-disk-usage-analyzer/figures/baobab_window.png +share/help/af/mate-disk-usage-analyzer/index.docbook +share/help/af/mate-disk-usage-analyzer/legal.xml +share/help/af/mate-search-tool/figures/mate-search-tool_window.png +share/help/af/mate-search-tool/index.docbook +share/help/af/mate-search-tool/legal.xml +share/help/af/mate-system-log/figures/syslog_window.png +share/help/af/mate-system-log/index.docbook +share/help/af/mate-system-log/legal.xml +share/help/am/mate-dictionary/figures/mate-dictionary-add-source.png +share/help/am/mate-dictionary/figures/mate-dictionary-applet-window.png +share/help/am/mate-dictionary/figures/mate-dictionary-applet.png +share/help/am/mate-dictionary/figures/mate-dictionary-application.png +share/help/am/mate-dictionary/figures/mate-dictionary-find.png +share/help/am/mate-dictionary/figures/mate-dictionary-lookup.png +share/help/am/mate-dictionary/figures/mate-dictionary-preferences-print.png +share/help/am/mate-dictionary/figures/mate-dictionary-preferences-source.png +share/help/am/mate-dictionary/index.docbook +share/help/am/mate-dictionary/legal.xml +share/help/am/mate-disk-usage-analyzer/figures/baobab_fullscan.png +share/help/am/mate-disk-usage-analyzer/figures/baobab_prefs.png +share/help/am/mate-disk-usage-analyzer/figures/baobab_remote.png +share/help/am/mate-disk-usage-analyzer/figures/baobab_ringschart1.png +share/help/am/mate-disk-usage-analyzer/figures/baobab_ringschart2.png +share/help/am/mate-disk-usage-analyzer/figures/baobab_treemaps.png +share/help/am/mate-disk-usage-analyzer/figures/baobab_window.png +share/help/am/mate-disk-usage-analyzer/index.docbook +share/help/am/mate-disk-usage-analyzer/legal.xml +share/help/am/mate-search-tool/figures/mate-search-tool_window.png +share/help/am/mate-search-tool/index.docbook +share/help/am/mate-search-tool/legal.xml +share/help/am/mate-system-log/figures/syslog_window.png +share/help/am/mate-system-log/index.docbook +share/help/am/mate-system-log/legal.xml +share/help/an/mate-dictionary/figures/mate-dictionary-add-source.png +share/help/an/mate-dictionary/figures/mate-dictionary-applet-window.png +share/help/an/mate-dictionary/figures/mate-dictionary-applet.png +share/help/an/mate-dictionary/figures/mate-dictionary-application.png +share/help/an/mate-dictionary/figures/mate-dictionary-find.png +share/help/an/mate-dictionary/figures/mate-dictionary-lookup.png +share/help/an/mate-dictionary/figures/mate-dictionary-preferences-print.png +share/help/an/mate-dictionary/figures/mate-dictionary-preferences-source.png +share/help/an/mate-dictionary/index.docbook +share/help/an/mate-dictionary/legal.xml +share/help/an/mate-disk-usage-analyzer/figures/baobab_fullscan.png +share/help/an/mate-disk-usage-analyzer/figures/baobab_prefs.png +share/help/an/mate-disk-usage-analyzer/figures/baobab_remote.png +share/help/an/mate-disk-usage-analyzer/figures/baobab_ringschart1.png +share/help/an/mate-disk-usage-analyzer/figures/baobab_ringschart2.png +share/help/an/mate-disk-usage-analyzer/figures/baobab_treemaps.png +share/help/an/mate-disk-usage-analyzer/figures/baobab_window.png +share/help/an/mate-disk-usage-analyzer/index.docbook +share/help/an/mate-disk-usage-analyzer/legal.xml +share/help/ar/mate-dictionary/figures/mate-dictionary-add-source.png *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Sat May 11 17:37:27 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44FCE15A2E5D; Sat, 11 May 2019 17:37:27 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DB1FB6A08A; Sat, 11 May 2019 17:37:26 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A63301EC5A; Sat, 11 May 2019 17:37:26 +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 x4BHbQSB077192; Sat, 11 May 2019 17:37:26 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BHbQ1o077190; Sat, 11 May 2019 17:37:26 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201905111737.x4BHbQ1o077190@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 11 May 2019 17:37:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501270 - head/math/givaro X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: head/math/givaro X-SVN-Commit-Revision: 501270 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: DB1FB6A08A X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.956,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 17:37:27 -0000 Author: pi Date: Sat May 11 17:37:25 2019 New Revision: 501270 URL: https://svnweb.freebsd.org/changeset/ports/501270 Log: math/givaro: upgrade 4.0.4 -> 4.1.0 Relnotes: https://github.com/linbox-team/givaro/blob/master/ChangeLog Modified: head/math/givaro/Makefile head/math/givaro/distinfo head/math/givaro/pkg-plist Modified: head/math/givaro/Makefile ============================================================================== --- head/math/givaro/Makefile Sat May 11 17:33:51 2019 (r501269) +++ head/math/givaro/Makefile Sat May 11 17:37:25 2019 (r501270) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= givaro -PORTVERSION= 4.0.4 -PORTREVISION= 2 +PORTVERSION= 4.1.0 DISTVERSIONPREFIX=v CATEGORIES= math Modified: head/math/givaro/distinfo ============================================================================== --- head/math/givaro/distinfo Sat May 11 17:33:51 2019 (r501269) +++ head/math/givaro/distinfo Sat May 11 17:37:25 2019 (r501270) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527920972 -SHA256 (linbox-team-givaro-v4.0.4_GH0.tar.gz) = 37dc24e59b34b783094dbb1f6117c9d4bcdf4a8019bd3e2714f2d8b69d8c8f49 -SIZE (linbox-team-givaro-v4.0.4_GH0.tar.gz) = 656583 +TIMESTAMP = 1557579644 +SHA256 (linbox-team-givaro-v4.1.0_GH0.tar.gz) = 7aefbf15deded4977ee9059d7f2d64e402bd314fa5b008951840698a42be758a +SIZE (linbox-team-givaro-v4.1.0_GH0.tar.gz) = 645261 Modified: head/math/givaro/pkg-plist ============================================================================== --- head/math/givaro/pkg-plist Sat May 11 17:33:51 2019 (r501269) +++ head/math/givaro/pkg-plist Sat May 11 17:37:25 2019 (r501270) @@ -120,6 +120,11 @@ include/givaro/givvectordense.inl include/givaro/givvectorsparse.h include/givaro/givvectorsparse.inl include/givaro/givvectsparseops.inl +include/givaro/modular-floating.h +include/givaro/modular-floating.inl +include/givaro/modular-implem.h +include/givaro/modular-integral.h +include/givaro/modular-integral.inl include/givaro/modular-balanced-double.h include/givaro/modular-balanced-double.inl include/givaro/modular-balanced-float.h @@ -129,23 +134,10 @@ include/givaro/modular-balanced-int32.inl include/givaro/modular-balanced-int64.h include/givaro/modular-balanced-int64.inl include/givaro/modular-balanced.h -include/givaro/modular-defines.h -include/givaro/modular-double.h -include/givaro/modular-double.inl include/givaro/modular-extended.h include/givaro/modular-extended.inl -include/givaro/modular-float.h -include/givaro/modular-float.inl include/givaro/modular-general.h include/givaro/modular-general.inl -include/givaro/modular-int16.h -include/givaro/modular-int16.inl -include/givaro/modular-int32.h -include/givaro/modular-int32.inl -include/givaro/modular-int64.h -include/givaro/modular-int64.inl -include/givaro/modular-int8.h -include/givaro/modular-int8.inl include/givaro/modular-integer.h include/givaro/modular-integer.inl include/givaro/modular-inttype.h @@ -155,14 +147,6 @@ include/givaro/modular-log16.inl include/givaro/modular-mulprecomp.inl include/givaro/modular-ruint.h include/givaro/modular-ruint.inl -include/givaro/modular-uint16.h -include/givaro/modular-uint16.inl -include/givaro/modular-uint32.h -include/givaro/modular-uint32.inl -include/givaro/modular-uint64.h -include/givaro/modular-uint64.inl -include/givaro/modular-uint8.h -include/givaro/modular-uint8.inl include/givaro/modular.h include/givaro/montgomery-int32.h include/givaro/montgomery-int32.inl @@ -177,8 +161,6 @@ include/givaro/zring.h include/gmp++/gmp++.h include/gmp++/gmp++_int.h include/gmp++/gmp++_int_rand.inl -include/gmp++/gmp++_rat.h -include/gmp++/gmp++_rat.inl include/recint/radd.h include/recint/rcmp.h include/recint/rconvert.h @@ -242,5 +224,5 @@ include/recint/rutools.h lib/libgivaro.a lib/libgivaro.so lib/libgivaro.so.9 -lib/libgivaro.so.9.0.2 +lib/libgivaro.so.9.1.0 libdata/pkgconfig/givaro.pc From owner-svn-ports-all@freebsd.org Sat May 11 17:41:04 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10E8415A2F0C; Sat, 11 May 2019 17:41:04 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A9C1A6A215; Sat, 11 May 2019 17:41:03 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 85E811EC83; Sat, 11 May 2019 17:41:03 +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 x4BHf3GX079958; Sat, 11 May 2019 17:41:03 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BHf3ph079957; Sat, 11 May 2019 17:41:03 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201905111741.x4BHf3ph079957@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 11 May 2019 17:41:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501271 - head/net/py-cloudflare-scrape X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/net/py-cloudflare-scrape X-SVN-Commit-Revision: 501271 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A9C1A6A215 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.95)[-0.955,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 17:41:04 -0000 Author: tcberner Date: Sat May 11 17:41:02 2019 New Revision: 501271 URL: https://svnweb.freebsd.org/changeset/ports/501271 Log: net/py-cloudflare-scrape: update to 2.0.3 - this should now be able to work with the latest CF challenges again Modified: head/net/py-cloudflare-scrape/Makefile head/net/py-cloudflare-scrape/distinfo Modified: head/net/py-cloudflare-scrape/Makefile ============================================================================== --- head/net/py-cloudflare-scrape/Makefile Sat May 11 17:37:25 2019 (r501270) +++ head/net/py-cloudflare-scrape/Makefile Sat May 11 17:41:02 2019 (r501271) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cloudflare-scrape -DISTVERSION= 1.9.7 +DISTVERSION= 2.0.3 CATEGORIES= net python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/net/py-cloudflare-scrape/distinfo ============================================================================== --- head/net/py-cloudflare-scrape/distinfo Sat May 11 17:37:25 2019 (r501270) +++ head/net/py-cloudflare-scrape/distinfo Sat May 11 17:41:02 2019 (r501271) @@ -1,3 +1,3 @@ -TIMESTAMP = 1553195607 -SHA256 (Anorov-cloudflare-scrape-1.9.7_GH0.tar.gz) = 84b32d313cfd31d32a6c8af671dc06283a950eb4e1d7d4afbf44bc00c1e2f87a -SIZE (Anorov-cloudflare-scrape-1.9.7_GH0.tar.gz) = 8366 +TIMESTAMP = 1557595070 +SHA256 (Anorov-cloudflare-scrape-2.0.3_GH0.tar.gz) = 02b4147d0afabfd8510ba8ca3a6b21dac4f827ca721dda875a54b6934b48cfbf +SIZE (Anorov-cloudflare-scrape-2.0.3_GH0.tar.gz) = 9686 From owner-svn-ports-all@freebsd.org Sat May 11 17:44:26 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9ADA315A3167; Sat, 11 May 2019 17:44:25 +0000 (UTC) (envelope-from ericbsd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4AC9B6A73F; Sat, 11 May 2019 17:44:25 +0000 (UTC) (envelope-from ericbsd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0DB951EDFC; Sat, 11 May 2019 17:44:25 +0000 (UTC) (envelope-from ericbsd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BHiOuP082779; Sat, 11 May 2019 17:44:24 GMT (envelope-from ericbsd@FreeBSD.org) Received: (from ericbsd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BHiN28082774; Sat, 11 May 2019 17:44:23 GMT (envelope-from ericbsd@FreeBSD.org) Message-Id: <201905111744.x4BHiN28082774@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ericbsd set sender to ericbsd@FreeBSD.org using -f From: Eric Turgeon Date: Sat, 11 May 2019 17:44:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501272 - in head/misc: . mate-user-guide X-SVN-Group: ports-head X-SVN-Commit-Author: ericbsd X-SVN-Commit-Paths: in head/misc: . mate-user-guide X-SVN-Commit-Revision: 501272 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4AC9B6A73F X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.961,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 17:44:26 -0000 Author: ericbsd Date: Sat May 11 17:44:23 2019 New Revision: 501272 URL: https://svnweb.freebsd.org/changeset/ports/501272 Log: adding misc/mate-user-guide 1.22.1 It is the User Guide for The MATE desktop Approved by: mentor (implicit) Added: head/misc/mate-user-guide/ head/misc/mate-user-guide/Makefile (contents, props changed) head/misc/mate-user-guide/distinfo (contents, props changed) head/misc/mate-user-guide/pkg-descr (contents, props changed) head/misc/mate-user-guide/pkg-plist (contents, props changed) Modified: head/misc/Makefile Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Sat May 11 17:41:02 2019 (r501271) +++ head/misc/Makefile Sat May 11 17:44:23 2019 (r501272) @@ -241,6 +241,7 @@ SUBDIR += lxi-tools SUBDIR += magicpoint SUBDIR += man.el + SUBDIR += mate-user-guide SUBDIR += mbuffer SUBDIR += mc SUBDIR += mc-light Added: head/misc/mate-user-guide/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/mate-user-guide/Makefile Sat May 11 17:44:23 2019 (r501272) @@ -0,0 +1,25 @@ +# Created by: Eric Turgeon +# $FreeBSD$ + +PORTNAME= mate-user-guide +PORTVERSION= 1.22.1 +CATEGORIES= misc mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= MATE users guide + +LICENSE= GFDL +LICENSE_FILE= ${WRKSRC}/COPYING + +BUILD_DEPENDS= itstool:textproc/itstool \ + intltool>=0.40.0:textproc/intltool +RUN_DEPENDS= yelp:x11/yelp + +PORTSCOUT= limitw:1,even + +USES= gettext gmake tar:xz +GNU_CONFIGURE= yes + +.include Added: head/misc/mate-user-guide/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/mate-user-guide/distinfo Sat May 11 17:44:23 2019 (r501272) @@ -0,0 +1,3 @@ +TIMESTAMP = 1556144384 +SHA256 (mate/mate-user-guide-1.22.1.tar.xz) = 7a7738da71ae531839d4223c82a0f2c883946f0abab8755312adaa9d6173f40b +SIZE (mate/mate-user-guide-1.22.1.tar.xz) = 8950992 Added: head/misc/mate-user-guide/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/mate-user-guide/pkg-descr Sat May 11 17:44:23 2019 (r501272) @@ -0,0 +1 @@ +User documentation for the MATE desktop. Added: head/misc/mate-user-guide/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/mate-user-guide/pkg-plist Sat May 11 17:44:23 2019 (r501272) @@ -0,0 +1,6735 @@ +share/applications/mate-user-guide.desktop +share/help/C/mate-user-guide/figures/ask_pointer.png +share/help/C/mate-user-guide/figures/busy_pointer.png +share/help/C/mate-user-guide/figures/caja_always_use_browser.png +share/help/C/mate-user-guide/figures/caja_browser_mode.png +share/help/C/mate-user-guide/figures/caja_button_bar.png +share/help/C/mate-user-guide/figures/caja_emblem.png +share/help/C/mate-user-guide/figures/caja_go_to_location.png +share/help/C/mate-user-guide/figures/caja_link_emblem.png +share/help/C/mate-user-guide/figures/caja_noread_emblem.png +share/help/C/mate-user-guide/figures/caja_normal_size_button.png +share/help/C/mate-user-guide/figures/caja_nowrite_emblem.png +share/help/C/mate-user-guide/figures/caja_refine_search.png +share/help/C/mate-user-guide/figures/caja_restore_saved_search.png +share/help/C/mate-user-guide/figures/caja_search_bar.png +share/help/C/mate-user-guide/figures/caja_search_results.png +share/help/C/mate-user-guide/figures/caja_spatial_icon_view.png +share/help/C/mate-user-guide/figures/caja_spatial_list_view.png +share/help/C/mate-user-guide/figures/caja_spatial_mode.png +share/help/C/mate-user-guide/figures/caja_spatial_view.png +share/help/C/mate-user-guide/figures/caja_trash_launcher.png +share/help/C/mate-user-guide/figures/caja_zoom_in_button.png +share/help/C/mate-user-guide/figures/caja_zoom_out_button.png +share/help/C/mate-user-guide/figures/copy_pointer.png +share/help/C/mate-user-guide/figures/force_quit.png +share/help/C/mate-user-guide/figures/four_hide_button.png +share/help/C/mate-user-guide/figures/hyperlink_pointer.png +share/help/C/mate-user-guide/figures/ibeam_pointer.png +share/help/C/mate-user-guide/figures/link_pointer.png +share/help/C/mate-user-guide/figures/lockscreen_icon.png +share/help/C/mate-user-guide/figures/logout_icon.png +share/help/C/mate-user-guide/figures/menu_bar_applet.png +share/help/C/mate-user-guide/figures/move_panel_object_pointer.png +share/help/C/mate-user-guide/figures/move_pointer.png +share/help/C/mate-user-guide/figures/movewindow_pointer.png +share/help/C/mate-user-guide/figures/normal_pointer.png +share/help/C/mate-user-guide/figures/not_available_pointer.png +share/help/C/mate-user-guide/figures/notification_area_icon.png +share/help/C/mate-user-guide/figures/open_drawer.png +share/help/C/mate-user-guide/figures/openwindows_menu.png +share/help/C/mate-user-guide/figures/org_mate_desktop_background_logical_view.png +share/help/C/mate-user-guide/figures/org_mate_desktop_background_only_logical_view.png +share/help/C/mate-user-guide/figures/panel_object_popup_menu.png +share/help/C/mate-user-guide/figures/picture_filename_dconf_key_edit.png +share/help/C/mate-user-guide/figures/picture_filename_dconf_key_view.png +share/help/C/mate-user-guide/figures/resize_pointer.png +share/help/C/mate-user-guide/figures/run_button.png +share/help/C/mate-user-guide/figures/sample_applet.png +share/help/C/mate-user-guide/figures/searchtool_button.png +share/help/C/mate-user-guide/figures/show_desktop_button.png +share/help/C/mate-user-guide/figures/titlebar_window.png +share/help/C/mate-user-guide/figures/workspace_switcher_applet.png +share/help/C/mate-user-guide/figures/yelp_add_bookmark.png +share/help/C/mate-user-guide/figures/yelp_edit_bookmarks.png +share/help/C/mate-user-guide/figures/yelp_preferences.png +share/help/C/mate-user-guide/figures/yelp_window.png +share/help/C/mate-user-guide/glossary.xml +share/help/C/mate-user-guide/gosbasic.xml +share/help/C/mate-user-guide/goscaja.xml +share/help/C/mate-user-guide/goscustdesk.xml +share/help/C/mate-user-guide/gosdconf.xml +share/help/C/mate-user-guide/gosdconfkeys.xml +share/help/C/mate-user-guide/goseditmainmenu.xml +share/help/C/mate-user-guide/gosfeedback.xml +share/help/C/mate-user-guide/gosoverview.xml +share/help/C/mate-user-guide/gospanel.xml +share/help/C/mate-user-guide/gosstartsession.xml +share/help/C/mate-user-guide/gostools.xml +share/help/C/mate-user-guide/index.docbook +share/help/C/mate-user-guide/legal.xml +share/help/af/mate-user-guide/figures/ask_pointer.png +share/help/af/mate-user-guide/figures/busy_pointer.png +share/help/af/mate-user-guide/figures/caja_always_use_browser.png +share/help/af/mate-user-guide/figures/caja_browser_mode.png +share/help/af/mate-user-guide/figures/caja_button_bar.png +share/help/af/mate-user-guide/figures/caja_emblem.png +share/help/af/mate-user-guide/figures/caja_go_to_location.png +share/help/af/mate-user-guide/figures/caja_link_emblem.png +share/help/af/mate-user-guide/figures/caja_noread_emblem.png +share/help/af/mate-user-guide/figures/caja_normal_size_button.png +share/help/af/mate-user-guide/figures/caja_nowrite_emblem.png +share/help/af/mate-user-guide/figures/caja_refine_search.png +share/help/af/mate-user-guide/figures/caja_restore_saved_search.png +share/help/af/mate-user-guide/figures/caja_search_bar.png +share/help/af/mate-user-guide/figures/caja_search_results.png +share/help/af/mate-user-guide/figures/caja_spatial_icon_view.png +share/help/af/mate-user-guide/figures/caja_spatial_list_view.png +share/help/af/mate-user-guide/figures/caja_spatial_mode.png +share/help/af/mate-user-guide/figures/caja_spatial_view.png +share/help/af/mate-user-guide/figures/caja_trash_launcher.png +share/help/af/mate-user-guide/figures/caja_zoom_in_button.png +share/help/af/mate-user-guide/figures/caja_zoom_out_button.png +share/help/af/mate-user-guide/figures/copy_pointer.png +share/help/af/mate-user-guide/figures/force_quit.png +share/help/af/mate-user-guide/figures/four_hide_button.png +share/help/af/mate-user-guide/figures/hyperlink_pointer.png +share/help/af/mate-user-guide/figures/ibeam_pointer.png +share/help/af/mate-user-guide/figures/link_pointer.png +share/help/af/mate-user-guide/figures/lockscreen_icon.png +share/help/af/mate-user-guide/figures/logout_icon.png +share/help/af/mate-user-guide/figures/menu_bar_applet.png +share/help/af/mate-user-guide/figures/move_panel_object_pointer.png +share/help/af/mate-user-guide/figures/move_pointer.png +share/help/af/mate-user-guide/figures/movewindow_pointer.png +share/help/af/mate-user-guide/figures/normal_pointer.png +share/help/af/mate-user-guide/figures/not_available_pointer.png +share/help/af/mate-user-guide/figures/notification_area_icon.png +share/help/af/mate-user-guide/figures/open_drawer.png +share/help/af/mate-user-guide/figures/openwindows_menu.png +share/help/af/mate-user-guide/figures/org_mate_desktop_background_logical_view.png +share/help/af/mate-user-guide/figures/org_mate_desktop_background_only_logical_view.png +share/help/af/mate-user-guide/figures/panel_object_popup_menu.png +share/help/af/mate-user-guide/figures/picture_filename_dconf_key_edit.png +share/help/af/mate-user-guide/figures/picture_filename_dconf_key_view.png +share/help/af/mate-user-guide/figures/resize_pointer.png +share/help/af/mate-user-guide/figures/run_button.png +share/help/af/mate-user-guide/figures/sample_applet.png +share/help/af/mate-user-guide/figures/searchtool_button.png +share/help/af/mate-user-guide/figures/show_desktop_button.png +share/help/af/mate-user-guide/figures/titlebar_window.png +share/help/af/mate-user-guide/figures/workspace_switcher_applet.png +share/help/af/mate-user-guide/figures/yelp_add_bookmark.png +share/help/af/mate-user-guide/figures/yelp_edit_bookmarks.png +share/help/af/mate-user-guide/figures/yelp_preferences.png +share/help/af/mate-user-guide/figures/yelp_window.png +share/help/af/mate-user-guide/glossary.xml +share/help/af/mate-user-guide/gosbasic.xml +share/help/af/mate-user-guide/goscaja.xml +share/help/af/mate-user-guide/goscustdesk.xml +share/help/af/mate-user-guide/gosdconf.xml +share/help/af/mate-user-guide/gosdconfkeys.xml +share/help/af/mate-user-guide/goseditmainmenu.xml +share/help/af/mate-user-guide/gosfeedback.xml +share/help/af/mate-user-guide/gosoverview.xml +share/help/af/mate-user-guide/gospanel.xml +share/help/af/mate-user-guide/gosstartsession.xml +share/help/af/mate-user-guide/gostools.xml +share/help/af/mate-user-guide/index.docbook +share/help/af/mate-user-guide/legal.xml +share/help/am/mate-user-guide/figures/ask_pointer.png +share/help/am/mate-user-guide/figures/busy_pointer.png +share/help/am/mate-user-guide/figures/caja_always_use_browser.png +share/help/am/mate-user-guide/figures/caja_browser_mode.png +share/help/am/mate-user-guide/figures/caja_button_bar.png +share/help/am/mate-user-guide/figures/caja_emblem.png +share/help/am/mate-user-guide/figures/caja_go_to_location.png +share/help/am/mate-user-guide/figures/caja_link_emblem.png +share/help/am/mate-user-guide/figures/caja_noread_emblem.png +share/help/am/mate-user-guide/figures/caja_normal_size_button.png +share/help/am/mate-user-guide/figures/caja_nowrite_emblem.png +share/help/am/mate-user-guide/figures/caja_refine_search.png +share/help/am/mate-user-guide/figures/caja_restore_saved_search.png +share/help/am/mate-user-guide/figures/caja_search_bar.png +share/help/am/mate-user-guide/figures/caja_search_results.png +share/help/am/mate-user-guide/figures/caja_spatial_icon_view.png +share/help/am/mate-user-guide/figures/caja_spatial_list_view.png +share/help/am/mate-user-guide/figures/caja_spatial_mode.png +share/help/am/mate-user-guide/figures/caja_spatial_view.png +share/help/am/mate-user-guide/figures/caja_trash_launcher.png +share/help/am/mate-user-guide/figures/caja_zoom_in_button.png +share/help/am/mate-user-guide/figures/caja_zoom_out_button.png +share/help/am/mate-user-guide/figures/copy_pointer.png +share/help/am/mate-user-guide/figures/force_quit.png +share/help/am/mate-user-guide/figures/four_hide_button.png +share/help/am/mate-user-guide/figures/hyperlink_pointer.png +share/help/am/mate-user-guide/figures/ibeam_pointer.png +share/help/am/mate-user-guide/figures/link_pointer.png +share/help/am/mate-user-guide/figures/lockscreen_icon.png +share/help/am/mate-user-guide/figures/logout_icon.png +share/help/am/mate-user-guide/figures/menu_bar_applet.png +share/help/am/mate-user-guide/figures/move_panel_object_pointer.png +share/help/am/mate-user-guide/figures/move_pointer.png +share/help/am/mate-user-guide/figures/movewindow_pointer.png +share/help/am/mate-user-guide/figures/normal_pointer.png +share/help/am/mate-user-guide/figures/not_available_pointer.png +share/help/am/mate-user-guide/figures/notification_area_icon.png +share/help/am/mate-user-guide/figures/open_drawer.png +share/help/am/mate-user-guide/figures/openwindows_menu.png +share/help/am/mate-user-guide/figures/org_mate_desktop_background_logical_view.png +share/help/am/mate-user-guide/figures/org_mate_desktop_background_only_logical_view.png +share/help/am/mate-user-guide/figures/panel_object_popup_menu.png +share/help/am/mate-user-guide/figures/picture_filename_dconf_key_edit.png +share/help/am/mate-user-guide/figures/picture_filename_dconf_key_view.png +share/help/am/mate-user-guide/figures/resize_pointer.png +share/help/am/mate-user-guide/figures/run_button.png +share/help/am/mate-user-guide/figures/sample_applet.png +share/help/am/mate-user-guide/figures/searchtool_button.png +share/help/am/mate-user-guide/figures/show_desktop_button.png +share/help/am/mate-user-guide/figures/titlebar_window.png +share/help/am/mate-user-guide/figures/workspace_switcher_applet.png +share/help/am/mate-user-guide/figures/yelp_add_bookmark.png +share/help/am/mate-user-guide/figures/yelp_edit_bookmarks.png +share/help/am/mate-user-guide/figures/yelp_preferences.png +share/help/am/mate-user-guide/figures/yelp_window.png +share/help/am/mate-user-guide/glossary.xml +share/help/am/mate-user-guide/gosbasic.xml +share/help/am/mate-user-guide/goscaja.xml +share/help/am/mate-user-guide/goscustdesk.xml +share/help/am/mate-user-guide/gosdconf.xml +share/help/am/mate-user-guide/gosdconfkeys.xml +share/help/am/mate-user-guide/goseditmainmenu.xml +share/help/am/mate-user-guide/gosfeedback.xml +share/help/am/mate-user-guide/gosoverview.xml +share/help/am/mate-user-guide/gospanel.xml +share/help/am/mate-user-guide/gosstartsession.xml +share/help/am/mate-user-guide/gostools.xml +share/help/am/mate-user-guide/index.docbook +share/help/am/mate-user-guide/legal.xml +share/help/ar/mate-user-guide/figures/ask_pointer.png +share/help/ar/mate-user-guide/figures/busy_pointer.png +share/help/ar/mate-user-guide/figures/caja_always_use_browser.png +share/help/ar/mate-user-guide/figures/caja_browser_mode.png +share/help/ar/mate-user-guide/figures/caja_button_bar.png +share/help/ar/mate-user-guide/figures/caja_emblem.png +share/help/ar/mate-user-guide/figures/caja_go_to_location.png +share/help/ar/mate-user-guide/figures/caja_link_emblem.png +share/help/ar/mate-user-guide/figures/caja_noread_emblem.png +share/help/ar/mate-user-guide/figures/caja_normal_size_button.png +share/help/ar/mate-user-guide/figures/caja_nowrite_emblem.png +share/help/ar/mate-user-guide/figures/caja_refine_search.png +share/help/ar/mate-user-guide/figures/caja_restore_saved_search.png +share/help/ar/mate-user-guide/figures/caja_search_bar.png +share/help/ar/mate-user-guide/figures/caja_search_results.png +share/help/ar/mate-user-guide/figures/caja_spatial_icon_view.png +share/help/ar/mate-user-guide/figures/caja_spatial_list_view.png +share/help/ar/mate-user-guide/figures/caja_spatial_mode.png +share/help/ar/mate-user-guide/figures/caja_spatial_view.png +share/help/ar/mate-user-guide/figures/caja_trash_launcher.png +share/help/ar/mate-user-guide/figures/caja_zoom_in_button.png +share/help/ar/mate-user-guide/figures/caja_zoom_out_button.png +share/help/ar/mate-user-guide/figures/copy_pointer.png +share/help/ar/mate-user-guide/figures/force_quit.png +share/help/ar/mate-user-guide/figures/four_hide_button.png +share/help/ar/mate-user-guide/figures/hyperlink_pointer.png +share/help/ar/mate-user-guide/figures/ibeam_pointer.png +share/help/ar/mate-user-guide/figures/link_pointer.png +share/help/ar/mate-user-guide/figures/lockscreen_icon.png +share/help/ar/mate-user-guide/figures/logout_icon.png +share/help/ar/mate-user-guide/figures/menu_bar_applet.png +share/help/ar/mate-user-guide/figures/move_panel_object_pointer.png +share/help/ar/mate-user-guide/figures/move_pointer.png +share/help/ar/mate-user-guide/figures/movewindow_pointer.png +share/help/ar/mate-user-guide/figures/normal_pointer.png +share/help/ar/mate-user-guide/figures/not_available_pointer.png +share/help/ar/mate-user-guide/figures/notification_area_icon.png +share/help/ar/mate-user-guide/figures/open_drawer.png +share/help/ar/mate-user-guide/figures/openwindows_menu.png +share/help/ar/mate-user-guide/figures/org_mate_desktop_background_logical_view.png +share/help/ar/mate-user-guide/figures/org_mate_desktop_background_only_logical_view.png +share/help/ar/mate-user-guide/figures/panel_object_popup_menu.png +share/help/ar/mate-user-guide/figures/picture_filename_dconf_key_edit.png +share/help/ar/mate-user-guide/figures/picture_filename_dconf_key_view.png +share/help/ar/mate-user-guide/figures/resize_pointer.png +share/help/ar/mate-user-guide/figures/run_button.png +share/help/ar/mate-user-guide/figures/sample_applet.png +share/help/ar/mate-user-guide/figures/searchtool_button.png +share/help/ar/mate-user-guide/figures/show_desktop_button.png +share/help/ar/mate-user-guide/figures/titlebar_window.png +share/help/ar/mate-user-guide/figures/workspace_switcher_applet.png +share/help/ar/mate-user-guide/figures/yelp_add_bookmark.png +share/help/ar/mate-user-guide/figures/yelp_edit_bookmarks.png +share/help/ar/mate-user-guide/figures/yelp_preferences.png +share/help/ar/mate-user-guide/figures/yelp_window.png +share/help/ar/mate-user-guide/glossary.xml +share/help/ar/mate-user-guide/gosbasic.xml +share/help/ar/mate-user-guide/goscaja.xml +share/help/ar/mate-user-guide/goscustdesk.xml +share/help/ar/mate-user-guide/gosdconf.xml +share/help/ar/mate-user-guide/gosdconfkeys.xml +share/help/ar/mate-user-guide/goseditmainmenu.xml +share/help/ar/mate-user-guide/gosfeedback.xml +share/help/ar/mate-user-guide/gosoverview.xml +share/help/ar/mate-user-guide/gospanel.xml +share/help/ar/mate-user-guide/gosstartsession.xml +share/help/ar/mate-user-guide/gostools.xml +share/help/ar/mate-user-guide/index.docbook +share/help/ar/mate-user-guide/legal.xml +share/help/as/mate-user-guide/figures/ask_pointer.png +share/help/as/mate-user-guide/figures/busy_pointer.png +share/help/as/mate-user-guide/figures/caja_always_use_browser.png +share/help/as/mate-user-guide/figures/caja_browser_mode.png +share/help/as/mate-user-guide/figures/caja_button_bar.png +share/help/as/mate-user-guide/figures/caja_emblem.png +share/help/as/mate-user-guide/figures/caja_go_to_location.png +share/help/as/mate-user-guide/figures/caja_link_emblem.png +share/help/as/mate-user-guide/figures/caja_noread_emblem.png +share/help/as/mate-user-guide/figures/caja_normal_size_button.png +share/help/as/mate-user-guide/figures/caja_nowrite_emblem.png +share/help/as/mate-user-guide/figures/caja_refine_search.png +share/help/as/mate-user-guide/figures/caja_restore_saved_search.png +share/help/as/mate-user-guide/figures/caja_search_bar.png +share/help/as/mate-user-guide/figures/caja_search_results.png +share/help/as/mate-user-guide/figures/caja_spatial_icon_view.png +share/help/as/mate-user-guide/figures/caja_spatial_list_view.png +share/help/as/mate-user-guide/figures/caja_spatial_mode.png +share/help/as/mate-user-guide/figures/caja_spatial_view.png +share/help/as/mate-user-guide/figures/caja_trash_launcher.png +share/help/as/mate-user-guide/figures/caja_zoom_in_button.png +share/help/as/mate-user-guide/figures/caja_zoom_out_button.png +share/help/as/mate-user-guide/figures/copy_pointer.png +share/help/as/mate-user-guide/figures/force_quit.png +share/help/as/mate-user-guide/figures/four_hide_button.png +share/help/as/mate-user-guide/figures/hyperlink_pointer.png +share/help/as/mate-user-guide/figures/ibeam_pointer.png +share/help/as/mate-user-guide/figures/link_pointer.png +share/help/as/mate-user-guide/figures/lockscreen_icon.png +share/help/as/mate-user-guide/figures/logout_icon.png +share/help/as/mate-user-guide/figures/menu_bar_applet.png +share/help/as/mate-user-guide/figures/move_panel_object_pointer.png +share/help/as/mate-user-guide/figures/move_pointer.png +share/help/as/mate-user-guide/figures/movewindow_pointer.png +share/help/as/mate-user-guide/figures/normal_pointer.png +share/help/as/mate-user-guide/figures/not_available_pointer.png +share/help/as/mate-user-guide/figures/notification_area_icon.png +share/help/as/mate-user-guide/figures/open_drawer.png +share/help/as/mate-user-guide/figures/openwindows_menu.png +share/help/as/mate-user-guide/figures/org_mate_desktop_background_logical_view.png +share/help/as/mate-user-guide/figures/org_mate_desktop_background_only_logical_view.png +share/help/as/mate-user-guide/figures/panel_object_popup_menu.png +share/help/as/mate-user-guide/figures/picture_filename_dconf_key_edit.png +share/help/as/mate-user-guide/figures/picture_filename_dconf_key_view.png +share/help/as/mate-user-guide/figures/resize_pointer.png +share/help/as/mate-user-guide/figures/run_button.png +share/help/as/mate-user-guide/figures/sample_applet.png +share/help/as/mate-user-guide/figures/searchtool_button.png +share/help/as/mate-user-guide/figures/show_desktop_button.png +share/help/as/mate-user-guide/figures/titlebar_window.png +share/help/as/mate-user-guide/figures/workspace_switcher_applet.png +share/help/as/mate-user-guide/figures/yelp_add_bookmark.png +share/help/as/mate-user-guide/figures/yelp_edit_bookmarks.png +share/help/as/mate-user-guide/figures/yelp_preferences.png +share/help/as/mate-user-guide/figures/yelp_window.png +share/help/as/mate-user-guide/glossary.xml +share/help/as/mate-user-guide/gosbasic.xml +share/help/as/mate-user-guide/goscaja.xml +share/help/as/mate-user-guide/goscustdesk.xml +share/help/as/mate-user-guide/gosdconf.xml +share/help/as/mate-user-guide/gosdconfkeys.xml +share/help/as/mate-user-guide/goseditmainmenu.xml +share/help/as/mate-user-guide/gosfeedback.xml +share/help/as/mate-user-guide/gosoverview.xml +share/help/as/mate-user-guide/gospanel.xml +share/help/as/mate-user-guide/gosstartsession.xml +share/help/as/mate-user-guide/gostools.xml +share/help/as/mate-user-guide/index.docbook +share/help/as/mate-user-guide/legal.xml +share/help/ast/mate-user-guide/figures/ask_pointer.png +share/help/ast/mate-user-guide/figures/busy_pointer.png +share/help/ast/mate-user-guide/figures/caja_always_use_browser.png +share/help/ast/mate-user-guide/figures/caja_browser_mode.png +share/help/ast/mate-user-guide/figures/caja_button_bar.png +share/help/ast/mate-user-guide/figures/caja_emblem.png +share/help/ast/mate-user-guide/figures/caja_go_to_location.png +share/help/ast/mate-user-guide/figures/caja_link_emblem.png +share/help/ast/mate-user-guide/figures/caja_noread_emblem.png +share/help/ast/mate-user-guide/figures/caja_normal_size_button.png +share/help/ast/mate-user-guide/figures/caja_nowrite_emblem.png +share/help/ast/mate-user-guide/figures/caja_refine_search.png +share/help/ast/mate-user-guide/figures/caja_restore_saved_search.png +share/help/ast/mate-user-guide/figures/caja_search_bar.png +share/help/ast/mate-user-guide/figures/caja_search_results.png +share/help/ast/mate-user-guide/figures/caja_spatial_icon_view.png +share/help/ast/mate-user-guide/figures/caja_spatial_list_view.png +share/help/ast/mate-user-guide/figures/caja_spatial_mode.png +share/help/ast/mate-user-guide/figures/caja_spatial_view.png +share/help/ast/mate-user-guide/figures/caja_trash_launcher.png +share/help/ast/mate-user-guide/figures/caja_zoom_in_button.png +share/help/ast/mate-user-guide/figures/caja_zoom_out_button.png +share/help/ast/mate-user-guide/figures/copy_pointer.png +share/help/ast/mate-user-guide/figures/force_quit.png +share/help/ast/mate-user-guide/figures/four_hide_button.png +share/help/ast/mate-user-guide/figures/hyperlink_pointer.png +share/help/ast/mate-user-guide/figures/ibeam_pointer.png +share/help/ast/mate-user-guide/figures/link_pointer.png +share/help/ast/mate-user-guide/figures/lockscreen_icon.png +share/help/ast/mate-user-guide/figures/logout_icon.png +share/help/ast/mate-user-guide/figures/menu_bar_applet.png +share/help/ast/mate-user-guide/figures/move_panel_object_pointer.png +share/help/ast/mate-user-guide/figures/move_pointer.png +share/help/ast/mate-user-guide/figures/movewindow_pointer.png +share/help/ast/mate-user-guide/figures/normal_pointer.png +share/help/ast/mate-user-guide/figures/not_available_pointer.png +share/help/ast/mate-user-guide/figures/notification_area_icon.png +share/help/ast/mate-user-guide/figures/open_drawer.png +share/help/ast/mate-user-guide/figures/openwindows_menu.png +share/help/ast/mate-user-guide/figures/org_mate_desktop_background_logical_view.png +share/help/ast/mate-user-guide/figures/org_mate_desktop_background_only_logical_view.png +share/help/ast/mate-user-guide/figures/panel_object_popup_menu.png +share/help/ast/mate-user-guide/figures/picture_filename_dconf_key_edit.png +share/help/ast/mate-user-guide/figures/picture_filename_dconf_key_view.png +share/help/ast/mate-user-guide/figures/resize_pointer.png +share/help/ast/mate-user-guide/figures/run_button.png +share/help/ast/mate-user-guide/figures/sample_applet.png +share/help/ast/mate-user-guide/figures/searchtool_button.png +share/help/ast/mate-user-guide/figures/show_desktop_button.png +share/help/ast/mate-user-guide/figures/titlebar_window.png +share/help/ast/mate-user-guide/figures/workspace_switcher_applet.png +share/help/ast/mate-user-guide/figures/yelp_add_bookmark.png +share/help/ast/mate-user-guide/figures/yelp_edit_bookmarks.png +share/help/ast/mate-user-guide/figures/yelp_preferences.png +share/help/ast/mate-user-guide/figures/yelp_window.png +share/help/ast/mate-user-guide/glossary.xml +share/help/ast/mate-user-guide/gosbasic.xml +share/help/ast/mate-user-guide/goscaja.xml +share/help/ast/mate-user-guide/goscustdesk.xml +share/help/ast/mate-user-guide/gosdconf.xml +share/help/ast/mate-user-guide/gosdconfkeys.xml +share/help/ast/mate-user-guide/goseditmainmenu.xml +share/help/ast/mate-user-guide/gosfeedback.xml +share/help/ast/mate-user-guide/gosoverview.xml +share/help/ast/mate-user-guide/gospanel.xml +share/help/ast/mate-user-guide/gosstartsession.xml +share/help/ast/mate-user-guide/gostools.xml +share/help/ast/mate-user-guide/index.docbook +share/help/ast/mate-user-guide/legal.xml +share/help/az/mate-user-guide/figures/ask_pointer.png +share/help/az/mate-user-guide/figures/busy_pointer.png +share/help/az/mate-user-guide/figures/caja_always_use_browser.png +share/help/az/mate-user-guide/figures/caja_browser_mode.png +share/help/az/mate-user-guide/figures/caja_button_bar.png +share/help/az/mate-user-guide/figures/caja_emblem.png +share/help/az/mate-user-guide/figures/caja_go_to_location.png +share/help/az/mate-user-guide/figures/caja_link_emblem.png +share/help/az/mate-user-guide/figures/caja_noread_emblem.png +share/help/az/mate-user-guide/figures/caja_normal_size_button.png +share/help/az/mate-user-guide/figures/caja_nowrite_emblem.png +share/help/az/mate-user-guide/figures/caja_refine_search.png +share/help/az/mate-user-guide/figures/caja_restore_saved_search.png +share/help/az/mate-user-guide/figures/caja_search_bar.png +share/help/az/mate-user-guide/figures/caja_search_results.png +share/help/az/mate-user-guide/figures/caja_spatial_icon_view.png +share/help/az/mate-user-guide/figures/caja_spatial_list_view.png +share/help/az/mate-user-guide/figures/caja_spatial_mode.png +share/help/az/mate-user-guide/figures/caja_spatial_view.png +share/help/az/mate-user-guide/figures/caja_trash_launcher.png +share/help/az/mate-user-guide/figures/caja_zoom_in_button.png +share/help/az/mate-user-guide/figures/caja_zoom_out_button.png +share/help/az/mate-user-guide/figures/copy_pointer.png +share/help/az/mate-user-guide/figures/force_quit.png +share/help/az/mate-user-guide/figures/four_hide_button.png +share/help/az/mate-user-guide/figures/hyperlink_pointer.png +share/help/az/mate-user-guide/figures/ibeam_pointer.png +share/help/az/mate-user-guide/figures/link_pointer.png +share/help/az/mate-user-guide/figures/lockscreen_icon.png +share/help/az/mate-user-guide/figures/logout_icon.png +share/help/az/mate-user-guide/figures/menu_bar_applet.png +share/help/az/mate-user-guide/figures/move_panel_object_pointer.png +share/help/az/mate-user-guide/figures/move_pointer.png +share/help/az/mate-user-guide/figures/movewindow_pointer.png +share/help/az/mate-user-guide/figures/normal_pointer.png +share/help/az/mate-user-guide/figures/not_available_pointer.png +share/help/az/mate-user-guide/figures/notification_area_icon.png +share/help/az/mate-user-guide/figures/open_drawer.png +share/help/az/mate-user-guide/figures/openwindows_menu.png +share/help/az/mate-user-guide/figures/org_mate_desktop_background_logical_view.png +share/help/az/mate-user-guide/figures/org_mate_desktop_background_only_logical_view.png +share/help/az/mate-user-guide/figures/panel_object_popup_menu.png +share/help/az/mate-user-guide/figures/picture_filename_dconf_key_edit.png +share/help/az/mate-user-guide/figures/picture_filename_dconf_key_view.png +share/help/az/mate-user-guide/figures/resize_pointer.png +share/help/az/mate-user-guide/figures/run_button.png +share/help/az/mate-user-guide/figures/sample_applet.png +share/help/az/mate-user-guide/figures/searchtool_button.png +share/help/az/mate-user-guide/figures/show_desktop_button.png +share/help/az/mate-user-guide/figures/titlebar_window.png +share/help/az/mate-user-guide/figures/workspace_switcher_applet.png +share/help/az/mate-user-guide/figures/yelp_add_bookmark.png +share/help/az/mate-user-guide/figures/yelp_edit_bookmarks.png +share/help/az/mate-user-guide/figures/yelp_preferences.png +share/help/az/mate-user-guide/figures/yelp_window.png +share/help/az/mate-user-guide/glossary.xml +share/help/az/mate-user-guide/gosbasic.xml +share/help/az/mate-user-guide/goscaja.xml +share/help/az/mate-user-guide/goscustdesk.xml +share/help/az/mate-user-guide/gosdconf.xml +share/help/az/mate-user-guide/gosdconfkeys.xml +share/help/az/mate-user-guide/goseditmainmenu.xml +share/help/az/mate-user-guide/gosfeedback.xml +share/help/az/mate-user-guide/gosoverview.xml +share/help/az/mate-user-guide/gospanel.xml +share/help/az/mate-user-guide/gosstartsession.xml +share/help/az/mate-user-guide/gostools.xml +share/help/az/mate-user-guide/index.docbook +share/help/az/mate-user-guide/legal.xml +share/help/be/mate-user-guide/figures/ask_pointer.png +share/help/be/mate-user-guide/figures/busy_pointer.png +share/help/be/mate-user-guide/figures/caja_always_use_browser.png +share/help/be/mate-user-guide/figures/caja_browser_mode.png +share/help/be/mate-user-guide/figures/caja_button_bar.png +share/help/be/mate-user-guide/figures/caja_emblem.png +share/help/be/mate-user-guide/figures/caja_go_to_location.png +share/help/be/mate-user-guide/figures/caja_link_emblem.png +share/help/be/mate-user-guide/figures/caja_noread_emblem.png +share/help/be/mate-user-guide/figures/caja_normal_size_button.png +share/help/be/mate-user-guide/figures/caja_nowrite_emblem.png +share/help/be/mate-user-guide/figures/caja_refine_search.png +share/help/be/mate-user-guide/figures/caja_restore_saved_search.png +share/help/be/mate-user-guide/figures/caja_search_bar.png +share/help/be/mate-user-guide/figures/caja_search_results.png +share/help/be/mate-user-guide/figures/caja_spatial_icon_view.png +share/help/be/mate-user-guide/figures/caja_spatial_list_view.png +share/help/be/mate-user-guide/figures/caja_spatial_mode.png +share/help/be/mate-user-guide/figures/caja_spatial_view.png +share/help/be/mate-user-guide/figures/caja_trash_launcher.png +share/help/be/mate-user-guide/figures/caja_zoom_in_button.png +share/help/be/mate-user-guide/figures/caja_zoom_out_button.png +share/help/be/mate-user-guide/figures/copy_pointer.png +share/help/be/mate-user-guide/figures/force_quit.png +share/help/be/mate-user-guide/figures/four_hide_button.png +share/help/be/mate-user-guide/figures/hyperlink_pointer.png +share/help/be/mate-user-guide/figures/ibeam_pointer.png +share/help/be/mate-user-guide/figures/link_pointer.png +share/help/be/mate-user-guide/figures/lockscreen_icon.png +share/help/be/mate-user-guide/figures/logout_icon.png +share/help/be/mate-user-guide/figures/menu_bar_applet.png +share/help/be/mate-user-guide/figures/move_panel_object_pointer.png +share/help/be/mate-user-guide/figures/move_pointer.png +share/help/be/mate-user-guide/figures/movewindow_pointer.png +share/help/be/mate-user-guide/figures/normal_pointer.png +share/help/be/mate-user-guide/figures/not_available_pointer.png +share/help/be/mate-user-guide/figures/notification_area_icon.png +share/help/be/mate-user-guide/figures/open_drawer.png +share/help/be/mate-user-guide/figures/openwindows_menu.png +share/help/be/mate-user-guide/figures/org_mate_desktop_background_logical_view.png +share/help/be/mate-user-guide/figures/org_mate_desktop_background_only_logical_view.png +share/help/be/mate-user-guide/figures/panel_object_popup_menu.png +share/help/be/mate-user-guide/figures/picture_filename_dconf_key_edit.png +share/help/be/mate-user-guide/figures/picture_filename_dconf_key_view.png +share/help/be/mate-user-guide/figures/resize_pointer.png +share/help/be/mate-user-guide/figures/run_button.png +share/help/be/mate-user-guide/figures/sample_applet.png +share/help/be/mate-user-guide/figures/searchtool_button.png +share/help/be/mate-user-guide/figures/show_desktop_button.png +share/help/be/mate-user-guide/figures/titlebar_window.png +share/help/be/mate-user-guide/figures/workspace_switcher_applet.png +share/help/be/mate-user-guide/figures/yelp_add_bookmark.png +share/help/be/mate-user-guide/figures/yelp_edit_bookmarks.png +share/help/be/mate-user-guide/figures/yelp_preferences.png +share/help/be/mate-user-guide/figures/yelp_window.png +share/help/be/mate-user-guide/glossary.xml +share/help/be/mate-user-guide/gosbasic.xml +share/help/be/mate-user-guide/goscaja.xml +share/help/be/mate-user-guide/goscustdesk.xml +share/help/be/mate-user-guide/gosdconf.xml +share/help/be/mate-user-guide/gosdconfkeys.xml +share/help/be/mate-user-guide/goseditmainmenu.xml +share/help/be/mate-user-guide/gosfeedback.xml +share/help/be/mate-user-guide/gosoverview.xml +share/help/be/mate-user-guide/gospanel.xml +share/help/be/mate-user-guide/gosstartsession.xml +share/help/be/mate-user-guide/gostools.xml +share/help/be/mate-user-guide/index.docbook +share/help/be/mate-user-guide/legal.xml +share/help/bg/mate-user-guide/figures/ask_pointer.png +share/help/bg/mate-user-guide/figures/busy_pointer.png +share/help/bg/mate-user-guide/figures/caja_always_use_browser.png +share/help/bg/mate-user-guide/figures/caja_browser_mode.png +share/help/bg/mate-user-guide/figures/caja_button_bar.png +share/help/bg/mate-user-guide/figures/caja_emblem.png +share/help/bg/mate-user-guide/figures/caja_go_to_location.png +share/help/bg/mate-user-guide/figures/caja_link_emblem.png +share/help/bg/mate-user-guide/figures/caja_noread_emblem.png +share/help/bg/mate-user-guide/figures/caja_normal_size_button.png +share/help/bg/mate-user-guide/figures/caja_nowrite_emblem.png +share/help/bg/mate-user-guide/figures/caja_refine_search.png +share/help/bg/mate-user-guide/figures/caja_restore_saved_search.png +share/help/bg/mate-user-guide/figures/caja_search_bar.png +share/help/bg/mate-user-guide/figures/caja_search_results.png +share/help/bg/mate-user-guide/figures/caja_spatial_icon_view.png +share/help/bg/mate-user-guide/figures/caja_spatial_list_view.png +share/help/bg/mate-user-guide/figures/caja_spatial_mode.png +share/help/bg/mate-user-guide/figures/caja_spatial_view.png +share/help/bg/mate-user-guide/figures/caja_trash_launcher.png +share/help/bg/mate-user-guide/figures/caja_zoom_in_button.png +share/help/bg/mate-user-guide/figures/caja_zoom_out_button.png +share/help/bg/mate-user-guide/figures/copy_pointer.png +share/help/bg/mate-user-guide/figures/force_quit.png +share/help/bg/mate-user-guide/figures/four_hide_button.png +share/help/bg/mate-user-guide/figures/hyperlink_pointer.png +share/help/bg/mate-user-guide/figures/ibeam_pointer.png +share/help/bg/mate-user-guide/figures/link_pointer.png +share/help/bg/mate-user-guide/figures/lockscreen_icon.png +share/help/bg/mate-user-guide/figures/logout_icon.png +share/help/bg/mate-user-guide/figures/menu_bar_applet.png +share/help/bg/mate-user-guide/figures/move_panel_object_pointer.png +share/help/bg/mate-user-guide/figures/move_pointer.png +share/help/bg/mate-user-guide/figures/movewindow_pointer.png +share/help/bg/mate-user-guide/figures/normal_pointer.png +share/help/bg/mate-user-guide/figures/not_available_pointer.png +share/help/bg/mate-user-guide/figures/notification_area_icon.png +share/help/bg/mate-user-guide/figures/open_drawer.png +share/help/bg/mate-user-guide/figures/openwindows_menu.png +share/help/bg/mate-user-guide/figures/org_mate_desktop_background_logical_view.png +share/help/bg/mate-user-guide/figures/org_mate_desktop_background_only_logical_view.png +share/help/bg/mate-user-guide/figures/panel_object_popup_menu.png +share/help/bg/mate-user-guide/figures/picture_filename_dconf_key_edit.png +share/help/bg/mate-user-guide/figures/picture_filename_dconf_key_view.png +share/help/bg/mate-user-guide/figures/resize_pointer.png +share/help/bg/mate-user-guide/figures/run_button.png +share/help/bg/mate-user-guide/figures/sample_applet.png +share/help/bg/mate-user-guide/figures/searchtool_button.png +share/help/bg/mate-user-guide/figures/show_desktop_button.png +share/help/bg/mate-user-guide/figures/titlebar_window.png +share/help/bg/mate-user-guide/figures/workspace_switcher_applet.png +share/help/bg/mate-user-guide/figures/yelp_add_bookmark.png +share/help/bg/mate-user-guide/figures/yelp_edit_bookmarks.png +share/help/bg/mate-user-guide/figures/yelp_preferences.png +share/help/bg/mate-user-guide/figures/yelp_window.png +share/help/bg/mate-user-guide/glossary.xml +share/help/bg/mate-user-guide/gosbasic.xml +share/help/bg/mate-user-guide/goscaja.xml +share/help/bg/mate-user-guide/goscustdesk.xml +share/help/bg/mate-user-guide/gosdconf.xml +share/help/bg/mate-user-guide/gosdconfkeys.xml +share/help/bg/mate-user-guide/goseditmainmenu.xml +share/help/bg/mate-user-guide/gosfeedback.xml +share/help/bg/mate-user-guide/gosoverview.xml +share/help/bg/mate-user-guide/gospanel.xml +share/help/bg/mate-user-guide/gosstartsession.xml +share/help/bg/mate-user-guide/gostools.xml +share/help/bg/mate-user-guide/index.docbook +share/help/bg/mate-user-guide/legal.xml +share/help/bn/mate-user-guide/figures/ask_pointer.png +share/help/bn/mate-user-guide/figures/busy_pointer.png +share/help/bn/mate-user-guide/figures/caja_always_use_browser.png +share/help/bn/mate-user-guide/figures/caja_browser_mode.png +share/help/bn/mate-user-guide/figures/caja_button_bar.png +share/help/bn/mate-user-guide/figures/caja_emblem.png +share/help/bn/mate-user-guide/figures/caja_go_to_location.png +share/help/bn/mate-user-guide/figures/caja_link_emblem.png +share/help/bn/mate-user-guide/figures/caja_noread_emblem.png +share/help/bn/mate-user-guide/figures/caja_normal_size_button.png +share/help/bn/mate-user-guide/figures/caja_nowrite_emblem.png +share/help/bn/mate-user-guide/figures/caja_refine_search.png +share/help/bn/mate-user-guide/figures/caja_restore_saved_search.png +share/help/bn/mate-user-guide/figures/caja_search_bar.png +share/help/bn/mate-user-guide/figures/caja_search_results.png +share/help/bn/mate-user-guide/figures/caja_spatial_icon_view.png +share/help/bn/mate-user-guide/figures/caja_spatial_list_view.png +share/help/bn/mate-user-guide/figures/caja_spatial_mode.png +share/help/bn/mate-user-guide/figures/caja_spatial_view.png +share/help/bn/mate-user-guide/figures/caja_trash_launcher.png +share/help/bn/mate-user-guide/figures/caja_zoom_in_button.png +share/help/bn/mate-user-guide/figures/caja_zoom_out_button.png +share/help/bn/mate-user-guide/figures/copy_pointer.png +share/help/bn/mate-user-guide/figures/force_quit.png +share/help/bn/mate-user-guide/figures/four_hide_button.png +share/help/bn/mate-user-guide/figures/hyperlink_pointer.png +share/help/bn/mate-user-guide/figures/ibeam_pointer.png +share/help/bn/mate-user-guide/figures/link_pointer.png +share/help/bn/mate-user-guide/figures/lockscreen_icon.png +share/help/bn/mate-user-guide/figures/logout_icon.png +share/help/bn/mate-user-guide/figures/menu_bar_applet.png +share/help/bn/mate-user-guide/figures/move_panel_object_pointer.png +share/help/bn/mate-user-guide/figures/move_pointer.png +share/help/bn/mate-user-guide/figures/movewindow_pointer.png +share/help/bn/mate-user-guide/figures/normal_pointer.png +share/help/bn/mate-user-guide/figures/not_available_pointer.png +share/help/bn/mate-user-guide/figures/notification_area_icon.png +share/help/bn/mate-user-guide/figures/open_drawer.png +share/help/bn/mate-user-guide/figures/openwindows_menu.png +share/help/bn/mate-user-guide/figures/org_mate_desktop_background_logical_view.png +share/help/bn/mate-user-guide/figures/org_mate_desktop_background_only_logical_view.png +share/help/bn/mate-user-guide/figures/panel_object_popup_menu.png +share/help/bn/mate-user-guide/figures/picture_filename_dconf_key_edit.png +share/help/bn/mate-user-guide/figures/picture_filename_dconf_key_view.png +share/help/bn/mate-user-guide/figures/resize_pointer.png +share/help/bn/mate-user-guide/figures/run_button.png +share/help/bn/mate-user-guide/figures/sample_applet.png +share/help/bn/mate-user-guide/figures/searchtool_button.png +share/help/bn/mate-user-guide/figures/show_desktop_button.png +share/help/bn/mate-user-guide/figures/titlebar_window.png +share/help/bn/mate-user-guide/figures/workspace_switcher_applet.png +share/help/bn/mate-user-guide/figures/yelp_add_bookmark.png +share/help/bn/mate-user-guide/figures/yelp_edit_bookmarks.png +share/help/bn/mate-user-guide/figures/yelp_preferences.png +share/help/bn/mate-user-guide/figures/yelp_window.png +share/help/bn/mate-user-guide/glossary.xml +share/help/bn/mate-user-guide/gosbasic.xml +share/help/bn/mate-user-guide/goscaja.xml +share/help/bn/mate-user-guide/goscustdesk.xml +share/help/bn/mate-user-guide/gosdconf.xml +share/help/bn/mate-user-guide/gosdconfkeys.xml +share/help/bn/mate-user-guide/goseditmainmenu.xml +share/help/bn/mate-user-guide/gosfeedback.xml +share/help/bn/mate-user-guide/gosoverview.xml +share/help/bn/mate-user-guide/gospanel.xml +share/help/bn/mate-user-guide/gosstartsession.xml +share/help/bn/mate-user-guide/gostools.xml +share/help/bn/mate-user-guide/index.docbook +share/help/bn/mate-user-guide/legal.xml +share/help/bn_IN/mate-user-guide/figures/ask_pointer.png +share/help/bn_IN/mate-user-guide/figures/busy_pointer.png +share/help/bn_IN/mate-user-guide/figures/caja_always_use_browser.png +share/help/bn_IN/mate-user-guide/figures/caja_browser_mode.png +share/help/bn_IN/mate-user-guide/figures/caja_button_bar.png +share/help/bn_IN/mate-user-guide/figures/caja_emblem.png +share/help/bn_IN/mate-user-guide/figures/caja_go_to_location.png +share/help/bn_IN/mate-user-guide/figures/caja_link_emblem.png +share/help/bn_IN/mate-user-guide/figures/caja_noread_emblem.png +share/help/bn_IN/mate-user-guide/figures/caja_normal_size_button.png +share/help/bn_IN/mate-user-guide/figures/caja_nowrite_emblem.png +share/help/bn_IN/mate-user-guide/figures/caja_refine_search.png +share/help/bn_IN/mate-user-guide/figures/caja_restore_saved_search.png +share/help/bn_IN/mate-user-guide/figures/caja_search_bar.png +share/help/bn_IN/mate-user-guide/figures/caja_search_results.png +share/help/bn_IN/mate-user-guide/figures/caja_spatial_icon_view.png +share/help/bn_IN/mate-user-guide/figures/caja_spatial_list_view.png +share/help/bn_IN/mate-user-guide/figures/caja_spatial_mode.png +share/help/bn_IN/mate-user-guide/figures/caja_spatial_view.png +share/help/bn_IN/mate-user-guide/figures/caja_trash_launcher.png +share/help/bn_IN/mate-user-guide/figures/caja_zoom_in_button.png +share/help/bn_IN/mate-user-guide/figures/caja_zoom_out_button.png +share/help/bn_IN/mate-user-guide/figures/copy_pointer.png +share/help/bn_IN/mate-user-guide/figures/force_quit.png +share/help/bn_IN/mate-user-guide/figures/four_hide_button.png +share/help/bn_IN/mate-user-guide/figures/hyperlink_pointer.png +share/help/bn_IN/mate-user-guide/figures/ibeam_pointer.png +share/help/bn_IN/mate-user-guide/figures/link_pointer.png +share/help/bn_IN/mate-user-guide/figures/lockscreen_icon.png +share/help/bn_IN/mate-user-guide/figures/logout_icon.png +share/help/bn_IN/mate-user-guide/figures/menu_bar_applet.png +share/help/bn_IN/mate-user-guide/figures/move_panel_object_pointer.png +share/help/bn_IN/mate-user-guide/figures/move_pointer.png +share/help/bn_IN/mate-user-guide/figures/movewindow_pointer.png +share/help/bn_IN/mate-user-guide/figures/normal_pointer.png +share/help/bn_IN/mate-user-guide/figures/not_available_pointer.png +share/help/bn_IN/mate-user-guide/figures/notification_area_icon.png +share/help/bn_IN/mate-user-guide/figures/open_drawer.png +share/help/bn_IN/mate-user-guide/figures/openwindows_menu.png +share/help/bn_IN/mate-user-guide/figures/org_mate_desktop_background_logical_view.png +share/help/bn_IN/mate-user-guide/figures/org_mate_desktop_background_only_logical_view.png +share/help/bn_IN/mate-user-guide/figures/panel_object_popup_menu.png +share/help/bn_IN/mate-user-guide/figures/picture_filename_dconf_key_edit.png +share/help/bn_IN/mate-user-guide/figures/picture_filename_dconf_key_view.png +share/help/bn_IN/mate-user-guide/figures/resize_pointer.png +share/help/bn_IN/mate-user-guide/figures/run_button.png +share/help/bn_IN/mate-user-guide/figures/sample_applet.png +share/help/bn_IN/mate-user-guide/figures/searchtool_button.png +share/help/bn_IN/mate-user-guide/figures/show_desktop_button.png +share/help/bn_IN/mate-user-guide/figures/titlebar_window.png +share/help/bn_IN/mate-user-guide/figures/workspace_switcher_applet.png +share/help/bn_IN/mate-user-guide/figures/yelp_add_bookmark.png +share/help/bn_IN/mate-user-guide/figures/yelp_edit_bookmarks.png +share/help/bn_IN/mate-user-guide/figures/yelp_preferences.png +share/help/bn_IN/mate-user-guide/figures/yelp_window.png +share/help/bn_IN/mate-user-guide/glossary.xml +share/help/bn_IN/mate-user-guide/gosbasic.xml +share/help/bn_IN/mate-user-guide/goscaja.xml +share/help/bn_IN/mate-user-guide/goscustdesk.xml +share/help/bn_IN/mate-user-guide/gosdconf.xml +share/help/bn_IN/mate-user-guide/gosdconfkeys.xml +share/help/bn_IN/mate-user-guide/goseditmainmenu.xml +share/help/bn_IN/mate-user-guide/gosfeedback.xml +share/help/bn_IN/mate-user-guide/gosoverview.xml +share/help/bn_IN/mate-user-guide/gospanel.xml +share/help/bn_IN/mate-user-guide/gosstartsession.xml +share/help/bn_IN/mate-user-guide/gostools.xml +share/help/bn_IN/mate-user-guide/index.docbook +share/help/bn_IN/mate-user-guide/legal.xml +share/help/br/mate-user-guide/figures/ask_pointer.png +share/help/br/mate-user-guide/figures/busy_pointer.png +share/help/br/mate-user-guide/figures/caja_always_use_browser.png +share/help/br/mate-user-guide/figures/caja_browser_mode.png +share/help/br/mate-user-guide/figures/caja_button_bar.png +share/help/br/mate-user-guide/figures/caja_emblem.png +share/help/br/mate-user-guide/figures/caja_go_to_location.png +share/help/br/mate-user-guide/figures/caja_link_emblem.png +share/help/br/mate-user-guide/figures/caja_noread_emblem.png +share/help/br/mate-user-guide/figures/caja_normal_size_button.png +share/help/br/mate-user-guide/figures/caja_nowrite_emblem.png +share/help/br/mate-user-guide/figures/caja_refine_search.png +share/help/br/mate-user-guide/figures/caja_restore_saved_search.png +share/help/br/mate-user-guide/figures/caja_search_bar.png +share/help/br/mate-user-guide/figures/caja_search_results.png +share/help/br/mate-user-guide/figures/caja_spatial_icon_view.png +share/help/br/mate-user-guide/figures/caja_spatial_list_view.png +share/help/br/mate-user-guide/figures/caja_spatial_mode.png +share/help/br/mate-user-guide/figures/caja_spatial_view.png +share/help/br/mate-user-guide/figures/caja_trash_launcher.png +share/help/br/mate-user-guide/figures/caja_zoom_in_button.png +share/help/br/mate-user-guide/figures/caja_zoom_out_button.png +share/help/br/mate-user-guide/figures/copy_pointer.png +share/help/br/mate-user-guide/figures/force_quit.png +share/help/br/mate-user-guide/figures/four_hide_button.png +share/help/br/mate-user-guide/figures/hyperlink_pointer.png +share/help/br/mate-user-guide/figures/ibeam_pointer.png +share/help/br/mate-user-guide/figures/link_pointer.png +share/help/br/mate-user-guide/figures/lockscreen_icon.png +share/help/br/mate-user-guide/figures/logout_icon.png +share/help/br/mate-user-guide/figures/menu_bar_applet.png +share/help/br/mate-user-guide/figures/move_panel_object_pointer.png +share/help/br/mate-user-guide/figures/move_pointer.png +share/help/br/mate-user-guide/figures/movewindow_pointer.png +share/help/br/mate-user-guide/figures/normal_pointer.png +share/help/br/mate-user-guide/figures/not_available_pointer.png +share/help/br/mate-user-guide/figures/notification_area_icon.png +share/help/br/mate-user-guide/figures/open_drawer.png +share/help/br/mate-user-guide/figures/openwindows_menu.png +share/help/br/mate-user-guide/figures/org_mate_desktop_background_logical_view.png +share/help/br/mate-user-guide/figures/org_mate_desktop_background_only_logical_view.png +share/help/br/mate-user-guide/figures/panel_object_popup_menu.png +share/help/br/mate-user-guide/figures/picture_filename_dconf_key_edit.png +share/help/br/mate-user-guide/figures/picture_filename_dconf_key_view.png +share/help/br/mate-user-guide/figures/resize_pointer.png +share/help/br/mate-user-guide/figures/run_button.png +share/help/br/mate-user-guide/figures/sample_applet.png +share/help/br/mate-user-guide/figures/searchtool_button.png +share/help/br/mate-user-guide/figures/show_desktop_button.png +share/help/br/mate-user-guide/figures/titlebar_window.png +share/help/br/mate-user-guide/figures/workspace_switcher_applet.png +share/help/br/mate-user-guide/figures/yelp_add_bookmark.png +share/help/br/mate-user-guide/figures/yelp_edit_bookmarks.png +share/help/br/mate-user-guide/figures/yelp_preferences.png +share/help/br/mate-user-guide/figures/yelp_window.png +share/help/br/mate-user-guide/glossary.xml +share/help/br/mate-user-guide/gosbasic.xml +share/help/br/mate-user-guide/goscaja.xml +share/help/br/mate-user-guide/goscustdesk.xml +share/help/br/mate-user-guide/gosdconf.xml +share/help/br/mate-user-guide/gosdconfkeys.xml +share/help/br/mate-user-guide/goseditmainmenu.xml +share/help/br/mate-user-guide/gosfeedback.xml +share/help/br/mate-user-guide/gosoverview.xml +share/help/br/mate-user-guide/gospanel.xml +share/help/br/mate-user-guide/gosstartsession.xml +share/help/br/mate-user-guide/gostools.xml +share/help/br/mate-user-guide/index.docbook +share/help/br/mate-user-guide/legal.xml +share/help/bs/mate-user-guide/figures/ask_pointer.png +share/help/bs/mate-user-guide/figures/busy_pointer.png +share/help/bs/mate-user-guide/figures/caja_always_use_browser.png +share/help/bs/mate-user-guide/figures/caja_browser_mode.png +share/help/bs/mate-user-guide/figures/caja_button_bar.png +share/help/bs/mate-user-guide/figures/caja_emblem.png +share/help/bs/mate-user-guide/figures/caja_go_to_location.png +share/help/bs/mate-user-guide/figures/caja_link_emblem.png +share/help/bs/mate-user-guide/figures/caja_noread_emblem.png +share/help/bs/mate-user-guide/figures/caja_normal_size_button.png +share/help/bs/mate-user-guide/figures/caja_nowrite_emblem.png +share/help/bs/mate-user-guide/figures/caja_refine_search.png +share/help/bs/mate-user-guide/figures/caja_restore_saved_search.png +share/help/bs/mate-user-guide/figures/caja_search_bar.png +share/help/bs/mate-user-guide/figures/caja_search_results.png +share/help/bs/mate-user-guide/figures/caja_spatial_icon_view.png +share/help/bs/mate-user-guide/figures/caja_spatial_list_view.png +share/help/bs/mate-user-guide/figures/caja_spatial_mode.png +share/help/bs/mate-user-guide/figures/caja_spatial_view.png +share/help/bs/mate-user-guide/figures/caja_trash_launcher.png +share/help/bs/mate-user-guide/figures/caja_zoom_in_button.png +share/help/bs/mate-user-guide/figures/caja_zoom_out_button.png +share/help/bs/mate-user-guide/figures/copy_pointer.png +share/help/bs/mate-user-guide/figures/force_quit.png +share/help/bs/mate-user-guide/figures/four_hide_button.png +share/help/bs/mate-user-guide/figures/hyperlink_pointer.png +share/help/bs/mate-user-guide/figures/ibeam_pointer.png +share/help/bs/mate-user-guide/figures/link_pointer.png +share/help/bs/mate-user-guide/figures/lockscreen_icon.png +share/help/bs/mate-user-guide/figures/logout_icon.png +share/help/bs/mate-user-guide/figures/menu_bar_applet.png +share/help/bs/mate-user-guide/figures/move_panel_object_pointer.png +share/help/bs/mate-user-guide/figures/move_pointer.png +share/help/bs/mate-user-guide/figures/movewindow_pointer.png +share/help/bs/mate-user-guide/figures/normal_pointer.png +share/help/bs/mate-user-guide/figures/not_available_pointer.png +share/help/bs/mate-user-guide/figures/notification_area_icon.png +share/help/bs/mate-user-guide/figures/open_drawer.png +share/help/bs/mate-user-guide/figures/openwindows_menu.png +share/help/bs/mate-user-guide/figures/org_mate_desktop_background_logical_view.png +share/help/bs/mate-user-guide/figures/org_mate_desktop_background_only_logical_view.png +share/help/bs/mate-user-guide/figures/panel_object_popup_menu.png +share/help/bs/mate-user-guide/figures/picture_filename_dconf_key_edit.png +share/help/bs/mate-user-guide/figures/picture_filename_dconf_key_view.png +share/help/bs/mate-user-guide/figures/resize_pointer.png +share/help/bs/mate-user-guide/figures/run_button.png +share/help/bs/mate-user-guide/figures/sample_applet.png +share/help/bs/mate-user-guide/figures/searchtool_button.png +share/help/bs/mate-user-guide/figures/show_desktop_button.png +share/help/bs/mate-user-guide/figures/titlebar_window.png +share/help/bs/mate-user-guide/figures/workspace_switcher_applet.png +share/help/bs/mate-user-guide/figures/yelp_add_bookmark.png +share/help/bs/mate-user-guide/figures/yelp_edit_bookmarks.png +share/help/bs/mate-user-guide/figures/yelp_preferences.png +share/help/bs/mate-user-guide/figures/yelp_window.png +share/help/bs/mate-user-guide/glossary.xml +share/help/bs/mate-user-guide/gosbasic.xml +share/help/bs/mate-user-guide/goscaja.xml +share/help/bs/mate-user-guide/goscustdesk.xml +share/help/bs/mate-user-guide/gosdconf.xml +share/help/bs/mate-user-guide/gosdconfkeys.xml +share/help/bs/mate-user-guide/goseditmainmenu.xml +share/help/bs/mate-user-guide/gosfeedback.xml +share/help/bs/mate-user-guide/gosoverview.xml +share/help/bs/mate-user-guide/gospanel.xml +share/help/bs/mate-user-guide/gosstartsession.xml +share/help/bs/mate-user-guide/gostools.xml +share/help/bs/mate-user-guide/index.docbook +share/help/bs/mate-user-guide/legal.xml +share/help/ca/mate-user-guide/figures/ask_pointer.png +share/help/ca/mate-user-guide/figures/busy_pointer.png +share/help/ca/mate-user-guide/figures/caja_always_use_browser.png +share/help/ca/mate-user-guide/figures/caja_browser_mode.png +share/help/ca/mate-user-guide/figures/caja_button_bar.png +share/help/ca/mate-user-guide/figures/caja_emblem.png +share/help/ca/mate-user-guide/figures/caja_go_to_location.png +share/help/ca/mate-user-guide/figures/caja_link_emblem.png +share/help/ca/mate-user-guide/figures/caja_noread_emblem.png +share/help/ca/mate-user-guide/figures/caja_normal_size_button.png +share/help/ca/mate-user-guide/figures/caja_nowrite_emblem.png +share/help/ca/mate-user-guide/figures/caja_refine_search.png +share/help/ca/mate-user-guide/figures/caja_restore_saved_search.png +share/help/ca/mate-user-guide/figures/caja_search_bar.png +share/help/ca/mate-user-guide/figures/caja_search_results.png +share/help/ca/mate-user-guide/figures/caja_spatial_icon_view.png +share/help/ca/mate-user-guide/figures/caja_spatial_list_view.png +share/help/ca/mate-user-guide/figures/caja_spatial_mode.png +share/help/ca/mate-user-guide/figures/caja_spatial_view.png +share/help/ca/mate-user-guide/figures/caja_trash_launcher.png +share/help/ca/mate-user-guide/figures/caja_zoom_in_button.png +share/help/ca/mate-user-guide/figures/caja_zoom_out_button.png +share/help/ca/mate-user-guide/figures/copy_pointer.png +share/help/ca/mate-user-guide/figures/force_quit.png +share/help/ca/mate-user-guide/figures/four_hide_button.png +share/help/ca/mate-user-guide/figures/hyperlink_pointer.png +share/help/ca/mate-user-guide/figures/ibeam_pointer.png +share/help/ca/mate-user-guide/figures/link_pointer.png +share/help/ca/mate-user-guide/figures/lockscreen_icon.png +share/help/ca/mate-user-guide/figures/logout_icon.png +share/help/ca/mate-user-guide/figures/menu_bar_applet.png +share/help/ca/mate-user-guide/figures/move_panel_object_pointer.png +share/help/ca/mate-user-guide/figures/move_pointer.png +share/help/ca/mate-user-guide/figures/movewindow_pointer.png +share/help/ca/mate-user-guide/figures/normal_pointer.png +share/help/ca/mate-user-guide/figures/not_available_pointer.png +share/help/ca/mate-user-guide/figures/notification_area_icon.png +share/help/ca/mate-user-guide/figures/open_drawer.png +share/help/ca/mate-user-guide/figures/openwindows_menu.png +share/help/ca/mate-user-guide/figures/org_mate_desktop_background_logical_view.png +share/help/ca/mate-user-guide/figures/org_mate_desktop_background_only_logical_view.png +share/help/ca/mate-user-guide/figures/panel_object_popup_menu.png +share/help/ca/mate-user-guide/figures/picture_filename_dconf_key_edit.png +share/help/ca/mate-user-guide/figures/picture_filename_dconf_key_view.png +share/help/ca/mate-user-guide/figures/resize_pointer.png +share/help/ca/mate-user-guide/figures/run_button.png +share/help/ca/mate-user-guide/figures/sample_applet.png +share/help/ca/mate-user-guide/figures/searchtool_button.png +share/help/ca/mate-user-guide/figures/show_desktop_button.png +share/help/ca/mate-user-guide/figures/titlebar_window.png +share/help/ca/mate-user-guide/figures/workspace_switcher_applet.png *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Sat May 11 17:53:12 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44AD215A34AE; Sat, 11 May 2019 17:53:12 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E08276ABBE; Sat, 11 May 2019 17:53:11 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B34501EFB2; Sat, 11 May 2019 17:53:11 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BHrBM7088068; Sat, 11 May 2019 17:53:11 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BHrAkI088058; Sat, 11 May 2019 17:53:10 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201905111753.x4BHrAkI088058@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 11 May 2019 17:53:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501273 - in head/devel: . zanata-platform zanata-platform/files X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: in head/devel: . zanata-platform zanata-platform/files X-SVN-Commit-Revision: 501273 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E08276ABBE X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.96)[-0.961,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 17:53:12 -0000 Author: dbaio Date: Sat May 11 17:53:10 2019 New Revision: 501273 URL: https://svnweb.freebsd.org/changeset/ports/501273 Log: Add devel/zanata-platform: Zanata is a web-based translation platform Zanata is a web-based translation platform for managing localization projects. Localization (L10n) is the process of translating software or documentation into different languages. Zanata platform is designed for translators, content creators and developers to manage localization projects. WWW: http://zanata.org/ Reviewed by: lwhsu, mat, ygy Differential Revision: https://reviews.freebsd.org/D19985 Added: head/devel/zanata-platform/ head/devel/zanata-platform/Makefile (contents, props changed) head/devel/zanata-platform/distinfo (contents, props changed) head/devel/zanata-platform/files/ head/devel/zanata-platform/files/standalone-zanata.xml.sample (contents, props changed) head/devel/zanata-platform/pkg-descr (contents, props changed) head/devel/zanata-platform/pkg-message (contents, props changed) head/devel/zanata-platform/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat May 11 17:44:23 2019 (r501272) +++ head/devel/Makefile Sat May 11 17:53:10 2019 (r501273) @@ -6197,6 +6197,7 @@ SUBDIR += z80asm SUBDIR += z80ex SUBDIR += zanata-cli + SUBDIR += zanata-platform SUBDIR += zapcc SUBDIR += zeal SUBDIR += zfp Added: head/devel/zanata-platform/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/zanata-platform/Makefile Sat May 11 17:53:10 2019 (r501273) @@ -0,0 +1,80 @@ +# $FreeBSD$ + +PORTNAME= zanata-platform +PORTVERSION= 4.6.2 +CATEGORIES= devel java +MASTER_SITES= https://github.com/zanata/zanata-platform/releases/download/platform-${PORTVERSION}/ \ + https://repo1.maven.org/maven2/mysql/mysql-connector-java/${MYSQL_CONNECTOR_JAVA_VERSION}/:database +DISTFILES= zanata-war-${PORTVERSION}.war \ + mysql-connector-java-${MYSQL_CONNECTOR_JAVA_VERSION}.jar:database +EXTRACT_ONLY= + +MAINTAINER= dbaio@FreeBSD.org +COMMENT= Zanata is a web-based translation platform + +LICENSE= GPLv2 LGPL21+ +LICENSE_COMB= multi + +NO_ARCH= yes +NO_BUILD= yes + +# It's needed this specific version, databases/mysql-connector-java51 is +# currently with 5.1.47 version. +MYSQL_CONNECTOR_JAVA_VERSION= 5.1.26 + +PLIST_SUB= APP_HOME=${APP_HOME} + +OPTIONS_DEFINE= CLAMAV + +OPTIONS_SINGLE= WF +OPTIONS_SINGLE_WF= WILDFLY10 WILDFLY11 WILDFLY12 WILDFLY13 WILDFLY14 \ + WILDFLY15 WILDFLY16 WILDFLY90 +OPTIONS_DEFAULT= WILDFLY10 + +CLAMAV_DESC= Clam AntiVirus +CLAMAV_RUN_DEPENDS= clamav>=0:security/clamav + +WILDFLY10_DESC= WildFly version 10.0 +WILDFLY10_VARS= APP_HOME=${PREFIX}/wildfly10 +WILDFLY10_RUN_DEPENDS= ${APP_HOME}/bin/standalone.sh:java/wildfly10 + +WILDFLY11_DESC= WildFly version 11.0 +WILDFLY11_VARS= APP_HOME=${PREFIX}/wildfly11 +WILDFLY11_RUN_DEPENDS= ${APP_HOME}/bin/standalone.sh:java/wildfly11 + +WILDFLY12_DESC= WildFly version 12.0 +WILDFLY12_VARS= APP_HOME=${PREFIX}/wildfly12 +WILDFLY12_RUN_DEPENDS= ${APP_HOME}/bin/standalone.sh:java/wildfly12 + +WILDFLY13_DESC= WildFly version 13.0 +WILDFLY13_VARS= APP_HOME=${PREFIX}/wildfly13 +WILDFLY13_RUN_DEPENDS= ${APP_HOME}/bin/standalone.sh:java/wildfly13 + +WILDFLY14_DESC= WildFly version 14.0 +WILDFLY14_VARS= APP_HOME=${PREFIX}/wildfly14 +WILDFLY14_RUN_DEPENDS= ${APP_HOME}/bin/standalone.sh:java/wildfly14 + +WILDFLY15_DESC= WildFly version 15.0 +WILDFLY15_VARS= APP_HOME=${PREFIX}/wildfly15 +WILDFLY15_RUN_DEPENDS= ${APP_HOME}/bin/standalone.sh:java/wildfly15 + +WILDFLY16_DESC= WildFly version 16.0 +WILDFLY16_VARS= APP_HOME=${PREFIX}/wildfly16 +WILDFLY16_RUN_DEPENDS= ${APP_HOME}/bin/standalone.sh:java/wildfly16 + +WILDFLY90_DESC= WildFly version 9.0 +WILDFLY90_VARS= APP_HOME=${PREFIX}/wildfly90 +WILDFLY90_RUN_DEPENDS= ${APP_HOME}/bin/standalone.sh:java/wildfly90 + +do-install: + @${MKDIR} ${STAGEDIR}/var/lib/zanata + @${MKDIR} ${STAGEDIR}${APP_HOME}/standalone/deployments \ + ${STAGEDIR}${APP_HOME}/standalone/configuration + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/zanata-war-${PORTVERSION}.war \ + ${STAGEDIR}/${APP_HOME}/standalone/deployments/ROOT.war + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/mysql-connector-java-${MYSQL_CONNECTOR_JAVA_VERSION}.jar \ + ${STAGEDIR}/${APP_HOME}/standalone/deployments/mysql-connector-java.jar + ${INSTALL_DATA} ${FILESDIR}/standalone-zanata.xml.sample \ + ${STAGEDIR}/${APP_HOME}/standalone/configuration + +.include Added: head/devel/zanata-platform/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/zanata-platform/distinfo Sat May 11 17:53:10 2019 (r501273) @@ -0,0 +1,5 @@ +TIMESTAMP = 1557275921 +SHA256 (zanata-war-4.6.2.war) = db1b87fcf2bd3d918402af5740b43cc0f862eb76a57070e2170ed1576ad8ffbb +SIZE (zanata-war-4.6.2.war) = 84018622 +SHA256 (mysql-connector-java-5.1.26.jar) = 0618340ec0b5c094e3b61cdb66400d88b54087003e02bd2ba074f87abb254ee2 +SIZE (mysql-connector-java-5.1.26.jar) = 855946 Added: head/devel/zanata-platform/files/standalone-zanata.xml.sample ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/zanata-platform/files/standalone-zanata.xml.sample Sat May 11 17:53:10 2019 (r501273) @@ -0,0 +1,527 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + jdbc:mysql://localhost:3306/zanata?useUnicode=true + com.mysql.jdbc.Driver + mysql-connector-java.jar + + 0 + 20 + FailingConnectionOnly + + + zanata + zanataCHANGEME + + + + true + false + + + + NOWARN + + + + jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE + h2 + + sa + sa + + + + + org.h2.jdbcx.JdbcDataSource + + + + + + + + + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0.0.0.0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Added: head/devel/zanata-platform/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/zanata-platform/pkg-descr Sat May 11 17:53:10 2019 (r501273) @@ -0,0 +1,8 @@ +Zanata is a web-based translation platform for managing localization projects. +Localization (L10n) is the process of translating software or documentation into +different languages. + +Zanata platform is designed for translators, content creators and developers to +manage localization projects. + +WWW: http://zanata.org/ Added: head/devel/zanata-platform/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/zanata-platform/pkg-message Sat May 11 17:53:10 2019 (r501273) @@ -0,0 +1,6 @@ +================================================================================ + +For installation instructions of devel/zanata-platform port, visit +https://wiki.freebsd.org/Zanata/Install + +=============================================================================== Added: head/devel/zanata-platform/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/zanata-platform/pkg-plist Sat May 11 17:53:10 2019 (r501273) @@ -0,0 +1,9 @@ +@owner www +@group www +@(,,600) %%APP_HOME%%/standalone/configuration/standalone-zanata.xml.sample +%%APP_HOME%%/standalone/deployments/ROOT.war +%%APP_HOME%%/standalone/deployments/mysql-connector-java.jar +@dir /var/lib/zanata +@owner +@group +@dir /var/lib From owner-svn-ports-all@freebsd.org Sat May 11 17:58:26 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F44B15A3684; Sat, 11 May 2019 17:58:26 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 040366AEAC; Sat, 11 May 2019 17:58:26 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DD74C1EFBD; Sat, 11 May 2019 17:58:25 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BHwPJQ088462; Sat, 11 May 2019 17:58:25 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BHwPSo088460; Sat, 11 May 2019 17:58:25 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201905111758.x4BHwPSo088460@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 11 May 2019 17:58:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501274 - head/net-mgmt/zabbix3-server X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/net-mgmt/zabbix3-server X-SVN-Commit-Revision: 501274 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 040366AEAC X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.95)[-0.955,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 17:58:26 -0000 Author: dbaio Date: Sat May 11 17:58:25 2019 New Revision: 501274 URL: https://svnweb.freebsd.org/changeset/ports/501274 Log: net-mgmt/zabbix3-*: Update to 3.0.27 Changelog: https://www.zabbix.com/rn/rn3.0.27 PR: 237534 Approved by: Pakhom Golynga (maintainer) Modified: head/net-mgmt/zabbix3-server/Makefile head/net-mgmt/zabbix3-server/distinfo Modified: head/net-mgmt/zabbix3-server/Makefile ============================================================================== --- head/net-mgmt/zabbix3-server/Makefile Sat May 11 17:53:10 2019 (r501273) +++ head/net-mgmt/zabbix3-server/Makefile Sat May 11 17:58:25 2019 (r501274) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= zabbix3 -PORTVERSION= 3.0.26 +PORTVERSION= 3.0.27 PORTREVISION?= 0 CATEGORIES= net-mgmt MASTER_SITES= SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION} Modified: head/net-mgmt/zabbix3-server/distinfo ============================================================================== --- head/net-mgmt/zabbix3-server/distinfo Sat May 11 17:53:10 2019 (r501273) +++ head/net-mgmt/zabbix3-server/distinfo Sat May 11 17:58:25 2019 (r501274) @@ -1,3 +1,3 @@ -TIMESTAMP = 1553687119 -SHA256 (zabbix-3.0.26.tar.gz) = 0bb8a779567fae08dc713b697bb83d378f2f97913572ffaf7185e6f8c7120406 -SIZE (zabbix-3.0.26.tar.gz) = 14724426 +TIMESTAMP = 1556123860 +SHA256 (zabbix-3.0.27.tar.gz) = a643344309026b18f55bf6610bf6f2786cf4eda4ce16d686da77a3c0cc8f61c1 +SIZE (zabbix-3.0.27.tar.gz) = 14729714 From owner-svn-ports-all@freebsd.org Sat May 11 18:02:23 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A96A15A38C4; Sat, 11 May 2019 18:02:23 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B397E6B35C; Sat, 11 May 2019 18:02:22 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8F97D1F14B; Sat, 11 May 2019 18:02:22 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BI2Md6091597; Sat, 11 May 2019 18:02:22 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BI2MeS091372; Sat, 11 May 2019 18:02:22 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905111802.x4BI2MeS091372@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 11 May 2019 18:02:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501275 - head/graphics/py-pyocr X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/graphics/py-pyocr X-SVN-Commit-Revision: 501275 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B397E6B35C X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.95)[-0.955,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 18:02:23 -0000 Author: yuri Date: Sat May 11 18:02:21 2019 New Revision: 501275 URL: https://svnweb.freebsd.org/changeset/ports/501275 Log: graphics/py-pyocr: Update 0.5.3 -> 0.6 Modified: head/graphics/py-pyocr/Makefile head/graphics/py-pyocr/distinfo Modified: head/graphics/py-pyocr/Makefile ============================================================================== --- head/graphics/py-pyocr/Makefile Sat May 11 17:58:25 2019 (r501274) +++ head/graphics/py-pyocr/Makefile Sat May 11 18:02:21 2019 (r501275) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pyocr -DISTVERSION= 0.5.3 +DISTVERSION= 0.6 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,6 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/ USES= gmake python USE_PYTHON= distutils autoplist + NO_ARCH= yes .include Modified: head/graphics/py-pyocr/distinfo ============================================================================== --- head/graphics/py-pyocr/distinfo Sat May 11 17:58:25 2019 (r501274) +++ head/graphics/py-pyocr/distinfo Sat May 11 18:02:21 2019 (r501275) @@ -1,3 +1,3 @@ -TIMESTAMP = 1536193633 -SHA256 (pyocr-0.5.3.tar.gz) = b6ba6263fd92da56627dff6d263d991a2246aacd117d1788f11b93f419ca395f -SIZE (pyocr-0.5.3.tar.gz) = 18067 +TIMESTAMP = 1557597168 +SHA256 (pyocr-0.6.tar.gz) = 0857a814f5c74186f79b2080792f5a17b5e7c613696df23e0d1cdc5597cab2e3 +SIZE (pyocr-0.6.tar.gz) = 17826 From owner-svn-ports-all@freebsd.org Sat May 11 18:10:33 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 184F715A3986; Sat, 11 May 2019 18:10:33 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AFAC06B49D; Sat, 11 May 2019 18:10:32 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 709AA1F165; Sat, 11 May 2019 18:10:32 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BIAW29094069; Sat, 11 May 2019 18:10:32 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BIAVTe094067; Sat, 11 May 2019 18:10:31 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905111810.x4BIAVTe094067@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 11 May 2019 18:10:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501276 - head/science/avogadrolibs X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/science/avogadrolibs X-SVN-Commit-Revision: 501276 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: AFAC06B49D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.96)[-0.956,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 18:10:33 -0000 Author: yuri Date: Sat May 11 18:10:31 2019 New Revision: 501276 URL: https://svnweb.freebsd.org/changeset/ports/501276 Log: science/avogadrolibs: Update 1.92.0 -> 1.92.1 Modified: head/science/avogadrolibs/Makefile head/science/avogadrolibs/distinfo head/science/avogadrolibs/pkg-plist Modified: head/science/avogadrolibs/Makefile ============================================================================== --- head/science/avogadrolibs/Makefile Sat May 11 18:02:21 2019 (r501275) +++ head/science/avogadrolibs/Makefile Sat May 11 18:10:31 2019 (r501276) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= avogadrolibs -DISTVERSION= 1.92.0 -PORTREVISION= 5 +DISTVERSION= 1.92.1 CATEGORIES= science PATCH_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/commit/ Modified: head/science/avogadrolibs/distinfo ============================================================================== --- head/science/avogadrolibs/distinfo Sat May 11 18:02:21 2019 (r501275) +++ head/science/avogadrolibs/distinfo Sat May 11 18:10:31 2019 (r501276) @@ -1,6 +1,6 @@ -TIMESTAMP = 1541744180 -SHA256 (OpenChemistry-avogadrolibs-1.92.0_GH0.tar.gz) = b71d9f0034f2ea2ba648d812b0c6f1fee2d97ee0e3c7075258e63cfc2d68c473 -SIZE (OpenChemistry-avogadrolibs-1.92.0_GH0.tar.gz) = 2707322 +TIMESTAMP = 1556960433 +SHA256 (OpenChemistry-avogadrolibs-1.92.1_GH0.tar.gz) = 9a387b1c5673640b48aa955c4a38019ed399b6839bd53d92e456f9929f235078 +SIZE (OpenChemistry-avogadrolibs-1.92.1_GH0.tar.gz) = 2706612 SHA256 (cf9d82575796d5fcabb153bdebde26843d81d83e.patch) = 54fdbab45cc8942e7f0e6dd47c451e3cad56a29b0224f385aee37b608bae8a99 SIZE (cf9d82575796d5fcabb153bdebde26843d81d83e.patch) = 2665 SHA256 (ea813f683cdd9865994c0ba94a24325e04b9f8fb.patch) = 6aea4b7e1163060db942f98b3d550e35f183233124db1b7f4d47c19038b02e75 Modified: head/science/avogadrolibs/pkg-plist ============================================================================== --- head/science/avogadrolibs/pkg-plist Sat May 11 18:02:21 2019 (r501275) +++ head/science/avogadrolibs/pkg-plist Sat May 11 18:10:31 2019 (r501276) @@ -134,9 +134,9 @@ include/avogadro/quantumio/nwchemlog.h %%OPENGL%%include/avogadro/rendering/visitor.h %%OPENGL%%include/avogadro/rendering/volumegeometry.h %%OPENGL%%include/avogadro/rendering/vrmlvisitor.h +%%QT5%%lib/avogadro2/scripts/commands/scale.py %%MOLEQUEUE%%lib/avogadro2/scripts/formatScripts/cclibScript.py %%MOLEQUEUE%%lib/avogadro2/scripts/formatScripts/zyx.py -%%QT5%%lib/avogadro2/scripts/workflows/scale.py %%QT5%%lib/avogadro2/staticplugins/BallStick.a %%QT5%%lib/avogadro2/staticplugins/BondCentric.a %%QT5%%lib/avogadro2/staticplugins/Bonding.a @@ -178,8 +178,8 @@ include/avogadro/quantumio/nwchemlog.h %%QT5%%lib/avogadro2/staticplugins/VanDerWaals.a %%QT5%%lib/avogadro2/staticplugins/VanDerWaalsAO.a %%QT5%%lib/avogadro2/staticplugins/Wireframe.a -%%QT5%%lib/avogadro2/staticplugins/Workflows.a %%MOLEQUEUE%%lib/avogadro2/staticplugins/apbs.a +%%QT5%%lib/avogadro2/staticplugins/commands.a lib/cmake/avogadrolibs/AvogadroLibsConfig.cmake lib/cmake/avogadrolibs/AvogadroLibsConfigVersion.cmake lib/cmake/avogadrolibs/AvogadroLibsTargets-%%CMAKE_BUILD_TYPE%%.cmake From owner-svn-ports-all@freebsd.org Sat May 11 18:17:48 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9365715A3CE0; Sat, 11 May 2019 18:17:48 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 36B566B921; Sat, 11 May 2019 18:17:48 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 12E011F300; Sat, 11 May 2019 18:17:48 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BIHlt6099444; Sat, 11 May 2019 18:17:47 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BIHlWf099443; Sat, 11 May 2019 18:17:47 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905111817.x4BIHlWf099443@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 11 May 2019 18:17:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501277 - head/math/curv/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/curv/files X-SVN-Commit-Revision: 501277 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 36B566B921 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.95)[-0.955,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 18:17:48 -0000 Author: yuri Date: Sat May 11 18:17:47 2019 New Revision: 501277 URL: https://svnweb.freebsd.org/changeset/ports/501277 Log: math/curv: Fix the patch: remove unintended characters, remove -g Modified: head/math/curv/files/patch-CMakeLists.txt Modified: head/math/curv/files/patch-CMakeLists.txt ============================================================================== --- head/math/curv/files/patch-CMakeLists.txt Sat May 11 18:10:31 2019 (r501276) +++ head/math/curv/files/patch-CMakeLists.txt Sat May 11 18:17:47 2019 (r501277) @@ -1,6 +1,12 @@ --- CMakeLists.txt.orig 2019-05-11 14:42:40 UTC +++ CMakeLists.txt -@@ -15,12 +15,10 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} +@@ -10,18 +10,14 @@ execute_process(COMMAND sh -c "${CMAKE_S + + list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake") + +-set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g") ++#set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g") + # Global include directories, visible in subdirectories. include_directories(. extern/googletest/googletest/include @@ -10,11 +16,11 @@ extern/blosc extern/stb - extern/glfw/include -+ extern/gglfwglfwlfw/include - extern/glm +- extern/glm extern/glad) -@@ -30,19 +28,6 @@ if (APPLE) + if (APPLE) +@@ -30,19 +26,6 @@ if (APPLE) link_directories(/usr/local/lib) endif (APPLE) @@ -34,7 +40,7 @@ # glad library, an OpenGL loader add_library(glad extern/glad/glad/glad.c) -@@ -93,7 +78,7 @@ target_link_libraries(libcurv_geom PUBLI +@@ -93,7 +76,7 @@ target_link_libraries(libcurv_geom PUBLI file(GLOB Src "curv/*.c" "curv/*.cc") add_executable(curv ${Src}) @@ -43,7 +49,7 @@ file(GLOB CurvcSrc "curvc/*.cc") add_executable(curvc EXCLUDE_FROM_ALL ${CurvcSrc}) -@@ -128,5 +113,3 @@ if (NOT TARGET uninstall) +@@ -128,5 +111,3 @@ if (NOT TARGET uninstall) endif() add_subdirectory(extern/googletest/googletest EXCLUDE_FROM_ALL) From owner-svn-ports-all@freebsd.org Sat May 11 18:19:41 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D572F15A3EF4; Sat, 11 May 2019 18:19:40 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 72EB16BB04; Sat, 11 May 2019 18:19:40 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 453641F303; Sat, 11 May 2019 18:19:40 +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 x4BIJeZK099698; Sat, 11 May 2019 18:19:40 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BIJd2p099695; Sat, 11 May 2019 18:19:39 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201905111819.x4BIJd2p099695@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sat, 11 May 2019 18:19:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501278 - in head/devel: . py-websockets X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: in head/devel: . py-websockets X-SVN-Commit-Revision: 501278 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 72EB16BB04 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.956,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 18:19:41 -0000 Author: ehaupt Date: Sat May 11 18:19:39 2019 New Revision: 501278 URL: https://svnweb.freebsd.org/changeset/ports/501278 Log: Add py-websockets 7.0, implementation of the WebSocket Protocol (RFC 6455 & 7692). Added: head/devel/py-websockets/ head/devel/py-websockets/Makefile (contents, props changed) head/devel/py-websockets/distinfo (contents, props changed) head/devel/py-websockets/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat May 11 18:17:47 2019 (r501277) +++ head/devel/Makefile Sat May 11 18:19:39 2019 (r501278) @@ -5035,6 +5035,7 @@ SUBDIR += py-wcwidth SUBDIR += py-weakrefmethod SUBDIR += py-weblib + SUBDIR += py-websockets SUBDIR += py-websockify SUBDIR += py-wheel SUBDIR += py-whichcraft Added: head/devel/py-websockets/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-websockets/Makefile Sat May 11 18:19:39 2019 (r501278) @@ -0,0 +1,21 @@ +# Created by: Emanuel Haupt +# $FreeBSD$ + +PORTNAME= websockets +PORTVERSION= 7.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= ehaupt@FreeBSD.org +COMMENT= Implementation of the WebSocket Protocol (RFC 6455 & 7692) + +LICENSE= BSD3CLAUSE + +USES= python:3.4+ +USE_PYTHON= autoplist distutils + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/websockets/speedups.so + +.include Added: head/devel/py-websockets/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-websockets/distinfo Sat May 11 18:19:39 2019 (r501278) @@ -0,0 +1,3 @@ +TIMESTAMP = 1557597822 +SHA256 (websockets-7.0.tar.gz) = 08e3c3e0535befa4f0c4443824496c03ecc25062debbcf895874f8a0b4c97c9f +SIZE (websockets-7.0.tar.gz) = 49257 Added: head/devel/py-websockets/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-websockets/pkg-descr Sat May 11 18:19:39 2019 (r501278) @@ -0,0 +1,7 @@ +websockets is a library for building WebSocket servers and clients in Python +with a focus on correctness and simplicity. + +Built on top of asyncio, Python's standard asynchronous I/O framework, it +provides an elegant coroutine-based API. + +WWW: https://pypi.org/project/websockets/ From owner-svn-ports-all@freebsd.org Sat May 11 18:20:35 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10E5115A3F51; Sat, 11 May 2019 18:20:35 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A80876BBF8; Sat, 11 May 2019 18:20:34 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 919431F30C; Sat, 11 May 2019 18:20:34 +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 x4BIKYhj099867; Sat, 11 May 2019 18:20:34 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BIKY0u099866; Sat, 11 May 2019 18:20:34 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201905111820.x4BIKY0u099866@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sat, 11 May 2019 18:20:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501279 - head/devel/py-aiorpcX X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: head/devel/py-aiorpcX X-SVN-Commit-Revision: 501279 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A80876BBF8 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.95)[-0.955,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 18:20:35 -0000 Author: ehaupt Date: Sat May 11 18:20:34 2019 New Revision: 501279 URL: https://svnweb.freebsd.org/changeset/ports/501279 Log: Register dependency to py-websockets. Modified: head/devel/py-aiorpcX/Makefile Modified: head/devel/py-aiorpcX/Makefile ============================================================================== --- head/devel/py-aiorpcX/Makefile Sat May 11 18:19:39 2019 (r501278) +++ head/devel/py-aiorpcX/Makefile Sat May 11 18:20:34 2019 (r501279) @@ -3,6 +3,7 @@ PORTNAME= aiorpcX PORTVERSION= 0.18.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +13,8 @@ COMMENT= Generic async RPC implementation, including J LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=0:devel/py-attrs@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=0:devel/py-attrs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}websockets>=0:devel/py-websockets@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= distutils autoplist From owner-svn-ports-all@freebsd.org Sat May 11 18:28:02 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB3B115A41F1; Sat, 11 May 2019 18:28:01 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8F2DE6C0DC; Sat, 11 May 2019 18:28:01 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6828E1F4A5; Sat, 11 May 2019 18:28:01 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BIS1Ni004986; Sat, 11 May 2019 18:28:01 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BIS1lk004984; Sat, 11 May 2019 18:28:01 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905111828.x4BIS1lk004984@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 11 May 2019 18:28:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501280 - head/devel/oniguruma X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/oniguruma X-SVN-Commit-Revision: 501280 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8F2DE6C0DC X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.95)[-0.955,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 18:28:02 -0000 Author: yuri Date: Sat May 11 18:28:00 2019 New Revision: 501280 URL: https://svnweb.freebsd.org/changeset/ports/501280 Log: devel/oniguruma: Update 6.9.1 -> 6.9.2 Modified: head/devel/oniguruma/Makefile head/devel/oniguruma/distinfo Modified: head/devel/oniguruma/Makefile ============================================================================== --- head/devel/oniguruma/Makefile Sat May 11 18:20:34 2019 (r501279) +++ head/devel/oniguruma/Makefile Sat May 11 18:28:00 2019 (r501280) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= oniguruma -DISTVERSION= 6.9.1 +DISTVERSION= 6.9.2 CATEGORIES= devel textproc MASTER_SITES= https://github.com/kkos/${PORTNAME}/releases/download/v${DISTVERSION}/ DISTNAME= onig-${DISTVERSION} Modified: head/devel/oniguruma/distinfo ============================================================================== --- head/devel/oniguruma/distinfo Sat May 11 18:20:34 2019 (r501279) +++ head/devel/oniguruma/distinfo Sat May 11 18:28:00 2019 (r501280) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554603899 -SHA256 (onig-6.9.1.tar.gz) = c7c3feb7be45a5cc9f2dec239b4a317a422e6ffea299cf91ffab1b926633ea12 -SIZE (onig-6.9.1.tar.gz) = 870525 +TIMESTAMP = 1557598901 +SHA256 (onig-6.9.2.tar.gz) = db7addb196ecb34e9f38d8f9c97b29a3e962c0e17ea9636127b3e3c42f24976a +SIZE (onig-6.9.2.tar.gz) = 901931 From owner-svn-ports-all@freebsd.org Sat May 11 18:30:42 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30DA715A42E6; Sat, 11 May 2019 18:30:42 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CB93F6C37E; Sat, 11 May 2019 18:30:41 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8D1D11F4B7; Sat, 11 May 2019 18:30:41 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BIUfF2005254; Sat, 11 May 2019 18:30:41 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BIUfUY005253; Sat, 11 May 2019 18:30:41 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201905111830.x4BIUfUY005253@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 11 May 2019 18:30:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501281 - head/sysutils/apcupsd/files X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/sysutils/apcupsd/files X-SVN-Commit-Revision: 501281 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: CB93F6C37E X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.95)[-0.955,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 18:30:42 -0000 Author: dbaio Date: Sat May 11 18:30:41 2019 New Revision: 501281 URL: https://svnweb.freebsd.org/changeset/ports/501281 Log: sysutils/apcupsd: Improve pkg-message In some systems where the shutdown can take a while (like in bhyve environment), users may want to change the default shutdown behavior. PR: 237600 Reported by: Victor Sudakov Modified: head/sysutils/apcupsd/files/pkg-message.in Modified: head/sysutils/apcupsd/files/pkg-message.in ============================================================================== --- head/sysutils/apcupsd/files/pkg-message.in Sat May 11 18:28:00 2019 (r501280) +++ head/sysutils/apcupsd/files/pkg-message.in Sat May 11 18:30:41 2019 (r501281) @@ -1,25 +1,30 @@ ********************************************************************** -Read the manual: - http://www.apcupsd.org/manual/manual.html - http://www.apcupsd.org/manual/manual.pdf +Read the manual: http://www.apcupsd.org/manual/manual.html + http://www.apcupsd.org/manual/manual.pdf Sample files and scripts are installed in %%ETCDIR%%. You need to modify %%ETCDIR%%/apcupsd.conf as follows: For serial cable: DEVICE /dev/cuadX (or /dev/cuaaX for [45.]x) For USB cable: DEVICE (yes, leave it blank after DEVICE) + NOTE that for USB cable you need uhid support. -NOTE that for USB cable you need uhid support. +Add apcupsd_enable=YES to your /etc/rc.conf[.local] to have apcupsd +starting up at boot time. -To compile this driver into the kernel, place the following line in your -kernel configuration file: - device uhid +For default, apcupsd starts with `--kill-on-powerfail` parameter. +Please, read its man page, and if this is not the intended behavior you want, +change it accordingly. -Alternatively, to load the driver as a module at boot time, place the -following line in loader.conf(5): - uhid_load="YES" +In some systems where the shutdown can take a while (like in bhyve environment), +you may want to change this behavior as follows: -Add apcupsd_enable=YES to your /etc/rc.conf[.local] to have apcupsd -starting up at boot time. +Set apcupsd_flags="--term-on-powerfail" on your /etc/rc.conf[.local]. + +Add this to /etc/rc.shutdown, after the "Insert other shutdown procedures here" +line: + test -f /var/run/powerfail && /usr/local/sbin/apcupsd --hibernate + or + test -f /var/run/powerfail && /usr/local/sbin/apcupsd --power-off ********************************************************************** From owner-svn-ports-all@freebsd.org Sat May 11 18:43:35 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4036615A47E8; Sat, 11 May 2019 18:43:35 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DAE636CB46; Sat, 11 May 2019 18:43:34 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CF9E51F7FD; Sat, 11 May 2019 18:43:34 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BIhYTY015338; Sat, 11 May 2019 18:43:34 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BIhYFq015336; Sat, 11 May 2019 18:43:34 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905111843.x4BIhYFq015336@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 11 May 2019 18:43:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501282 - head/multimedia/ustreamer X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/multimedia/ustreamer X-SVN-Commit-Revision: 501282 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: DAE636CB46 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.967,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 18:43:35 -0000 Author: yuri Date: Sat May 11 18:43:34 2019 New Revision: 501282 URL: https://svnweb.freebsd.org/changeset/ports/501282 Log: multimedia/ustreamer: Update 0.72 -> 0.73 Reported by: portscout Modified: head/multimedia/ustreamer/Makefile head/multimedia/ustreamer/distinfo Modified: head/multimedia/ustreamer/Makefile ============================================================================== --- head/multimedia/ustreamer/Makefile Sat May 11 18:30:41 2019 (r501281) +++ head/multimedia/ustreamer/Makefile Sat May 11 18:43:34 2019 (r501282) @@ -2,7 +2,7 @@ PORTNAME= ustreamer DISTVERSIONPREFIX= v -DISTVERSION= 0.72 +DISTVERSION= 0.73 CATEGORIES= multimedia ipv6 net MAINTAINER= yuri@FreeBSD.org Modified: head/multimedia/ustreamer/distinfo ============================================================================== --- head/multimedia/ustreamer/distinfo Sat May 11 18:30:41 2019 (r501281) +++ head/multimedia/ustreamer/distinfo Sat May 11 18:43:34 2019 (r501282) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556937391 -SHA256 (pi-kvm-ustreamer-v0.72_GH0.tar.gz) = dfd0f738432ff168746be4e45d61f181e01b159ab1bded582cf8f6c5e651a585 -SIZE (pi-kvm-ustreamer-v0.72_GH0.tar.gz) = 85214 +TIMESTAMP = 1557600133 +SHA256 (pi-kvm-ustreamer-v0.73_GH0.tar.gz) = dc7072bf0ea59894723c71565616df7fcf208b0207c1e9c24c80d1a5a829014e +SIZE (pi-kvm-ustreamer-v0.73_GH0.tar.gz) = 85217 From owner-svn-ports-all@freebsd.org Sat May 11 18:45:56 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3EDFA15A4869; Sat, 11 May 2019 18:45:56 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D75E16CC46; Sat, 11 May 2019 18:45: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AEFF91F800; Sat, 11 May 2019 18:45: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 x4BIjtpc015711; Sat, 11 May 2019 18:45:55 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BIjtCD015691; Sat, 11 May 2019 18:45:55 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201905111845.x4BIjtCD015691@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 11 May 2019 18:45:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501284 - head/devel/libfsapfs X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/devel/libfsapfs X-SVN-Commit-Revision: 501284 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D75E16CC46 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.97)[-0.967,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 18:45:56 -0000 Author: antoine Date: Sat May 11 18:45:55 2019 New Revision: 501284 URL: https://svnweb.freebsd.org/changeset/ports/501284 Log: Update to experimental-20190510 Modified: head/devel/libfsapfs/Makefile head/devel/libfsapfs/distinfo Modified: head/devel/libfsapfs/Makefile ============================================================================== --- head/devel/libfsapfs/Makefile Sat May 11 18:45:54 2019 (r501283) +++ head/devel/libfsapfs/Makefile Sat May 11 18:45:55 2019 (r501284) @@ -3,7 +3,7 @@ PORTNAME= libfsapfs # If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH -DISTVERSION= experimental-20190210 +DISTVERSION= experimental-20190510 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libfsapfs/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine Modified: head/devel/libfsapfs/distinfo ============================================================================== --- head/devel/libfsapfs/distinfo Sat May 11 18:45:54 2019 (r501283) +++ head/devel/libfsapfs/distinfo Sat May 11 18:45:55 2019 (r501284) @@ -1,3 +1,3 @@ -TIMESTAMP = 1549867145 -SHA256 (libfsapfs-experimental-20190210.tar.gz) = c5d5cfe9e27d753e727e0d053aa89c3901aa7ef01b21a3ff811bee267c787adb -SIZE (libfsapfs-experimental-20190210.tar.gz) = 2000668 +TIMESTAMP = 1557563664 +SHA256 (libfsapfs-experimental-20190510.tar.gz) = 2660fa6d5ac68c65bad2d20ca913e6c7a3b9459f8e687db3f0d209b500460215 +SIZE (libfsapfs-experimental-20190510.tar.gz) = 2015326 From owner-svn-ports-all@freebsd.org Sat May 11 18:45:56 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F0DDE15A4866; Sat, 11 May 2019 18:45:55 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 985066CC45; Sat, 11 May 2019 18:45:55 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 734D91F7FF; Sat, 11 May 2019 18:45:55 +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 x4BIjt4A015690; Sat, 11 May 2019 18:45:55 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BIjsAt015663; Sat, 11 May 2019 18:45:54 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201905111845.x4BIjsAt015663@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sat, 11 May 2019 18:45:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501283 - head/x11/babl X-SVN-Group: ports-head X-SVN-Commit-Author: kwm X-SVN-Commit-Paths: head/x11/babl X-SVN-Commit-Revision: 501283 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 985066CC45 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.97)[-0.967,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 18:45:56 -0000 Author: kwm Date: Sat May 11 18:45:54 2019 New Revision: 501283 URL: https://svnweb.freebsd.org/changeset/ports/501283 Log: Update babl to 0.1.62. Modified: head/x11/babl/Makefile head/x11/babl/distinfo head/x11/babl/pkg-plist Modified: head/x11/babl/Makefile ============================================================================== --- head/x11/babl/Makefile Sat May 11 18:43:34 2019 (r501282) +++ head/x11/babl/Makefile Sat May 11 18:45:54 2019 (r501283) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= babl -PORTVERSION= 0.1.60 -PORTREVISION= 1 +PORTVERSION= 0.1.62 CATEGORIES= x11 MASTER_SITES= GIMP @@ -12,6 +11,8 @@ COMMENT= Dynamic pixel format conversion library LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= liblcms2.so:graphics/lcms2 USES= compiler:c11 gmake libtool pathfix pkgconfig tar:bzip2 Modified: head/x11/babl/distinfo ============================================================================== --- head/x11/babl/distinfo Sat May 11 18:43:34 2019 (r501282) +++ head/x11/babl/distinfo Sat May 11 18:45:54 2019 (r501283) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543059056 -SHA256 (babl-0.1.60.tar.bz2) = a3d1eeccb6057ccbc189dc926ebaca96cd4896f3391f857b86334d2245f0604f -SIZE (babl-0.1.60.tar.bz2) = 685707 +TIMESTAMP = 1555531916 +SHA256 (babl-0.1.62.tar.bz2) = dc279f174edbcb08821cf37e4ab0bc02e6949369b00b150c759a6c24bfd3f510 +SIZE (babl-0.1.62.tar.bz2) = 698161 Modified: head/x11/babl/pkg-plist ============================================================================== --- head/x11/babl/pkg-plist Sat May 11 18:43:34 2019 (r501282) +++ head/x11/babl/pkg-plist Sat May 11 18:45:54 2019 (r501283) @@ -32,5 +32,5 @@ lib/babl-0.1/u32.so lib/babl-0.1/ycbcr.so lib/libbabl-0.1.so lib/libbabl-0.1.so.0 -lib/libbabl-0.1.so.0.159.1 +lib/libbabl-0.1.so.0.161.1 libdata/pkgconfig/babl.pc From owner-svn-ports-all@freebsd.org Sat May 11 18:48:07 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77F0A15A4989; Sat, 11 May 2019 18:48:07 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1DE056CE89; Sat, 11 May 2019 18:48:07 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E5B751F803; Sat, 11 May 2019 18:48:06 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BIm6kw015924; Sat, 11 May 2019 18:48:06 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BIm6LP015923; Sat, 11 May 2019 18:48:06 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905111848.x4BIm6LP015923@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 11 May 2019 18:48:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501285 - head/textproc/py-gensim X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/textproc/py-gensim X-SVN-Commit-Revision: 501285 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1DE056CE89 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.967,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 18:48:07 -0000 Author: yuri Date: Sat May 11 18:48:06 2019 New Revision: 501285 URL: https://svnweb.freebsd.org/changeset/ports/501285 Log: textproc/py-gensim: Update 3.7.2 -> 3.7.3 Reported by: portscout Modified: head/textproc/py-gensim/Makefile head/textproc/py-gensim/distinfo Modified: head/textproc/py-gensim/Makefile ============================================================================== --- head/textproc/py-gensim/Makefile Sat May 11 18:45:55 2019 (r501284) +++ head/textproc/py-gensim/Makefile Sat May 11 18:48:06 2019 (r501285) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gensim -DISTVERSION= 3.7.2 +DISTVERSION= 3.7.3 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.18.1:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.5.0:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}smart_open>=1.2.1:net/py-smart_open@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}smart_open>=1.7.1:net/py-smart_open@${PY_FLAVOR} USES= python USE_PYTHON= distutils autoplist Modified: head/textproc/py-gensim/distinfo ============================================================================== --- head/textproc/py-gensim/distinfo Sat May 11 18:45:55 2019 (r501284) +++ head/textproc/py-gensim/distinfo Sat May 11 18:48:06 2019 (r501285) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554997876 -SHA256 (gensim-3.7.2.tar.gz) = 44e03d5eabc28fd7866796f4c6d01496500601f23ccfa3b84750355d46f244d1 -SIZE (gensim-3.7.2.tar.gz) = 23361737 +TIMESTAMP = 1557600261 +SHA256 (gensim-3.7.3.tar.gz) = 621fe72ee1bb0e16008c34f9f5ca6168bbfc82fc85907f7254974776e482e156 +SIZE (gensim-3.7.3.tar.gz) = 23369699 From owner-svn-ports-all@freebsd.org Sat May 11 18:52:02 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED18C15A4B85; Sat, 11 May 2019 18:52:01 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 90BDD6D1BB; Sat, 11 May 2019 18:52:01 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6AAF01F876; Sat, 11 May 2019 18:52:01 +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 x4BIq1L6018755; Sat, 11 May 2019 18:52:01 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BIq0Ae018751; Sat, 11 May 2019 18:52:00 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201905111852.x4BIq0Ae018751@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sat, 11 May 2019 18:52:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501286 - in head/graphics/gegl: . files X-SVN-Group: ports-head X-SVN-Commit-Author: kwm X-SVN-Commit-Paths: in head/graphics/gegl: . files X-SVN-Commit-Revision: 501286 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 90BDD6D1BB X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.97)[-0.969,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 18:52:02 -0000 Author: kwm Date: Sat May 11 18:52:00 2019 New Revision: 501286 URL: https://svnweb.freebsd.org/changeset/ports/501286 Log: Update gegl to 0.4.14. Added: head/graphics/gegl/files/ head/graphics/gegl/files/patch-gegl_gegl-config.c (contents, props changed) Modified: head/graphics/gegl/Makefile head/graphics/gegl/distinfo head/graphics/gegl/pkg-plist Modified: head/graphics/gegl/Makefile ============================================================================== --- head/graphics/gegl/Makefile Sat May 11 18:48:06 2019 (r501285) +++ head/graphics/gegl/Makefile Sat May 11 18:52:00 2019 (r501286) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gegl -PORTVERSION= 0.4.12 -PORTREVISION= 3 +PORTVERSION= 0.4.14 CATEGORIES= graphics MASTER_SITES= GIMP @@ -20,7 +19,7 @@ LIB_DEPENDS= libbabl-0.1.so:x11/babl \ libfribidi.so:converters/fribidi \ libpng.so:graphics/png -USES= compiler:c11 cpe gettext gmake gnome jpeg libtool localbase \ +USES= compiler:c++14-lang cpe gettext gmake gnome jpeg libtool localbase \ pathfix pkgconfig shebangfix uniquefiles tar:bzip2 USE_GNOME= glib20 intltool introspection:build USE_LDCONFIG= yes @@ -30,7 +29,7 @@ CONFIGURE_ARGS= --without-vala --disable-docs CONFIGURE_ARGS+=--without-mrg --without-lensfun INSTALL_TARGET= install-strip -GEGL_MINOR= 412 +GEGL_MINOR= 414 GEGL_VER= 0.4 PLIST_SUB+= GEGL_MINOR="${GEGL_MINOR}" GEGL_VER=${GEGL_VER} @@ -46,10 +45,10 @@ UNIQUE_SUFFIX_FILES= bin/gcut OPTIONS_SUB= yes OPTIONS_DEFINE= CAIRO ENSCRIPT EXIV2 FFMPEG PIXBUF GRAPHVIZ JASPER \ - LUA OPENEXR RAW PANGO LIBRSVG2 SDL SPIRO V4L \ + LUA OPENEXR RAW PANGO POPPLER LIBRSVG2 SDL SPIRO V4L \ EXAMPLES LCMS2 WEBP TIFF GEXIV2 OPTIONS_DEFAULT=CAIRO ENSCRIPT EXIV2 PIXBUF GRAPHVIZ JASPER LCMS2 LUA \ - OPENEXR RAW PANGO LIBRSVG2 SDL SPIRO V4L WEBP TIFF + OPENEXR RAW PANGO POPPLER LIBRSVG2 SDL SPIRO V4L WEBP TIFF ENSCRIPT_DESC= Enscript support SPIRO_DESC= Spiro support @@ -65,6 +64,9 @@ CAIRO_CONFIGURE_WITH= cairo PANGO_USE= GNOME=pango PANGO_CONFIGURE_WITH= pango +POPPLER_LIB_DEPENDS= libpoppler-glib.so:graphics/poppler-glib +POPPLER_CONFIGURE_WITH= popplerglib + ENSCRIPT_BUILD_DEPENDS= enscript:print/enscript-a4 FFMPEG_LIB_DEPENDS= libavformat.so:multimedia/ffmpeg @@ -93,6 +95,7 @@ LIBRSVG2_USE= GNOME=librsvg2 LIBRSVG2_CONFIGURE_OFF= --without-librsvg SDL_USE= SDL=sdl +SDL_USES= sdl SDL_CONFIGURE_WITH= sdl SPIRO_LIB_DEPENDS= libspiro.so:graphics/libspiro Modified: head/graphics/gegl/distinfo ============================================================================== --- head/graphics/gegl/distinfo Sat May 11 18:48:06 2019 (r501285) +++ head/graphics/gegl/distinfo Sat May 11 18:52:00 2019 (r501286) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543060134 -SHA256 (gegl-0.4.12.tar.bz2) = e967293eabe89257e1d511bf68435fbfd44e6e0f9ef51b86cc50781f09eb5852 -SIZE (gegl-0.4.12.tar.bz2) = 7065555 +TIMESTAMP = 1555532285 +SHA256 (gegl-0.4.14.tar.bz2) = 4c01d58599d8ddb3714effd2675ea1863272cf2d7d9ed3d32aee80c89f859901 +SIZE (gegl-0.4.14.tar.bz2) = 7209142 Added: head/graphics/gegl/files/patch-gegl_gegl-config.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/gegl/files/patch-gegl_gegl-config.c Sat May 11 18:52:00 2019 (r501286) @@ -0,0 +1,70 @@ +--- gegl/gegl-config.c.orig 2019-04-17 20:23:56 UTC ++++ gegl/gegl-config.c +@@ -34,6 +34,9 @@ + #include + #endif + ++#include ++#include ++ + G_DEFINE_TYPE (GeglConfig, gegl_config, G_TYPE_OBJECT) + + static GObjectClass * parent_class = NULL; +@@ -219,8 +222,8 @@ gegl_config_class_init (GeglConfigClass *klass) + long mem_total = default_tile_cache_size; + long mem_min = 512 << 20; // 512mb + long mem_available = mem_min; ++ + #ifdef G_OS_WIN32 +-#ifdef G_OS_WIN32 + # if defined(_MSC_VER) && (_MSC_VER <= 1200) + MEMORYSTATUS memory_status; + memory_status.dwLength = sizeof (memory_status); +@@ -240,7 +243,46 @@ gegl_config_class_init (GeglConfigClass *klass) + mem_available = memory_status.ullAvailPhys; + } + # endif +-#endif ++#elif defined(__APPLE__) ++ /* get total memory from the HW_MEMSIZE */ ++ int64_t usermem; ++ size_t len = sizeof usermem; ++ static int mib[2] = { CTL_HW, HW_MEMSIZE }; ++ ++ if (sysctl (mib, 2, &usermem, &len, NULL, 0) == 0) { ++ mem_total = usermem; ++ } ++ /* and available mem from host_statistics64 */ ++ vm_size_t page_size = sysconf (_SC_PAGESIZE); ++ mach_port_t host = mach_host_self (); ++ vm_statistics64_data_t vm_stat; ++ kern_return_t kret; ++ unsigned int count = HOST_VM_INFO64_COUNT; ++ ++ kret = host_statistics64 (host, HOST_VM_INFO64, (host_info64_t)&vm_stat, &count); ++ ++ if (kret == KERN_SUCCESS) ++ { ++ mem_available = (long) (vm_stat.free_count + vm_stat.active_count ++ + vm_stat.inactive_count ++# ifdef MAC_OS_X_VERSION_10_9 ++ + vm_stat.compressor_page_count ++# endif ++ ) * page_size; ++ mach_port_deallocate (mach_task_self (), host); ++ } ++#elif defined(__FreeBSD__) ++ ++ size_t len = sizeof(unsigned int); ++ unsigned int realmem, physmem; ++ ++ if(sysctlbyname("hw.realmem", &realmem, &len, NULL, 0)) { ++ mem_total = (int64_t) realmem; ++ }; ++ ++ if (sysctlbyname("hw.physmem", &physmem, &len, NULL, 0)) { ++ mem_available = physmem; ++ } + + #else + mem_total = sysconf (_SC_PHYS_PAGES) * sysconf (_SC_PAGESIZE); Modified: head/graphics/gegl/pkg-plist ============================================================================== --- head/graphics/gegl/pkg-plist Sat May 11 18:48:06 2019 (r501285) +++ head/graphics/gegl/pkg-plist Sat May 11 18:52:00 2019 (r501286) @@ -7,8 +7,8 @@ include/gegl-%%GEGL_VER%%/gegl-buffer-backend.h include/gegl-%%GEGL_VER%%/gegl-buffer-cl-iterator.h include/gegl-%%GEGL_VER%%/gegl-buffer-enums.h include/gegl-%%GEGL_VER%%/gegl-buffer-iterator.h -include/gegl-%%GEGL_VER%%/gegl-buffer-iterator2.h include/gegl-%%GEGL_VER%%/gegl-buffer-matrix2.h +include/gegl-%%GEGL_VER%%/gegl-buffer-swap.h include/gegl-%%GEGL_VER%%/gegl-buffer.h include/gegl-%%GEGL_VER%%/gegl-color.h include/gegl-%%GEGL_VER%%/gegl-cpuaccel.h @@ -19,15 +19,18 @@ include/gegl-%%GEGL_VER%%/gegl-graph-debug.h include/gegl-%%GEGL_VER%%/gegl-init.h include/gegl-%%GEGL_VER%%/gegl-lookup.h include/gegl-%%GEGL_VER%%/gegl-matrix.h +include/gegl-%%GEGL_VER%%/gegl-memory.h include/gegl-%%GEGL_VER%%/gegl-node.h include/gegl-%%GEGL_VER%%/gegl-op.h include/gegl-%%GEGL_VER%%/gegl-operations-util.h +include/gegl-%%GEGL_VER%%/gegl-parallel.h include/gegl-%%GEGL_VER%%/gegl-paramspecs.h include/gegl-%%GEGL_VER%%/gegl-path.h include/gegl-%%GEGL_VER%%/gegl-plugin.h include/gegl-%%GEGL_VER%%/gegl-processor.h include/gegl-%%GEGL_VER%%/gegl-random.h include/gegl-%%GEGL_VER%%/gegl-rectangle.h +include/gegl-%%GEGL_VER%%/gegl-scratch.h include/gegl-%%GEGL_VER%%/gegl-tile-backend.h include/gegl-%%GEGL_VER%%/gegl-tile-handler.h include/gegl-%%GEGL_VER%%/gegl-tile-source.h @@ -82,6 +85,7 @@ include/gegl-%%GEGL_VER%%/sc/sc-sample.h %%OPENEXR%%lib/gegl-%%GEGL_VER%%/exr-save.so %%FFMPEG%%lib/gegl-%%GEGL_VER%%/ff-load.so %%FFMPEG%%lib/gegl-%%GEGL_VER%%/ff-save.so +lib/gegl-%%GEGL_VER%%/gegl-common-cxx.so lib/gegl-%%GEGL_VER%%/gegl-common-gpl3.so lib/gegl-%%GEGL_VER%%/gegl-common.so lib/gegl-%%GEGL_VER%%/gegl-core.so @@ -95,6 +99,7 @@ lib/gegl-%%GEGL_VER%%/jpg-save.so %%CAIRO%%lib/gegl-%%GEGL_VER%%/npd.so lib/gegl-%%GEGL_VER%%/npy-save.so %%CAIRO%%lib/gegl-%%GEGL_VER%%/path.so +%%POPPLER%%lib/gegl-%%GEGL_VER%%/pdf-load.so %%PIXBUF%%lib/gegl-%%GEGL_VER%%/pixbuf.so lib/gegl-%%GEGL_VER%%/png-load.so lib/gegl-%%GEGL_VER%%/png-save.so From owner-svn-ports-all@freebsd.org Sat May 11 18:52:35 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 646A815A4BB6; Sat, 11 May 2019 18:52:35 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ED5D26D2F2; Sat, 11 May 2019 18:52:34 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C98B11F9A3; Sat, 11 May 2019 18:52:34 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BIqYec021333; Sat, 11 May 2019 18:52:34 GMT (envelope-from arrowd@FreeBSD.org) Received: (from arrowd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BIqYxD021332; Sat, 11 May 2019 18:52:34 GMT (envelope-from arrowd@FreeBSD.org) Message-Id: <201905111852.x4BIqYxD021332@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: arrowd set sender to arrowd@FreeBSD.org using -f From: Gleb Popov Date: Sat, 11 May 2019 18:52:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501287 - head/devel/hs-cabal-install X-SVN-Group: ports-head X-SVN-Commit-Author: arrowd X-SVN-Commit-Paths: head/devel/hs-cabal-install X-SVN-Commit-Revision: 501287 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: ED5D26D2F2 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.97)[-0.967,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 18:52:35 -0000 Author: arrowd Date: Sat May 11 18:52:34 2019 New Revision: 501287 URL: https://svnweb.freebsd.org/changeset/ports/501287 Log: devel/hs-cabal-install: Pass ${MAKE_ENV} in do_build target to support BINARY_ALIAS knob. cabal.mk machinery already does this, but hs-cabal-install is special, because here we're bootstrapping. Approved by: tcberner (mentor, implicit) Modified: head/devel/hs-cabal-install/Makefile Modified: head/devel/hs-cabal-install/Makefile ============================================================================== --- head/devel/hs-cabal-install/Makefile Sat May 11 18:52:00 2019 (r501286) +++ head/devel/hs-cabal-install/Makefile Sat May 11 18:52:34 2019 (r501287) @@ -39,7 +39,9 @@ post-extract: do-build: cd ${WRKSRC} && \ - ${SETENV} EXTRA_CONFIGURE_OPTS="--disable-library-profiling" HOME=${WRKDIR}/home PREFIX=${WRKDIR}/prefix ${WRKSRC}/bootstrap.sh --no-doc --jobs ${MAKE_JOBS_NUMBER} + ${SETENV} EXTRA_CONFIGURE_OPTS="--disable-library-profiling" \ + ${MAKE_ENV} HOME=${WRKDIR}/home PREFIX=${WRKDIR}/prefix \ + ${WRKSRC}/bootstrap.sh --no-doc --jobs ${MAKE_JOBS_NUMBER} do-install: ${INSTALL_PROGRAM} ${WRKDIR}/prefix/bin/cabal ${STAGEDIR}${PREFIX}/bin/ From owner-svn-ports-all@freebsd.org Sat May 11 18:53:21 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0317A15A4BF0; Sat, 11 May 2019 18:53:21 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9A1786D3CD; Sat, 11 May 2019 18:53:20 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 875251F9A5; Sat, 11 May 2019 18:53:20 +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 x4BIrKNV021543; Sat, 11 May 2019 18:53:20 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BIrJ5e021538; Sat, 11 May 2019 18:53:19 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201905111853.x4BIrJ5e021538@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sat, 11 May 2019 18:53:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501288 - in head/graphics: gimp gimp-app py-gimp X-SVN-Group: ports-head X-SVN-Commit-Author: kwm X-SVN-Commit-Paths: in head/graphics: gimp gimp-app py-gimp X-SVN-Commit-Revision: 501288 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9A1786D3CD X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.97)[-0.969,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 18:53:21 -0000 Author: kwm Date: Sat May 11 18:53:19 2019 New Revision: 501288 URL: https://svnweb.freebsd.org/changeset/ports/501288 Log: Update gimp to 2.10.10. Modified: head/graphics/gimp-app/Makefile head/graphics/gimp-app/distinfo head/graphics/gimp-app/pkg-plist head/graphics/gimp/Makefile head/graphics/py-gimp/pkg-plist Modified: head/graphics/gimp-app/Makefile ============================================================================== --- head/graphics/gimp-app/Makefile Sat May 11 18:52:34 2019 (r501287) +++ head/graphics/gimp-app/Makefile Sat May 11 18:53:19 2019 (r501288) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME?= gimp-app -PORTVERSION= 2.10.8 -PORTREVISION= 2 +PORTVERSION= 2.10.10 PORTEPOCH?= 1 CATEGORIES?= graphics gnome MASTER_SITES= GIMP/gimp/v${PORTVERSION:R} @@ -34,6 +33,9 @@ LIB_DEPENDS= libpng.so:graphics/png \ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes \ glib-networking>=0:net/glib-networking \ mypaint-brushes>0:graphics/mypaint-brushes + +LIB_DEPENDS+= libjson-glib-1.0.so:devel/json-glib \ + libunwind.so:devel/libunwind GNU_CONFIGURE= yes USES+= compiler:c++14-lang cpe gettext gmake gnome jpeg libtool \ Modified: head/graphics/gimp-app/distinfo ============================================================================== --- head/graphics/gimp-app/distinfo Sat May 11 18:52:34 2019 (r501287) +++ head/graphics/gimp-app/distinfo Sat May 11 18:53:19 2019 (r501288) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543063415 -SHA256 (gimp-2.10.8.tar.bz2) = d849c1cf35244938ae82e521b92b720ab48b8e9ed092d5de92c2464ef5244b9b -SIZE (gimp-2.10.8.tar.bz2) = 31954568 +TIMESTAMP = 1555693982 +SHA256 (gimp-2.10.10.tar.bz2) = 12d1f243265c7aee1f2c6e97883a5c90ddc0b19b4346cf822e24adbb6c998c77 +SIZE (gimp-2.10.10.tar.bz2) = 32408724 Modified: head/graphics/gimp-app/pkg-plist ============================================================================== --- head/graphics/gimp-app/pkg-plist Sat May 11 18:52:34 2019 (r501287) +++ head/graphics/gimp-app/pkg-plist Sat May 11 18:53:19 2019 (r501288) @@ -232,6 +232,7 @@ include/gimp-2.0/libgimpwidgets/gimpruler.h include/gimp-2.0/libgimpwidgets/gimpscaleentry.h include/gimp-2.0/libgimpwidgets/gimpscrolledpreview.h include/gimp-2.0/libgimpwidgets/gimpsizeentry.h +include/gimp-2.0/libgimpwidgets/gimpspinbutton.h include/gimp-2.0/libgimpwidgets/gimpstringcombobox.h include/gimp-2.0/libgimpwidgets/gimpunitcombobox.h include/gimp-2.0/libgimpwidgets/gimpunitmenu.h @@ -315,6 +316,7 @@ libexec/gimp/2.2/plug-ins/file-cel/file-cel libexec/gimp/2.2/plug-ins/file-compressor/file-compressor libexec/gimp/2.2/plug-ins/file-csource/file-csource libexec/gimp/2.2/plug-ins/file-darktable/file-darktable +libexec/gimp/2.2/plug-ins/file-dds/file-dds libexec/gimp/2.2/plug-ins/file-desktop-link/file-desktop-link libexec/gimp/2.2/plug-ins/file-dicom/file-dicom %%OPENEXR%%libexec/gimp/2.2/plug-ins/file-exr/file-exr @@ -719,6 +721,7 @@ share/doc/gimp/libgimpwidgets/GimpUnitMenu.html share/doc/gimp/libgimpwidgets/GimpUnitStore.html share/doc/gimp/libgimpwidgets/GimpZoomModel.html share/doc/gimp/libgimpwidgets/api-index-2-10-4.html +share/doc/gimp/libgimpwidgets/api-index-2-10-10.html share/doc/gimp/libgimpwidgets/api-index-2-10.html share/doc/gimp/libgimpwidgets/api-index-2-2.html share/doc/gimp/libgimpwidgets/api-index-2-4.html Modified: head/graphics/gimp/Makefile ============================================================================== --- head/graphics/gimp/Makefile Sat May 11 18:52:34 2019 (r501287) +++ head/graphics/gimp/Makefile Sat May 11 18:53:19 2019 (r501288) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gimp -DISTVERSION?= 2.10.8 +DISTVERSION?= 2.10.10 PORTREVISION?= 0 PORTEPOCH?= 2 CATEGORIES= graphics gnome Modified: head/graphics/py-gimp/pkg-plist ============================================================================== --- head/graphics/py-gimp/pkg-plist Sat May 11 18:52:34 2019 (r501287) +++ head/graphics/py-gimp/pkg-plist Sat May 11 18:53:19 2019 (r501288) @@ -12,6 +12,7 @@ libexec/gimp/2.2/plug-ins/py-slice/py-slice.py libexec/gimp/2.2/plug-ins/python-console/pyconsole.py libexec/gimp/2.2/plug-ins/python-console/python-console.py libexec/gimp/2.2/plug-ins/python-eval/python-eval.py +libexec/gimp/2.2/plug-ins/spyro_plus/spyro_plus.py libexec/gimp/2.2/python/_gimpenums.so libexec/gimp/2.2/python/_gimpui.so libexec/gimp/2.2/python/gimp.so From owner-svn-ports-all@freebsd.org Sat May 11 18:54:35 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB93615A4C3D; Sat, 11 May 2019 18:54:35 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F59C6D4AA; Sat, 11 May 2019 18:54: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 26EF61F9A6; Sat, 11 May 2019 18:54: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 x4BIsZGE021753; Sat, 11 May 2019 18:54:35 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BIsYCM021749; Sat, 11 May 2019 18:54:34 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201905111854.x4BIsYCM021749@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 11 May 2019 18:54:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501289 - in head/x11-toolkits: . py-easygui X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head/x11-toolkits: . py-easygui X-SVN-Commit-Revision: 501289 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4F59C6D4AA X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.97)[-0.969,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 18:54:36 -0000 Author: antoine Date: Sat May 11 18:54:34 2019 New Revision: 501289 URL: https://svnweb.freebsd.org/changeset/ports/501289 Log: New port: x11-toolkits/py-easygui EasyGUI is a module for very simple, very easy GUI programming in Python. EasyGUI is different from other GUI generators in that EasyGUI is NOT event-driven. Instead, all GUI interactions are invoked by simple function calls. WWW: https://github.com/robertlugg/easygui Added: head/x11-toolkits/py-easygui/ head/x11-toolkits/py-easygui/Makefile (contents, props changed) head/x11-toolkits/py-easygui/distinfo (contents, props changed) head/x11-toolkits/py-easygui/pkg-descr (contents, props changed) Modified: head/x11-toolkits/Makefile Modified: head/x11-toolkits/Makefile ============================================================================== --- head/x11-toolkits/Makefile Sat May 11 18:53:19 2019 (r501288) +++ head/x11-toolkits/Makefile Sat May 11 18:54:34 2019 (r501289) @@ -184,6 +184,7 @@ SUBDIR += py-AnyQt SUBDIR += py-Pmw SUBDIR += py-SquareMap + SUBDIR += py-easygui SUBDIR += py-fltk SUBDIR += py-gnome2 SUBDIR += py-gtk2 Added: head/x11-toolkits/py-easygui/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/py-easygui/Makefile Sat May 11 18:54:34 2019 (r501289) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= easygui +PORTVERSION= 0.98.1 +CATEGORIES= x11-toolkits python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Easy GUI programming in python + +LICENSE= BSD3CLAUSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter@${PY_FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist + +NO_ARCH= yes + +.include Added: head/x11-toolkits/py-easygui/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/py-easygui/distinfo Sat May 11 18:54:34 2019 (r501289) @@ -0,0 +1,3 @@ +TIMESTAMP = 1557574991 +SHA256 (easygui-0.98.1.tar.gz) = dbc89afbb1aca83830ea4af568eb2491654e16b2706a14d040757fdf1fafbbfe +SIZE (easygui-0.98.1.tar.gz) = 81024 Added: head/x11-toolkits/py-easygui/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/py-easygui/pkg-descr Sat May 11 18:54:34 2019 (r501289) @@ -0,0 +1,6 @@ +EasyGUI is a module for very simple, very easy GUI programming in Python. +EasyGUI is different from other GUI generators in that EasyGUI is NOT +event-driven. Instead, all GUI interactions are invoked by simple function +calls. + +WWW: https://github.com/robertlugg/easygui From owner-svn-ports-all@freebsd.org Sat May 11 18:55:36 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 048D715A4C7B; Sat, 11 May 2019 18:55:36 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9E36E6D58E; Sat, 11 May 2019 18:55:35 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8A6671F9A7; Sat, 11 May 2019 18:55:35 +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 x4BItZwj021923; Sat, 11 May 2019 18:55:35 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BItZOn021922; Sat, 11 May 2019 18:55:35 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201905111855.x4BItZOn021922@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 11 May 2019 18:55:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501290 - head/multimedia/kdenlive X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/multimedia/kdenlive X-SVN-Commit-Revision: 501290 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9E36E6D58E X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.97)[-0.967,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 18:55:36 -0000 Author: tcberner Date: Sat May 11 18:55:35 2019 New Revision: 501290 URL: https://svnweb.freebsd.org/changeset/ports/501290 Log: multimedia/kdenlive: add optional dependency on kf5-purpose (filesharing support) Submitted by: fluffy Modified: head/multimedia/kdenlive/Makefile Modified: head/multimedia/kdenlive/Makefile ============================================================================== --- head/multimedia/kdenlive/Makefile Sat May 11 18:54:34 2019 (r501289) +++ head/multimedia/kdenlive/Makefile Sat May 11 18:55:35 2019 (r501290) @@ -2,7 +2,7 @@ PORTNAME= kdenlive DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -35,17 +35,21 @@ CMAKE_ARGS= -DFFMPEG_SUFFIX:STRING="${FFMPEG_SUFX}" # Keep in sync with multimedia/mlt, possibly. FFMPEG_SUFX= # Currently empty. -OPTIONS_DEFINE= DVDWIZARD FREI0R LADSPA SCREENCAST V4L XINE DOCS -OPTIONS_DEFAULT=DVDWIZARD FREI0R LADSPA SCREENCAST V4L XINE +OPTIONS_DEFINE= DVDWIZARD FILESHARE FREI0R LADSPA SCREENCAST V4L XINE DOCS +OPTIONS_DEFAULT=DVDWIZARD FILESHARE FREI0R LADSPA SCREENCAST V4L XINE OPTIONS_SUB= yes DVDWIZARD_DESC= DVD authoring via DVDAuthor and cdrtools +FILESHARE_DESC= Common KF5 filesharing support SCREENCAST_DESC=Screen capture support via recordMyDesktop V4L_DESC= Webcam support via Video4Linux XINE_DESC= DVD preview support via xine DVDWIZARD_RUN_DEPENDS= dvdauthor:multimedia/dvdauthor \ cdrecord:sysutils/cdrtools + +FILESHARE_USE= KDE=purpose +FILESHARE_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_KF5Purpose FREI0R_RUN_DEPENDS= frei0r-plugins>=0:graphics/frei0r-plugins From owner-svn-ports-all@freebsd.org Sat May 11 19:03:28 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C19A215A4FA4; Sat, 11 May 2019 19:03:27 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 67F6A6DA0A; Sat, 11 May 2019 19:03:27 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 440131FB49; Sat, 11 May 2019 19:03:27 +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 x4BJ3Rng026892; Sat, 11 May 2019 19:03:27 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BJ3QGH026888; Sat, 11 May 2019 19:03:26 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201905111903.x4BJ3QGH026888@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 11 May 2019 19:03:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501291 - head/devel/py-oletools X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/devel/py-oletools X-SVN-Commit-Revision: 501291 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 67F6A6DA0A X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.967,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 19:03:28 -0000 Author: antoine Date: Sat May 11 19:03:26 2019 New Revision: 501291 URL: https://svnweb.freebsd.org/changeset/ports/501291 Log: Update to 0.54.1 Modified: head/devel/py-oletools/Makefile head/devel/py-oletools/distinfo Modified: head/devel/py-oletools/Makefile ============================================================================== --- head/devel/py-oletools/Makefile Sat May 11 18:55:35 2019 (r501290) +++ head/devel/py-oletools/Makefile Sat May 11 19:03:26 2019 (r501291) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= oletools -PORTVERSION= 0.52.5 -PORTREVISION= 1 +PORTVERSION= 0.54.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,12 +14,15 @@ LICENSE= BSD2CLAUSE MIT LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/oletools/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>=0:devel/py-pyparsing@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>=2.2.0:devel/py-pyparsing@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}olefile>=0.46:devel/py-olefile@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}easygui>=0:x11-toolkits/py-easygui@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}colorclass>=0:textproc/py-colorclass@${PY_FLAVOR} -NO_ARCH= yes -USES= dos2unix python zip +USES= python zip USE_LOCALE= en_US.UTF-8 USE_PYTHON= distutils concurrent autoplist -DOS2UNIX_FILES= oletools/oleform.py + +NO_ARCH= yes .include Modified: head/devel/py-oletools/distinfo ============================================================================== --- head/devel/py-oletools/distinfo Sat May 11 18:55:35 2019 (r501290) +++ head/devel/py-oletools/distinfo Sat May 11 19:03:26 2019 (r501291) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523379141 -SHA256 (oletools-0.52.5.zip) = ecaaea40b81a5bb24dbbeb049edd13af00073b0d41cb5c3d835d451cbfad7f98 -SIZE (oletools-0.52.5.zip) = 1633326 +TIMESTAMP = 1556431577 +SHA256 (oletools-0.54.1.zip) = 5cf465cf9a699a9d57c621cdea65948fbd1243b42ca4251cae9439564be4bd95 +SIZE (oletools-0.54.1.zip) = 3026696 From owner-svn-ports-all@freebsd.org Sat May 11 19:05:08 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75D2015A4FE3; Sat, 11 May 2019 19:05:08 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 181576DAEE; Sat, 11 May 2019 19:05:08 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F0C041FB4A; Sat, 11 May 2019 19:05: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 x4BJ57IC027082; Sat, 11 May 2019 19:05:07 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BJ57hl027081; Sat, 11 May 2019 19:05:07 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201905111905.x4BJ57hl027081@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 11 May 2019 19:05:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501292 - head/sysutils/py-pytsk X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/sysutils/py-pytsk X-SVN-Commit-Revision: 501292 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 181576DAEE X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.967,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 19:05:08 -0000 Author: antoine Date: Sat May 11 19:05:07 2019 New Revision: 501292 URL: https://svnweb.freebsd.org/changeset/ports/501292 Log: Update to 20190507 Modified: head/sysutils/py-pytsk/Makefile head/sysutils/py-pytsk/distinfo Modified: head/sysutils/py-pytsk/Makefile ============================================================================== --- head/sysutils/py-pytsk/Makefile Sat May 11 19:03:26 2019 (r501291) +++ head/sysutils/py-pytsk/Makefile Sat May 11 19:05:07 2019 (r501292) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pytsk -PORTVERSION= 20190316 +PORTVERSION= 20190507 CATEGORIES= sysutils security devel python MASTER_SITES= CHEESESHOP \ https://github.com/py4n6/pytsk/releases/download/${PORTVERSION}/ Modified: head/sysutils/py-pytsk/distinfo ============================================================================== --- head/sysutils/py-pytsk/distinfo Sat May 11 19:03:26 2019 (r501291) +++ head/sysutils/py-pytsk/distinfo Sat May 11 19:05:07 2019 (r501292) @@ -1,3 +1,3 @@ -TIMESTAMP = 1552769711 -SHA256 (pytsk3-20190316.tar.gz) = c04b3a6a9651f45cb97b8be920d3deefc66eb36fe58d87161ffbbefa4183ec9e -SIZE (pytsk3-20190316.tar.gz) = 2995471 +TIMESTAMP = 1557324063 +SHA256 (pytsk3-20190507.tar.gz) = f560b2269e1942884959ac60fcb9a55452f98693abc437fd806c403f64497ea5 +SIZE (pytsk3-20190507.tar.gz) = 3153833 From owner-svn-ports-all@freebsd.org Sat May 11 19:11:51 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 322C315A51FB; Sat, 11 May 2019 19:11:51 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CBA176DD98; Sat, 11 May 2019 19:11:50 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BDDDE1FBAD; Sat, 11 May 2019 19:11:50 +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 x4BJBoCB032129; Sat, 11 May 2019 19:11:50 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BJBoTn032127; Sat, 11 May 2019 19:11:50 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201905111911.x4BJBoTn032127@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 11 May 2019 19:11:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501293 - head/security/py-dfvfs X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/security/py-dfvfs X-SVN-Commit-Revision: 501293 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: CBA176DD98 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.97)[-0.967,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 19:11:51 -0000 Author: antoine Date: Sat May 11 19:11:50 2019 New Revision: 501293 URL: https://svnweb.freebsd.org/changeset/ports/501293 Log: Update to 20190421 Modified: head/security/py-dfvfs/Makefile head/security/py-dfvfs/distinfo Modified: head/security/py-dfvfs/Makefile ============================================================================== --- head/security/py-dfvfs/Makefile Sat May 11 19:05:07 2019 (r501292) +++ head/security/py-dfvfs/Makefile Sat May 11 19:11:50 2019 (r501293) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dfvfs -PORTVERSION= 20190128 +PORTVERSION= 20190421 CATEGORIES= security devel python MASTER_SITES= https://github.com/log2timeline/dfvfs/releases/download/${PORTVERSION}/ \ LOCAL/antoine Modified: head/security/py-dfvfs/distinfo ============================================================================== --- head/security/py-dfvfs/distinfo Sat May 11 19:05:07 2019 (r501292) +++ head/security/py-dfvfs/distinfo Sat May 11 19:11:50 2019 (r501293) @@ -1,3 +1,3 @@ -TIMESTAMP = 1548788173 -SHA256 (dfvfs-20190128.tar.gz) = 601cef5859f560864f9f43793ef1e192d93d8dbb9294c3e37f47b2da26964dea -SIZE (dfvfs-20190128.tar.gz) = 78023461 +TIMESTAMP = 1555934555 +SHA256 (dfvfs-20190421.tar.gz) = 06a6466a6e5703bb0f4fed2d4984f804b817fadca2ecdb5ee6ed841e9715d4e4 +SIZE (dfvfs-20190421.tar.gz) = 78024387 From owner-svn-ports-all@freebsd.org Sat May 11 19:14:16 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5DA7815A52CA; Sat, 11 May 2019 19:14:16 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 02F776E08B; Sat, 11 May 2019 19:14:16 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CE97D1FCFC; Sat, 11 May 2019 19:14: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 x4BJEFhA032351; Sat, 11 May 2019 19:14:15 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BJEFPj032348; Sat, 11 May 2019 19:14:15 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201905111914.x4BJEFPj032348@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 11 May 2019 19:14:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501294 - head/security/py-plaso X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/security/py-plaso X-SVN-Commit-Revision: 501294 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 02F776E08B X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.97)[-0.967,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 19:14:16 -0000 Author: antoine Date: Sat May 11 19:14:15 2019 New Revision: 501294 URL: https://svnweb.freebsd.org/changeset/ports/501294 Log: - Update to 20190429 - Allow concurrent installation Modified: head/security/py-plaso/Makefile head/security/py-plaso/distinfo Modified: head/security/py-plaso/Makefile ============================================================================== --- head/security/py-plaso/Makefile Sat May 11 19:11:50 2019 (r501293) +++ head/security/py-plaso/Makefile Sat May 11 19:14:15 2019 (r501294) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= plaso -PORTVERSION= 20190331 +PORTVERSION= 20190429 CATEGORIES= security python MASTER_SITES= https://github.com/log2timeline/plaso/releases/download/${PORTVERSION}/ \ LOCAL/antoine @@ -47,7 +47,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py- NO_ARCH= yes USES= python USE_LOCALE= en_US.UTF-8 -USE_PYTHON= distutils autoplist +USE_PYTHON= distutils autoplist concurrent .include @@ -61,6 +61,10 @@ TEST_DEPENDS+= ca_root_nss>=0:security/ca_root_nss post-patch: ${REINPLACE_CMD} "s|'share', 'artifacts'|'share', '${PYTHON_PKGNAMEPREFIX}artifacts'|" \ ${WRKSRC}/plaso/cli/helpers/artifact_definitions.py + ${REINPLACE_CMD} "s|'share', 'plaso'|'share', '${PYTHON_PKGNAMEPREFIX}plaso'|" \ + ${WRKSRC}/plaso/cli/helpers/data_location.py + ${REINPLACE_CMD} "s|share/doc/plaso|${DOCSDIR_REL}| ; s|share/plaso|${DATADIR_REL}|" \ + ${WRKSRC}/setup.py do-test: @${TOUCH} ${TEST_WRKSRC}/utils/__init__.py Modified: head/security/py-plaso/distinfo ============================================================================== --- head/security/py-plaso/distinfo Sat May 11 19:11:50 2019 (r501293) +++ head/security/py-plaso/distinfo Sat May 11 19:14:15 2019 (r501294) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554126298 -SHA256 (plaso-20190331.tar.gz) = caeee3c296308489575613cc933a40a25f176f1ca2669f0c6090b59ed04a5082 -SIZE (plaso-20190331.tar.gz) = 110184239 +TIMESTAMP = 1556602483 +SHA256 (plaso-20190429.tar.gz) = 301bed54483441ac965a0d9da2ff8c674d5f1df33f225735033debbbbd94b7dc +SIZE (plaso-20190429.tar.gz) = 110152073 From owner-svn-ports-all@freebsd.org Sat May 11 19:29:26 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A7CB15A5AA8; Sat, 11 May 2019 19:29:26 +0000 (UTC) (envelope-from ericbsd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B59036E7E1; Sat, 11 May 2019 19:29:25 +0000 (UTC) (envelope-from ericbsd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 856841FE9E; Sat, 11 May 2019 19:29:25 +0000 (UTC) (envelope-from ericbsd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BJTPEL037898; Sat, 11 May 2019 19:29:25 GMT (envelope-from ericbsd@FreeBSD.org) Received: (from ericbsd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BJTP1M037896; Sat, 11 May 2019 19:29:25 GMT (envelope-from ericbsd@FreeBSD.org) Message-Id: <201905111929.x4BJTP1M037896@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ericbsd set sender to ericbsd@FreeBSD.org using -f From: Eric Turgeon Date: Sat, 11 May 2019 19:29:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501295 - head/x11/brisk-menu X-SVN-Group: ports-head X-SVN-Commit-Author: ericbsd X-SVN-Commit-Paths: head/x11/brisk-menu X-SVN-Commit-Revision: 501295 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B59036E7E1 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.967,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 19:29:26 -0000 Author: ericbsd Date: Sat May 11 19:29:24 2019 New Revision: 501295 URL: https://svnweb.freebsd.org/changeset/ports/501295 Log: update x11/brisk-menu to 5.2 Approved by: mentors (implicit) Modified: head/x11/brisk-menu/Makefile head/x11/brisk-menu/distinfo Modified: head/x11/brisk-menu/Makefile ============================================================================== --- head/x11/brisk-menu/Makefile Sat May 11 19:14:15 2019 (r501294) +++ head/x11/brisk-menu/Makefile Sat May 11 19:29:24 2019 (r501295) @@ -3,8 +3,7 @@ PORTNAME= brisk-menu DISTVERSIONPREFIX= v -DISTVERSION= 0.5.1 -PORTREVISION= 2 +DISTVERSION= 0.5.2 CATEGORIES= x11 MAINTAINER= ericbsd@FreeBSD.org Modified: head/x11/brisk-menu/distinfo ============================================================================== --- head/x11/brisk-menu/distinfo Sat May 11 19:14:15 2019 (r501294) +++ head/x11/brisk-menu/distinfo Sat May 11 19:29:24 2019 (r501295) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527781708 -SHA256 (GhostBSD-brisk-menu-v0.5.1_GH0.tar.gz) = 34aa818d96ab413e636716a955bbd6f447252b2b10ef0ca6df040772675a37cc -SIZE (GhostBSD-brisk-menu-v0.5.1_GH0.tar.gz) = 490532 +TIMESTAMP = 1557600669 +SHA256 (GhostBSD-brisk-menu-v0.5.2_GH0.tar.gz) = 5a74c5296e229e1a80d157323f16a7830cf383e9ffd106fe47b85f78ad993581 +SIZE (GhostBSD-brisk-menu-v0.5.2_GH0.tar.gz) = 491835 From owner-svn-ports-all@freebsd.org Sat May 11 19:36:57 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 453E715A5D96; Sat, 11 May 2019 19:36:57 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DDF276ED11; Sat, 11 May 2019 19:36:56 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BA1E52003D; Sat, 11 May 2019 19:36:56 +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 x4BJauZX043382; Sat, 11 May 2019 19:36:56 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BJauIR043378; Sat, 11 May 2019 19:36:56 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201905111936.x4BJauIR043378@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sat, 11 May 2019 19:36:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501296 - in head/graphics/inkscape: . files X-SVN-Group: ports-head X-SVN-Commit-Author: kwm X-SVN-Commit-Paths: in head/graphics/inkscape: . files X-SVN-Commit-Revision: 501296 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: DDF276ED11 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.969,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 19:36:57 -0000 Author: kwm Date: Sat May 11 19:36:55 2019 New Revision: 501296 URL: https://svnweb.freebsd.org/changeset/ports/501296 Log: Update inkscape to 0.92.4. PR: 236506 Reported by: kunda Deleted: head/graphics/inkscape/files/patch-archgit_bee18ea Modified: head/graphics/inkscape/Makefile head/graphics/inkscape/distinfo head/graphics/inkscape/pkg-plist Modified: head/graphics/inkscape/Makefile ============================================================================== --- head/graphics/inkscape/Makefile Sat May 11 19:29:24 2019 (r501295) +++ head/graphics/inkscape/Makefile Sat May 11 19:36:55 2019 (r501296) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= inkscape -PORTVERSION= 0.92.3 -PORTREVISION= 10 +PORTVERSION= 0.92.4 CATEGORIES= graphics gnome -MASTER_SITES= https://inkscape.org/en/gallery/item/12187/ +MASTER_SITES= https://media.inkscape.org/dl/resources/file/ MAINTAINER= gnome@FreeBSD.org COMMENT= Full featured open source SVG editor Modified: head/graphics/inkscape/distinfo ============================================================================== --- head/graphics/inkscape/distinfo Sat May 11 19:29:24 2019 (r501295) +++ head/graphics/inkscape/distinfo Sat May 11 19:36:55 2019 (r501296) @@ -1,3 +1,3 @@ -TIMESTAMP = 1531743547 -SHA256 (inkscape-0.92.3.tar.bz2) = 063296c05a65d7a92a0f627485b66221487acfc64a24f712eb5237c4bd7816b2 -SIZE (inkscape-0.92.3.tar.bz2) = 31606442 +TIMESTAMP = 1557601550 +SHA256 (inkscape-0.92.4.tar.bz2) = 57ec2da8177b36614a513e2822efd73af721e690f7ddc6bd0a5fbb1525b4515e +SIZE (inkscape-0.92.4.tar.bz2) = 31929728 Modified: head/graphics/inkscape/pkg-plist ============================================================================== --- head/graphics/inkscape/pkg-plist Sat May 11 19:29:24 2019 (r501295) +++ head/graphics/inkscape/pkg-plist Sat May 11 19:36:55 2019 (r501296) @@ -744,6 +744,7 @@ share/icons/hicolor/48x48/apps/inkscape.png %%DATADIR%%/tutorials/tutorial-advanced.sk.svg %%DATADIR%%/tutorials/tutorial-advanced.sl.svg %%DATADIR%%/tutorials/tutorial-advanced.svg +%%DATADIR%%/tutorials/tutorial-advanced.uk.svg %%DATADIR%%/tutorials/tutorial-advanced.vi.svg %%DATADIR%%/tutorials/tutorial-advanced.zh_CN.svg %%DATADIR%%/tutorials/tutorial-advanced.zh_TW.svg @@ -774,6 +775,7 @@ share/icons/hicolor/48x48/apps/inkscape.png %%DATADIR%%/tutorials/tutorial-basic.sl.svg %%DATADIR%%/tutorials/tutorial-basic.svg %%DATADIR%%/tutorials/tutorial-basic.tr.svg +%%DATADIR%%/tutorials/tutorial-basic.uk.svg %%DATADIR%%/tutorials/tutorial-basic.vi.svg %%DATADIR%%/tutorials/tutorial-basic.zh_CN.svg %%DATADIR%%/tutorials/tutorial-basic.zh_TW.svg @@ -798,6 +800,7 @@ share/icons/hicolor/48x48/apps/inkscape.png %%DATADIR%%/tutorials/tutorial-calligraphy.sk.svg %%DATADIR%%/tutorials/tutorial-calligraphy.sl.svg %%DATADIR%%/tutorials/tutorial-calligraphy.svg +%%DATADIR%%/tutorials/tutorial-calligraphy.uk.svg %%DATADIR%%/tutorials/tutorial-calligraphy.vi.svg %%DATADIR%%/tutorials/tutorial-calligraphy.zh_TW.svg %%DATADIR%%/tutorials/tutorial-elements.be.svg @@ -821,6 +824,7 @@ share/icons/hicolor/48x48/apps/inkscape.png %%DATADIR%%/tutorials/tutorial-elements.sk.svg %%DATADIR%%/tutorials/tutorial-elements.sl.svg %%DATADIR%%/tutorials/tutorial-elements.svg +%%DATADIR%%/tutorials/tutorial-elements.uk.svg %%DATADIR%%/tutorials/tutorial-elements.zh_TW.svg %%DATADIR%%/tutorials/tutorial-interpolate.be.svg %%DATADIR%%/tutorials/tutorial-interpolate.de.svg @@ -837,6 +841,7 @@ share/icons/hicolor/48x48/apps/inkscape.png %%DATADIR%%/tutorials/tutorial-interpolate.sk.svg %%DATADIR%%/tutorials/tutorial-interpolate.sl.svg %%DATADIR%%/tutorials/tutorial-interpolate.svg +%%DATADIR%%/tutorials/tutorial-interpolate.uk.svg %%DATADIR%%/tutorials/tutorial-interpolate.vi.svg %%DATADIR%%/tutorials/tutorial-interpolate.zh_TW.svg %%DATADIR%%/tutorials/tutorial-shapes.be.svg @@ -861,6 +866,7 @@ share/icons/hicolor/48x48/apps/inkscape.png %%DATADIR%%/tutorials/tutorial-shapes.sk.svg %%DATADIR%%/tutorials/tutorial-shapes.sl.svg %%DATADIR%%/tutorials/tutorial-shapes.svg +%%DATADIR%%/tutorials/tutorial-shapes.uk.svg %%DATADIR%%/tutorials/tutorial-shapes.vi.svg %%DATADIR%%/tutorials/tutorial-shapes.zh_CN.svg %%DATADIR%%/tutorials/tutorial-shapes.zh_TW.svg @@ -885,16 +891,19 @@ share/icons/hicolor/48x48/apps/inkscape.png %%DATADIR%%/tutorials/tutorial-tips.sk.svg %%DATADIR%%/tutorials/tutorial-tips.sl.svg %%DATADIR%%/tutorials/tutorial-tips.svg +%%DATADIR%%/tutorials/tutorial-tips.uk.svg %%DATADIR%%/tutorials/tutorial-tips.vi.svg %%DATADIR%%/tutorials/tutorial-tips.zh_TW.svg %%DATADIR%%/tutorials/tutorial-tracing-pixelart.de.svg %%DATADIR%%/tutorials/tutorial-tracing-pixelart.el.svg %%DATADIR%%/tutorials/tutorial-tracing-pixelart.fr.svg +%%DATADIR%%/tutorials/tutorial-tracing-pixelart.hu.svg %%DATADIR%%/tutorials/tutorial-tracing-pixelart.nl.svg %%DATADIR%%/tutorials/tutorial-tracing-pixelart.pt.svg %%DATADIR%%/tutorials/tutorial-tracing-pixelart.ru.svg %%DATADIR%%/tutorials/tutorial-tracing-pixelart.sk.svg %%DATADIR%%/tutorials/tutorial-tracing-pixelart.svg +%%DATADIR%%/tutorials/tutorial-tracing-pixelart.uk.svg %%DATADIR%%/tutorials/tutorial-tracing-pixelart.zh_TW.svg %%DATADIR%%/tutorials/tutorial-tracing.be.svg %%DATADIR%%/tutorials/tutorial-tracing.ca.svg @@ -916,6 +925,7 @@ share/icons/hicolor/48x48/apps/inkscape.png %%DATADIR%%/tutorials/tutorial-tracing.sk.svg %%DATADIR%%/tutorials/tutorial-tracing.sl.svg %%DATADIR%%/tutorials/tutorial-tracing.svg +%%DATADIR%%/tutorials/tutorial-tracing.uk.svg %%DATADIR%%/tutorials/tutorial-tracing.vi.svg %%DATADIR%%/tutorials/tutorial-tracing.zh_TW.svg %%DATADIR%%/tutorials/tux.png @@ -1014,3 +1024,4 @@ share/locale/ur/LC_MESSAGES/inkscape.mo share/locale/vi/LC_MESSAGES/inkscape.mo share/locale/zh_CN/LC_MESSAGES/inkscape.mo share/locale/zh_TW/LC_MESSAGES/inkscape.mo +share/metainfo/inkscape.appdata.xml From owner-svn-ports-all@freebsd.org Sat May 11 19:37:07 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3FEC415A5DB7; Sat, 11 May 2019 19:37:07 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CEB2B6EDDE; Sat, 11 May 2019 19:37:06 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 26F2A2003F; Sat, 11 May 2019 19:37:05 +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 x4BJb5lJ043526; Sat, 11 May 2019 19:37:05 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BJb49p043525; Sat, 11 May 2019 19:37:04 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201905111937.x4BJb49p043525@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 11 May 2019 19:37:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501297 - head/security/rifiuti2 X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/security/rifiuti2 X-SVN-Commit-Revision: 501297 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: CEB2B6EDDE X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.97)[-0.967,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 19:37:07 -0000 Author: antoine Date: Sat May 11 19:37:04 2019 New Revision: 501297 URL: https://svnweb.freebsd.org/changeset/ports/501297 Log: Update to 0.7.0 Modified: head/security/rifiuti2/Makefile head/security/rifiuti2/distinfo Modified: head/security/rifiuti2/Makefile ============================================================================== --- head/security/rifiuti2/Makefile Sat May 11 19:36:55 2019 (r501296) +++ head/security/rifiuti2/Makefile Sat May 11 19:37:04 2019 (r501297) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rifiuti2 -PORTVERSION= 0.6.1 +PORTVERSION= 0.7.0 CATEGORIES= security MASTER_SITES= https://github.com/abelcheung/rifiuti2/releases/download/${PORTVERSION}/ @@ -10,25 +10,23 @@ MAINTAINER= antoine@FreeBSD.org COMMENT= Tool for analyzing Windows recycle bin LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/docs/LICENSE +LICENSE_FILE= ${WRKSRC}/docs/LICENSE.md -GNU_CONFIGURE= yes -USES= gettext gmake pkgconfig tar:xz +USES= gettext gmake gnome localbase pkgconfig tar:xz USE_GNOME= glib20 -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib +GNU_CONFIGURE= yes PLIST_FILES= bin/rifiuti \ bin/rifiuti-vista \ man/man1/rifiuti.1.gz \ man/man1/rifiuti-vista.1.gz \ - share/locale/zh_HK/LC_MESSAGES/rifiuti.mo + share/locale/zh_HK/LC_MESSAGES/rifiuti2.mo PORTDOCS= NEWS.md README.md OPTIONS_DEFINE= DOCS -post-install: +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} Modified: head/security/rifiuti2/distinfo ============================================================================== --- head/security/rifiuti2/distinfo Sat May 11 19:36:55 2019 (r501296) +++ head/security/rifiuti2/distinfo Sat May 11 19:37:04 2019 (r501297) @@ -1,2 +1,3 @@ -SHA256 (rifiuti2-0.6.1.tar.xz) = 235c5a4af925e940b89644b9d15f5625d60a58beda1797310cf300e34faa7769 -SIZE (rifiuti2-0.6.1.tar.xz) = 149460 +TIMESTAMP = 1557393687 +SHA256 (rifiuti2-0.7.0.tar.xz) = c7bbf5e1f548dd1429556bd01957ffa463e9bbee15fa3b2e617f7931120d6323 +SIZE (rifiuti2-0.7.0.tar.xz) = 201008 From owner-svn-ports-all@freebsd.org Sat May 11 19:52:11 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8159A15A63E0; Sat, 11 May 2019 19:52:11 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2766A6F598; Sat, 11 May 2019 19:52:11 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 187D720375; Sat, 11 May 2019 19:52:11 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BJqApi053571; Sat, 11 May 2019 19:52:10 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BJq8WD053561; Sat, 11 May 2019 19:52:08 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201905111952.x4BJq8WD053561@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Sat, 11 May 2019 19:52:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501298 - in head: games/bsdgames java/openjdk11 java/openjdk12 java/openjdk8 x11-fonts/comic-neue X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in head: games/bsdgames java/openjdk11 java/openjdk12 java/openjdk8 x11-fonts/comic-neue X-SVN-Commit-Revision: 501298 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2766A6F598 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.97)[-0.970,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 19:52:11 -0000 Author: mat Date: Sat May 11 19:52:08 2019 New Revision: 501298 URL: https://svnweb.freebsd.org/changeset/ports/501298 Log: Use USE_GITHUB when appropriate. Modified: head/games/bsdgames/Makefile (contents, props changed) head/games/bsdgames/distinfo (contents, props changed) head/java/openjdk11/Makefile (contents, props changed) head/java/openjdk11/distinfo (contents, props changed) head/java/openjdk12/Makefile (contents, props changed) head/java/openjdk12/distinfo (contents, props changed) head/java/openjdk8/Makefile (contents, props changed) head/java/openjdk8/distinfo (contents, props changed) head/x11-fonts/comic-neue/Makefile (contents, props changed) head/x11-fonts/comic-neue/distinfo (contents, props changed) Modified: head/games/bsdgames/Makefile ============================================================================== --- head/games/bsdgames/Makefile Sat May 11 19:37:04 2019 (r501297) +++ head/games/bsdgames/Makefile Sat May 11 19:52:08 2019 (r501298) @@ -3,12 +3,11 @@ PORTNAME= bsdgames PORTVERSION= 5.5.0 +DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= games -MASTER_SITES= https://github.com/DragonFlyBSD/DragonFlyBSD/archive/ \ - https://deb.debian.org/debian/pool/main/b/bsdgames/ -DISTFILES= v${PORTVERSION}.zip \ - ${PORTNAME}_2.17.orig.tar.gz +MASTER_SITES= https://deb.debian.org/debian/pool/main/b/bsdgames/:deb +DISTFILES= ${PORTNAME}_2.17.orig.tar.gz:deb MAINTAINER= jockl@pianojockl.org COMMENT= Traditional BSD games taken from DragonFly BSD @@ -16,6 +15,9 @@ COMMENT= Traditional BSD games taken from DragonFly BS LICENSE= BSD3CLAUSE USES= ncurses tar:xz uidfix +USE_GITHUB= nodefault +GH_ACCOUNT= DragonFlyBSD:bsd +GH_PROJECT= DragonFlyBSD:bsd CONFLICTS= hangman-[0-9]* @@ -46,7 +48,10 @@ GAMESPATH_FILES=backgammon/backgammon/backgammon.6 \ phantasia/pathnames.h \ wargames/wargames.sh -.include +post-extract: + ${MV} ${WRKSRC_bsd}/games ${WRKSRC} + ${MV} ${WRKDIR}/bsd-games-2.17/sail/*.[ch] ${WRKSRC}/sail/ + ${MV} ${WRKDIR}/bsd-games-2.17/sail/pathnames.h.in ${WRKSRC}/sail/pathnames.h post-patch: @for f in ${SHAREPATH_FILES}; do \ @@ -76,12 +81,4 @@ post-install: @${TOUCH} ${STAGEDIR}/var/games/atc_score @${FIND} ${STAGEDIR}/var/games -type f -exec ${MV} {} {}.sample \; -do-extract: - ${MKDIR} ${WRKDIR} - ${TAR} -xzf ${DISTDIR}/v${PORTVERSION}.zip -C ${WRKDIR} - ${TAR} -xzf ${DISTDIR}/${PORTNAME}_2.17.orig.tar.gz -C ${WRKDIR} - ${MV} ${WRKDIR}/DragonFlyBSD-${PORTVERSION}/games ${WRKSRC} - ${MV} ${WRKDIR}/bsd-games-2.17/sail/*.[ch] ${WRKSRC}/sail/ - ${MV} ${WRKDIR}/bsd-games-2.17/sail/pathnames.h.in ${WRKSRC}/sail/pathnames.h - -.include +.include Modified: head/games/bsdgames/distinfo ============================================================================== --- head/games/bsdgames/distinfo Sat May 11 19:37:04 2019 (r501297) +++ head/games/bsdgames/distinfo Sat May 11 19:52:08 2019 (r501298) @@ -1,5 +1,5 @@ -TIMESTAMP = 1552233173 -SHA256 (v5.5.0.zip) = c6afd51d0283e9d5f0911f046824bddf41926c277ce995ab78e128b32737e400 -SIZE (v5.5.0.zip) = 169083630 +TIMESTAMP = 1557603153 SHA256 (bsdgames_2.17.orig.tar.gz) = 066f924aef6c1c5ea946f588e36f303021f5dfc093944738f025d8edbc6fff60 SIZE (bsdgames_2.17.orig.tar.gz) = 2563311 +SHA256 (DragonFlyBSD-DragonFlyBSD-v5.5.0_GH0.tar.gz) = e54ca3fea6e4ae4b384df4718f5ca749e597537112f1b2170e8fb5c296c1720b +SIZE (DragonFlyBSD-DragonFlyBSD-v5.5.0_GH0.tar.gz) = 137084047 Modified: head/java/openjdk11/Makefile ============================================================================== --- head/java/openjdk11/Makefile Sat May 11 19:37:04 2019 (r501297) +++ head/java/openjdk11/Makefile Sat May 11 19:52:08 2019 (r501298) @@ -1,11 +1,10 @@ # $FreeBSD$ PORTNAME= openjdk -PORTVERSION= ${JDK_MAJOR_VERSION}.${JDK_MINOR_VERSION}.${JDK_PATCH_VERSION}.${JDK_BUILD_NUMBER}.${BSD_JDK_VERSION} +DISTVERSIONPREFIX= jdk- +DISTVERSION= ${JDK_MAJOR_VERSION}.${JDK_MINOR_VERSION}.${JDK_PATCH_VERSION}+${JDK_BUILD_NUMBER}-${BSD_JDK_VERSION} CATEGORIES= java devel -MASTER_SITES= https://github.com/battleblow/openjdk-jdk11u/archive/ PKGNAMESUFFIX?= ${JDK_MAJOR_VERSION} -DISTNAME= jdk-${JDK_MAJOR_VERSION}.${JDK_MINOR_VERSION}.${JDK_PATCH_VERSION}+${JDK_BUILD_NUMBER}-${BSD_JDK_VERSION} MAINTAINER= java@FreeBSD.org COMMENT= Java Development Kit ${JDK_MAJOR_VERSION} @@ -28,7 +27,9 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib \ USES= compiler:features gmake iconv jpeg pkgconfig USE_XORG= x11 xext xi xrender xt xtst -WRKSRC= ${WRKDIR}/${PORTNAME}-jdk${JDK_MAJOR_VERSION}u-jdk-${JDK_MAJOR_VERSION}.${JDK_MINOR_VERSION}.${JDK_PATCH_VERSION}-${JDK_BUILD_NUMBER}-${BSD_JDK_VERSION} +USE_GITHUB= yes +GH_ACCOUNT= battleblow +GH_PROJECT= openjdk-jdk11u _MAKE_JOBS= # MAKE_ENV= LANG="C" \ Modified: head/java/openjdk11/distinfo ============================================================================== --- head/java/openjdk11/distinfo Sat May 11 19:37:04 2019 (r501297) +++ head/java/openjdk11/distinfo Sat May 11 19:52:08 2019 (r501298) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555524590 -SHA256 (jdk-11.0.3+7-1.tar.gz) = 1a75f453c5e819c2399d802a972f9ea6c296208d8fe0b810dad89067e637419c -SIZE (jdk-11.0.3+7-1.tar.gz) = 116791459 +TIMESTAMP = 1557601910 +SHA256 (battleblow-openjdk-jdk11u-jdk-11.0.3+7-1_GH0.tar.gz) = 1a75f453c5e819c2399d802a972f9ea6c296208d8fe0b810dad89067e637419c +SIZE (battleblow-openjdk-jdk11u-jdk-11.0.3+7-1_GH0.tar.gz) = 116791459 Modified: head/java/openjdk12/Makefile ============================================================================== --- head/java/openjdk12/Makefile Sat May 11 19:37:04 2019 (r501297) +++ head/java/openjdk12/Makefile Sat May 11 19:52:08 2019 (r501298) @@ -1,11 +1,10 @@ # $FreeBSD$ PORTNAME= openjdk -PORTVERSION= ${JDK_MAJOR_VERSION}.${JDK_MINOR_VERSION}.${JDK_PATCH_VERSION}.${JDK_BUILD_NUMBER}.${BSD_JDK_VERSION} +DISTVERSIONPREFIX= jdk- +DISTVERSION= ${JDK_MAJOR_VERSION}.${JDK_MINOR_VERSION}.${JDK_PATCH_VERSION}+${JDK_BUILD_NUMBER}-${BSD_JDK_VERSION} CATEGORIES= java devel -MASTER_SITES= https://github.com/battleblow/openjdk-jdk12u/archive/ PKGNAMESUFFIX?= ${JDK_MAJOR_VERSION} -DISTNAME= jdk-${JDK_MAJOR_VERSION}.${JDK_MINOR_VERSION}.${JDK_PATCH_VERSION}+${JDK_BUILD_NUMBER}-${BSD_JDK_VERSION} MAINTAINER= java@FreeBSD.org COMMENT= Java Development Kit ${JDK_MAJOR_VERSION} @@ -28,7 +27,9 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib \ USES= compiler:features gmake iconv jpeg pkgconfig USE_XORG= x11 xext xi xrandr xrender xt xtst -WRKSRC= ${WRKDIR}/${PORTNAME}-jdk${JDK_MAJOR_VERSION}u-jdk-${JDK_MAJOR_VERSION}.${JDK_MINOR_VERSION}.${JDK_PATCH_VERSION}-${JDK_BUILD_NUMBER}-${BSD_JDK_VERSION} +USE_GITHUB= yes +GH_ACCOUNT= battleblow +GH_PROJECT= openjdk-jdk12u _MAKE_JOBS= # MAKE_ENV= LANG="C" \ Modified: head/java/openjdk12/distinfo ============================================================================== --- head/java/openjdk12/distinfo Sat May 11 19:37:04 2019 (r501297) +++ head/java/openjdk12/distinfo Sat May 11 19:52:08 2019 (r501298) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555525600 -SHA256 (jdk-12.0.1+12-1.tar.gz) = f398da1f0eb7b8dea409061d38e04210254de51e1cb06480baa61fb171a1d4e2 -SIZE (jdk-12.0.1+12-1.tar.gz) = 110249732 +TIMESTAMP = 1557602121 +SHA256 (battleblow-openjdk-jdk12u-jdk-12.0.1+12-1_GH0.tar.gz) = f398da1f0eb7b8dea409061d38e04210254de51e1cb06480baa61fb171a1d4e2 +SIZE (battleblow-openjdk-jdk12u-jdk-12.0.1+12-1_GH0.tar.gz) = 110249732 Modified: head/java/openjdk8/Makefile ============================================================================== --- head/java/openjdk8/Makefile Sat May 11 19:37:04 2019 (r501297) +++ head/java/openjdk8/Makefile Sat May 11 19:52:08 2019 (r501298) @@ -3,11 +3,8 @@ PORTNAME= openjdk PORTVERSION= ${JDK_MAJOR_VERSION}.${JDK_UPDATE_VERSION}.${JDK_BUILD_NUMBER:S/^0//}.${BSD_JDK_VERSION} CATEGORIES= java devel -MASTER_SITES= https://github.com/battleblow/openjdk-jdk8u/archive/:jdk \ - LOCAL/jkim:jtreg +MASTER_SITES= LOCAL/jkim:jtreg PKGNAMESUFFIX?= ${JDK_MAJOR_VERSION} -DISTNAME= jdk${JDK_MAJOR_VERSION}u${JDK_UPDATE_VERSION}-b${JDK_BUILD_NUMBER}.${BSD_JDK_VERSION} -DISTFILES= ${DISTNAME}.tar.gz:jdk MAINTAINER= java@FreeBSD.org COMMENT?= Java Development Kit ${JDK_MAJOR_VERSION} @@ -25,9 +22,12 @@ RUN_DEPENDS= javavm:java/javavmwrapper \ dejavu>0:x11-fonts/dejavu USES= compiler:features gmake iconv pkgconfig shebangfix +USE_GITHUB= yes +GH_ACCOUNT= battleblow +GH_PROJECT= openjdk-jdk8u +GH_TAGNAME= jdk${JDK_MAJOR_VERSION}u${JDK_UPDATE_VERSION}-b${JDK_BUILD_NUMBER}.${BSD_JDK_VERSION} ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc powerpc64 -WRKSRC= ${WRKDIR}/${PORTNAME}-jdk${JDK_MAJOR_VERSION}u-${DISTNAME} SHEBANG_FILES= configure Modified: head/java/openjdk8/distinfo ============================================================================== --- head/java/openjdk8/distinfo Sat May 11 19:37:04 2019 (r501297) +++ head/java/openjdk8/distinfo Sat May 11 19:52:08 2019 (r501298) @@ -1,5 +1,5 @@ -TIMESTAMP = 1555604894 -SHA256 (jdk8u212-b04.1.tar.gz) = b69b2601bd1ddb68700df801b0ad5c8351ca8c937573130603910614e7d478d6 -SIZE (jdk8u212-b04.1.tar.gz) = 85191465 +TIMESTAMP = 1557602353 SHA256 (jtreg4.1-b08.tar.gz) = a9fbfac903313c12687e60978c4688c20189cdf873560125917d6ad53d55b30c SIZE (jtreg4.1-b08.tar.gz) = 6834252 +SHA256 (battleblow-openjdk-jdk8u-8.212.4.1-jdk8u212-b04.1_GH0.tar.gz) = b69b2601bd1ddb68700df801b0ad5c8351ca8c937573130603910614e7d478d6 +SIZE (battleblow-openjdk-jdk8u-8.212.4.1-jdk8u212-b04.1_GH0.tar.gz) = 85191465 Modified: head/x11-fonts/comic-neue/Makefile ============================================================================== --- head/x11-fonts/comic-neue/Makefile Sat May 11 19:37:04 2019 (r501297) +++ head/x11-fonts/comic-neue/Makefile Sat May 11 19:52:08 2019 (r501298) @@ -2,9 +2,9 @@ PORTNAME= comic-neue PORTVERSION= 2.4 +DISTVERSIONPREFIX= v PORTREVISION= 1 CATEGORIES= x11-fonts -MASTER_SITES= https://github.com/crozynski/comicneue/archive/v${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= Free Comic Sans alternative @@ -12,10 +12,14 @@ COMMENT= Free Comic Sans alternative LICENSE= OFL11 LICENSE_FILE= ${WRKDIR}/comicneue-${PORTVERSION}/SIL-License.txt -USES= fonts zip +USES= fonts +USE_GITHUB= yes +GH_ACCOUNT= crozynski +GH_PROJECT= comicneue + NO_BUILD= yes -WRKSRC= ${WRKDIR}/comicneue-${PORTVERSION}/OTF +WRKSRC_SUBDIR= OTF do-install: ${MKDIR} ${STAGEDIR}${FONTSDIR} Modified: head/x11-fonts/comic-neue/distinfo ============================================================================== --- head/x11-fonts/comic-neue/distinfo Sat May 11 19:37:04 2019 (r501297) +++ head/x11-fonts/comic-neue/distinfo Sat May 11 19:52:08 2019 (r501298) @@ -1,3 +1,3 @@ -TIMESTAMP = 1549004515 -SHA256 (comic-neue-2.4.zip) = d97ecd8b4e00cce7c857a8b94c1e4f068ae01275ead3a8a3297051cf99c3389e -SIZE (comic-neue-2.4.zip) = 4711599 +TIMESTAMP = 1557602791 +SHA256 (crozynski-comicneue-v2.4_GH0.tar.gz) = 9e1153e1bc08d76e7d5418ac707278b687204b2eb6c59f387f1c310edb165be6 +SIZE (crozynski-comicneue-v2.4_GH0.tar.gz) = 2896409 From owner-svn-ports-all@freebsd.org Sat May 11 20:13:19 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48D9B15A6A3C; Sat, 11 May 2019 20:13:19 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DF5126FFA6; Sat, 11 May 2019 20:13: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B51A0206D0; Sat, 11 May 2019 20:13: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 x4BKDIBN064285; Sat, 11 May 2019 20:13:18 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BKDIXs064284; Sat, 11 May 2019 20:13:18 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201905112013.x4BKDIXs064284@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 11 May 2019 20:13:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501299 - head/deskutils/mozo X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/deskutils/mozo X-SVN-Commit-Revision: 501299 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: DF5126FFA6 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 20:13:19 -0000 Author: antoine Date: Sat May 11 20:13:18 2019 New Revision: 501299 URL: https://svnweb.freebsd.org/changeset/ports/501299 Log: Fix plist Modified: head/deskutils/mozo/pkg-plist Modified: head/deskutils/mozo/pkg-plist ============================================================================== --- head/deskutils/mozo/pkg-plist Sat May 11 19:52:08 2019 (r501298) +++ head/deskutils/mozo/pkg-plist Sat May 11 20:13:18 2019 (r501299) @@ -2,16 +2,16 @@ bin/mozo %%PYTHON_SITELIBDIR%%/Mozo/MainWindow.py %%PYTHON_SITELIBDIR%%/Mozo/MenuEditor.py %%PYTHON_SITELIBDIR%%/Mozo/__init__.py -%%PYTHON_SITELIBDIR%%/Mozo/__pycache__/MainWindow.cpython-36.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/Mozo/__pycache__/MainWindow.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/Mozo/__pycache__/MenuEditor.cpython-36.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/Mozo/__pycache__/MenuEditor.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/Mozo/__pycache__/__init__.cpython-36.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/Mozo/__pycache__/__init__.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/Mozo/__pycache__/config.cpython-36.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/Mozo/__pycache__/config.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/Mozo/__pycache__/util.cpython-36.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/Mozo/__pycache__/util.cpython-36.pyc +%%PYTHON_SITELIBDIR%%/Mozo/__pycache__/MainWindow.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/Mozo/__pycache__/MainWindow.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/Mozo/__pycache__/MenuEditor.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/Mozo/__pycache__/MenuEditor.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/Mozo/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/Mozo/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/Mozo/__pycache__/config.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/Mozo/__pycache__/config.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/Mozo/__pycache__/util.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/Mozo/__pycache__/util.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/Mozo/config.py %%PYTHON_SITELIBDIR%%/Mozo/util.py man/man1/mozo.1.gz From owner-svn-ports-all@freebsd.org Sat May 11 20:22:10 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1A7115A6C0C; Sat, 11 May 2019 20:22:10 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 53D3B70304; Sat, 11 May 2019 20:22:10 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2F57C20853; Sat, 11 May 2019 20:22:10 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BKMAi8069423; Sat, 11 May 2019 20:22:10 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BKM9n6069421; Sat, 11 May 2019 20:22:09 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201905112022.x4BKM9n6069421@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 11 May 2019 20:22:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501300 - in head: math math/curv misc misc/openvdb X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head: math math/curv misc misc/openvdb X-SVN-Commit-Revision: 501300 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 53D3B70304 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 20:22:10 -0000 Author: antoine Date: Sat May 11 20:22:09 2019 New Revision: 501300 URL: https://svnweb.freebsd.org/changeset/ports/501300 Log: Remove untested ports With hat: portmgr Deleted: head/math/curv/ head/misc/openvdb/ Modified: head/math/Makefile head/misc/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sat May 11 20:13:18 2019 (r501299) +++ head/math/Makefile Sat May 11 20:22:09 2019 (r501300) @@ -185,7 +185,6 @@ SUBDIR += coq SUBDIR += crlibm SUBDIR += cryptominisat - SUBDIR += curv SUBDIR += cvc3 SUBDIR += cvc4 SUBDIR += dbcsr Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Sat May 11 20:13:18 2019 (r501299) +++ head/misc/Makefile Sat May 11 20:22:09 2019 (r501300) @@ -272,7 +272,6 @@ SUBDIR += openhmd SUBDIR += openmvg SUBDIR += openr2 - SUBDIR += openvdb SUBDIR += orange3 SUBDIR += orion SUBDIR += orville-write From owner-svn-ports-all@freebsd.org Sat May 11 20:24:02 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA15115A6C85; Sat, 11 May 2019 20:24:02 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 707DC7043D; Sat, 11 May 2019 20:24:02 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4861620873; Sat, 11 May 2019 20:24:02 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BKO2Qn069587; Sat, 11 May 2019 20:24:02 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BKO2Ak069586; Sat, 11 May 2019 20:24:02 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201905112024.x4BKO2Ak069586@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 11 May 2019 20:24:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-svnadmin@freebsd.org Subject: svn commit: r501301 - svnadmin/hooks/scripts X-SVN-Group: ports-svnadmin X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: svnadmin/hooks/scripts X-SVN-Commit-Revision: 501301 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 707DC7043D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 20:24:03 -0000 Author: antoine Date: Sat May 11 20:24:01 2019 New Revision: 501301 URL: https://svnweb.freebsd.org/changeset/ports/501301 Log: Make the %%PYTHON_PYOEXTENSION%% guard work (hopefully) Modified: svnadmin/hooks/scripts/stage-only.sh Modified: svnadmin/hooks/scripts/stage-only.sh ============================================================================== --- svnadmin/hooks/scripts/stage-only.sh Sat May 11 20:22:09 2019 (r501300) +++ svnadmin/hooks/scripts/stage-only.sh Sat May 11 20:24:01 2019 (r501301) @@ -41,8 +41,6 @@ for line in $(svnlook changed -t $TXN $REPO) ; do echo "NOPORTDATA is nonsense as a variable affecting all ports." 1>&2 exit 1 fi - ;; - head/*/*/pkg-plist*) if svnlook cat -t ${TXN} ${REPO} $fpath | grep -q "%%PYTHON_PYOEXTENSION%%" ; then echo "Do not commit ports with %%PYTHON_PYOEXTENSION%%." 1>&2 echo "Use either pyo for python 2.7 ports or opt-1.pyc for python 3.5+ ports." 1>&2 From owner-svn-ports-all@freebsd.org Sat May 11 20:26:00 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AD71315A6D02; Sat, 11 May 2019 20:26:00 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 1822F70552; Sat, 11 May 2019 20:25:59 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from yv.noip.me (c-67-180-169-236.hsd1.ca.comcast.net [67.180.169.236]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id x4BKPoOQ012157 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Sat, 11 May 2019 13:25:53 -0700 (PDT) (envelope-from yuri@rawbw.com) X-Authentication-Warning: shell1.rawbw.com: Host c-67-180-169-236.hsd1.ca.comcast.net [67.180.169.236] claimed to be yv.noip.me Subject: Re: svn commit: r501300 - in head: math math/curv misc misc/openvdb To: Antoine Brodin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201905112022.x4BKM9n6069421@repo.freebsd.org> From: Yuri Message-ID: Date: Sat, 11 May 2019 13:25:49 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <201905112022.x4BKM9n6069421@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Rspamd-Queue-Id: 1822F70552 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.90 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.90)[-0.903,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 20:26:00 -0000 On 2019-05-11 13:22, Antoine Brodin wrote: > Remove untested ports Hi Antoin, They are tested, they passed the poudriere build. Is there an error message that you are getting? Yuri From owner-svn-ports-all@freebsd.org Sat May 11 20:27:20 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8023015A6D3F; Sat, 11 May 2019 20:27:20 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 25D3B70631; Sat, 11 May 2019 20:27:20 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 15B2020878; Sat, 11 May 2019 20:27:20 +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 x4BKRJME069855; Sat, 11 May 2019 20:27:19 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BKRJow069853; Sat, 11 May 2019 20:27:19 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <201905112027.x4BKRJow069853@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Sat, 11 May 2019 20:27:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501302 - head/cad/freecad X-SVN-Group: ports-head X-SVN-Commit-Author: cmt X-SVN-Commit-Paths: head/cad/freecad X-SVN-Commit-Revision: 501302 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 25D3B70631 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 20:27:20 -0000 Author: cmt Date: Sat May 11 20:27:19 2019 New Revision: 501302 URL: https://svnweb.freebsd.org/changeset/ports/501302 Log: update FreeCAD to 0.18.2 https://github.com/FreeCAD/FreeCAD/releases/tag/0.18.2 Modified: head/cad/freecad/Makefile head/cad/freecad/distinfo Modified: head/cad/freecad/Makefile ============================================================================== --- head/cad/freecad/Makefile Sat May 11 20:24:01 2019 (r501301) +++ head/cad/freecad/Makefile Sat May 11 20:27:19 2019 (r501302) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= FreeCAD -DISTVERSION= 0.18.1 -PORTREVISION= 1 +DISTVERSION= 0.18.2 # use these for bugfixes/snapshots # DISTVERSION= 0.18-16093 # git rev-list --count # DISTVERSIONSUFFIX= -g690774c0e Modified: head/cad/freecad/distinfo ============================================================================== --- head/cad/freecad/distinfo Sat May 11 20:24:01 2019 (r501301) +++ head/cad/freecad/distinfo Sat May 11 20:27:19 2019 (r501302) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555086092 -SHA256 (FreeCAD-FreeCAD-0.18.1_GH0.tar.gz) = 6c0171001a2cba2795122c47959dc907da2aab4acd447f3ed929ed4f90ce5551 -SIZE (FreeCAD-FreeCAD-0.18.1_GH0.tar.gz) = 219933463 +TIMESTAMP = 1557590652 +SHA256 (FreeCAD-FreeCAD-0.18.2_GH0.tar.gz) = 9b28007df2ee67d28992ce4bbfb44ad8484cdd32fd5756afcbd00b81a382b9e4 +SIZE (FreeCAD-FreeCAD-0.18.2_GH0.tar.gz) = 219935125 From owner-svn-ports-all@freebsd.org Sat May 11 20:29:59 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 60CCA15A6DAA; Sat, 11 May 2019 20:29:59 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0CAB470726; Sat, 11 May 2019 20:29:59 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CF4572087A; Sat, 11 May 2019 20:29:58 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BKTwZk070204; Sat, 11 May 2019 20:29:58 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BKTvnp070197; Sat, 11 May 2019 20:29:57 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905112029.x4BKTvnp070197@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 11 May 2019 20:29:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501303 - in head/science: . nest nest/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/science: . nest nest/files X-SVN-Commit-Revision: 501303 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0CAB470726 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 20:29:59 -0000 Author: yuri Date: Sat May 11 20:29:56 2019 New Revision: 501303 URL: https://svnweb.freebsd.org/changeset/ports/501303 Log: New port: science/nest: Simulator for spiking neural network models Added: head/science/nest/ head/science/nest/Makefile (contents, props changed) head/science/nest/distinfo (contents, props changed) head/science/nest/files/ head/science/nest/files/patch-CMakeLists.txt (contents, props changed) head/science/nest/files/patch-cmake_ProcessOptions.cmake (contents, props changed) head/science/nest/files/patch-extras_nest__vars.sh.in (contents, props changed) head/science/nest/pkg-descr (contents, props changed) head/science/nest/pkg-plist (contents, props changed) Modified: head/science/Makefile Modified: head/science/Makefile ============================================================================== --- head/science/Makefile Sat May 11 20:27:19 2019 (r501302) +++ head/science/Makefile Sat May 11 20:29:56 2019 (r501303) @@ -161,6 +161,7 @@ SUBDIR += msms SUBDIR += multiwfn SUBDIR += namd + SUBDIR += nest SUBDIR += netcdf SUBDIR += netcdf-cxx SUBDIR += netcdf-fortran Added: head/science/nest/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/nest/Makefile Sat May 11 20:29:56 2019 (r501303) @@ -0,0 +1,35 @@ +# $FreeBSD$ + +PORTNAME= nest +DISTVERSIONPREFIX= v +DISTVERSION= 2.14.0-2100 +DISTVERSIONSUFFIX= -g788e93e3 +CATEGORIES= science biology # NEST is used in neuroscience + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Simulator for spiking neural network models + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libgsl.so:math/gsl \ + libltdl.so:devel/libltdl \ + libomp.so:devel/openmp + +USES= cmake compiler:c++11-lang ncurses pkgconfig readline +USE_GITHUB= yes +GH_PROJECT= nest-simulator +USE_LDCONFIG= yes + +OPTIONS_DEFINE= PYTHON DOCS +OPTIONS_DEFAULT= PYTHON +OPTIONS_SUB= yes + +PYTHON_CMAKE_BOOL= BUILD_PYTHON +PYTHON_USES= python +PYTHON_CMAKE_ON= -DCYTHON_EXECUTABLE:STRING=${PREFIX}/bin/cython-${PYTHON_VER} +PYTHON_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cython>0:lang/cython@${PY_FLAVOR} + +PORTDOCS= * + +.include Added: head/science/nest/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/nest/distinfo Sat May 11 20:29:56 2019 (r501303) @@ -0,0 +1,3 @@ +TIMESTAMP = 1557603316 +SHA256 (nest-nest-simulator-v2.14.0-2100-g788e93e3_GH0.tar.gz) = 972dcbbe79e3a36bd7e83426dccd12197885537791f70ea9795079226a13aa44 +SIZE (nest-nest-simulator-v2.14.0-2100-g788e93e3_GH0.tar.gz) = 12376006 Added: head/science/nest/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/nest/files/patch-CMakeLists.txt Sat May 11 20:29:56 2019 (r501303) @@ -0,0 +1,53 @@ +--- CMakeLists.txt.orig 2019-04-23 07:25:32 UTC ++++ CMakeLists.txt +@@ -100,7 +100,7 @@ include( GNUInstallDirs ) + get_filename_component(CMAKE_INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX} REALPATH BASE_DIR "${CMAKE_BINARY_DIR}") + # If CMAKE_INSTALL_PREFIX is omitted CMake will set the installation prefix to its default '/usr/local'. + # This is not desired. A subdirectory is allowed, e.g. 'usr/local/nest'. +-if ( "${CMAKE_INSTALL_PREFIX}" STREQUAL "/usr/local" ) ++if ( FALSE AND "${CMAKE_INSTALL_PREFIX}" STREQUAL "/usr/local" ) + message( FATAL_ERROR "Do not install into '${CMAKE_INSTALL_PREFIX}'. Please set -DCMAKE_INSTALL_PREFIX:PATH=." ) + endif () + +@@ -109,7 +109,7 @@ endif () + ################################################################################ + + # needed for pynest test suite +-if ( ${with-python} STREQUAL "ON" OR ${with-python} STREQUAL "2" OR ${with-python} STREQUAL "3" ) ++if ( BUILD_PYTHON AND (${with-python} STREQUAL "ON" OR ${with-python} STREQUAL "2" OR ${with-python} STREQUAL "3") ) + find_program( NOSETESTS NAMES nosetests ) + endif () + +@@ -198,7 +198,7 @@ enable_testing() + set( TEST_LOGFILE ${PROJECT_BINARY_DIR}/reports/installcheck.log ) + file( MAKE_DIRECTORY ${PROJECT_BINARY_DIR}/reports/ ) + +-if ( HAVE_PYTHON ) ++if ( BUILD_PYTHON AND HAVE_PYTHON ) + add_custom_target( installcheck + COMMAND ${CMAKE_COMMAND} -E env + NEST_PATH="${CMAKE_INSTALL_FULL_BINDIR}" +@@ -225,8 +225,12 @@ endif () + if ( HAVE_LIBNEUROSIM ) + add_subdirectory( conngen ) + endif () +-add_subdirectory( doc ) +-add_subdirectory( examples ) ++if (INSTALL_DOCS) ++ add_subdirectory( doc ) ++endif() ++if (INSTALL_EXAMPLES) ++ add_subdirectory( examples ) ++endif() + add_subdirectory( extras ) + add_subdirectory( lib ) + add_subdirectory( libnestutil ) +@@ -238,7 +242,7 @@ add_subdirectory( nestkernel ) + add_subdirectory( precise ) + add_subdirectory( testsuite ) + add_subdirectory( topology ) +-if ( HAVE_PYTHON ) ++if ( BUILD_PYTHON AND HAVE_PYTHON ) + add_subdirectory( pynest ) + endif () + Added: head/science/nest/files/patch-cmake_ProcessOptions.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/nest/files/patch-cmake_ProcessOptions.cmake Sat May 11 20:29:56 2019 (r501303) @@ -0,0 +1,11 @@ +--- cmake/ProcessOptions.cmake.orig 2019-05-11 20:18:03 UTC ++++ cmake/ProcessOptions.cmake +@@ -385,7 +385,7 @@ function( NEST_PROCESS_WITH_PYTHON ) + # confirmed working: 0.19.2+ + # in between unknown + if ( CYTHON_VERSION VERSION_LESS "0.19.2" ) +- message( FATAL_ERROR "Your Cython version is too old. Please install " ++ message( FATAL_ERROR "Your Cython version (" ${CYTHON_VERSION} ") is too old. Please install " + "newer version (0.19.2+)" ) + endif () + Added: head/science/nest/files/patch-extras_nest__vars.sh.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/nest/files/patch-extras_nest__vars.sh.in Sat May 11 20:29:56 2019 (r501303) @@ -0,0 +1,8 @@ +--- extras/nest_vars.sh.in.orig 2019-05-11 19:47:58 UTC ++++ extras/nest_vars.sh.in +@@ -1,4 +1,4 @@ +-#!/bin/bash ++#!/bin/sh + + # NEST is installed here. When you relocate NEST, change this variable. + export NEST_INSTALL_DIR=@CMAKE_INSTALL_PREFIX@ Added: head/science/nest/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/nest/pkg-descr Sat May 11 20:29:56 2019 (r501303) @@ -0,0 +1,13 @@ +NEST is a simulator for spiking neural network models that focuses on the +dynamics, size and structure of neural systems rather than on the exact +morphology of individual neurons. The development of NEST is coordinated +by the NEST Initiative. + +NEST is ideal for networks of spiking neurons of any size, for example: +* Models of information processing e.g. in the visual or auditory cortex of + mammals, +* Models of network activity dynamics, e.g. laminar cortical networks or + balanced random networks, +* Models of learning and plasticity. + +WWW: https://www.nest-simulator.org/ Added: head/science/nest/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/nest/pkg-plist Sat May 11 20:29:56 2019 (r501303) @@ -0,0 +1,520 @@ +bin/nest +bin/nest-config +bin/nest_indirect +bin/nest_serial +bin/nest_vars.sh +bin/sli +include/nest/ac_generator.h +include/nest/aeif_cond_alpha.h +include/nest/aeif_cond_alpha_RK5.h +include/nest/aeif_cond_alpha_multisynapse.h +include/nest/aeif_cond_beta_multisynapse.h +include/nest/aeif_cond_exp.h +include/nest/aeif_psc_alpha.h +include/nest/aeif_psc_delta.h +include/nest/aeif_psc_delta_clopath.h +include/nest/aeif_psc_exp.h +include/nest/aggregatedatum.h +include/nest/allocator.h +include/nest/amat2_psc_exp.h +include/nest/archiving_node.h +include/nest/arraydatum.h +include/nest/bernoulli_connection.h +include/nest/binary_neuron.h +include/nest/binomial_randomdev.h +include/nest/block_vector.h +include/nest/booldatum.h +include/nest/callbackdatum.h +include/nest/charcode.h +include/nest/clipped_randomdev.h +include/nest/clopath_archiving_node.h +include/nest/clopath_connection.h +include/nest/common_properties_hom_w.h +include/nest/common_synapse_properties.h +include/nest/completed_checker.h +include/nest/compose.hpp +include/nest/config.h +include/nest/conn_builder.h +include/nest/conn_builder_factory.h +include/nest/conn_builder_impl.h +include/nest/conn_parameter.h +include/nest/connection.h +include/nest/connection_creator.h +include/nest/connection_creator_impl.h +include/nest/connection_id.h +include/nest/connection_label.h +include/nest/connection_manager.h +include/nest/connection_manager_impl.h +include/nest/connector_base.h +include/nest/connector_base_impl.h +include/nest/connector_model.h +include/nest/connector_model_impl.h +include/nest/cont_delay_connection.h +include/nest/cont_delay_connection_impl.h +include/nest/correlation_detector.h +include/nest/correlomatrix_detector.h +include/nest/correlospinmatrix_detector.h +include/nest/datum.h +include/nest/dc_generator.h +include/nest/delay_checker.h +include/nest/device.h +include/nest/device_node.h +include/nest/dict.h +include/nest/dictdatum.h +include/nest/dictstack.h +include/nest/dictutils.h +include/nest/diffusion_connection.h +include/nest/doubledatum.h +include/nest/dynamicloader.h +include/nest/erfc_neuron.h +include/nest/event.h +include/nest/event_delivery_manager.h +include/nest/event_delivery_manager_impl.h +include/nest/exceptions.h +include/nest/exp_randomdev.h +include/nest/fdstream.h +include/nest/filesystem.h +include/nest/free_layer.h +include/nest/functional.h +include/nest/functiondatum.h +include/nest/gamma_randomdev.h +include/nest/gamma_sup_generator.h +include/nest/gap_junction.h +include/nest/gauss_rate.h +include/nest/generic_factory.h +include/nest/genericdatum.h +include/nest/genericmodel.h +include/nest/genericmodel_impl.h +include/nest/gid_collection.h +include/nest/gif_cond_exp.h +include/nest/gif_cond_exp_multisynapse.h +include/nest/gif_pop_psc_exp.h +include/nest/gif_psc_exp.h +include/nest/gif_psc_exp_multisynapse.h +include/nest/ginzburg_neuron.h +include/nest/gnureadline.h +include/nest/grid_layer.h +include/nest/grid_mask.h +include/nest/growth_curve.h +include/nest/growth_curve_factory.h +include/nest/gsl_binomial_randomdev.h +include/nest/gslrandomgen.h +include/nest/hh_cond_beta_gap_traub.h +include/nest/hh_cond_exp_traub.h +include/nest/hh_psc_alpha.h +include/nest/hh_psc_alpha_clopath.h +include/nest/hh_psc_alpha_gap.h +include/nest/histentry.h +include/nest/ht_connection.h +include/nest/ht_neuron.h +include/nest/iaf_chs_2007.h +include/nest/iaf_chxk_2008.h +include/nest/iaf_cond_alpha.h +include/nest/iaf_cond_alpha_mc.h +include/nest/iaf_cond_beta.h +include/nest/iaf_cond_exp.h +include/nest/iaf_cond_exp_sfa_rr.h +include/nest/iaf_psc_alpha.h +include/nest/iaf_psc_alpha_canon.h +include/nest/iaf_psc_alpha_multisynapse.h +include/nest/iaf_psc_alpha_presc.h +include/nest/iaf_psc_delta.h +include/nest/iaf_psc_delta_canon.h +include/nest/iaf_psc_exp.h +include/nest/iaf_psc_exp_multisynapse.h +include/nest/iaf_psc_exp_ps.h +include/nest/iaf_psc_exp_ps_lossless.h +include/nest/iaf_tum_2000.h +include/nest/inhomogeneous_poisson_generator.h +include/nest/integerdatum.h +include/nest/interpret.h +include/nest/io_manager.h +include/nest/iostreamdatum.h +include/nest/iteratordatum.h +include/nest/izhikevich.h +include/nest/kernel_manager.h +include/nest/knuthlfg.h +include/nest/layer.h +include/nest/layer_impl.h +include/nest/librandom_exceptions.h +include/nest/librandom_names.h +include/nest/lin_rate.h +include/nest/lockptr.h +include/nest/lockptrdatum.h +include/nest/lockptrdatum_impl.h +include/nest/logging.h +include/nest/logging_event.h +include/nest/logging_manager.h +include/nest/lognormal_randomdev.h +include/nest/manager_interface.h +include/nest/mask.h +include/nest/mask_impl.h +include/nest/mat2_psc_exp.h +include/nest/mcculloch_pitts_neuron.h +include/nest/mip_generator.h +include/nest/model.h +include/nest/model_manager.h +include/nest/model_manager_impl.h +include/nest/modelrange.h +include/nest/modelrange_manager.h +include/nest/modelsmodule.h +include/nest/mpi_manager.h +include/nest/mpi_manager_impl.h +include/nest/mt19937.h +include/nest/multimeter.h +include/nest/multirange.h +include/nest/music_cont_in_proxy.h +include/nest/music_cont_out_proxy.h +include/nest/music_event_handler.h +include/nest/music_event_in_proxy.h +include/nest/music_event_out_proxy.h +include/nest/music_manager.h +include/nest/music_message_in_proxy.h +include/nest/name.h +include/nest/namedatum.h +include/nest/nest.h +include/nest/nest_datums.h +include/nest/nest_names.h +include/nest/nest_time.h +include/nest/nest_timeconverter.h +include/nest/nest_types.h +include/nest/nestmodule.h +include/nest/neststartup.h +include/nest/node.h +include/nest/node_manager.h +include/nest/nodelist.h +include/nest/noise_generator.h +include/nest/normal_randomdev.h +include/nest/ntree.h +include/nest/ntree_impl.h +include/nest/numericdatum.h +include/nest/numericdatum_impl.h +include/nest/numerics.h +include/nest/oosupport.h +include/nest/parrot_neuron.h +include/nest/parrot_neuron_ps.h +include/nest/parser.h +include/nest/parserdatum.h +include/nest/poisson_generator.h +include/nest/poisson_generator_ps.h +include/nest/poisson_randomdev.h +include/nest/position.h +include/nest/pp_pop_psc_delta.h +include/nest/pp_psc_delta.h +include/nest/ppd_sup_generator.h +include/nest/precisemodule.h +include/nest/processes.h +include/nest/propagator_stability.h +include/nest/proxynode.h +include/nest/pseudo_recording_device.h +include/nest/psignal.h +include/nest/pulsepacket_generator.h +include/nest/quantal_stp_connection.h +include/nest/quantal_stp_connection_impl.h +include/nest/random.h +include/nest/random_datums.h +include/nest/random_numbers.h +include/nest/randomdev.h +include/nest/randomgen.h +include/nest/rate_connection_delayed.h +include/nest/rate_connection_instantaneous.h +include/nest/rate_neuron_ipn.h +include/nest/rate_neuron_ipn_impl.h +include/nest/rate_neuron_opn.h +include/nest/rate_neuron_opn_impl.h +include/nest/rate_transformer_node.h +include/nest/rate_transformer_node_impl.h +include/nest/recordables_map.h +include/nest/recording_device.h +include/nest/ring_buffer.h +include/nest/rng_manager.h +include/nest/scanner.h +include/nest/selector.h +include/nest/send_buffer_position.h +include/nest/sibling_container.h +include/nest/siegert_neuron.h +include/nest/sigmoid_rate.h +include/nest/sigmoid_rate_gg_1998.h +include/nest/simulation_manager.h +include/nest/sinusoidal_gamma_generator.h +include/nest/sinusoidal_poisson_generator.h +include/nest/sli_io.h +include/nest/sli_neuron.h +include/nest/sliactions.h +include/nest/sliarray.h +include/nest/slibuiltins.h +include/nest/slice_ring_buffer.h +include/nest/slicontrol.h +include/nest/slidata.h +include/nest/slidict.h +include/nest/sliexceptions.h +include/nest/slifunction.h +include/nest/sligraphics.h +include/nest/slimath.h +include/nest/slimodule.h +include/nest/slinames.h +include/nest/sliregexp.h +include/nest/slistack.h +include/nest/slistartup.h +include/nest/slitype.h +include/nest/slitypecheck.h +include/nest/sort.h +include/nest/source.h +include/nest/source_table.h +include/nest/source_table_position.h +include/nest/sp_manager.h +include/nest/sp_manager_impl.h +include/nest/sparse_node_array.h +include/nest/specialfunctionsmodule.h +include/nest/spike_data.h +include/nest/spike_detector.h +include/nest/spike_dilutor.h +include/nest/spike_generator.h +include/nest/spikecounter.h +include/nest/spin_detector.h +include/nest/static_assert.h +include/nest/static_connection.h +include/nest/static_connection_hom_w.h +include/nest/stdp_connection.h +include/nest/stdp_connection_facetshw_hom.h +include/nest/stdp_connection_facetshw_hom_impl.h +include/nest/stdp_connection_hom.h +include/nest/stdp_dopa_connection.h +include/nest/stdp_pl_connection_hom.h +include/nest/stdp_triplet_connection.h +include/nest/step_current_generator.h +include/nest/step_rate_generator.h +include/nest/stimulating_device.h +include/nest/stopwatch.h +include/nest/string_utils.h +include/nest/stringdatum.h +include/nest/subnet.h +include/nest/symboldatum.h +include/nest/syn_id_delay.h +include/nest/synaptic_element.h +include/nest/tanh_rate.h +include/nest/target.h +include/nest/target_data.h +include/nest/target_identifier.h +include/nest/target_table.h +include/nest/target_table_devices.h +include/nest/target_table_devices_impl.h +include/nest/tarrayobj.h +include/nest/threshold_lin_rate.h +include/nest/token.h +include/nest/tokenarray.h +include/nest/tokenstack.h +include/nest/tokenutils.h +include/nest/topology.h +include/nest/topology_names.h +include/nest/topology_parameter.h +include/nest/topologymodule.h +include/nest/triedatum.h +include/nest/tsodyks2_connection.h +include/nest/tsodyks_connection.h +include/nest/tsodyks_connection_hom.h +include/nest/typearray.h +include/nest/typechk.h +include/nest/uniform_randomdev.h +include/nest/uniformint_randomdev.h +include/nest/universal_data_logger.h +include/nest/universal_data_logger_impl.h +include/nest/utils.h +include/nest/vector_util.h +include/nest/vogels_sprekeler_connection.h +include/nest/volume_transmitter.h +include/nest/vose.h +include/nest/vp_manager.h +include/nest/vp_manager_impl.h +include/nest/weight_recorder.h +lib/libmodels.so +lib/libnest.so +lib/libnestkernel.so +lib/libnestutil.so +lib/libprecise.so +lib/librandom.so +lib/libsli.so +lib/libsli_readline.so +lib/libtopology.so +%%DATADIR%%/extras/EditorSupport/vim/syntax/sli.vim +%%PYTHON%%%%DATADIR%%/extras/do_tests.py +%%DATADIR%%/extras/do_tests.sh +%%DATADIR%%/help_generator/README.md +%%DATADIR%%/help_generator/assets/css/ie.css +%%DATADIR%%/help_generator/assets/css/jquery.mmenu.all.css +%%DATADIR%%/help_generator/assets/css/jss-style.min.css +%%DATADIR%%/help_generator/assets/css/moeppel1.png +%%DATADIR%%/help_generator/assets/css/moeppel2.png +%%DATADIR%%/help_generator/assets/css/nest-initiative-logo.png +%%DATADIR%%/help_generator/assets/css/prettify.css +%%DATADIR%%/help_generator/assets/css/style.css +%%DATADIR%%/help_generator/assets/images/arrow.png +%%DATADIR%%/help_generator/assets/js/code-prettify/COPYING +%%DATADIR%%/help_generator/assets/js/code-prettify/lang-apollo.js +%%DATADIR%%/help_generator/assets/js/code-prettify/lang-basic.js +%%DATADIR%%/help_generator/assets/js/code-prettify/lang-clj.js +%%DATADIR%%/help_generator/assets/js/code-prettify/lang-css.js +%%DATADIR%%/help_generator/assets/js/code-prettify/lang-dart.js +%%DATADIR%%/help_generator/assets/js/code-prettify/lang-erlang.js +%%DATADIR%%/help_generator/assets/js/code-prettify/lang-go.js +%%DATADIR%%/help_generator/assets/js/code-prettify/lang-hs.js +%%DATADIR%%/help_generator/assets/js/code-prettify/lang-lasso.js +%%DATADIR%%/help_generator/assets/js/code-prettify/lang-lisp.js +%%DATADIR%%/help_generator/assets/js/code-prettify/lang-llvm.js +%%DATADIR%%/help_generator/assets/js/code-prettify/lang-logtalk.js +%%DATADIR%%/help_generator/assets/js/code-prettify/lang-lua.js +%%DATADIR%%/help_generator/assets/js/code-prettify/lang-matlab.js +%%DATADIR%%/help_generator/assets/js/code-prettify/lang-ml.js +%%DATADIR%%/help_generator/assets/js/code-prettify/lang-mumps.js +%%DATADIR%%/help_generator/assets/js/code-prettify/lang-n.js +%%DATADIR%%/help_generator/assets/js/code-prettify/lang-pascal.js +%%DATADIR%%/help_generator/assets/js/code-prettify/lang-proto.js +%%DATADIR%%/help_generator/assets/js/code-prettify/lang-r.js +%%DATADIR%%/help_generator/assets/js/code-prettify/lang-rd.js +%%DATADIR%%/help_generator/assets/js/code-prettify/lang-rust.js +%%DATADIR%%/help_generator/assets/js/code-prettify/lang-scala.js +%%DATADIR%%/help_generator/assets/js/code-prettify/lang-sql.js +%%DATADIR%%/help_generator/assets/js/code-prettify/lang-swift.js +%%DATADIR%%/help_generator/assets/js/code-prettify/lang-tcl.js +%%DATADIR%%/help_generator/assets/js/code-prettify/lang-tex.js +%%DATADIR%%/help_generator/assets/js/code-prettify/lang-vb.js +%%DATADIR%%/help_generator/assets/js/code-prettify/lang-vhdl.js +%%DATADIR%%/help_generator/assets/js/code-prettify/lang-wiki.js +%%DATADIR%%/help_generator/assets/js/code-prettify/lang-xq.js +%%DATADIR%%/help_generator/assets/js/code-prettify/lang-yaml.js +%%DATADIR%%/help_generator/assets/js/code-prettify/prettify.css +%%DATADIR%%/help_generator/assets/js/code-prettify/prettify.js +%%DATADIR%%/help_generator/assets/js/code-prettify/run_prettify.js +%%DATADIR%%/help_generator/assets/js/highlight/CHANGES.md +%%DATADIR%%/help_generator/assets/js/highlight/LICENSE +%%DATADIR%%/help_generator/assets/js/highlight/README.md +%%DATADIR%%/help_generator/assets/js/highlight/README.ru.md +%%DATADIR%%/help_generator/assets/js/highlight/highlight.pack.js +%%DATADIR%%/help_generator/assets/js/highlight/styles/agate.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/androidstudio.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/arduino-light.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/arta.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/ascetic.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/atelier-cave-dark.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/atelier-cave-light.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/atelier-dune-dark.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/atelier-dune-light.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/atelier-estuary-dark.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/atelier-estuary-light.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/atelier-forest-dark.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/atelier-forest-light.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/atelier-heath-dark.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/atelier-heath-light.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/atelier-lakeside-dark.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/atelier-lakeside-light.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/atelier-plateau-dark.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/atelier-plateau-light.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/atelier-savanna-dark.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/atelier-savanna-light.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/atelier-seaside-dark.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/atelier-seaside-light.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/atelier-sulphurpool-dark.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/atelier-sulphurpool-light.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/atom-one-dark.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/atom-one-light.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/brown-paper.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/brown-papersq.png +%%DATADIR%%/help_generator/assets/js/highlight/styles/codepen-embed.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/color-brewer.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/darcula.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/dark.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/darkula.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/default.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/docco.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/dracula.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/far.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/foundation.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/github-gist.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/github.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/googlecode.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/grayscale.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/gruvbox-dark.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/gruvbox-light.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/hopscotch.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/hybrid.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/idea.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/ir-black.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/kimbie.dark.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/kimbie.light.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/magula.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/mono-blue.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/monokai-sublime.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/monokai.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/obsidian.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/ocean.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/paraiso-dark.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/paraiso-light.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/pojoaque.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/pojoaque.jpg +%%DATADIR%%/help_generator/assets/js/highlight/styles/purebasic.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/qtcreator_dark.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/qtcreator_light.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/railscasts.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/rainbow.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/routeros.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/school-book.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/school-book.png +%%DATADIR%%/help_generator/assets/js/highlight/styles/solarized-dark.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/solarized-light.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/sunburst.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/tomorrow-night-blue.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/tomorrow-night-bright.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/tomorrow-night-eighties.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/tomorrow-night.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/tomorrow.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/vs.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/vs2015.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/xcode.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/xt256.css +%%DATADIR%%/help_generator/assets/js/highlight/styles/zenburn.css +%%DATADIR%%/help_generator/assets/js/html5shiv.min.js +%%DATADIR%%/help_generator/assets/js/jquery-3.1.1.min.js +%%DATADIR%%/help_generator/assets/js/jquery-migrate-3.0.0.js +%%DATADIR%%/help_generator/assets/js/jquery.mmenu.all.js +%%DATADIR%%/help_generator/assets/js/jquery.sldr.js +%%DATADIR%%/help_generator/assets/js/jss-script.min.js +%%DATADIR%%/help_generator/conf.py +%%DATADIR%%/help_generator/examples.sh +%%DATADIR%%/help_generator/generate_help.py +%%DATADIR%%/help_generator/generate_helpindex.py +%%DATADIR%%/help_generator/helpers.py +%%DATADIR%%/help_generator/make-slider.sh +%%DATADIR%%/help_generator/templates/cmd.tpl.html +%%DATADIR%%/help_generator/templates/footer.tpl.html +%%DATADIR%%/help_generator/templates/helpindex.tpl.html +%%DATADIR%%/help_generator/templates/nb-code.tpl.json +%%DATADIR%%/help_generator/templates/nb-md.tpl.json +%%DATADIR%%/help_generator/templates/nb.tpl.json +%%DATADIR%%/help_generator/templates/nest.tpl.css +%%DATADIR%%/help_generator/templates/overview-sample-footer.tmpl +%%DATADIR%%/help_generator/templates/overview-sample-header.tmpl +%%DATADIR%%/help_generator/templates/sample-footer.tmpl +%%DATADIR%%/help_generator/templates/sample-header.tmpl +%%DATADIR%%/help_generator/webdoc.py +%%DATADIR%%/help_generator/writers.py +%%DATADIR%%/sli/FormattedIO.sli +%%DATADIR%%/sli/arraylib.sli +%%DATADIR%%/sli/debug.sli +%%DATADIR%%/sli/filesystem.sli +%%DATADIR%%/sli/helpinit.sli +%%DATADIR%%/sli/librandom.sli +%%DATADIR%%/sli/library.sli +%%DATADIR%%/sli/mathematica.sli +%%DATADIR%%/sli/misc_helpers.sli +%%DATADIR%%/sli/models-init.sli +%%DATADIR%%/sli/nest-init.sli +%%DATADIR%%/sli/oosupport.sli +%%DATADIR%%/sli/processes.sli +%%DATADIR%%/sli/ps-lib.sli +%%DATADIR%%/sli/rcsinfo.sli +%%DATADIR%%/sli/regexp.sli +%%DATADIR%%/sli/sli-init.sli +%%DATADIR%%/sli/topology-interface.sli +%%DATADIR%%/sli/typeinit.sli +%%DATADIR%%/sli/unittest.sli +%%PYTHON%%%%PYTHON_SITELIBDIR%%/nest/pynestkernel.so From owner-svn-ports-all@freebsd.org Sat May 11 20:30:20 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 682EB15A6DDB; Sat, 11 May 2019 20:30:20 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0B369707FB; Sat, 11 May 2019 20:30:20 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D95E42087E; Sat, 11 May 2019 20:30:19 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BKUJDm070354; Sat, 11 May 2019 20:30:19 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BKUJUV070353; Sat, 11 May 2019 20:30:19 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <201905112030.x4BKUJUV070353@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Sat, 11 May 2019 20:30:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501304 - head/science/clipper X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/science/clipper X-SVN-Commit-Revision: 501304 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0B369707FB X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 20:30:20 -0000 Author: pkubaj Date: Sat May 11 20:30:19 2019 New Revision: 501304 URL: https://svnweb.freebsd.org/changeset/ports/501304 Log: science/clipper: add USES=compiler:c++11-lang This is needed to build science/coot. Approved by: mentors (implicit approval) Modified: head/science/clipper/Makefile Modified: head/science/clipper/Makefile ============================================================================== --- head/science/clipper/Makefile Sat May 11 20:29:56 2019 (r501303) +++ head/science/clipper/Makefile Sat May 11 20:30:19 2019 (r501304) @@ -16,7 +16,7 @@ LIB_DEPENDS= libccp4c.so:science/libccp4 \ libmmdb2.so:science/mmdb2 \ libsfftw.so:math/fftw-float -USES= fortran gmake libtool localbase:ldflags +USES= compiler:c++11-lang fortran gmake libtool localbase:ldflags GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --disable-static \ --enable-phs --enable-cns --enable-mmdb --enable-minimol --enable-cif --enable-ccp4 --enable-fortran From owner-svn-ports-all@freebsd.org Sat May 11 20:40:34 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D03B315A7393; Sat, 11 May 2019 20:40:34 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7449270D96; Sat, 11 May 2019 20:40:34 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2100B20A35; Sat, 11 May 2019 20:40:34 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BKeYfR075644; Sat, 11 May 2019 20:40:34 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BKeYYe075643; Sat, 11 May 2019 20:40:34 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905112040.x4BKeYYe075643@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 11 May 2019 20:40:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501305 - head/science/coot X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/science/coot X-SVN-Commit-Revision: 501305 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7449270D96 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 20:40:35 -0000 Author: yuri Date: Sat May 11 20:40:33 2019 New Revision: 501305 URL: https://svnweb.freebsd.org/changeset/ports/501305 Log: science/coot: Fix build with GCC-based architectures PR: 237842 Submitted by: pkubaj Modified: head/science/coot/Makefile Modified: head/science/coot/Makefile ============================================================================== --- head/science/coot/Makefile Sat May 11 20:30:19 2019 (r501304) +++ head/science/coot/Makefile Sat May 11 20:40:33 2019 (r501305) @@ -30,7 +30,7 @@ LIB_DEPENDS= libccp4c.so:science/libccp4 \ libssm.so:science/libssm RUN_DEPENDS= bash:shells/bash -USES= desktop-file-utils fortran gettext-runtime gl gmake gnome libtool localbase:ldflags pkgconfig python:2.7 shebangfix sqlite +USES= compiler:c++11-lang desktop-file-utils fortran gettext-runtime gl gmake gnome libtool localbase:ldflags pkgconfig python:2.7 shebangfix sqlite SHEBANG_FILES= src/coot.in GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --disable-static --with-goocanvas-prefix=${LOCALBASE} @@ -42,7 +42,7 @@ USE_LDCONFIG= yes INSTALLS_ICONS= yes MAKE_ENV= PYTHON=${PYTHON_CMD} -CXXFLAGS+= -I${PYTHON_INCLUDEDIR} +CXXFLAGS+= -I${PYTHON_INCLUDEDIR} -DANALYSE_REFINEMENT_TIMING post-install: @${MKDIR} ${STAGEDIR}${DATADIR}/lib/data From owner-svn-ports-all@freebsd.org Sat May 11 20:57:54 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6A2415A773F; Sat, 11 May 2019 20:57:54 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5C667713E3; Sat, 11 May 2019 20:57:54 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mail.j.mat.cc (owncloud.cube.mat.cc [IPv6:2a01:678:4:1::228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.mat.cc", Issuer "Let's Encrypt Authority X3" (verified OK)) (Authenticated sender: mat/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 1315599C0; Sat, 11 May 2019 20:57:54 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from atuin.in.mat.cc (unknown [IPv6:2a01:678:42:ffff:3e15:c2ff:fec4:452e]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: mat@mat.cc) by mail.j.mat.cc (Postfix) with ESMTPSA id BF30D942D9C; Sat, 11 May 2019 20:57:50 +0000 (UTC) Date: Sat, 11 May 2019 22:58:11 +0200 From: Mathieu Arnold To: Yuri Victorovich Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r501303 - in head/science: . nest nest/files Message-ID: <20190511205811.77xxp27spxo7ktft@atuin.in.mat.cc> References: <201905112029.x4BKTvnp070197@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="vfduvt727yst7yla" Content-Disposition: inline In-Reply-To: <201905112029.x4BKTvnp070197@repo.freebsd.org> User-Agent: NeoMutt/20180716 X-Rspamd-Queue-Id: 5C667713E3 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.94 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.94)[-0.939,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 20:57:54 -0000 --vfduvt727yst7yla Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, May 11, 2019 at 08:29:57PM +0000, Yuri Victorovich wrote: > +PYTHON_BUILD_DEPENDS=3D ${PYTHON_PKGNAMEPREFIX}cython>0:lang/cython@${PY= _FLAVOR} This is PYTHON_USE=3D python=3Dcython --=20 Mathieu Arnold --vfduvt727yst7yla Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAABCgB9FiEEOraXidLtEhBkQLpbOkUW81GDzkgFAlzXN2NfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNB QjY5Nzg5RDJFRDEyMTA2NDQwQkE1QjNBNDUxNkYzNTE4M0NFNDgACgkQOkUW81GD zkg3DA/+JXJQIG/xgK1KGELyL57GKLz+ZMyvTV4HvAwZYt9xWjBGYnW3s2sb7Ed6 DkYQEBHNgSYGkDVcprx7l1W+MZLY2bkZguE5f7tDq/ZJbMC53cvlOj6PlOxoLeq7 rUMQBp5jWy/pjuVbFI/ShNVbBlSp3PcIBvaM/VJXWAyF69MifM0h6JgRJUUlXqO0 Ud7PslXIBhRVVsuj+28sGHtWET/Bn6xEkY71gaZPcmfNAkH9Ox5wFsXMssJn0aQv g8DDlvQ8ip48UdCkLhBwwBMwDDOvFX6RAZ5+Lr+YGUxNsB8TpCmjgtxGwnU13+KL h5iCyw4cWfdxppe1WT0VXnV7bB2Ixr8F8nBd2gV6SzndJD7T5BOL7mJzJ2xCFaj1 Dcdnsuen9TEQjs2LFE5FJhrBI3wfxvCxxxhvCLoi8PImzvW7FVmEas8dIAhQQ6Iq BEG6wKohlc5VtLsmMEl8S1Jyk+PgzwQcZV745yMSOlWUeMfngYLyOm5z2402ABZb Z2d3qlOgtGfRX6Fq7IlPsCxFSpQ0I/QNNAznvAX7PzAAbFqzFrx8BnDEqacDn5ra WjgZIUBPHu6tJSHzuJAc0nZd8V/QU7OxJtmd22MGGMik6OkVU1MrfGaiiAvcRidL Ha2rY47L1V5a50Pg5wvoRmC/nmCnU2lPTn/7T6ro4bGvKhpvluc= =tIw5 -----END PGP SIGNATURE----- --vfduvt727yst7yla-- From owner-svn-ports-all@freebsd.org Sat May 11 21:01:55 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D58B015A78CE; Sat, 11 May 2019 21:01:55 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7851C716F5; Sat, 11 May 2019 21:01:55 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 52C3F20DD8; Sat, 11 May 2019 21:01:55 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BL1tOF089158; Sat, 11 May 2019 21:01:55 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BL1tV7089157; Sat, 11 May 2019 21:01:55 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905112101.x4BL1tV7089157@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 11 May 2019 21:01:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501306 - head/science/nest X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/science/nest X-SVN-Commit-Revision: 501306 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7851C716F5 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 21:01:56 -0000 Author: yuri Date: Sat May 11 21:01:54 2019 New Revision: 501306 URL: https://svnweb.freebsd.org/changeset/ports/501306 Log: science/nest: PYTHON_USE=python=cython instead of PYTHON_BUILD_DEPENDS Reported by: mat Modified: head/science/nest/Makefile Modified: head/science/nest/Makefile ============================================================================== --- head/science/nest/Makefile Sat May 11 20:40:33 2019 (r501305) +++ head/science/nest/Makefile Sat May 11 21:01:54 2019 (r501306) @@ -28,7 +28,7 @@ OPTIONS_SUB= yes PYTHON_CMAKE_BOOL= BUILD_PYTHON PYTHON_USES= python PYTHON_CMAKE_ON= -DCYTHON_EXECUTABLE:STRING=${PREFIX}/bin/cython-${PYTHON_VER} -PYTHON_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cython>0:lang/cython@${PY_FLAVOR} +PYTHON_USE= python=cython PORTDOCS= * From owner-svn-ports-all@freebsd.org Sat May 11 21:10:32 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE94515A793A; Sat, 11 May 2019 21:10:32 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 66C6C71877; Sat, 11 May 2019 21:10:32 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 418D720F2C; Sat, 11 May 2019 21:10:32 +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 x4BLAWXG091519; Sat, 11 May 2019 21:10:32 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BLAW3N091518; Sat, 11 May 2019 21:10:32 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201905112110.x4BLAW3N091518@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Sat, 11 May 2019 21:10:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501307 - head/science/py-netCDF4 X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: head/science/py-netCDF4 X-SVN-Commit-Revision: 501307 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 66C6C71877 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 21:10:33 -0000 Author: mat Date: Sat May 11 21:10:31 2019 New Revision: 501307 URL: https://svnweb.freebsd.org/changeset/ports/501307 Log: Cleanup cython dependency. Modified: head/science/py-netCDF4/Makefile (contents, props changed) Modified: head/science/py-netCDF4/Makefile ============================================================================== --- head/science/py-netCDF4/Makefile Sat May 11 21:01:54 2019 (r501306) +++ head/science/py-netCDF4/Makefile Sat May 11 21:10:31 2019 (r501307) @@ -14,16 +14,15 @@ COMMENT= Python Interface to the NetCDF Library (versi LICENSE= MIT -BUILD_DEPENDS= ${PYNUMPY} \ - ${LOCALBASE}/bin/cython:lang/cython +BUILD_DEPENDS= ${PYNUMPY} LIB_DEPENDS= libhdf5.so:science/hdf5 \ libnetcdf.so:science/netcdf -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PYNUMPY} OPTIONS_DEFINE= DOCS EXAMPLES USES= python -USE_PYTHON= autoplist concurrent distutils cython +USE_PYTHON= autoplist concurrent distutils cython cython_run DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} From owner-svn-ports-all@freebsd.org Sat May 11 21:29:38 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9AB515A7DEE; Sat, 11 May 2019 21:29:37 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id BBF487204F; Sat, 11 May 2019 21:29:31 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from yv.noip.me (c-67-180-169-236.hsd1.ca.comcast.net [67.180.169.236]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id x4BLT9UQ027865 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Sat, 11 May 2019 14:29:29 -0700 (PDT) (envelope-from yuri@rawbw.com) X-Authentication-Warning: shell1.rawbw.com: Host c-67-180-169-236.hsd1.ca.comcast.net [67.180.169.236] claimed to be yv.noip.me Subject: Re: svn commit: r501300 - in head: math math/curv misc misc/openvdb To: Antoine Brodin Cc: ports-committers , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201905112022.x4BKM9n6069421@repo.freebsd.org> From: Yuri Message-ID: Date: Sat, 11 May 2019 14:29:08 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: Content-Language: en-US X-Rspamd-Queue-Id: BBF487204F X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of yuri@rawbw.com designates 198.144.192.42 as permitted sender) smtp.mailfrom=yuri@rawbw.com X-Spamd-Result: default: False [-5.66 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[236.169.180.67.zen.spamhaus.org : 127.0.0.10]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; R_SPF_ALLOW(-0.20)[+ip4:198.144.192.32/27]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; HAS_XAW(0.00)[]; DMARC_NA(0.00)[rawbw.com]; TO_DN_SOME(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; IP_SCORE(-2.77)[ip: (-5.46), ipnet: 198.144.192.0/19(-4.63), asn: 7961(-3.70), country: US(-0.06)]; MX_GOOD(-0.01)[mx.rawbw.net]; NEURAL_HAM_SHORT(-0.68)[-0.683,0]; RCVD_IN_DNSWL_NONE(0.00)[42.192.144.198.list.dnswl.org : 127.0.10.0]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+,1:+]; ASN(0.00)[asn:7961, ipnet:198.144.192.0/19, country:US]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_COUNT_TWO(0.00)[2] Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 21:29:38 -0000 On 2019-05-11 14:12, Antoine Brodin wrote: >> Hi Antoin, >> >> >> They are tested, they passed the poudriere build. > Test harder. Antoine, I am sorry, but I do not consider this a polite or a professional response. This response is quite rude. Regards, Yuri From owner-svn-ports-all@freebsd.org Sat May 11 21:36:13 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 865AC15A7FD4; Sat, 11 May 2019 21:36:13 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3987472405; Sat, 11 May 2019 21:36:13 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 14F932140E; Sat, 11 May 2019 21:36:13 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BLaDQI006842; Sat, 11 May 2019 21:36:13 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BLaCB5006839; Sat, 11 May 2019 21:36:12 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201905112136.x4BLaCB5006839@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Sat, 11 May 2019 21:36:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501308 - head/www/joomla3 X-SVN-Group: ports-head X-SVN-Commit-Author: ler X-SVN-Commit-Paths: head/www/joomla3 X-SVN-Commit-Revision: 501308 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3987472405 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 21:36:14 -0000 Author: ler Date: Sat May 11 21:36:12 2019 New Revision: 501308 URL: https://svnweb.freebsd.org/changeset/ports/501308 Log: www/joomla3: upgrade from 3.9.2->3.9.6 Release notices: https://www.joomla.org/announcements/release-news/ Modified: head/www/joomla3/Makefile head/www/joomla3/distinfo head/www/joomla3/pkg-plist Modified: head/www/joomla3/Makefile ============================================================================== --- head/www/joomla3/Makefile Sat May 11 21:10:31 2019 (r501307) +++ head/www/joomla3/Makefile Sat May 11 21:36:12 2019 (r501308) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= joomla -DISTVERSION= 3-9-2 +DISTVERSION= 3-9-6 CATEGORIES= www MASTER_SITES= https://downloads.joomla.org/cms/joomla3/${DISTVERSION}/ PKGNAMESUFFIX= 3 Modified: head/www/joomla3/distinfo ============================================================================== --- head/www/joomla3/distinfo Sat May 11 21:10:31 2019 (r501307) +++ head/www/joomla3/distinfo Sat May 11 21:36:12 2019 (r501308) @@ -1,3 +1,3 @@ -TIMESTAMP = 1547945065 -SHA256 (Joomla_3-9-2-Stable-Full_Package.tar.bz2?format=bz2.tar.bz2) = dcee2ba2f7a830a7a7d2becb78e25309cf87ea344dd9d1c958ca9a3ba7d86c61 -SIZE (Joomla_3-9-2-Stable-Full_Package.tar.bz2?format=bz2.tar.bz2) = 7827866 +TIMESTAMP = 1557608394 +SHA256 (Joomla_3-9-6-Stable-Full_Package.tar.bz2?format=bz2.tar.bz2) = b9c3b455acf71ab4cf14b77ec29a8afb9493123d2c3c6019e203adb9bbdc0f26 +SIZE (Joomla_3-9-6-Stable-Full_Package.tar.bz2?format=bz2.tar.bz2) = 7946091 Modified: head/www/joomla3/pkg-plist ============================================================================== --- head/www/joomla3/pkg-plist Sat May 11 21:10:31 2019 (r501307) +++ head/www/joomla3/pkg-plist Sat May 11 21:36:12 2019 (r501308) @@ -2,7 +2,26 @@ @group %%WWWGRP%% %%WWWDIR%%/README.txt %%WWWDIR%%/administrator/cache/index.html +%%WWWDIR%%/administrator/components/com_actionlogs/actionlogs.php +%%WWWDIR%%/administrator/components/com_actionlogs/actionlogs.xml +%%WWWDIR%%/administrator/components/com_actionlogs/config.xml +%%WWWDIR%%/administrator/components/com_actionlogs/controller.php +%%WWWDIR%%/administrator/components/com_actionlogs/controllers/actionlogs.php +%%WWWDIR%%/administrator/components/com_actionlogs/helpers/actionlogs.php +%%WWWDIR%%/administrator/components/com_actionlogs/helpers/actionlogsphp55.php +%%WWWDIR%%/administrator/components/com_actionlogs/layouts/logstable.php +%%WWWDIR%%/administrator/components/com_actionlogs/libraries/actionlogplugin.php +%%WWWDIR%%/administrator/components/com_actionlogs/models/actionlog.php +%%WWWDIR%%/administrator/components/com_actionlogs/models/actionlogs.php +%%WWWDIR%%/administrator/components/com_actionlogs/models/fields/extension.php +%%WWWDIR%%/administrator/components/com_actionlogs/models/fields/logcreator.php +%%WWWDIR%%/administrator/components/com_actionlogs/models/fields/logsdaterange.php +%%WWWDIR%%/administrator/components/com_actionlogs/models/fields/logtype.php %%WWWDIR%%/administrator/components/com_actionlogs/models/fields/plugininfo.php +%%WWWDIR%%/administrator/components/com_actionlogs/models/forms/filter_actionlogs.xml +%%WWWDIR%%/administrator/components/com_actionlogs/views/actionlogs/tmpl/default.php +%%WWWDIR%%/administrator/components/com_actionlogs/views/actionlogs/tmpl/default.xml +%%WWWDIR%%/administrator/components/com_actionlogs/views/actionlogs/view.html.php %%WWWDIR%%/administrator/components/com_admin/admin.php %%WWWDIR%%/administrator/components/com_admin/admin.xml %%WWWDIR%%/administrator/components/com_admin/controller.php @@ -14,6 +33,7 @@ %%WWWDIR%%/administrator/components/com_admin/models/help.php %%WWWDIR%%/administrator/components/com_admin/models/profile.php %%WWWDIR%%/administrator/components/com_admin/models/sysinfo.php +%%WWWDIR%%/administrator/components/com_admin/postinstall/addnosniff.php %%WWWDIR%%/administrator/components/com_admin/postinstall/eaccelerator.php %%WWWDIR%%/administrator/components/com_admin/postinstall/htaccess.php %%WWWDIR%%/administrator/components/com_admin/postinstall/joomla40checks.php @@ -124,6 +144,30 @@ %%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.8.6-2018-02-14.sql %%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.8.8-2018-05-18.sql %%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.8.9-2018-06-19.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-05-02.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-05-03.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-05-05.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-05-19.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-05-20.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-05-24.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-05-27.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-06-02.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-06-12.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-06-13.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-06-14.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-06-17.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-07-09.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-07-10.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-07-11.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-08-12.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-08-28.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-08-29.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-09-04.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-10-15.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-10-20.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-10-21.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.3-2019-01-12.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.3-2019-02-07.sql %%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.0.0.sql %%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.0.1.sql %%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.0.2.sql @@ -201,6 +245,30 @@ %%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.8.6-2018-02-14.sql %%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.8.8-2018-05-18.sql %%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.8.9-2018-06-19.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-05-02.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-05-03.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-05-05.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-05-19.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-05-20.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-05-24.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-05-27.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-06-02.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-06-12.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-06-13.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-06-14.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-06-17.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-07-09.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-07-10.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-07-11.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-08-12.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-08-28.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-08-29.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-09-04.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-10-15.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-10-20.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-10-21.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.3-2019-01-12.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.3-2019-02-07.sql %%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/2.5.2-2012-03-05.sql %%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/2.5.3-2012-03-13.sql %%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/2.5.4-2012-03-18.sql @@ -284,6 +352,31 @@ %%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.8.6-2018-02-14.sql %%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.8.8-2018-05-18.sql %%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.8.9-2018-06-19.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-05-02.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-05-03.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-05-05.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-05-19.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-05-20.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-05-24.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-05-27.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-06-02.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-06-12.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-06-13.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-06-14.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-06-17.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-07-09.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-07-10.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-07-11.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-08-12.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-08-28.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-08-29.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-09-04.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-10-15.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-10-20.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-10-21.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.3-2019-01-12.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.3-2019-02-07.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.4-2019-03-06.sql %%WWWDIR%%/administrator/components/com_admin/views/help/tmpl/default.php %%WWWDIR%%/administrator/components/com_admin/views/help/tmpl/default.xml %%WWWDIR%%/administrator/components/com_admin/views/help/tmpl/langforum.php @@ -389,6 +482,7 @@ %%WWWDIR%%/administrator/components/com_categories/categories.php %%WWWDIR%%/administrator/components/com_categories/categories.xml %%WWWDIR%%/administrator/components/com_categories/controller.php +%%WWWDIR%%/administrator/components/com_categories/controllers/ajax.json.php %%WWWDIR%%/administrator/components/com_categories/controllers/categories.php %%WWWDIR%%/administrator/components/com_categories/controllers/category.php %%WWWDIR%%/administrator/components/com_categories/helpers/association.php @@ -481,6 +575,7 @@ %%WWWDIR%%/administrator/components/com_contact/contact.php %%WWWDIR%%/administrator/components/com_contact/contact.xml %%WWWDIR%%/administrator/components/com_contact/controller.php +%%WWWDIR%%/administrator/components/com_contact/controllers/ajax.json.php %%WWWDIR%%/administrator/components/com_contact/controllers/contact.php %%WWWDIR%%/administrator/components/com_contact/controllers/contacts.php %%WWWDIR%%/administrator/components/com_contact/helpers/associations.php @@ -515,6 +610,7 @@ %%WWWDIR%%/administrator/components/com_content/content.php %%WWWDIR%%/administrator/components/com_content/content.xml %%WWWDIR%%/administrator/components/com_content/controller.php +%%WWWDIR%%/administrator/components/com_content/controllers/ajax.json.php %%WWWDIR%%/administrator/components/com_content/controllers/article.php %%WWWDIR%%/administrator/components/com_content/controllers/articles.php %%WWWDIR%%/administrator/components/com_content/controllers/featured.php @@ -585,6 +681,7 @@ %%WWWDIR%%/administrator/components/com_fields/models/fields.php %%WWWDIR%%/administrator/components/com_fields/models/fields/fieldcontexts.php %%WWWDIR%%/administrator/components/com_fields/models/fields/fieldgroups.php +%%WWWDIR%%/administrator/components/com_fields/models/fields/fieldlayout.php %%WWWDIR%%/administrator/components/com_fields/models/fields/section.php %%WWWDIR%%/administrator/components/com_fields/models/fields/type.php %%WWWDIR%%/administrator/components/com_fields/models/forms/field.xml @@ -773,8 +870,11 @@ %%WWWDIR%%/administrator/components/com_languages/helpers/multilangstatus.php %%WWWDIR%%/administrator/components/com_languages/languages.php %%WWWDIR%%/administrator/components/com_languages/languages.xml +%%WWWDIR%%/administrator/components/com_languages/layouts/joomla/searchtools/default/bar.php +%%WWWDIR%%/administrator/components/com_languages/models/fields/languageclient.php %%WWWDIR%%/administrator/components/com_languages/models/forms/filter_installed.xml %%WWWDIR%%/administrator/components/com_languages/models/forms/filter_languages.xml +%%WWWDIR%%/administrator/components/com_languages/models/forms/filter_overrides.xml %%WWWDIR%%/administrator/components/com_languages/models/forms/language.xml %%WWWDIR%%/administrator/components/com_languages/models/forms/override.xml %%WWWDIR%%/administrator/components/com_languages/models/installed.php @@ -850,6 +950,7 @@ %%WWWDIR%%/administrator/components/com_menus/access.xml %%WWWDIR%%/administrator/components/com_menus/config.xml %%WWWDIR%%/administrator/components/com_menus/controller.php +%%WWWDIR%%/administrator/components/com_menus/controllers/ajax.json.php %%WWWDIR%%/administrator/components/com_menus/controllers/item.php %%WWWDIR%%/administrator/components/com_menus/controllers/items.php %%WWWDIR%%/administrator/components/com_menus/controllers/menu.php @@ -991,6 +1092,7 @@ %%WWWDIR%%/administrator/components/com_newsfeeds/access.xml %%WWWDIR%%/administrator/components/com_newsfeeds/config.xml %%WWWDIR%%/administrator/components/com_newsfeeds/controller.php +%%WWWDIR%%/administrator/components/com_newsfeeds/controllers/ajax.json.php %%WWWDIR%%/administrator/components/com_newsfeeds/controllers/newsfeed.php %%WWWDIR%%/administrator/components/com_newsfeeds/controllers/newsfeeds.php %%WWWDIR%%/administrator/components/com_newsfeeds/helpers/associations.php @@ -1029,6 +1131,7 @@ %%WWWDIR%%/administrator/components/com_plugins/controllers/plugin.php %%WWWDIR%%/administrator/components/com_plugins/controllers/plugins.php %%WWWDIR%%/administrator/components/com_plugins/helpers/plugins.php +%%WWWDIR%%/administrator/components/com_plugins/models/fields/pluginelement.php %%WWWDIR%%/administrator/components/com_plugins/models/fields/pluginordering.php %%WWWDIR%%/administrator/components/com_plugins/models/fields/plugintype.php %%WWWDIR%%/administrator/components/com_plugins/models/forms/filter_plugins.xml @@ -1055,6 +1158,50 @@ %%WWWDIR%%/administrator/components/com_postinstall/views/messages/tmpl/default.php %%WWWDIR%%/administrator/components/com_postinstall/views/messages/tmpl/default.xml %%WWWDIR%%/administrator/components/com_postinstall/views/messages/view.html.php +%%WWWDIR%%/administrator/components/com_privacy/config.xml +%%WWWDIR%%/administrator/components/com_privacy/controller.php +%%WWWDIR%%/administrator/components/com_privacy/controllers/consents.php +%%WWWDIR%%/administrator/components/com_privacy/controllers/request.php +%%WWWDIR%%/administrator/components/com_privacy/controllers/request.xml.php +%%WWWDIR%%/administrator/components/com_privacy/controllers/requests.php +%%WWWDIR%%/administrator/components/com_privacy/helpers/export/domain.php +%%WWWDIR%%/administrator/components/com_privacy/helpers/export/field.php +%%WWWDIR%%/administrator/components/com_privacy/helpers/export/item.php +%%WWWDIR%%/administrator/components/com_privacy/helpers/html/helper.php +%%WWWDIR%%/administrator/components/com_privacy/helpers/plugin.php +%%WWWDIR%%/administrator/components/com_privacy/helpers/privacy.php +%%WWWDIR%%/administrator/components/com_privacy/helpers/removal/status.php +%%WWWDIR%%/administrator/components/com_privacy/models/capabilities.php +%%WWWDIR%%/administrator/components/com_privacy/models/consents.php +%%WWWDIR%%/administrator/components/com_privacy/models/dashboard.php +%%WWWDIR%%/administrator/components/com_privacy/models/export.php +%%WWWDIR%%/administrator/components/com_privacy/models/fields/requeststatus.php +%%WWWDIR%%/administrator/components/com_privacy/models/fields/requesttype.php +%%WWWDIR%%/administrator/components/com_privacy/models/forms/filter_consents.xml +%%WWWDIR%%/administrator/components/com_privacy/models/forms/filter_requests.xml +%%WWWDIR%%/administrator/components/com_privacy/models/forms/request.xml +%%WWWDIR%%/administrator/components/com_privacy/models/remove.php +%%WWWDIR%%/administrator/components/com_privacy/models/request.php +%%WWWDIR%%/administrator/components/com_privacy/models/requests.php +%%WWWDIR%%/administrator/components/com_privacy/privacy.php +%%WWWDIR%%/administrator/components/com_privacy/privacy.xml +%%WWWDIR%%/administrator/components/com_privacy/tables/consent.php +%%WWWDIR%%/administrator/components/com_privacy/tables/request.php +%%WWWDIR%%/administrator/components/com_privacy/views/capabilities/tmpl/default.php +%%WWWDIR%%/administrator/components/com_privacy/views/capabilities/view.html.php +%%WWWDIR%%/administrator/components/com_privacy/views/consents/tmpl/default.php +%%WWWDIR%%/administrator/components/com_privacy/views/consents/tmpl/default.xml +%%WWWDIR%%/administrator/components/com_privacy/views/consents/view.html.php +%%WWWDIR%%/administrator/components/com_privacy/views/dashboard/tmpl/default.php +%%WWWDIR%%/administrator/components/com_privacy/views/dashboard/tmpl/default.xml +%%WWWDIR%%/administrator/components/com_privacy/views/dashboard/view.html.php +%%WWWDIR%%/administrator/components/com_privacy/views/export/view.xml.php +%%WWWDIR%%/administrator/components/com_privacy/views/request/tmpl/default.php +%%WWWDIR%%/administrator/components/com_privacy/views/request/tmpl/edit.php +%%WWWDIR%%/administrator/components/com_privacy/views/request/view.html.php +%%WWWDIR%%/administrator/components/com_privacy/views/requests/tmpl/default.php +%%WWWDIR%%/administrator/components/com_privacy/views/requests/tmpl/default.xml +%%WWWDIR%%/administrator/components/com_privacy/views/requests/view.html.php %%WWWDIR%%/administrator/components/com_redirect/access.xml %%WWWDIR%%/administrator/components/com_redirect/config.xml %%WWWDIR%%/administrator/components/com_redirect/controller.php @@ -1187,6 +1334,7 @@ %%WWWDIR%%/administrator/components/com_users/models/debuguser.php %%WWWDIR%%/administrator/components/com_users/models/fields/groupparent.php %%WWWDIR%%/administrator/components/com_users/models/fields/levels.php +%%WWWDIR%%/administrator/components/com_users/models/forms/config_domain.xml %%WWWDIR%%/administrator/components/com_users/models/forms/fields/user.xml %%WWWDIR%%/administrator/components/com_users/models/forms/filter_debuggroup.xml %%WWWDIR%%/administrator/components/com_users/models/forms/filter_debuguser.xml @@ -1254,6 +1402,8 @@ %%WWWDIR%%/administrator/includes/helper.php %%WWWDIR%%/administrator/includes/subtoolbar.php %%WWWDIR%%/administrator/index.php +%%WWWDIR%%/administrator/language/en-GB/en-GB.com_actionlogs.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.com_actionlogs.sys.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.com_admin.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.com_admin.sys.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.com_ajax.ini @@ -1305,6 +1455,8 @@ %%WWWDIR%%/administrator/language/en-GB/en-GB.com_plugins.sys.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.com_postinstall.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.com_postinstall.sys.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.com_privacy.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.com_privacy.sys.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.com_redirect.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.com_redirect.sys.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.com_search.ini @@ -1328,6 +1480,8 @@ %%WWWDIR%%/administrator/language/en-GB/en-GB.mod_feed.sys.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.mod_latest.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.mod_latest.sys.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.mod_latestactions.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.mod_latestactions.sys.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.mod_logged.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.mod_logged.sys.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.mod_login.ini @@ -1338,6 +1492,8 @@ %%WWWDIR%%/administrator/language/en-GB/en-GB.mod_multilangstatus.sys.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.mod_popular.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.mod_popular.sys.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.mod_privacy_dashboard.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.mod_privacy_dashboard.sys.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.mod_quickicon.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.mod_quickicon.sys.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.mod_sampledata.ini @@ -1354,6 +1510,8 @@ %%WWWDIR%%/administrator/language/en-GB/en-GB.mod_toolbar.sys.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.mod_version.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.mod_version.sys.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_actionlog_joomla.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_actionlog_joomla.sys.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.plg_authentication_cookie.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.plg_authentication_cookie.sys.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.plg_authentication_gmail.ini @@ -1364,6 +1522,10 @@ %%WWWDIR%%/administrator/language/en-GB/en-GB.plg_authentication_ldap.sys.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.plg_captcha_recaptcha.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.plg_captcha_recaptcha.sys.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_captcha_recaptcha_invisible.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_captcha_recaptcha_invisible.sys.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_content_confirmconsent.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_content_confirmconsent.sys.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.plg_content_contact.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.plg_content_contact.sys.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.plg_content_emailcloak.ini @@ -1426,6 +1588,8 @@ %%WWWDIR%%/administrator/language/en-GB/en-GB.plg_fields_media.sys.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.plg_fields_radio.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.plg_fields_radio.sys.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_fields_repeatable.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_fields_repeatable.sys.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.plg_fields_sql.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.plg_fields_sql.sys.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.plg_fields_text.ini @@ -1458,12 +1622,26 @@ %%WWWDIR%%/administrator/language/en-GB/en-GB.plg_installer_urlinstaller.sys.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.plg_installer_webinstaller.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.plg_installer_webinstaller.sys.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_privacy_actionlogs.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_privacy_actionlogs.sys.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_privacy_consents.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_privacy_consents.sys.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_privacy_contact.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_privacy_contact.sys.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_privacy_content.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_privacy_content.sys.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_privacy_message.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_privacy_message.sys.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_privacy_user.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_privacy_user.sys.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.plg_quickicon_extensionupdate.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.plg_quickicon_extensionupdate.sys.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.plg_quickicon_joomlaupdate.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.plg_quickicon_joomlaupdate.sys.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.plg_quickicon_phpversioncheck.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.plg_quickicon_phpversioncheck.sys.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_quickicon_privacycheck.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_quickicon_privacycheck.sys.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.plg_sampledata_blog.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.plg_sampledata_blog.sys.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.plg_search_categories.ini @@ -1478,6 +1656,8 @@ %%WWWDIR%%/administrator/language/en-GB/en-GB.plg_search_tags.sys.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.plg_search_weblinks.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.plg_search_weblinks.sys.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_system_actionlogs.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_system_actionlogs.sys.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.plg_system_cache.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.plg_system_cache.sys.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.plg_system_debug.ini @@ -1494,8 +1674,12 @@ %%WWWDIR%%/administrator/language/en-GB/en-GB.plg_system_log.sys.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.plg_system_logout.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.plg_system_logout.sys.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_system_logrotation.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_system_logrotation.sys.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.plg_system_p3p.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.plg_system_p3p.sys.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_system_privacyconsent.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_system_privacyconsent.sys.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.plg_system_redirect.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.plg_system_redirect.sys.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.plg_system_remember.ini @@ -1518,6 +1702,8 @@ %%WWWDIR%%/administrator/language/en-GB/en-GB.plg_user_joomla.sys.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.plg_user_profile.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.plg_user_profile.sys.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_user_terms.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_user_terms.sys.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.tpl_hathor.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.tpl_hathor.sys.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.tpl_isis.ini @@ -1545,6 +1731,10 @@ %%WWWDIR%%/administrator/modules/mod_latest/mod_latest.php %%WWWDIR%%/administrator/modules/mod_latest/mod_latest.xml %%WWWDIR%%/administrator/modules/mod_latest/tmpl/default.php +%%WWWDIR%%/administrator/modules/mod_latestactions/helper.php +%%WWWDIR%%/administrator/modules/mod_latestactions/mod_latestactions.php +%%WWWDIR%%/administrator/modules/mod_latestactions/mod_latestactions.xml +%%WWWDIR%%/administrator/modules/mod_latestactions/tmpl/default.php %%WWWDIR%%/administrator/modules/mod_logged/helper.php %%WWWDIR%%/administrator/modules/mod_logged/mod_logged.php %%WWWDIR%%/administrator/modules/mod_logged/mod_logged.xml @@ -1568,6 +1758,10 @@ %%WWWDIR%%/administrator/modules/mod_popular/mod_popular.php %%WWWDIR%%/administrator/modules/mod_popular/mod_popular.xml %%WWWDIR%%/administrator/modules/mod_popular/tmpl/default.php +%%WWWDIR%%/administrator/modules/mod_privacy_dashboard/helper.php +%%WWWDIR%%/administrator/modules/mod_privacy_dashboard/mod_privacy_dashboard.php +%%WWWDIR%%/administrator/modules/mod_privacy_dashboard/mod_privacy_dashboard.xml +%%WWWDIR%%/administrator/modules/mod_privacy_dashboard/tmpl/default.php %%WWWDIR%%/administrator/modules/mod_quickicon/helper.php %%WWWDIR%%/administrator/modules/mod_quickicon/mod_quickicon.php %%WWWDIR%%/administrator/modules/mod_quickicon/mod_quickicon.xml @@ -2183,6 +2377,7 @@ %%WWWDIR%%/administrator/templates/isis/less/icomoon.less %%WWWDIR%%/administrator/templates/isis/less/pages/_com_cpanel.less %%WWWDIR%%/administrator/templates/isis/less/pages/_com_postinstall.less +%%WWWDIR%%/administrator/templates/isis/less/pages/_com_privacy.less %%WWWDIR%%/administrator/templates/isis/less/pages/_com_templates.less %%WWWDIR%%/administrator/templates/isis/less/template-rtl.less %%WWWDIR%%/administrator/templates/isis/less/template.less @@ -2412,6 +2607,25 @@ %%WWWDIR%%/components/com_newsfeeds/views/newsfeed/tmpl/default.php %%WWWDIR%%/components/com_newsfeeds/views/newsfeed/tmpl/default.xml %%WWWDIR%%/components/com_newsfeeds/views/newsfeed/view.html.php +%%WWWDIR%%/components/com_privacy/controller.php +%%WWWDIR%%/components/com_privacy/controllers/request.php +%%WWWDIR%%/components/com_privacy/models/confirm.php +%%WWWDIR%%/components/com_privacy/models/forms/confirm.xml +%%WWWDIR%%/components/com_privacy/models/forms/remind.xml +%%WWWDIR%%/components/com_privacy/models/forms/request.xml +%%WWWDIR%%/components/com_privacy/models/remind.php +%%WWWDIR%%/components/com_privacy/models/request.php +%%WWWDIR%%/components/com_privacy/privacy.php +%%WWWDIR%%/components/com_privacy/router.php +%%WWWDIR%%/components/com_privacy/views/confirm/tmpl/default.php +%%WWWDIR%%/components/com_privacy/views/confirm/tmpl/default.xml +%%WWWDIR%%/components/com_privacy/views/confirm/view.html.php +%%WWWDIR%%/components/com_privacy/views/remind/tmpl/default.php +%%WWWDIR%%/components/com_privacy/views/remind/tmpl/default.xml +%%WWWDIR%%/components/com_privacy/views/remind/view.html.php +%%WWWDIR%%/components/com_privacy/views/request/tmpl/default.php +%%WWWDIR%%/components/com_privacy/views/request/tmpl/default.xml +%%WWWDIR%%/components/com_privacy/views/request/view.html.php %%WWWDIR%%/components/com_search/controller.php %%WWWDIR%%/components/com_search/models/search.php %%WWWDIR%%/components/com_search/router.php @@ -2454,6 +2668,7 @@ %%WWWDIR%%/components/com_users/helpers/html/users.php %%WWWDIR%%/components/com_users/helpers/legacyrouter.php %%WWWDIR%%/components/com_users/helpers/route.php +%%WWWDIR%%/components/com_users/layouts/joomla/form/renderfield.php %%WWWDIR%%/components/com_users/models/forms/frontend.xml %%WWWDIR%%/components/com_users/models/forms/frontend_admin.xml %%WWWDIR%%/components/com_users/models/forms/login.xml @@ -2581,6 +2796,7 @@ %%WWWDIR%%/installation/form/field/prefix.php %%WWWDIR%%/installation/form/field/sample.php %%WWWDIR%%/installation/form/rule/prefix.php +%%WWWDIR%%/installation/form/rule/username.php %%WWWDIR%%/installation/helper/database.php %%WWWDIR%%/installation/html/helper.php %%WWWDIR%%/installation/index.php @@ -2670,6 +2886,8 @@ %%WWWDIR%%/installation/language/ja-JP/ja-JP.xml %%WWWDIR%%/installation/language/ka-GE/ka-GE.ini %%WWWDIR%%/installation/language/ka-GE/ka-GE.xml +%%WWWDIR%%/installation/language/kk-KZ/kk-KZ.ini +%%WWWDIR%%/installation/language/kk-KZ/kk-KZ.xml %%WWWDIR%%/installation/language/km-KH/km-KH.ini %%WWWDIR%%/installation/language/km-KH/km-KH.xml %%WWWDIR%%/installation/language/ko-KR/ko-KR.ini @@ -2797,6 +3015,7 @@ %%WWWDIR%%/language/en-GB/en-GB.com_media.ini %%WWWDIR%%/language/en-GB/en-GB.com_messages.ini %%WWWDIR%%/language/en-GB/en-GB.com_newsfeeds.ini +%%WWWDIR%%/language/en-GB/en-GB.com_privacy.ini %%WWWDIR%%/language/en-GB/en-GB.com_search.ini %%WWWDIR%%/language/en-GB/en-GB.com_tags.ini %%WWWDIR%%/language/en-GB/en-GB.com_users.ini @@ -3012,7 +3231,11 @@ %%WWWDIR%%/layouts/libraries/cms/html/bootstrap/starttabsetscript.php %%WWWDIR%%/layouts/plugins/editors/tinymce/field/tinymcebuilder.php %%WWWDIR%%/layouts/plugins/editors/tinymce/field/tinymcebuilder/setoptions.php +%%WWWDIR%%/layouts/plugins/system/privacyconsent/label.php +%%WWWDIR%%/layouts/plugins/system/privacyconsent/message.php %%WWWDIR%%/layouts/plugins/user/profile/fields/dob.php +%%WWWDIR%%/layouts/plugins/user/terms/label.php +%%WWWDIR%%/layouts/plugins/user/terms/message.php %%WWWDIR%%/libraries/classmap.php %%WWWDIR%%/libraries/cms.php %%WWWDIR%%/libraries/cms/class/loader.php @@ -3286,6 +3509,7 @@ %%WWWDIR%%/libraries/joomla/database/driver/oracle.php %%WWWDIR%%/libraries/joomla/database/driver/pdo.php %%WWWDIR%%/libraries/joomla/database/driver/pdomysql.php +%%WWWDIR%%/libraries/joomla/database/driver/pgsql.php %%WWWDIR%%/libraries/joomla/database/driver/postgresql.php %%WWWDIR%%/libraries/joomla/database/driver/sqlazure.php %%WWWDIR%%/libraries/joomla/database/driver/sqlite.php @@ -3297,12 +3521,14 @@ %%WWWDIR%%/libraries/joomla/database/exporter/mysql.php %%WWWDIR%%/libraries/joomla/database/exporter/mysqli.php %%WWWDIR%%/libraries/joomla/database/exporter/pdomysql.php +%%WWWDIR%%/libraries/joomla/database/exporter/pgsql.php %%WWWDIR%%/libraries/joomla/database/exporter/postgresql.php %%WWWDIR%%/libraries/joomla/database/factory.php %%WWWDIR%%/libraries/joomla/database/importer.php %%WWWDIR%%/libraries/joomla/database/importer/mysql.php %%WWWDIR%%/libraries/joomla/database/importer/mysqli.php %%WWWDIR%%/libraries/joomla/database/importer/pdomysql.php +%%WWWDIR%%/libraries/joomla/database/importer/pgsql.php %%WWWDIR%%/libraries/joomla/database/importer/postgresql.php %%WWWDIR%%/libraries/joomla/database/interface.php %%WWWDIR%%/libraries/joomla/database/iterator.php @@ -3311,6 +3537,7 @@ %%WWWDIR%%/libraries/joomla/database/iterator/oracle.php %%WWWDIR%%/libraries/joomla/database/iterator/pdo.php %%WWWDIR%%/libraries/joomla/database/iterator/pdomysql.php +%%WWWDIR%%/libraries/joomla/database/iterator/pgsql.php %%WWWDIR%%/libraries/joomla/database/iterator/postgresql.php %%WWWDIR%%/libraries/joomla/database/iterator/sqlazure.php %%WWWDIR%%/libraries/joomla/database/iterator/sqlite.php @@ -3323,6 +3550,7 @@ %%WWWDIR%%/libraries/joomla/database/query/oracle.php %%WWWDIR%%/libraries/joomla/database/query/pdo.php %%WWWDIR%%/libraries/joomla/database/query/pdomysql.php +%%WWWDIR%%/libraries/joomla/database/query/pgsql.php %%WWWDIR%%/libraries/joomla/database/query/postgresql.php %%WWWDIR%%/libraries/joomla/database/query/preparable.php %%WWWDIR%%/libraries/joomla/database/query/sqlazure.php @@ -3504,6 +3732,7 @@ %%WWWDIR%%/libraries/joomla/session/handler/native.php %%WWWDIR%%/libraries/joomla/session/storage.php %%WWWDIR%%/libraries/joomla/session/storage/apc.php +%%WWWDIR%%/libraries/joomla/session/storage/apcu.php %%WWWDIR%%/libraries/joomla/session/storage/database.php %%WWWDIR%%/libraries/joomla/session/storage/memcache.php %%WWWDIR%%/libraries/joomla/session/storage/memcached.php @@ -3622,6 +3851,7 @@ %%WWWDIR%%/libraries/src/Cache/Storage/WincacheStorage.php %%WWWDIR%%/libraries/src/Cache/Storage/XcacheStorage.php %%WWWDIR%%/libraries/src/Captcha/Captcha.php +%%WWWDIR%%/libraries/src/Captcha/Google/HttpBridgePostRequestMethod.php %%WWWDIR%%/libraries/src/Categories/Categories.php %%WWWDIR%%/libraries/src/Categories/CategoryNode.php %%WWWDIR%%/libraries/src/Client/ClientHelper.php @@ -3690,6 +3920,18 @@ %%WWWDIR%%/libraries/src/Feed/Parser/Rss/ItunesRssParser.php %%WWWDIR%%/libraries/src/Feed/Parser/Rss/MediaRssParser.php %%WWWDIR%%/libraries/src/Feed/Parser/RssParser.php +%%WWWDIR%%/libraries/src/Filesystem/File.php +%%WWWDIR%%/libraries/src/Filesystem/FilesystemHelper.php +%%WWWDIR%%/libraries/src/Filesystem/Folder.php +%%WWWDIR%%/libraries/src/Filesystem/Meta/language/en-GB/en-GB.lib_joomla_filesystem_patcher.ini +%%WWWDIR%%/libraries/src/Filesystem/Patcher.php +%%WWWDIR%%/libraries/src/Filesystem/Path.php +%%WWWDIR%%/libraries/src/Filesystem/Stream.php +%%WWWDIR%%/libraries/src/Filesystem/Streams/StreamString.php +%%WWWDIR%%/libraries/src/Filesystem/Support/Stringcontroller.php +%%WWWDIR%%/libraries/src/Filesystem/Wrapper/FileWrapper.php +%%WWWDIR%%/libraries/src/Filesystem/Wrapper/FolderWrapper.php +%%WWWDIR%%/libraries/src/Filesystem/Wrapper/PathWrapper.php %%WWWDIR%%/libraries/src/Filter/InputFilter.php %%WWWDIR%%/libraries/src/Filter/OutputFilter.php %%WWWDIR%%/libraries/src/Filter/Wrapper/OutputFilterWrapper.php @@ -3733,6 +3975,7 @@ %%WWWDIR%%/libraries/src/Form/Rule/ColorRule.php %%WWWDIR%%/libraries/src/Form/Rule/EmailRule.php %%WWWDIR%%/libraries/src/Form/Rule/EqualsRule.php +%%WWWDIR%%/libraries/src/Form/Rule/ExistsRule.php %%WWWDIR%%/libraries/src/Form/Rule/NotequalsRule.php %%WWWDIR%%/libraries/src/Form/Rule/NumberRule.php %%WWWDIR%%/libraries/src/Form/Rule/OptionsRule.php @@ -3898,6 +4141,7 @@ %%WWWDIR%%/libraries/src/Toolbar/Button/StandardButton.php %%WWWDIR%%/libraries/src/Toolbar/Toolbar.php %%WWWDIR%%/libraries/src/Toolbar/ToolbarButton.php +%%WWWDIR%%/libraries/src/Toolbar/ToolbarHelper.php %%WWWDIR%%/libraries/src/UCM/UCM.php %%WWWDIR%%/libraries/src/UCM/UCMBase.php %%WWWDIR%%/libraries/src/UCM/UCMContent.php @@ -3917,6 +4161,9 @@ %%WWWDIR%%/libraries/src/Version.php %%WWWDIR%%/libraries/vendor/.htaccess %%WWWDIR%%/libraries/vendor/autoload.php +%%WWWDIR%%/libraries/vendor/brumann/polyfill-unserialize/LICENSE +%%WWWDIR%%/libraries/vendor/brumann/polyfill-unserialize/composer.json +%%WWWDIR%%/libraries/vendor/brumann/polyfill-unserialize/src/Unserialize.php %%WWWDIR%%/libraries/vendor/composer/ClassLoader.php %%WWWDIR%%/libraries/vendor/composer/LICENSE %%WWWDIR%%/libraries/vendor/composer/autoload_classmap.php @@ -3926,6 +4173,17 @@ %%WWWDIR%%/libraries/vendor/composer/autoload_real.php %%WWWDIR%%/libraries/vendor/composer/autoload_static.php %%WWWDIR%%/libraries/vendor/composer/installed.json +%%WWWDIR%%/libraries/vendor/google/recaptcha/LICENSE +%%WWWDIR%%/libraries/vendor/google/recaptcha/src/ReCaptcha/ReCaptcha.php +%%WWWDIR%%/libraries/vendor/google/recaptcha/src/ReCaptcha/RequestMethod.php +%%WWWDIR%%/libraries/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/Curl.php +%%WWWDIR%%/libraries/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/CurlPost.php +%%WWWDIR%%/libraries/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/Post.php +%%WWWDIR%%/libraries/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/Socket.php +%%WWWDIR%%/libraries/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/SocketPost.php +%%WWWDIR%%/libraries/vendor/google/recaptcha/src/ReCaptcha/RequestParameters.php +%%WWWDIR%%/libraries/vendor/google/recaptcha/src/ReCaptcha/Response.php +%%WWWDIR%%/libraries/vendor/google/recaptcha/src/autoload.php %%WWWDIR%%/libraries/vendor/ircmaxell/password-compat/LICENSE.md %%WWWDIR%%/libraries/vendor/ircmaxell/password-compat/lib/password.php %%WWWDIR%%/libraries/vendor/joomla/application/LICENSE @@ -4027,6 +4285,7 @@ %%WWWDIR%%/libraries/vendor/joomla/session/Joomla/Session/Session.php %%WWWDIR%%/libraries/vendor/joomla/session/Joomla/Session/Storage.php %%WWWDIR%%/libraries/vendor/joomla/session/Joomla/Session/Storage/Apc.php +%%WWWDIR%%/libraries/vendor/joomla/session/Joomla/Session/Storage/Apcu.php %%WWWDIR%%/libraries/vendor/joomla/session/Joomla/Session/Storage/Database.php %%WWWDIR%%/libraries/vendor/joomla/session/Joomla/Session/Storage/Memcache.php %%WWWDIR%%/libraries/vendor/joomla/session/Joomla/Session/Storage/Memcached.php @@ -4071,6 +4330,7 @@ %%WWWDIR%%/libraries/vendor/joomla/uri/src/UriInterface.php %%WWWDIR%%/libraries/vendor/joomla/utilities/LICENSE %%WWWDIR%%/libraries/vendor/joomla/utilities/src/ArrayHelper.php +%%WWWDIR%%/libraries/vendor/joomla/utilities/src/IpHelper.php %%WWWDIR%%/libraries/vendor/leafo/lessphp/LICENSE %%WWWDIR%%/libraries/vendor/leafo/lessphp/lessc.inc.php %%WWWDIR%%/libraries/vendor/leafo/lessphp/lessify @@ -4248,7 +4508,12 @@ %%WWWDIR%%/libraries/vendor/symfony/polyfill-php56/LICENSE %%WWWDIR%%/libraries/vendor/symfony/polyfill-php56/Php56.php %%WWWDIR%%/libraries/vendor/symfony/polyfill-php56/bootstrap.php +%%WWWDIR%%/libraries/vendor/symfony/polyfill-php71/LICENSE +%%WWWDIR%%/libraries/vendor/symfony/polyfill-php71/Php71.php +%%WWWDIR%%/libraries/vendor/symfony/polyfill-php71/bootstrap.php %%WWWDIR%%/libraries/vendor/symfony/polyfill-php73/LICENSE +%%WWWDIR%%/libraries/vendor/symfony/polyfill-php73/Php73.php +%%WWWDIR%%/libraries/vendor/symfony/polyfill-php73/Resources/stubs/JsonException.php %%WWWDIR%%/libraries/vendor/symfony/polyfill-php73/bootstrap.php %%WWWDIR%%/libraries/vendor/symfony/polyfill-util/Binary.php %%WWWDIR%%/libraries/vendor/symfony/polyfill-util/BinaryNoFuncOverload.php @@ -4265,6 +4530,27 @@ %%WWWDIR%%/libraries/vendor/symfony/yaml/Parser.php %%WWWDIR%%/libraries/vendor/symfony/yaml/Unescaper.php %%WWWDIR%%/libraries/vendor/symfony/yaml/Yaml.php +%%WWWDIR%%/libraries/vendor/typo3/phar-stream-wrapper/composer.json +%%WWWDIR%%/libraries/vendor/typo3/phar-stream-wrapper/src/Assertable.php +%%WWWDIR%%/libraries/vendor/typo3/phar-stream-wrapper/src/Behavior.php +%%WWWDIR%%/libraries/vendor/typo3/phar-stream-wrapper/src/Collectable.php +%%WWWDIR%%/libraries/vendor/typo3/phar-stream-wrapper/src/Exception.php +%%WWWDIR%%/libraries/vendor/typo3/phar-stream-wrapper/src/Helper.php +%%WWWDIR%%/libraries/vendor/typo3/phar-stream-wrapper/src/Interceptor/ConjunctionInterceptor.php +%%WWWDIR%%/libraries/vendor/typo3/phar-stream-wrapper/src/Interceptor/PharExtensionInterceptor.php +%%WWWDIR%%/libraries/vendor/typo3/phar-stream-wrapper/src/Interceptor/PharMetaDataInterceptor.php +%%WWWDIR%%/libraries/vendor/typo3/phar-stream-wrapper/src/Manager.php +%%WWWDIR%%/libraries/vendor/typo3/phar-stream-wrapper/src/Phar/Container.php +%%WWWDIR%%/libraries/vendor/typo3/phar-stream-wrapper/src/Phar/DeserializationException.php +%%WWWDIR%%/libraries/vendor/typo3/phar-stream-wrapper/src/Phar/Manifest.php +%%WWWDIR%%/libraries/vendor/typo3/phar-stream-wrapper/src/Phar/Reader.php +%%WWWDIR%%/libraries/vendor/typo3/phar-stream-wrapper/src/Phar/ReaderException.php +%%WWWDIR%%/libraries/vendor/typo3/phar-stream-wrapper/src/Phar/Stub.php +%%WWWDIR%%/libraries/vendor/typo3/phar-stream-wrapper/src/PharStreamWrapper.php +%%WWWDIR%%/libraries/vendor/typo3/phar-stream-wrapper/src/Resolvable.php +%%WWWDIR%%/libraries/vendor/typo3/phar-stream-wrapper/src/Resolver/PharInvocation.php +%%WWWDIR%%/libraries/vendor/typo3/phar-stream-wrapper/src/Resolver/PharInvocationCollection.php +%%WWWDIR%%/libraries/vendor/typo3/phar-stream-wrapper/src/Resolver/PharInvocationResolver.php %%WWWDIR%%/libraries/vendor/web.config %%WWWDIR%%/media/cms/css/debug.css %%WWWDIR%%/media/com_associations/css/sidebyside.css @@ -4798,6 +5084,7 @@ %%WWWDIR%%/media/editors/tinymce/langs/it.js %%WWWDIR%%/media/editors/tinymce/langs/ja.js %%WWWDIR%%/media/editors/tinymce/langs/ka.js +%%WWWDIR%%/media/editors/tinymce/langs/kk.js %%WWWDIR%%/media/editors/tinymce/langs/km.js %%WWWDIR%%/media/editors/tinymce/langs/ko.js %%WWWDIR%%/media/editors/tinymce/langs/lb.js @@ -5215,6 +5502,7 @@ %%WWWDIR%%/media/mod_languages/images/ja_jp.gif %%WWWDIR%%/media/mod_languages/images/ka.gif %%WWWDIR%%/media/mod_languages/images/ka_ge.gif +%%WWWDIR%%/media/mod_languages/images/kk_kz.gif %%WWWDIR%%/media/mod_languages/images/km.gif %%WWWDIR%%/media/mod_languages/images/km_kh.gif %%WWWDIR%%/media/mod_languages/images/ko.gif @@ -5293,10 +5581,17 @@ %%WWWDIR%%/media/overrider/js/overrider.min.js %%WWWDIR%%/media/plg_captcha_recaptcha/js/recaptcha.js %%WWWDIR%%/media/plg_captcha_recaptcha/js/recaptcha.min.js +%%WWWDIR%%/media/plg_captcha_recaptcha_invisible/js/recaptcha.js +%%WWWDIR%%/media/plg_captcha_recaptcha_invisible/js/recaptcha.min.js %%WWWDIR%%/media/plg_quickicon_extensionupdate/js/extensionupdatecheck.js %%WWWDIR%%/media/plg_quickicon_joomlaupdate/js/jupdatecheck.js +%%WWWDIR%%/media/plg_quickicon_privacycheck/js/privacycheck.js %%WWWDIR%%/media/plg_system_highlight/highlight.css %%WWWDIR%%/media/plg_system_stats/js/stats.js +%%WWWDIR%%/media/plg_twofactorauth_totp/js/qrcode.js +%%WWWDIR%%/media/plg_twofactorauth_totp/js/qrcode.min.js +%%WWWDIR%%/media/plg_twofactorauth_totp/js/qrcode_SJIS.js +%%WWWDIR%%/media/plg_twofactorauth_totp/js/qrcode_UTF8.js %%WWWDIR%%/media/system/css/adminlist.css %%WWWDIR%%/media/system/css/calendar-jos.css %%WWWDIR%%/media/system/css/fields/calendar-rtl.css @@ -5403,6 +5698,7 @@ %%WWWDIR%%/media/system/js/fields/calendar-locales/it.js %%WWWDIR%%/media/system/js/fields/calendar-locales/ja.js %%WWWDIR%%/media/system/js/fields/calendar-locales/ka.js +%%WWWDIR%%/media/system/js/fields/calendar-locales/kk.js %%WWWDIR%%/media/system/js/fields/calendar-locales/ko.js %%WWWDIR%%/media/system/js/fields/calendar-locales/lt.js %%WWWDIR%%/media/system/js/fields/calendar-locales/mk.js @@ -5588,6 +5884,8 @@ %%WWWDIR%%/modules/mod_wrapper/mod_wrapper.php %%WWWDIR%%/modules/mod_wrapper/mod_wrapper.xml %%WWWDIR%%/modules/mod_wrapper/tmpl/default.php +%%WWWDIR%%/plugins/actionlog/joomla/joomla.php +%%WWWDIR%%/plugins/actionlog/joomla/joomla.xml %%WWWDIR%%/plugins/authentication/cookie/cookie.php %%WWWDIR%%/plugins/authentication/cookie/cookie.xml %%WWWDIR%%/plugins/authentication/gmail/gmail.php @@ -5599,6 +5897,11 @@ %%WWWDIR%%/plugins/captcha/recaptcha/postinstall/actions.php %%WWWDIR%%/plugins/captcha/recaptcha/recaptcha.php %%WWWDIR%%/plugins/captcha/recaptcha/recaptcha.xml +%%WWWDIR%%/plugins/captcha/recaptcha_invisible/recaptcha_invisible.php +%%WWWDIR%%/plugins/captcha/recaptcha_invisible/recaptcha_invisible.xml +%%WWWDIR%%/plugins/content/confirmconsent/confirmconsent.php +%%WWWDIR%%/plugins/content/confirmconsent/confirmconsent.xml +%%WWWDIR%%/plugins/content/confirmconsent/fields/consentbox.php %%WWWDIR%%/plugins/content/contact/contact.php %%WWWDIR%%/plugins/content/contact/contact.xml %%WWWDIR%%/plugins/content/emailcloak/emailcloak.php @@ -5613,6 +5916,8 @@ %%WWWDIR%%/plugins/content/loadmodule/loadmodule.xml %%WWWDIR%%/plugins/content/pagebreak/pagebreak.php %%WWWDIR%%/plugins/content/pagebreak/pagebreak.xml +%%WWWDIR%%/plugins/content/pagebreak/tmpl/navigation.php +%%WWWDIR%%/plugins/content/pagebreak/tmpl/toc.php %%WWWDIR%%/plugins/content/pagenavigation/pagenavigation.php %%WWWDIR%%/plugins/content/pagenavigation/pagenavigation.xml %%WWWDIR%%/plugins/content/pagenavigation/tmpl/default.php @@ -5688,6 +5993,10 @@ %%WWWDIR%%/plugins/fields/radio/radio.php %%WWWDIR%%/plugins/fields/radio/radio.xml %%WWWDIR%%/plugins/fields/radio/tmpl/radio.php +%%WWWDIR%%/plugins/fields/repeatable/params/repeatable.xml +%%WWWDIR%%/plugins/fields/repeatable/repeatable.php +%%WWWDIR%%/plugins/fields/repeatable/repeatable.xml +%%WWWDIR%%/plugins/fields/repeatable/tmpl/repeatable.php %%WWWDIR%%/plugins/fields/sql/params/sql.xml %%WWWDIR%%/plugins/fields/sql/sql.php %%WWWDIR%%/plugins/fields/sql/sql.xml @@ -5732,12 +6041,26 @@ %%WWWDIR%%/plugins/installer/urlinstaller/tmpl/default.php %%WWWDIR%%/plugins/installer/urlinstaller/urlinstaller.php %%WWWDIR%%/plugins/installer/urlinstaller/urlinstaller.xml +%%WWWDIR%%/plugins/privacy/actionlogs/actionlogs.php +%%WWWDIR%%/plugins/privacy/actionlogs/actionlogs.xml +%%WWWDIR%%/plugins/privacy/consents/consents.php +%%WWWDIR%%/plugins/privacy/consents/consents.xml +%%WWWDIR%%/plugins/privacy/contact/contact.php +%%WWWDIR%%/plugins/privacy/contact/contact.xml +%%WWWDIR%%/plugins/privacy/content/content.php +%%WWWDIR%%/plugins/privacy/content/content.xml +%%WWWDIR%%/plugins/privacy/message/message.php +%%WWWDIR%%/plugins/privacy/message/message.xml +%%WWWDIR%%/plugins/privacy/user/user.php +%%WWWDIR%%/plugins/privacy/user/user.xml %%WWWDIR%%/plugins/quickicon/extensionupdate/extensionupdate.php %%WWWDIR%%/plugins/quickicon/extensionupdate/extensionupdate.xml %%WWWDIR%%/plugins/quickicon/joomlaupdate/joomlaupdate.php %%WWWDIR%%/plugins/quickicon/joomlaupdate/joomlaupdate.xml %%WWWDIR%%/plugins/quickicon/phpversioncheck/phpversioncheck.php %%WWWDIR%%/plugins/quickicon/phpversioncheck/phpversioncheck.xml +%%WWWDIR%%/plugins/quickicon/privacycheck/privacycheck.php +%%WWWDIR%%/plugins/quickicon/privacycheck/privacycheck.xml %%WWWDIR%%/plugins/sampledata/blog/blog.php %%WWWDIR%%/plugins/sampledata/blog/blog.xml %%WWWDIR%%/plugins/search/categories/categories.php @@ -5750,6 +6073,9 @@ %%WWWDIR%%/plugins/search/newsfeeds/newsfeeds.xml %%WWWDIR%%/plugins/search/tags/tags.php %%WWWDIR%%/plugins/search/tags/tags.xml +%%WWWDIR%%/plugins/system/actionlogs/actionlogs.php +%%WWWDIR%%/plugins/system/actionlogs/actionlogs.xml +%%WWWDIR%%/plugins/system/actionlogs/forms/actionlogs.xml %%WWWDIR%%/plugins/system/actionlogs/forms/information.xml %%WWWDIR%%/plugins/system/cache/cache.php %%WWWDIR%%/plugins/system/cache/cache.xml @@ -5769,8 +6095,14 @@ %%WWWDIR%%/plugins/system/log/log.xml %%WWWDIR%%/plugins/system/logout/logout.php %%WWWDIR%%/plugins/system/logout/logout.xml +%%WWWDIR%%/plugins/system/logrotation/logrotation.php +%%WWWDIR%%/plugins/system/logrotation/logrotation.xml %%WWWDIR%%/plugins/system/p3p/p3p.php %%WWWDIR%%/plugins/system/p3p/p3p.xml +%%WWWDIR%%/plugins/system/privacyconsent/field/privacy.php +%%WWWDIR%%/plugins/system/privacyconsent/privacyconsent.php +%%WWWDIR%%/plugins/system/privacyconsent/privacyconsent.xml +%%WWWDIR%%/plugins/system/privacyconsent/privacyconsent/privacyconsent.xml %%WWWDIR%%/plugins/system/redirect/form/excludes.xml %%WWWDIR%%/plugins/system/redirect/redirect.php %%WWWDIR%%/plugins/system/redirect/redirect.xml @@ -5808,6 +6140,10 @@ %%WWWDIR%%/plugins/user/profile/profile.php %%WWWDIR%%/plugins/user/profile/profile.xml %%WWWDIR%%/plugins/user/profile/profiles/profile.xml +%%WWWDIR%%/plugins/user/terms/field/terms.php +%%WWWDIR%%/plugins/user/terms/terms.php +%%WWWDIR%%/plugins/user/terms/terms.xml +%%WWWDIR%%/plugins/user/terms/terms/terms.xml %%WWWDIR%%/robots.txt.dist %%WWWDIR%%/templates/beez3/component.php %%WWWDIR%%/templates/beez3/css/general.css @@ -6015,293 +6351,5 @@ %%WWWDIR%%/templates/system/offline.php %%WWWDIR%%/tmp/index.html %%WWWDIR%%/web.config.txt -%%WWWDIR%%/administrator/components/com_actionlogs/actionlogs.php -%%WWWDIR%%/administrator/components/com_actionlogs/actionlogs.xml -%%WWWDIR%%/administrator/components/com_actionlogs/config.xml -%%WWWDIR%%/administrator/components/com_actionlogs/controller.php -%%WWWDIR%%/administrator/components/com_actionlogs/controllers/actionlogs.php -%%WWWDIR%%/administrator/components/com_actionlogs/helpers/actionlogs.php -%%WWWDIR%%/administrator/components/com_actionlogs/helpers/actionlogsphp55.php -%%WWWDIR%%/administrator/components/com_actionlogs/layouts/logstable.php -%%WWWDIR%%/administrator/components/com_actionlogs/libraries/actionlogplugin.php -%%WWWDIR%%/administrator/components/com_actionlogs/models/actionlog.php -%%WWWDIR%%/administrator/components/com_actionlogs/models/actionlogs.php -%%WWWDIR%%/administrator/components/com_actionlogs/models/fields/extension.php -%%WWWDIR%%/administrator/components/com_actionlogs/models/fields/logcreator.php -%%WWWDIR%%/administrator/components/com_actionlogs/models/fields/logsdaterange.php -%%WWWDIR%%/administrator/components/com_actionlogs/models/fields/logtype.php -%%WWWDIR%%/administrator/components/com_actionlogs/models/forms/filter_actionlogs.xml -%%WWWDIR%%/administrator/components/com_actionlogs/views/actionlogs/tmpl/default.php -%%WWWDIR%%/administrator/components/com_actionlogs/views/actionlogs/tmpl/default.xml -%%WWWDIR%%/administrator/components/com_actionlogs/views/actionlogs/view.html.php -%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-05-02.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-05-03.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-05-05.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-05-19.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-05-20.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-05-24.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-05-27.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-06-02.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-06-12.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-06-13.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-06-14.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-06-17.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-07-09.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-07-10.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-07-11.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-08-12.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-08-28.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-08-29.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-09-04.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-10-15.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-10-20.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-10-21.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-05-02.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-05-03.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-05-05.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-05-19.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-05-20.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-05-24.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-05-27.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-06-02.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-06-12.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-06-13.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-06-14.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-06-17.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-07-09.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-07-10.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-07-11.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-08-12.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-08-28.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-08-29.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-09-04.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-10-15.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-10-20.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-10-21.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-05-02.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-05-03.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-05-05.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-05-19.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-05-20.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-05-24.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-05-27.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-06-02.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-06-12.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-06-13.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-06-14.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-06-17.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-07-09.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-07-10.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-07-11.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-08-12.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-08-28.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-08-29.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-09-04.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-10-15.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-10-20.sql -%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-10-21.sql -%%WWWDIR%%/administrator/components/com_categories/controllers/ajax.json.php -%%WWWDIR%%/administrator/components/com_contact/controllers/ajax.json.php -%%WWWDIR%%/administrator/components/com_content/controllers/ajax.json.php -%%WWWDIR%%/administrator/components/com_fields/models/fields/fieldlayout.php -%%WWWDIR%%/administrator/components/com_languages/layouts/joomla/searchtools/default/bar.php -%%WWWDIR%%/administrator/components/com_languages/models/fields/languageclient.php -%%WWWDIR%%/administrator/components/com_languages/models/forms/filter_overrides.xml -%%WWWDIR%%/administrator/components/com_menus/controllers/ajax.json.php -%%WWWDIR%%/administrator/components/com_newsfeeds/controllers/ajax.json.php -%%WWWDIR%%/administrator/components/com_plugins/models/fields/pluginelement.php -%%WWWDIR%%/administrator/components/com_privacy/config.xml -%%WWWDIR%%/administrator/components/com_privacy/controller.php -%%WWWDIR%%/administrator/components/com_privacy/controllers/consents.php -%%WWWDIR%%/administrator/components/com_privacy/controllers/request.php -%%WWWDIR%%/administrator/components/com_privacy/controllers/request.xml.php -%%WWWDIR%%/administrator/components/com_privacy/controllers/requests.php -%%WWWDIR%%/administrator/components/com_privacy/helpers/export/domain.php -%%WWWDIR%%/administrator/components/com_privacy/helpers/export/field.php -%%WWWDIR%%/administrator/components/com_privacy/helpers/export/item.php -%%WWWDIR%%/administrator/components/com_privacy/helpers/html/helper.php -%%WWWDIR%%/administrator/components/com_privacy/helpers/plugin.php -%%WWWDIR%%/administrator/components/com_privacy/helpers/privacy.php -%%WWWDIR%%/administrator/components/com_privacy/helpers/removal/status.php -%%WWWDIR%%/administrator/components/com_privacy/models/capabilities.php -%%WWWDIR%%/administrator/components/com_privacy/models/consents.php -%%WWWDIR%%/administrator/components/com_privacy/models/dashboard.php -%%WWWDIR%%/administrator/components/com_privacy/models/export.php -%%WWWDIR%%/administrator/components/com_privacy/models/fields/requeststatus.php -%%WWWDIR%%/administrator/components/com_privacy/models/fields/requesttype.php -%%WWWDIR%%/administrator/components/com_privacy/models/forms/filter_consents.xml -%%WWWDIR%%/administrator/components/com_privacy/models/forms/filter_requests.xml -%%WWWDIR%%/administrator/components/com_privacy/models/forms/request.xml -%%WWWDIR%%/administrator/components/com_privacy/models/remove.php -%%WWWDIR%%/administrator/components/com_privacy/models/request.php -%%WWWDIR%%/administrator/components/com_privacy/models/requests.php -%%WWWDIR%%/administrator/components/com_privacy/privacy.php -%%WWWDIR%%/administrator/components/com_privacy/privacy.xml -%%WWWDIR%%/administrator/components/com_privacy/tables/consent.php -%%WWWDIR%%/administrator/components/com_privacy/tables/request.php -%%WWWDIR%%/administrator/components/com_privacy/views/capabilities/tmpl/default.php -%%WWWDIR%%/administrator/components/com_privacy/views/capabilities/view.html.php -%%WWWDIR%%/administrator/components/com_privacy/views/consents/tmpl/default.php -%%WWWDIR%%/administrator/components/com_privacy/views/consents/tmpl/default.xml -%%WWWDIR%%/administrator/components/com_privacy/views/consents/view.html.php -%%WWWDIR%%/administrator/components/com_privacy/views/dashboard/tmpl/default.php -%%WWWDIR%%/administrator/components/com_privacy/views/dashboard/tmpl/default.xml -%%WWWDIR%%/administrator/components/com_privacy/views/dashboard/view.html.php -%%WWWDIR%%/administrator/components/com_privacy/views/export/view.xml.php -%%WWWDIR%%/administrator/components/com_privacy/views/request/tmpl/default.php -%%WWWDIR%%/administrator/components/com_privacy/views/request/tmpl/edit.php -%%WWWDIR%%/administrator/components/com_privacy/views/request/view.html.php -%%WWWDIR%%/administrator/components/com_privacy/views/requests/tmpl/default.php -%%WWWDIR%%/administrator/components/com_privacy/views/requests/tmpl/default.xml -%%WWWDIR%%/administrator/components/com_privacy/views/requests/view.html.php -%%WWWDIR%%/administrator/components/com_users/models/forms/config_domain.xml -%%WWWDIR%%/administrator/language/en-GB/en-GB.com_actionlogs.ini -%%WWWDIR%%/administrator/language/en-GB/en-GB.com_actionlogs.sys.ini -%%WWWDIR%%/administrator/language/en-GB/en-GB.com_privacy.ini -%%WWWDIR%%/administrator/language/en-GB/en-GB.com_privacy.sys.ini -%%WWWDIR%%/administrator/language/en-GB/en-GB.mod_latestactions.ini -%%WWWDIR%%/administrator/language/en-GB/en-GB.mod_latestactions.sys.ini -%%WWWDIR%%/administrator/language/en-GB/en-GB.mod_privacy_dashboard.ini -%%WWWDIR%%/administrator/language/en-GB/en-GB.mod_privacy_dashboard.sys.ini -%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_actionlog_joomla.ini -%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_actionlog_joomla.sys.ini -%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_captcha_recaptcha_invisible.ini -%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_captcha_recaptcha_invisible.sys.ini -%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_content_confirmconsent.ini -%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_content_confirmconsent.sys.ini -%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_fields_repeatable.ini -%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_fields_repeatable.sys.ini -%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_privacy_actionlogs.ini -%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_privacy_actionlogs.sys.ini -%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_privacy_consents.ini -%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_privacy_consents.sys.ini -%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_privacy_contact.ini -%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_privacy_contact.sys.ini -%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_privacy_content.ini -%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_privacy_content.sys.ini -%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_privacy_message.ini -%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_privacy_message.sys.ini -%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_privacy_user.ini -%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_privacy_user.sys.ini -%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_quickicon_privacycheck.ini -%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_quickicon_privacycheck.sys.ini -%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_system_actionlogs.ini -%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_system_actionlogs.sys.ini -%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_system_logrotation.ini *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Sat May 11 21:37:44 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE30815A8042; Sat, 11 May 2019 21:37:44 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-ed1-f49.google.com (mail-ed1-f49.google.com [209.85.208.49]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 529F5724F8; Sat, 11 May 2019 21:37:44 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-ed1-f49.google.com with SMTP id a8so10877286edx.3; Sat, 11 May 2019 14:37:44 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=h0zuZ6tGvrUE1HFmy64VEeH0SjJb/xvMfAnQNujo700=; b=amDdM5KzW90We1FvJWh2U0AmxTxx7yIk0Ussl18spuX5l598f9zhtl3aQnyDwomJw2 iqFOfpoybj0Qk0WOw/j28l/t8ARgqjmeUf+IK7QfR63c83JA41lqn8VUcvMrgMix06Nn cAl5YfQOzPyJ9AWbJuMkOqDz7lqM3BTOo9jVdIfQ8vOImXBgma9WkSIFEqRqImIp2kJV u1bmsZJDJT2uRbTZi7FYq6I7n9pEqmUlgf+ndX+83N9QehBw0B7O1u+cJOtcu47sHm0l S+4TeNDcwIbkV20UjlnmpxY2fnPX7c81xU7zvli+eiTBOk/pzQCdzMqtjuXQaIHbeFlg WraQ== X-Gm-Message-State: APjAAAV4GpHUCuVTXaiURBx/utiuEF12dgytM2HydRssMNFsduOe5aIv i1foGO3Gje9eb3u0pYI6GpoCtQgDLIvuSREnF/M= X-Google-Smtp-Source: APXvYqzotA7mwFK91V3oa7wwEttkLi3DSR4K2pthUzY1jSrHvC7RXixfd8P8rXYOTXVcuJqlP0eMEhhWAGv6Vx427rA= X-Received: by 2002:a50:a5b4:: with SMTP id a49mr20217607edc.30.1557609190970; Sat, 11 May 2019 14:13:10 -0700 (PDT) MIME-Version: 1.0 References: <201905112022.x4BKM9n6069421@repo.freebsd.org> In-Reply-To: From: Antoine Brodin Date: Sat, 11 May 2019 23:12:59 +0200 Message-ID: Subject: Re: svn commit: r501300 - in head: math math/curv misc misc/openvdb To: Yuri Cc: ports-committers , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 529F5724F8 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.94 / 15.00]; NEURAL_HAM_MEDIUM(-0.99)[-0.993,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.95)[-0.948,0]; TAGGED_FROM(0.00)[] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 21:37:45 -0000 On Sat, May 11, 2019 at 10:26 PM Yuri wrote: > On 2019-05-11 13:22, Antoine Brodin wrote: > > Remove untested ports > > > Hi Antoin, > > > They are tested, they passed the poudriere build. Test harder. Antoine From owner-svn-ports-all@freebsd.org Sat May 11 22:01:55 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B49515A8A45; Sat, 11 May 2019 22:01:55 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A563C73013; Sat, 11 May 2019 22:01:54 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 80EF4218E6; Sat, 11 May 2019 22:01:54 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BM1snc022380; Sat, 11 May 2019 22:01:54 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BM1sxo022379; Sat, 11 May 2019 22:01:54 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <201905112201.x4BM1sxo022379@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Sat, 11 May 2019 22:01:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501309 - head/net/openmpi X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/net/openmpi X-SVN-Commit-Revision: 501309 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A563C73013 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 22:01:55 -0000 Author: pkubaj Date: Sat May 11 22:01:54 2019 New Revision: 501309 URL: https://svnweb.freebsd.org/changeset/ports/501309 Log: net/openmpi: add USES=compiler:c11 This port needs USES=compiler:c11 to fix build of science/sparta on GCC architectures. PR: 237536 Approved by: danilo (maintainer timeout), mentors (implicit approval) Modified: head/net/openmpi/Makefile Modified: head/net/openmpi/Makefile ============================================================================== --- head/net/openmpi/Makefile Sat May 11 21:36:12 2019 (r501308) +++ head/net/openmpi/Makefile Sat May 11 22:01:54 2019 (r501309) @@ -22,7 +22,8 @@ LIB_DEPENDS= libhwloc.so:devel/hwloc \ HAS_CONFIGURE= yes INSTALL_TARGET= install-strip # :keepla because port uses lt_dlopen -USES= fortran gmake libtool:keepla perl5 pkgconfig tar:bzip2 +USES= compiler:c11 fortran gmake libtool:keepla perl5 pkgconfig \ + tar:bzip2 USE_PERL5= build MPIBASE?= mpi From owner-svn-ports-all@freebsd.org Sat May 11 22:31:46 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6FE8E15A8FFA; Sat, 11 May 2019 22:31:46 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 07BC673CC0; Sat, 11 May 2019 22:31:46 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D783B21DCF; Sat, 11 May 2019 22:31:45 +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 x4BMVjVa036196; Sat, 11 May 2019 22:31:45 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BMVjYg036194; Sat, 11 May 2019 22:31:45 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905112231.x4BMVjYg036194@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 11 May 2019 22:31:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501310 - head/x11-wm/sway X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/x11-wm/sway X-SVN-Commit-Revision: 501310 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 07BC673CC0 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 22:31:46 -0000 Author: jbeich Date: Sat May 11 22:31:45 2019 New Revision: 501310 URL: https://svnweb.freebsd.org/changeset/ports/501310 Log: x11-wm/sway: update to 1.1.r2 Changes: https://github.com/swaywm/sway/releases/tag/1.1-rc2 Modified: head/x11-wm/sway/Makefile (contents, props changed) head/x11-wm/sway/distinfo (contents, props changed) Modified: head/x11-wm/sway/Makefile ============================================================================== --- head/x11-wm/sway/Makefile Sat May 11 22:01:54 2019 (r501309) +++ head/x11-wm/sway/Makefile Sat May 11 22:31:45 2019 (r501310) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= sway -DISTVERSION= 1.1-rc1 +DISTVERSION= 1.1-rc2 CATEGORIES= x11-wm PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ Modified: head/x11-wm/sway/distinfo ============================================================================== --- head/x11-wm/sway/distinfo Sat May 11 22:01:54 2019 (r501309) +++ head/x11-wm/sway/distinfo Sat May 11 22:31:45 2019 (r501310) @@ -1,5 +1,5 @@ -TIMESTAMP = 1556903453 -SHA256 (swaywm-sway-1.1-rc1_GH0.tar.gz) = b8d0eae2bcc7e350f2411830b5d0d9c02b266b8346d1f06c8de69df159b84512 -SIZE (swaywm-sway-1.1-rc1_GH0.tar.gz) = 5480597 +TIMESTAMP = 1557596088 +SHA256 (swaywm-sway-1.1-rc2_GH0.tar.gz) = c07639bc30e51731da4bc44f269cb625c445654c2a62799077ee8b764c9190a8 +SIZE (swaywm-sway-1.1-rc2_GH0.tar.gz) = 5480615 SHA256 (038482cb3575.patch) = 4773a8077f19c47bed11f04c176cc9694ffefc5af8d6d0e800ed55cce28d23a5 SIZE (038482cb3575.patch) = 1155 From owner-svn-ports-all@freebsd.org Sat May 11 22:37:02 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8AD3E15A91DA; Sat, 11 May 2019 22:37:02 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2D798742C3; Sat, 11 May 2019 22:37:02 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 02B3621E13; Sat, 11 May 2019 22:37:02 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BMb1EX038242; Sat, 11 May 2019 22:37:01 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BMb1EU038241; Sat, 11 May 2019 22:37:01 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201905112237.x4BMb1EU038241@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Sat, 11 May 2019 22:37:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501311 - head/devel/cdecl X-SVN-Group: ports-head X-SVN-Commit-Author: ler X-SVN-Commit-Paths: head/devel/cdecl X-SVN-Commit-Revision: 501311 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2D798742C3 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 22:37:02 -0000 Author: ler Date: Sat May 11 22:37:01 2019 New Revision: 501311 URL: https://svnweb.freebsd.org/changeset/ports/501311 Log: devel/cdecl: upgrade to 6.2. Added C++11 user-defined literal support Added support for user-defined literals. For example: cdecl> explain int operator"" _a(unsigned long long x) declare _a as user-defined literal (x as unsigned long long) returning int More commands as first argument More commands (define, namespace, set, static, typedef, and using) are now recognized as such when they are the first argument. Added support for char8_t Now supports C++20's char8_t. Added support for more standard types Added typedef declarations for div_t, imaxdiv_t, ldiv_t, lldiv_t, sig_atomic_t, streambuf, streamoff, streamsize, and wstreambuf. Modified: head/devel/cdecl/Makefile head/devel/cdecl/distinfo Modified: head/devel/cdecl/Makefile ============================================================================== --- head/devel/cdecl/Makefile Sat May 11 22:31:45 2019 (r501310) +++ head/devel/cdecl/Makefile Sat May 11 22:37:01 2019 (r501311) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cdecl -PORTVERSION= 6.1 +PORTVERSION= 6.2 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= devel Modified: head/devel/cdecl/distinfo ============================================================================== --- head/devel/cdecl/distinfo Sat May 11 22:31:45 2019 (r501310) +++ head/devel/cdecl/distinfo Sat May 11 22:37:01 2019 (r501311) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555493184 -SHA256 (paul-j-lucas-cdecl-cdecl-6.1_GH0.tar.gz) = 7ebf0017b574ce25625afe1fb343c5d3635374e64ce0bce71b0c6850a97a5389 -SIZE (paul-j-lucas-cdecl-cdecl-6.1_GH0.tar.gz) = 354260 +TIMESTAMP = 1557613414 +SHA256 (paul-j-lucas-cdecl-cdecl-6.2_GH0.tar.gz) = 09462e39ed36b2ef79b87591b443c8fb86111a93bed50a3ceb90b8eb6e36fcd7 +SIZE (paul-j-lucas-cdecl-cdecl-6.2_GH0.tar.gz) = 360909 From owner-svn-ports-all@freebsd.org Sat May 11 22:39:49 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8275715A923C; Sat, 11 May 2019 22:39:49 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 20424743B0; Sat, 11 May 2019 22:39:49 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E07B521E15; Sat, 11 May 2019 22:39:48 +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 x4BMdmH7038474; Sat, 11 May 2019 22:39:48 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BMdmh7038472; Sat, 11 May 2019 22:39:48 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201905112239.x4BMdmh7038472@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 11 May 2019 22:39:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501312 - head/databases/redis_exporter X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: head/databases/redis_exporter X-SVN-Commit-Revision: 501312 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 20424743B0 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 22:39:49 -0000 Author: riggs Date: Sat May 11 22:39:47 2019 New Revision: 501312 URL: https://svnweb.freebsd.org/changeset/ports/501312 Log: Update to upstream version 0.34.0 - While on it: Pet portlint PR: 237601 Submitted by: arcade@b1t.name (maintainer) Modified: head/databases/redis_exporter/Makefile head/databases/redis_exporter/distinfo head/databases/redis_exporter/pkg-descr Modified: head/databases/redis_exporter/Makefile ============================================================================== --- head/databases/redis_exporter/Makefile Sat May 11 22:37:01 2019 (r501311) +++ head/databases/redis_exporter/Makefile Sat May 11 22:39:47 2019 (r501312) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= redis_exporter -PORTVERSION= 0.32.0 +PORTVERSION= 0.34.0 DISTVERSIONPREFIX=v CATEGORIES= databases @@ -23,14 +23,9 @@ PLIST_FILES= bin/redis_exporter USE_RC_SUBR= redis_exporter - -BUILD_USER?= ${USER} -LD_FLAG_X_PREFIX= -X ${GO_PKGNAME}/vendor/${GO_PKGNAME:H}/common/version +LD_FLAG_X_PREFIX= -X main LD_FLAG_STRING= -s \ - ${LD_FLAG_X_PREFIX}.Version=${PORTVERSION} \ - ${LD_FLAG_X_PREFIX}.Revision=${PORTREVISION} \ - ${LD_FLAG_X_PREFIX}.Branch=release-${PORTVERSION:R} \ - ${LD_FLAG_X_PREFIX}.BuildUser=${BUILD_USER} + ${LD_FLAG_X_PREFIX}.BuildVersion=${PORTVERSION} GO_BUILDFLAGS= -v -ldflags "${LD_FLAG_STRING}" do-install: Modified: head/databases/redis_exporter/distinfo ============================================================================== --- head/databases/redis_exporter/distinfo Sat May 11 22:37:01 2019 (r501311) +++ head/databases/redis_exporter/distinfo Sat May 11 22:39:47 2019 (r501312) @@ -1,3 +1,3 @@ TIMESTAMP = 1539803636 -SHA256 (oliver006-redis_exporter-v0.32.0_GH0.tar.gz) = c2ceeaf2589fc2712cb137d52fa9685a3cb70f6f8bd2bb316d5f89a8e7125cd8 -SIZE (oliver006-redis_exporter-v0.32.0_GH0.tar.gz) = 975201 +SHA256 (oliver006-redis_exporter-v0.34.0_GH0.tar.gz) = 87509198d45ce58390e13881bbd448653ebc2813bc6c4cb0abb1800477f592c8 +SIZE (oliver006-redis_exporter-v0.34.0_GH0.tar.gz) = 1439746 Modified: head/databases/redis_exporter/pkg-descr ============================================================================== --- head/databases/redis_exporter/pkg-descr Sat May 11 22:37:01 2019 (r501311) +++ head/databases/redis_exporter/pkg-descr Sat May 11 22:39:47 2019 (r501312) @@ -1,3 +1,3 @@ -Prometheus Exporter for Redis Metrics. Supports Redis 2.x, 3.x and 4.x +Prometheus Exporter for Redis Metrics. Supports Redis 2.x, 3.x and 4.x WWW: https://github.com/oliver006/redis_exporter From owner-svn-ports-all@freebsd.org Sat May 11 22:40:22 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CFB4715A92A5 for ; Sat, 11 May 2019 22:40:22 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from mail-wr1-x442.google.com (mail-wr1-x442.google.com [IPv6:2a00:1450:4864:20::442]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 14822744AB for ; Sat, 11 May 2019 22:40:20 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by mail-wr1-x442.google.com with SMTP id b18so1352176wrq.12 for ; Sat, 11 May 2019 15:40:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adamw-org.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=8QnRFtxnSd28koB9tMkRbETlMjxs57DZ8KPXhiJDRYQ=; b=HcDmog3Ariyz6XZXRNzXpZs+ehvM3MvKD8JWM9hQfVsqjd1BirtIamSzoyx/eDxxDw Lt+hxYHNYeqbxMEdQDPyH42XXJXnEpIHwW6Y2nFx0+xw7N/G0nehsxPAfs5XCnoeqo7r LG+80nAQahOPOhrNcs79u7kDHhePg+kd1WnDCEjyzIjWuRNmWX8QOKv3BHHyJDTFnpai NNRYc13E8qyJypGEv2XrUlome7ycemRWwhnRu7IDbe9og2OW3pwf/40UEGpzzK23sHay J5oSjWTCaYlBVrb3KqvuMK7LgB57WGrZ26CaxceGjhMYcKDZA7KrsbMP9s1JGQXHPecb 0cig== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=8QnRFtxnSd28koB9tMkRbETlMjxs57DZ8KPXhiJDRYQ=; b=YM4XW6VX0LL5sq/oBdTQTjCPcCMe9iKzOIsKyzX+KFW9fuKEhIEc+bQEnyX2HaLQpz VAY0N43F3CqQD4KXq0Q6jplHtNxlQ3Zlb1jjqT6MjGaG0VExIFwBrObcFTU0/YPRR68B lYGQxesPfAhssj60ufmKq+mkLn4cnC+DDjifNYInrb5stCxWww3ZPAeVL/rXPz7Td2DB UqPccD9rUbgblRJ166D0YogeYPmgNca9dqCZ0Aph3lCruF6E0tqqsrMaEzSoA4ipMW36 Zfc9RyYma26O7b/T7eFzGfZ1xzfITQMWhSYZrlSnyLhoofRkP3JKVSyHds7QHgv3yjBY i++w== X-Gm-Message-State: APjAAAWPU8HRwq9tPqKxY9xTVpOAs9Hjh3n/qRoXM0q82iY0f0tLiA69 AA/v+aSH2hFKV1ushjh6ikcOdf8BbSiYeA616EOuHQ== X-Google-Smtp-Source: APXvYqxu8xNgDTcP+9HMqvcGo0wImO30/Y8O4kCx4IorT2qylVvaU9P1RFrxZY5VpgWhTg7kGx9ujt5vosAZnpAjpyI= X-Received: by 2002:adf:e902:: with SMTP id f2mr12584014wrm.301.1557614419903; Sat, 11 May 2019 15:40:19 -0700 (PDT) MIME-Version: 1.0 References: <201905091439.x49EdU4O053472@repo.freebsd.org> In-Reply-To: <201905091439.x49EdU4O053472@repo.freebsd.org> From: Adam Weinberger Date: Sat, 11 May 2019 16:40:03 -0600 Message-ID: Subject: Re: svn commit: r501101 - in head: Mk Mk/Uses converters/hs-aeson-pretty devel/hs-ShellCheck devel/hs-alex devel/hs-bytestring-nums devel/hs-c2hs devel/hs-c2hs/files devel/hs-cabal-install devel/hs-cpp... To: Gleb Popov Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 14822744AB X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=adamw-org.20150623.gappssmtp.com header.s=20150623 header.b=HcDmog3A; spf=pass (mx1.freebsd.org: domain of adamw@adamw.org designates 2a00:1450:4864:20::442 as permitted sender) smtp.mailfrom=adamw@adamw.org X-Spamd-Result: default: False [-3.60 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.97)[-0.966,0]; R_DKIM_ALLOW(-0.20)[adamw-org.20150623.gappssmtp.com:s=20150623]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; R_SPF_ALLOW(-0.20)[+ip6:2a00:1450:4000::/36]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[svn-ports-all@freebsd.org]; DMARC_NA(0.00)[adamw.org]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[adamw-org.20150623.gappssmtp.com:+]; MX_GOOD(-0.01)[alt1.aspmx.l.google.com,aspmx.l.google.com,alt3.aspmx.l.google.com,alt2.aspmx.l.google.com,alt4.aspmx.l.google.com]; RCVD_IN_DNSWL_NONE(0.00)[2.4.4.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.0.4.6.8.4.0.5.4.1.0.0.a.2.list.dnswl.org : 127.0.5.0]; NEURAL_HAM_SHORT(-0.60)[-0.599,0]; IP_SCORE(-0.53)[ip: (1.92), ipnet: 2a00:1450::/32(-2.23), asn: 15169(-2.27), country: US(-0.06)]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:15169, ipnet:2a00:1450::/32, country:US]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 22:40:23 -0000 On Thu, May 9, 2019 at 8:39 AM Gleb Popov wrote: > > Author: arrowd > Date: Thu May 9 14:39:30 2019 > New Revision: 501101 > URL: https://svnweb.freebsd.org/changeset/ports/501101 > > Log: > Introduce USES=cabal and use it to build Haskell applications. > > PR: 230186 > Reviewed by: mat, tcberner > Approved by: tcberner (mentor) > Differential Revision: https://reviews.freebsd.org/D19730 Hi Gleb, After this, geoipupdate is failing with errors in pandoc. Can you please advise? http://beefy10.nyi.freebsd.org/data/112i386-default/501212/logs/geoipupdate-4.0.2.log # Adam -- Adam Weinberger adamw@adamw.org https://www.adamw.org From owner-svn-ports-all@freebsd.org Sat May 11 22:42:51 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 110B315A94A6; Sat, 11 May 2019 22:42:51 +0000 (UTC) (envelope-from fullermd@over-yonder.net) Received: from mail.infocus-llc.com (mail.infocus-llc.com [IPv6:2604:3a00:2:1::2:13]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AEB0F74943; Sat, 11 May 2019 22:42:49 +0000 (UTC) (envelope-from fullermd@over-yonder.net) Received: from draco.over-yonder.net (c-75-65-60-66.hsd1.ms.comcast.net [75.65.60.66]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.tarragon.infocus-llc.com (Postfix) with ESMTPSA id 451ht941cCzg7x; Sat, 11 May 2019 17:42:41 -0500 (CDT) Received: by draco.over-yonder.net (Postfix, from userid 100) id 451ht84WfGz3XQ; Sat, 11 May 2019 17:42:40 -0500 (CDT) Date: Sat, 11 May 2019 17:42:40 -0500 From: "Matthew D. Fuller" To: Rene Ladan Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r501106 - in head: . databases databases/ruby-odbc databases/rubygem-dbd-odbc devel devel/dlangui editors editors/dlangide emulators emulators/desmume emulators/yabause emulators/yape g... Message-ID: <20190511224240.GF1955@over-yonder.net> References: <201905091503.x49F3cBh070409@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201905091503.x49F3cBh070409@repo.freebsd.org> X-Editor: vi X-OS: FreeBSD User-Agent: Mutt/1.11.4 (2019-03-13) X-Rspamd-Queue-Id: AEB0F74943 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of fullermd@over-yonder.net designates 2604:3a00:2:1::2:13 as permitted sender) smtp.mailfrom=fullermd@over-yonder.net X-Spamd-Result: default: False [-2.92 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-0.98)[-0.978,0]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; R_SPF_ALLOW(-0.20)[+mx]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; DMARC_NA(0.00)[over-yonder.net]; TO_DN_SOME(0.00)[]; NEURAL_HAM_LONG(-0.99)[-0.995,0]; RCVD_COUNT_THREE(0.00)[3]; MX_GOOD(-0.01)[mail.infocus-llc.com,lyra.over-yonder.net]; NEURAL_HAM_SHORT(-0.64)[-0.637,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; RECEIVED_SPAMHAUS_PBL(0.00)[66.60.65.75.zen.spamhaus.org : 127.0.0.10]; MID_RHS_MATCH_FROM(0.00)[] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 22:42:51 -0000 On Thu, May 09, 2019 at 03:03:38PM +0000 I heard the voice of Rene Ladan, and lo! it spake thus: > > Log: > Remove expired ports: [...] > 2019-05-08 mail/milter-manager: Broken for more than 6 months [...] I believe this is incorrect; the port was never broken in general, just for one ruby version (and AFAICT, only for an older subversion), which isn't the default ruby any longer either. -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ On the Internet, nobody can hear you scream. From owner-svn-ports-all@freebsd.org Sat May 11 22:46:11 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F66D15A9541; Sat, 11 May 2019 22:46:11 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C40FB74A49; Sat, 11 May 2019 22:46: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B2ABD21FB8; Sat, 11 May 2019 22:46:10 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BMkAdc043697; Sat, 11 May 2019 22:46:10 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BMk9O4043693; Sat, 11 May 2019 22:46:09 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905112246.x4BMk9O4043693@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 11 May 2019 22:46:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501313 - in head/multimedia/dav1d: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/multimedia/dav1d: . files X-SVN-Commit-Revision: 501313 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C40FB74A49 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.98)[-0.976,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 22:46:11 -0000 Author: jbeich Date: Sat May 11 22:46:09 2019 New Revision: 501313 URL: https://svnweb.freebsd.org/changeset/ports/501313 Log: multimedia/dav1d: update to 0.3.1 Changes: https://code.videolan.org/videolan/dav1d/tags/0.3.1 Changes: https://code.videolan.org/videolan/dav1d/blob/0.3.1/NEWS Changes: https://code.videolan.org/videolan/dav1d/compare/0.3.0...0.3.1 Modified: head/multimedia/dav1d/Makefile (contents, props changed) head/multimedia/dav1d/distinfo (contents, props changed) head/multimedia/dav1d/files/patch-neon-freebsd11 (contents, props changed) head/multimedia/dav1d/pkg-plist (contents, props changed) Modified: head/multimedia/dav1d/Makefile ============================================================================== --- head/multimedia/dav1d/Makefile Sat May 11 22:39:47 2019 (r501312) +++ head/multimedia/dav1d/Makefile Sat May 11 22:46:09 2019 (r501313) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= dav1d -DISTVERSION= 0.3.0 +DISTVERSION= 0.3.1 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org @@ -19,7 +19,7 @@ USE_GITLAB= yes USE_LDCONFIG= yes GL_SITE= https://code.videolan.org GL_ACCOUNT= videolan -GL_COMMIT= de2059a1167ed560269c3253768929ef19cae989 +GL_COMMIT= c9427fd43a17d654402f49f8ce28c4991c7024da CONFIGURE_ENV= UNAME_m=${ARCH} # XXX cpu_family() OPTIONS_DEFINE= TEST Modified: head/multimedia/dav1d/distinfo ============================================================================== --- head/multimedia/dav1d/distinfo Sat May 11 22:39:47 2019 (r501312) +++ head/multimedia/dav1d/distinfo Sat May 11 22:46:09 2019 (r501313) @@ -1,5 +1,5 @@ -TIMESTAMP = 1556557488 -SHA256 (videolan-dav1d-de2059a1167ed560269c3253768929ef19cae989_GL0.tar.gz) = ed8d96bef1e7117179031e2bda77a690ce9db00e34e269fc2a5861feb65b345e -SIZE (videolan-dav1d-de2059a1167ed560269c3253768929ef19cae989_GL0.tar.gz) = 569344 +TIMESTAMP = 1557588190 +SHA256 (videolan-dav1d-c9427fd43a17d654402f49f8ce28c4991c7024da_GL0.tar.gz) = fad9d74887ad228e580fe09ffb1382e8ed001abe940f8ab6aedc5b538a6b72fa +SIZE (videolan-dav1d-c9427fd43a17d654402f49f8ce28c4991c7024da_GL0.tar.gz) = 574244 SHA256 (videolan-dav1d-test-data-3ccdd3df4fb8583d58bcc0101e315b00ec3ae130_GL0.tar.gz) = 4ac0c3fa7993f53c6e5f03fda28252269ecd6ca11bcd96f6026cb0c2edb64d41 SIZE (videolan-dav1d-test-data-3ccdd3df4fb8583d58bcc0101e315b00ec3ae130_GL0.tar.gz) = 31340228 Modified: head/multimedia/dav1d/files/patch-neon-freebsd11 ============================================================================== --- head/multimedia/dav1d/files/patch-neon-freebsd11 Sat May 11 22:39:47 2019 (r501312) +++ head/multimedia/dav1d/files/patch-neon-freebsd11 Sat May 11 22:46:09 2019 (r501313) @@ -1,8 +1,8 @@ - Implement NEON runtime detection on FreeBSD 11.* armv6 ---- src/arm/cpu.c.orig 2018-12-11 14:14:56 UTC +--- src/arm/cpu.c.orig 2019-05-11 15:23:10 UTC +++ src/arm/cpu.c -@@ -68,7 +68,37 @@ static unsigned parse_proc_cpuinfo(const char *flag) { +@@ -75,6 +75,36 @@ static unsigned parse_proc_cpuinfo(const char *flag) { } #endif @@ -36,7 +36,6 @@ +} +#endif + - unsigned dav1d_get_cpu_flags_arm(void) { + COLD unsigned dav1d_get_cpu_flags_arm(void) { unsigned flags = 0; #if ARCH_AARCH64 - flags |= DAV1D_ARM_CPU_FLAG_NEON; Modified: head/multimedia/dav1d/pkg-plist ============================================================================== --- head/multimedia/dav1d/pkg-plist Sat May 11 22:39:47 2019 (r501312) +++ head/multimedia/dav1d/pkg-plist Sat May 11 22:46:09 2019 (r501313) @@ -7,5 +7,5 @@ include/dav1d/picture.h include/dav1d/version.h lib/libdav1d.so lib/libdav1d.so.1 -lib/libdav1d.so.1.0.1 +lib/libdav1d.so.1.1.0 libdata/pkgconfig/dav1d.pc From owner-svn-ports-all@freebsd.org Sat May 11 23:10:00 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DD4915A9AA9; Sat, 11 May 2019 23:10:00 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 43DA575295; Sat, 11 May 2019 23:10:00 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1A98422315; Sat, 11 May 2019 23:10:00 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BN9xcI054233; Sat, 11 May 2019 23:09:59 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BN9xa4054232; Sat, 11 May 2019 23:09:59 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201905112309.x4BN9xa4054232@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 11 May 2019 23:09:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501314 - head/devel/py-knack X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/devel/py-knack X-SVN-Commit-Revision: 501314 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 43DA575295 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 23:10:00 -0000 Author: dbaio Date: Sat May 11 23:09:59 2019 New Revision: 501314 URL: https://svnweb.freebsd.org/changeset/ports/501314 Log: devel/py-knack: Update to 0.6.1 Changelog: https://github.com/Microsoft/knack/releases/tag/v0.6.1 Approved by: dbn (maintainer, implicit) Modified: head/devel/py-knack/Makefile head/devel/py-knack/distinfo Modified: head/devel/py-knack/Makefile ============================================================================== --- head/devel/py-knack/Makefile Sat May 11 22:46:09 2019 (r501313) +++ head/devel/py-knack/Makefile Sat May 11 23:09:59 2019 (r501314) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= knack -DISTVERSION= 0.5.4 +DISTVERSION= 0.6.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-knack/distinfo ============================================================================== --- head/devel/py-knack/distinfo Sat May 11 22:46:09 2019 (r501313) +++ head/devel/py-knack/distinfo Sat May 11 23:09:59 2019 (r501314) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555201287 -SHA256 (knack-0.5.4.tar.gz) = 0bf55d4e37864058fd5501210840436d4cf13c831d94d68152646673ec201640 -SIZE (knack-0.5.4.tar.gz) = 40132 +TIMESTAMP = 1557603314 +SHA256 (knack-0.6.1.tar.gz) = 2a4b4d86c4700dd6714e5b4ca6bbca6baf2c827d9de28ca2b66640988c1b6ff4 +SIZE (knack-0.6.1.tar.gz) = 40943 From owner-svn-ports-all@freebsd.org Sat May 11 23:10:53 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AD44315A9AE0; Sat, 11 May 2019 23:10:53 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 54920753A2; Sat, 11 May 2019 23:10:53 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 312C42232D; Sat, 11 May 2019 23:10:53 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BNArgi057472; Sat, 11 May 2019 23:10:53 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BNAqWR057471; Sat, 11 May 2019 23:10:52 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201905112310.x4BNAqWR057471@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 11 May 2019 23:10:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501315 - head/sysutils/py-azure-cli-botservice X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/sysutils/py-azure-cli-botservice X-SVN-Commit-Revision: 501315 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 54920753A2 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 23:10:53 -0000 Author: dbaio Date: Sat May 11 23:10:52 2019 New Revision: 501315 URL: https://svnweb.freebsd.org/changeset/ports/501315 Log: sysutils/py-azure-cli-botservice: Update to 0.2.0 Changelog: https://pypi.org/project/azure-cli-botservice/0.2.0/ Modified: head/sysutils/py-azure-cli-botservice/Makefile head/sysutils/py-azure-cli-botservice/distinfo Modified: head/sysutils/py-azure-cli-botservice/Makefile ============================================================================== --- head/sysutils/py-azure-cli-botservice/Makefile Sat May 11 23:09:59 2019 (r501314) +++ head/sysutils/py-azure-cli-botservice/Makefile Sat May 11 23:10:52 2019 (r501315) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= azure-cli-botservice -PORTVERSION= 0.1.10 +PORTVERSION= 0.2.0 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/sysutils/py-azure-cli-botservice/distinfo ============================================================================== --- head/sysutils/py-azure-cli-botservice/distinfo Sat May 11 23:09:59 2019 (r501314) +++ head/sysutils/py-azure-cli-botservice/distinfo Sat May 11 23:10:52 2019 (r501315) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555202209 -SHA256 (azure-cli-botservice-0.1.10.tar.gz) = dd163599bb30f08cb581acbf52e1c1d95e42daab12a481643726fcf47b72cbb0 -SIZE (azure-cli-botservice-0.1.10.tar.gz) = 35630 +TIMESTAMP = 1557608662 +SHA256 (azure-cli-botservice-0.2.0.tar.gz) = b20bd8fb56efb82fdaf99ed19311ef23562f4a2dd71f54d288531c292fb67fb8 +SIZE (azure-cli-botservice-0.2.0.tar.gz) = 39095 From owner-svn-ports-all@freebsd.org Sat May 11 23:11:56 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1ECF115A9B1B; Sat, 11 May 2019 23:11:56 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B6DA075643; Sat, 11 May 2019 23:11:55 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9149E2247C; Sat, 11 May 2019 23:11:55 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BNBtIa058378; Sat, 11 May 2019 23:11:55 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BNBtNS058377; Sat, 11 May 2019 23:11:55 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201905112311.x4BNBtNS058377@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 11 May 2019 23:11:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501316 - head/sysutils/py-azure-cli-acs X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/sysutils/py-azure-cli-acs X-SVN-Commit-Revision: 501316 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B6DA075643 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 23:11:56 -0000 Author: dbaio Date: Sat May 11 23:11:54 2019 New Revision: 501316 URL: https://svnweb.freebsd.org/changeset/ports/501316 Log: sysutils/py-azure-cli-acs: Update to 2.4.1 Changelog: https://pypi.org/project/azure-cli-acs/2.4.1/ Modified: head/sysutils/py-azure-cli-acs/Makefile head/sysutils/py-azure-cli-acs/distinfo Modified: head/sysutils/py-azure-cli-acs/Makefile ============================================================================== --- head/sysutils/py-azure-cli-acs/Makefile Sat May 11 23:10:52 2019 (r501315) +++ head/sysutils/py-azure-cli-acs/Makefile Sat May 11 23:11:54 2019 (r501316) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= azure-cli-acs -PORTVERSION= 2.3.22 +PORTVERSION= 2.4.1 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/sysutils/py-azure-cli-acs/distinfo ============================================================================== --- head/sysutils/py-azure-cli-acs/distinfo Sat May 11 23:10:52 2019 (r501315) +++ head/sysutils/py-azure-cli-acs/distinfo Sat May 11 23:11:54 2019 (r501316) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556401198 -SHA256 (azure-cli-acs-2.3.22.tar.gz) = 3ae1f6f8e013a46a4399fdfaa1a2452ca4f6c4b69cbda5486cbb4aef2dd9b513 -SIZE (azure-cli-acs-2.3.22.tar.gz) = 52627 +TIMESTAMP = 1557608906 +SHA256 (azure-cli-acs-2.4.1.tar.gz) = b5c62d18466eff0cfda0b547109603f9fe35897e21a6f5be0939429fed3dd148 +SIZE (azure-cli-acs-2.4.1.tar.gz) = 53178 From owner-svn-ports-all@freebsd.org Sat May 11 23:14:37 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CBC2F15A9C8B; Sat, 11 May 2019 23:14:37 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6F56575791; Sat, 11 May 2019 23:14:37 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 557A1224AF; Sat, 11 May 2019 23:14:37 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BNEbp7059566; Sat, 11 May 2019 23:14:37 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BNEa6M059565; Sat, 11 May 2019 23:14:36 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201905112314.x4BNEa6M059565@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 11 May 2019 23:14:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501317 - head/devel/py-azure-storage-common X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/devel/py-azure-storage-common X-SVN-Commit-Revision: 501317 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6F56575791 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 23:14:38 -0000 Author: dbaio Date: Sat May 11 23:14:36 2019 New Revision: 501317 URL: https://svnweb.freebsd.org/changeset/ports/501317 Log: devel/py-azure-storage-common: Update to 2.0.0 Reported by: portscout Modified: head/devel/py-azure-storage-common/Makefile head/devel/py-azure-storage-common/distinfo Modified: head/devel/py-azure-storage-common/Makefile ============================================================================== --- head/devel/py-azure-storage-common/Makefile Sat May 11 23:11:54 2019 (r501316) +++ head/devel/py-azure-storage-common/Makefile Sat May 11 23:14:36 2019 (r501317) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= azure-storage-common -PORTVERSION= 1.4.0 +PORTVERSION= 2.0.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-azure-storage-common/distinfo ============================================================================== --- head/devel/py-azure-storage-common/distinfo Sat May 11 23:11:54 2019 (r501316) +++ head/devel/py-azure-storage-common/distinfo Sat May 11 23:14:36 2019 (r501317) @@ -1,3 +1,3 @@ -TIMESTAMP = 1545949332 -SHA256 (azure-storage-common-1.4.0.tar.gz) = 7ab607f9b8fd27b817482194b1e7d43484c65dcf2605aae21ad8706c6891934d -SIZE (azure-storage-common-1.4.0.tar.gz) = 41629 +TIMESTAMP = 1557600571 +SHA256 (azure-storage-common-2.0.0.tar.gz) = 4390cd5f6fb50fbff37ba154258ea010291a84f128917141e1d7060597bd4708 +SIZE (azure-storage-common-2.0.0.tar.gz) = 41352 From owner-svn-ports-all@freebsd.org Sat May 11 23:15:44 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 204B515A9CE5; Sat, 11 May 2019 23:15:44 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B7BD975876; Sat, 11 May 2019 23:15:43 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8BF15224B1; Sat, 11 May 2019 23:15:43 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BNFhQI059734; Sat, 11 May 2019 23:15:43 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BNFhkt059733; Sat, 11 May 2019 23:15:43 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201905112315.x4BNFhkt059733@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 11 May 2019 23:15:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501318 - head/devel/py-azure-storage-blob X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/devel/py-azure-storage-blob X-SVN-Commit-Revision: 501318 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B7BD975876 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 23:15:44 -0000 Author: dbaio Date: Sat May 11 23:15:42 2019 New Revision: 501318 URL: https://svnweb.freebsd.org/changeset/ports/501318 Log: devel/py-azure-storage-blob: Update to 2.0.1 Reported by: portscout Modified: head/devel/py-azure-storage-blob/Makefile head/devel/py-azure-storage-blob/distinfo Modified: head/devel/py-azure-storage-blob/Makefile ============================================================================== --- head/devel/py-azure-storage-blob/Makefile Sat May 11 23:14:36 2019 (r501317) +++ head/devel/py-azure-storage-blob/Makefile Sat May 11 23:15:42 2019 (r501318) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= azure-storage-blob -PORTVERSION= 1.5.0 +PORTVERSION= 2.0.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ COMMENT= Microsoft Azure Storage Blob Client Library f LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1.5:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-storage-common>=1.4:devel/py-azure-storage-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-storage-common>=2.0:devel/py-azure-storage-common@${PY_FLAVOR} \ ${PY_FUTURES} USES= azurepy python Modified: head/devel/py-azure-storage-blob/distinfo ============================================================================== --- head/devel/py-azure-storage-blob/distinfo Sat May 11 23:14:36 2019 (r501317) +++ head/devel/py-azure-storage-blob/distinfo Sat May 11 23:15:42 2019 (r501318) @@ -1,3 +1,3 @@ -TIMESTAMP = 1550319976 -SHA256 (azure-storage-blob-1.5.0.tar.gz) = f187a878e7a191f4e098159904f72b4146cf70e1aabaf6484ab4ba72fc6f252c -SIZE (azure-storage-blob-1.5.0.tar.gz) = 71909 +TIMESTAMP = 1557600678 +SHA256 (azure-storage-blob-2.0.1.tar.gz) = 93381abf5d18222b9dd8a07fa5f810536427c047663433f4c77877d047877032 +SIZE (azure-storage-blob-2.0.1.tar.gz) = 75732 From owner-svn-ports-all@freebsd.org Sat May 11 23:15:54 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4974015A9D06; Sat, 11 May 2019 23:15:54 +0000 (UTC) (envelope-from jrm@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DEEED75936; Sat, 11 May 2019 23:15:53 +0000 (UTC) (envelope-from jrm@freebsd.org) Received: from phe.ftfl.ca.ftfl.ca (drmons0544w-142-167-140-18.dhcp-dynamic.fibreop.ns.bellaliant.net [142.167.140.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: jrm/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 42C9EA944; Sat, 11 May 2019 23:15:53 +0000 (UTC) (envelope-from jrm@freebsd.org) From: Joseph Mingrone To: Antoine Brodin Cc: ports-committers , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r500319 - in head: devel/ghub editors/apel editors/flim editors/psgml editors/semi editors/slime irc/riece japanese/ddskk japanese/lookup mail/c-sig mail/wanderlust net-im/jabber.el pri... References: <201904281516.x3SFGpuU077727@repo.freebsd.org> Date: Sat, 11 May 2019 20:15:51 -0300 In-Reply-To: (Antoine Brodin's message of "Sat, 11 May 2019 10:31:37 +0200") Message-ID: <86mujsmvko.fsf@phe.ftfl.ca> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Rspamd-Queue-Id: DEEED75936 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.91 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.993,0]; NEURAL_HAM_SHORT(-0.92)[-0.916,0]; ASN(0.00)[asn:11403, ipnet:96.47.64.0/20, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 23:15:54 -0000 --=-=-= Content-Type: text/plain Antoine Brodin writes: > On Sun, Apr 28, 2019 at 5:17 PM Joseph Mingrone wrote: >> Author: jrm >> Date: Sun Apr 28 15:16:51 2019 >> New Revision: 500319 >> URL: https://svnweb.freebsd.org/changeset/ports/500319 >> Log: >> Bump PORTREVISION for ports using EMACS_VERSION_SITE_LISPDIR >> This should have been done with r499179 when editors/emacs was updated >> to version 26.2. >> Reported by: nobutaka > Hi, > It seems that something broke auctex: > http://beefy9.nyi.freebsd.org/data/112amd64-default/501065/logs/errors/auctex-emacs27_nox-11.90_6.log > http://beefy9.nyi.freebsd.org/data/112amd64-default/501065/logs/errors/auctex-emacs27-11.90_6.log > Antoine Thanks for letting me know. I'm mostly afk for a day or two, but I will take a look when I am back. Joseph --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEEVbCTpybDiFVxIrrVNqQMg7DW754FAlzXV6dfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDU1 QjA5M0E3MjZDMzg4NTU3MTIyQkFENTM2QTQwQzgzQjBENkVGOUUACgkQNqQMg7DW 757t3Q/9GqE1eew/f2+YtG0CUT2Gx1r6tt9ni0psK/HCpHleGcbMdOACuPPFzFK2 yjeG2NPpWfACM7gBxamkDHfzBbAMFiZonPags/Yrwhb8rwxdPyPhfnJg6ahIBYqG yfMYIahShm0k4E9s0T1kddrpO9gRXtPONZLIFHRJgN1bwPEzZtgLQxRB2N8tARso ojKTlbmeisOG2KQPwlPQN3MmYak5L8OTupbDM6vBfE5+HPW7bXO89ijtP7QFQnY2 j9tdWhZq6vHkTozITYV4yRuCHWt7JP4LryRrL/oAAmLQoFaoCEfL1xopkQ2Tn0KD U1mARatowwUEGaY7KNK4IXeNAy/Qer+ZVtB7W/OhwvHX1MJOk+vo5j06L7d9/Dsf qzpILqVsL76I6CnCjRpdTobDB1B9Dptf+67v2IgmOzpkICtpOdNvxcMOFmZccl6R Spfyqvqet98FuHCBk+UEDlKNPdSS9HxLHF9edYecGdT+jL4oYl4gisEm2HGZ6s4E K+sQxQ1C2TO2rupPgtmpL2YGeRuDglG2Cpi5pkK6EwOnsaNWYH7KRv/9GPiGmWSp tj9NObS3QVU5nPcPkHfRS0TnedzHuaWYQNf7DrZJeXpdVjz0g8pnNcGBkoX95FM8 N6rtlb9wh5QR1UbX6EgYDDXUC4ONKCwTmCnHtudOekHkoAKk9HI= =OQEp -----END PGP SIGNATURE----- --=-=-=-- From owner-svn-ports-all@freebsd.org Sat May 11 23:16:13 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 99FB615A9D5D; Sat, 11 May 2019 23:16:13 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3DAAC75A2D; Sat, 11 May 2019 23:16:13 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2F5E7224B3; Sat, 11 May 2019 23:16:13 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BNGDve059875; Sat, 11 May 2019 23:16:13 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BNGCvT059873; Sat, 11 May 2019 23:16:12 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201905112316.x4BNGCvT059873@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 11 May 2019 23:16:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501319 - head/devel/py-azure-mgmt-network X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/devel/py-azure-mgmt-network X-SVN-Commit-Revision: 501319 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3DAAC75A2D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 23:16:13 -0000 Author: dbaio Date: Sat May 11 23:16:12 2019 New Revision: 501319 URL: https://svnweb.freebsd.org/changeset/ports/501319 Log: devel/py-azure-mgmt-network: Update to 2.7.0 Changelog: https://pypi.org/project/azure-mgmt-network/2.7.0/ Reported by: portscout Modified: head/devel/py-azure-mgmt-network/Makefile head/devel/py-azure-mgmt-network/distinfo Modified: head/devel/py-azure-mgmt-network/Makefile ============================================================================== --- head/devel/py-azure-mgmt-network/Makefile Sat May 11 23:15:42 2019 (r501318) +++ head/devel/py-azure-mgmt-network/Makefile Sat May 11 23:16:12 2019 (r501319) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= azure-mgmt-network -DISTVERSION= 2.6.0 +DISTVERSION= 2.7.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-azure-mgmt-network/distinfo ============================================================================== --- head/devel/py-azure-mgmt-network/distinfo Sat May 11 23:15:42 2019 (r501318) +++ head/devel/py-azure-mgmt-network/distinfo Sat May 11 23:16:12 2019 (r501319) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555201917 -SHA256 (azure-mgmt-network-2.6.0.zip) = 0166646703389374736cbe045ffb874e08796407ea0b1b5d441143b054a47e09 -SIZE (azure-mgmt-network-2.6.0.zip) = 10630554 +TIMESTAMP = 1557601130 +SHA256 (azure-mgmt-network-2.7.0.zip) = 57965d5c5182bcbe4ef70c23319a2714a5f473c650e18078ac055ad12c70e913 +SIZE (azure-mgmt-network-2.7.0.zip) = 11546336 From owner-svn-ports-all@freebsd.org Sat May 11 23:17:11 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44F2D15A9DA6; Sat, 11 May 2019 23:17:11 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D722A75B13; Sat, 11 May 2019 23:17:10 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6A783224B4; Sat, 11 May 2019 23:17:10 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BNHA1F060035; Sat, 11 May 2019 23:17:10 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BNH98o060033; Sat, 11 May 2019 23:17:09 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201905112317.x4BNH98o060033@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 11 May 2019 23:17:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501320 - head/devel/py-azure-mgmt-iothub X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/devel/py-azure-mgmt-iothub X-SVN-Commit-Revision: 501320 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D722A75B13 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 23:17:11 -0000 Author: dbaio Date: Sat May 11 23:17:09 2019 New Revision: 501320 URL: https://svnweb.freebsd.org/changeset/ports/501320 Log: devel/py-azure-mgmt-iothub: Update to 0.8.0 Changelog: https://pypi.org/project/azure-mgmt-iothub/0.8.0/ Reported by: portscout Modified: head/devel/py-azure-mgmt-iothub/Makefile head/devel/py-azure-mgmt-iothub/distinfo Modified: head/devel/py-azure-mgmt-iothub/Makefile ============================================================================== --- head/devel/py-azure-mgmt-iothub/Makefile Sat May 11 23:16:12 2019 (r501319) +++ head/devel/py-azure-mgmt-iothub/Makefile Sat May 11 23:17:09 2019 (r501320) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= azure-mgmt-iothub -PORTVERSION= 0.7.0 +PORTVERSION= 0.8.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-azure-mgmt-iothub/distinfo ============================================================================== --- head/devel/py-azure-mgmt-iothub/distinfo Sat May 11 23:16:12 2019 (r501319) +++ head/devel/py-azure-mgmt-iothub/distinfo Sat May 11 23:17:09 2019 (r501320) @@ -1,3 +1,3 @@ -TIMESTAMP = 1545605836 -SHA256 (azure-mgmt-iothub-0.7.0.zip) = a0055fa6ec7a8d6dc9458605878d04d229f57f248096e54bc82dbe4c16d17634 -SIZE (azure-mgmt-iothub-0.7.0.zip) = 140713 +TIMESTAMP = 1557601269 +SHA256 (azure-mgmt-iothub-0.8.0.zip) = 31f9be7731f719260d1139691d7837a7449aee1f66b6ccb21d2fa2e53c780708 +SIZE (azure-mgmt-iothub-0.8.0.zip) = 150423 From owner-svn-ports-all@freebsd.org Sat May 11 23:17:40 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D549A15A9DD0; Sat, 11 May 2019 23:17:40 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7880C75BEB; Sat, 11 May 2019 23:17:40 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4FF49224B5; Sat, 11 May 2019 23:17:40 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BNHexY060172; Sat, 11 May 2019 23:17:40 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BNHd1m060170; Sat, 11 May 2019 23:17:39 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201905112317.x4BNHd1m060170@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 11 May 2019 23:17:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501321 - head/devel/py-azure-mgmt-eventhub X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/devel/py-azure-mgmt-eventhub X-SVN-Commit-Revision: 501321 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7880C75BEB X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 23:17:41 -0000 Author: dbaio Date: Sat May 11 23:17:39 2019 New Revision: 501321 URL: https://svnweb.freebsd.org/changeset/ports/501321 Log: devel/py-azure-mgmt-eventhub: Update to 2.6.0 Changelog: https://pypi.org/project/azure-mgmt-eventhub/2.6.0/ Reported by: portscout Modified: head/devel/py-azure-mgmt-eventhub/Makefile head/devel/py-azure-mgmt-eventhub/distinfo Modified: head/devel/py-azure-mgmt-eventhub/Makefile ============================================================================== --- head/devel/py-azure-mgmt-eventhub/Makefile Sat May 11 23:17:09 2019 (r501320) +++ head/devel/py-azure-mgmt-eventhub/Makefile Sat May 11 23:17:39 2019 (r501321) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= azure-mgmt-eventhub -PORTVERSION= 2.5.0 +PORTVERSION= 2.6.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-azure-mgmt-eventhub/distinfo ============================================================================== --- head/devel/py-azure-mgmt-eventhub/distinfo Sat May 11 23:17:09 2019 (r501320) +++ head/devel/py-azure-mgmt-eventhub/distinfo Sat May 11 23:17:39 2019 (r501321) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555196890 -SHA256 (azure-mgmt-eventhub-2.5.0.zip) = 6c00e6504ee5016e7e50611f586e0b7cc9d901404fdf76c45ba619e316eb40d4 -SIZE (azure-mgmt-eventhub-2.5.0.zip) = 229209 +TIMESTAMP = 1557601358 +SHA256 (azure-mgmt-eventhub-2.6.0.zip) = e86b20aa1f6f9c77a83d4af6e708823cc3593658bcea7b12228efc48e214d7da +SIZE (azure-mgmt-eventhub-2.6.0.zip) = 217743 From owner-svn-ports-all@freebsd.org Sat May 11 23:18:10 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 08DAA15A9E03; Sat, 11 May 2019 23:18:10 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9FAF775CC3; Sat, 11 May 2019 23:18:09 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 76828224B6; Sat, 11 May 2019 23:18:09 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BNI9st060314; Sat, 11 May 2019 23:18:09 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BNI9SM060312; Sat, 11 May 2019 23:18:09 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201905112318.x4BNI9SM060312@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 11 May 2019 23:18:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501322 - head/devel/py-azure-mgmt-cosmosdb X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/devel/py-azure-mgmt-cosmosdb X-SVN-Commit-Revision: 501322 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9FAF775CC3 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 23:18:10 -0000 Author: dbaio Date: Sat May 11 23:18:08 2019 New Revision: 501322 URL: https://svnweb.freebsd.org/changeset/ports/501322 Log: devel/py-azure-mgmt-cosmosdb: Update to 0.6.0 Changelog: https://pypi.org/project/azure-mgmt-cosmosdb/0.6.0/ Reported by: portscout Modified: head/devel/py-azure-mgmt-cosmosdb/Makefile head/devel/py-azure-mgmt-cosmosdb/distinfo Modified: head/devel/py-azure-mgmt-cosmosdb/Makefile ============================================================================== --- head/devel/py-azure-mgmt-cosmosdb/Makefile Sat May 11 23:17:39 2019 (r501321) +++ head/devel/py-azure-mgmt-cosmosdb/Makefile Sat May 11 23:18:08 2019 (r501322) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= azure-mgmt-cosmosdb -PORTVERSION= 0.5.2 +PORTVERSION= 0.6.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-azure-mgmt-cosmosdb/distinfo ============================================================================== --- head/devel/py-azure-mgmt-cosmosdb/distinfo Sat May 11 23:17:39 2019 (r501321) +++ head/devel/py-azure-mgmt-cosmosdb/distinfo Sat May 11 23:18:08 2019 (r501322) @@ -1,3 +1,3 @@ -TIMESTAMP = 1545688820 -SHA256 (azure-mgmt-cosmosdb-0.5.2.zip) = 1a7fefbd45262a7384a013fa4c29ea030365b08ead5e08a7148d2a32276cb2c3 -SIZE (azure-mgmt-cosmosdb-0.5.2.zip) = 109898 +TIMESTAMP = 1557601390 +SHA256 (azure-mgmt-cosmosdb-0.6.0.zip) = 2da4d6246ff4910a45a250d36febb7ee7b092cf8a5e4ff064a1790d2adb29f3c +SIZE (azure-mgmt-cosmosdb-0.6.0.zip) = 207703 From owner-svn-ports-all@freebsd.org Sat May 11 23:18:41 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1DCDE15A9E40; Sat, 11 May 2019 23:18:41 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B75C075DDB; Sat, 11 May 2019 23:18:40 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 90D22224B7; Sat, 11 May 2019 23:18:40 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BNIejd060454; Sat, 11 May 2019 23:18:40 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BNIe8P060452; Sat, 11 May 2019 23:18:40 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201905112318.x4BNIe8P060452@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 11 May 2019 23:18:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501323 - head/devel/py-azure-mgmt-containerservice X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/devel/py-azure-mgmt-containerservice X-SVN-Commit-Revision: 501323 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B75C075DDB X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 23:18:41 -0000 Author: dbaio Date: Sat May 11 23:18:39 2019 New Revision: 501323 URL: https://svnweb.freebsd.org/changeset/ports/501323 Log: devel/py-azure-mgmt-containerservice: Update to 5.3.0 Changelog: https://pypi.org/project/azure-mgmt-containerservice/5.3.0/ Reported by: portscout Modified: head/devel/py-azure-mgmt-containerservice/Makefile head/devel/py-azure-mgmt-containerservice/distinfo Modified: head/devel/py-azure-mgmt-containerservice/Makefile ============================================================================== --- head/devel/py-azure-mgmt-containerservice/Makefile Sat May 11 23:18:08 2019 (r501322) +++ head/devel/py-azure-mgmt-containerservice/Makefile Sat May 11 23:18:39 2019 (r501323) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= azure-mgmt-containerservice -PORTVERSION= 5.1.0 +PORTVERSION= 5.3.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-azure-mgmt-containerservice/distinfo ============================================================================== --- head/devel/py-azure-mgmt-containerservice/distinfo Sat May 11 23:18:08 2019 (r501322) +++ head/devel/py-azure-mgmt-containerservice/distinfo Sat May 11 23:18:39 2019 (r501323) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555196953 -SHA256 (azure-mgmt-containerservice-5.1.0.zip) = 69f5573aea42c3e2b979c917d3782b5e5b1ff41e391bec1c9f8c19198a87d259 -SIZE (azure-mgmt-containerservice-5.1.0.zip) = 308485 +TIMESTAMP = 1557601432 +SHA256 (azure-mgmt-containerservice-5.3.0.zip) = 7a034615732db2e28cb22de068bf8d6f4314915f55ee9ac031a71764858816b6 +SIZE (azure-mgmt-containerservice-5.3.0.zip) = 423850 From owner-svn-ports-all@freebsd.org Sat May 11 23:19:13 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 641CE15A9E72; Sat, 11 May 2019 23:19:13 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0599A75EB4; Sat, 11 May 2019 23:19:13 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D0CBB224B8; Sat, 11 May 2019 23:19:12 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BNJCUr060600; Sat, 11 May 2019 23:19:12 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BNJCSo060599; Sat, 11 May 2019 23:19:12 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201905112319.x4BNJCSo060599@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 11 May 2019 23:19:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501324 - head/devel/py-azure-mgmt-containerregistry X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/devel/py-azure-mgmt-containerregistry X-SVN-Commit-Revision: 501324 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0599A75EB4 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 23:19:13 -0000 Author: dbaio Date: Sat May 11 23:19:12 2019 New Revision: 501324 URL: https://svnweb.freebsd.org/changeset/ports/501324 Log: devel/py-azure-mgmt-containerregistry: Update to 2.8.0 Changelog: https://pypi.org/project/azure-mgmt-containerregistry/2.8.0/ Reported by: portscout Modified: head/devel/py-azure-mgmt-containerregistry/Makefile head/devel/py-azure-mgmt-containerregistry/distinfo Modified: head/devel/py-azure-mgmt-containerregistry/Makefile ============================================================================== --- head/devel/py-azure-mgmt-containerregistry/Makefile Sat May 11 23:18:39 2019 (r501323) +++ head/devel/py-azure-mgmt-containerregistry/Makefile Sat May 11 23:19:12 2019 (r501324) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= azure-mgmt-containerregistry -PORTVERSION= 2.7.0 +PORTVERSION= 2.8.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-azure-mgmt-containerregistry/distinfo ============================================================================== --- head/devel/py-azure-mgmt-containerregistry/distinfo Sat May 11 23:18:39 2019 (r501323) +++ head/devel/py-azure-mgmt-containerregistry/distinfo Sat May 11 23:19:12 2019 (r501324) @@ -1,3 +1,3 @@ -TIMESTAMP = 1549107837 -SHA256 (azure-mgmt-containerregistry-2.7.0.zip) = eef8a747ffb43abeb034419a81091fe3fed24ea6a2beab58f3b6933bb0cf0310 -SIZE (azure-mgmt-containerregistry-2.7.0.zip) = 536647 +TIMESTAMP = 1557601482 +SHA256 (azure-mgmt-containerregistry-2.8.0.zip) = b24be1050d54f3158e8be7f6ad677f0c8888dddefd09fb8391ebfc73d40173a4 +SIZE (azure-mgmt-containerregistry-2.8.0.zip) = 782109 From owner-svn-ports-all@freebsd.org Sat May 11 23:20:00 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F219415A9EC9; Sat, 11 May 2019 23:19:59 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9999C75FC5; Sat, 11 May 2019 23:19:59 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7424C224B9; Sat, 11 May 2019 23:19:59 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BNJxLD060748; Sat, 11 May 2019 23:19:59 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BNJxND060746; Sat, 11 May 2019 23:19:59 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201905112319.x4BNJxND060746@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 11 May 2019 23:19:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501325 - head/devel/py-azure-mgmt-compute X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/devel/py-azure-mgmt-compute X-SVN-Commit-Revision: 501325 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9999C75FC5 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 23:20:00 -0000 Author: dbaio Date: Sat May 11 23:19:58 2019 New Revision: 501325 URL: https://svnweb.freebsd.org/changeset/ports/501325 Log: devel/py-azure-mgmt-compute: Update to 5.0.0 Changelog: https://pypi.org/project/azure-mgmt-compute/5.0.0/ Reported by: portscout Modified: head/devel/py-azure-mgmt-compute/Makefile head/devel/py-azure-mgmt-compute/distinfo Modified: head/devel/py-azure-mgmt-compute/Makefile ============================================================================== --- head/devel/py-azure-mgmt-compute/Makefile Sat May 11 23:19:12 2019 (r501324) +++ head/devel/py-azure-mgmt-compute/Makefile Sat May 11 23:19:58 2019 (r501325) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= azure-mgmt-compute -PORTVERSION= 4.6.2 +PORTVERSION= 5.0.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-azure-mgmt-compute/distinfo ============================================================================== --- head/devel/py-azure-mgmt-compute/distinfo Sat May 11 23:19:12 2019 (r501324) +++ head/devel/py-azure-mgmt-compute/distinfo Sat May 11 23:19:58 2019 (r501325) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556399557 -SHA256 (azure-mgmt-compute-4.6.2.zip) = 93f32e68d322a04006296b89d219e8ccc5d5e52e788ec0a602563823e108e1f8 -SIZE (azure-mgmt-compute-4.6.2.zip) = 3136617 +TIMESTAMP = 1557601516 +SHA256 (azure-mgmt-compute-5.0.0.zip) = bc200f100da77c0c910cc9e4db103d4c3f9e052222aa400630b608e410bbbefd +SIZE (azure-mgmt-compute-5.0.0.zip) = 3383546 From owner-svn-ports-all@freebsd.org Sat May 11 23:20:39 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9E7215A9F44; Sat, 11 May 2019 23:20:38 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5E1D1760DE; Sat, 11 May 2019 23:20:38 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 39F94224CA; Sat, 11 May 2019 23:20:38 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BNKcw3061729; Sat, 11 May 2019 23:20:38 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BNKbxO061727; Sat, 11 May 2019 23:20:37 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201905112320.x4BNKbxO061727@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 11 May 2019 23:20:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501326 - head/devel/py-azure-mgmt-cognitiveservices X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/devel/py-azure-mgmt-cognitiveservices X-SVN-Commit-Revision: 501326 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5E1D1760DE X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 23:20:39 -0000 Author: dbaio Date: Sat May 11 23:20:37 2019 New Revision: 501326 URL: https://svnweb.freebsd.org/changeset/ports/501326 Log: devel/py-azure-mgmt-cognitiveservices: Update to 4.0.0 Changelog: https://pypi.org/project/azure-mgmt-cognitiveservices/4.0.0/ Reported by: portscout Modified: head/devel/py-azure-mgmt-cognitiveservices/Makefile head/devel/py-azure-mgmt-cognitiveservices/distinfo Modified: head/devel/py-azure-mgmt-cognitiveservices/Makefile ============================================================================== --- head/devel/py-azure-mgmt-cognitiveservices/Makefile Sat May 11 23:19:58 2019 (r501325) +++ head/devel/py-azure-mgmt-cognitiveservices/Makefile Sat May 11 23:20:37 2019 (r501326) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= azure-mgmt-cognitiveservices -PORTVERSION= 3.0.0 +PORTVERSION= 4.0.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +11,8 @@ COMMENT= Microsoft Azure Cognitive Services Management LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.27:net-mgmt/py-msrestazure@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} USES= azurepy python zip Modified: head/devel/py-azure-mgmt-cognitiveservices/distinfo ============================================================================== --- head/devel/py-azure-mgmt-cognitiveservices/distinfo Sat May 11 23:19:58 2019 (r501325) +++ head/devel/py-azure-mgmt-cognitiveservices/distinfo Sat May 11 23:20:37 2019 (r501326) @@ -1,3 +1,3 @@ -TIMESTAMP = 1545946374 -SHA256 (azure-mgmt-cognitiveservices-3.0.0.zip) = c3247f2786b996a5f328ebdaf65d31507571979e004de7a5ed0ff280f95d80b4 -SIZE (azure-mgmt-cognitiveservices-3.0.0.zip) = 68467 +TIMESTAMP = 1557601575 +SHA256 (azure-mgmt-cognitiveservices-4.0.0.zip) = 4d0b393ac6cc85bff4caa44f9d3a22db366e49f68b046f36864c57d3827feb17 +SIZE (azure-mgmt-cognitiveservices-4.0.0.zip) = 66131 From owner-svn-ports-all@freebsd.org Sat May 11 23:20:58 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A062815A9F70; Sat, 11 May 2019 23:20:58 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 43618761FD; Sat, 11 May 2019 23:20:58 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1F3FB225EB; Sat, 11 May 2019 23:20:58 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BNKwGY063290; Sat, 11 May 2019 23:20:58 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BNKwjv063289; Sat, 11 May 2019 23:20:58 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905112320.x4BNKwjv063289@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 11 May 2019 23:20:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501327 - head/security/nss/files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/security/nss/files X-SVN-Commit-Revision: 501327 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 43618761FD X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 23:20:58 -0000 Author: jbeich Date: Sat May 11 23:20:57 2019 New Revision: 501327 URL: https://svnweb.freebsd.org/changeset/ports/501327 Log: security/nss: unbreak on powerpc64 after r501212 crypto_primitives.c: In function 'swap8b': crypto_primitives.c:31: error: 'SHA_MASK8' undeclared (first use in this function) crypto_primitives.c:31: error: (Each undeclared identifier is reported only once crypto_primitives.c:31: error: for each function it appears in.) crypto_primitives.c:32: error: 'SHA_MASK16' undeclared (first use in this function) PR: 237841 Reported by: jhibbits Added: head/security/nss/files/patch-bug1551041 (contents, props changed) Added: head/security/nss/files/patch-bug1551041 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/nss/files/patch-bug1551041 Sat May 11 23:20:57 2019 (r501327) @@ -0,0 +1,11 @@ +--- lib/freebl/crypto_primitives.c.orig 2019-05-10 21:14:18 UTC ++++ lib/freebl/crypto_primitives.c +@@ -22,7 +22,7 @@ swap8b(PRUint64 value) + return (value); + } + +-#elif !defined(_MSC_VER) && !__has_builtin(__builtin_bswap64) && !((defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3)))) ++#elif defined(IS_LITTLE_ENDIAN) && !defined(_MSC_VER) && !__has_builtin(__builtin_bswap64) && !((defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3)))) + + PRUint64 + swap8b(PRUint64 x) From owner-svn-ports-all@freebsd.org Sat May 11 23:21:12 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0ED5B15AA0DC; Sat, 11 May 2019 23:21:12 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AAB3276304; Sat, 11 May 2019 23:21:11 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 82DFB225FF; Sat, 11 May 2019 23:21:11 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BNLBlf063436; Sat, 11 May 2019 23:21:11 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BNLBWA063434; Sat, 11 May 2019 23:21:11 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201905112321.x4BNLBWA063434@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 11 May 2019 23:21:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501328 - head/devel/py-azure-datalake-store X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/devel/py-azure-datalake-store X-SVN-Commit-Revision: 501328 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: AAB3276304 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 23:21:12 -0000 Author: dbaio Date: Sat May 11 23:21:10 2019 New Revision: 501328 URL: https://svnweb.freebsd.org/changeset/ports/501328 Log: devel/py-azure-datalake-store: Update to 0.0.45 Changelog: https://pypi.org/project/azure-datalake-store/0.0.45/ Reported by: portscout Modified: head/devel/py-azure-datalake-store/Makefile head/devel/py-azure-datalake-store/distinfo Modified: head/devel/py-azure-datalake-store/Makefile ============================================================================== --- head/devel/py-azure-datalake-store/Makefile Sat May 11 23:20:57 2019 (r501327) +++ head/devel/py-azure-datalake-store/Makefile Sat May 11 23:21:10 2019 (r501328) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= azure-datalake-store -PORTVERSION= 0.0.44 +PORTVERSION= 0.0.45 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-azure-datalake-store/distinfo ============================================================================== --- head/devel/py-azure-datalake-store/distinfo Sat May 11 23:20:57 2019 (r501327) +++ head/devel/py-azure-datalake-store/distinfo Sat May 11 23:21:10 2019 (r501328) @@ -1,3 +1,3 @@ -TIMESTAMP = 1552135686 -SHA256 (azure-datalake-store-0.0.44.tar.gz) = 5dc3f991d8eaf30b87ec938e2a943c955aaa26e99cab4e076aa4a4186bc23674 -SIZE (azure-datalake-store-0.0.44.tar.gz) = 57040 +TIMESTAMP = 1557602077 +SHA256 (azure-datalake-store-0.0.45.tar.gz) = 6d719302f2fcac6c941c47d934a6f20f71ec7a519ab53f4aac9283b1db9d5ccc +SIZE (azure-datalake-store-0.0.45.tar.gz) = 57249 From owner-svn-ports-all@freebsd.org Sat May 11 23:21:38 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19A7D15AA12B; Sat, 11 May 2019 23:21:38 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B239076440; Sat, 11 May 2019 23:21:37 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2EC6822626; Sat, 11 May 2019 23:21:37 +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 x4BNLbBc066019; Sat, 11 May 2019 23:21:37 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BNLbAD066018; Sat, 11 May 2019 23:21:37 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905112321.x4BNLbAD066018@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 11 May 2019 23:21:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501329 - branches/2019Q2/security/nss/files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2019Q2/security/nss/files X-SVN-Commit-Revision: 501329 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B239076440 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 23:21:38 -0000 Author: jbeich Date: Sat May 11 23:21:36 2019 New Revision: 501329 URL: https://svnweb.freebsd.org/changeset/ports/501329 Log: MFH: r501327 security/nss: unbreak on powerpc64 after r501212 crypto_primitives.c: In function 'swap8b': crypto_primitives.c:31: error: 'SHA_MASK8' undeclared (first use in this function) crypto_primitives.c:31: error: (Each undeclared identifier is reported only once crypto_primitives.c:31: error: for each function it appears in.) crypto_primitives.c:32: error: 'SHA_MASK16' undeclared (first use in this function) PR: 237841 Reported by: jhibbits Approved by: ports-secteam blanket Added: branches/2019Q2/security/nss/files/patch-bug1551041 - copied unchanged from r501327, head/security/nss/files/patch-bug1551041 Modified: Directory Properties: branches/2019Q2/ (props changed) Copied: branches/2019Q2/security/nss/files/patch-bug1551041 (from r501327, head/security/nss/files/patch-bug1551041) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2019Q2/security/nss/files/patch-bug1551041 Sat May 11 23:21:36 2019 (r501329, copy of r501327, head/security/nss/files/patch-bug1551041) @@ -0,0 +1,11 @@ +--- lib/freebl/crypto_primitives.c.orig 2019-05-10 21:14:18 UTC ++++ lib/freebl/crypto_primitives.c +@@ -22,7 +22,7 @@ swap8b(PRUint64 value) + return (value); + } + +-#elif !defined(_MSC_VER) && !__has_builtin(__builtin_bswap64) && !((defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3)))) ++#elif defined(IS_LITTLE_ENDIAN) && !defined(_MSC_VER) && !__has_builtin(__builtin_bswap64) && !((defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3)))) + + PRUint64 + swap8b(PRUint64 x) From owner-svn-ports-all@freebsd.org Sat May 11 23:21:47 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D85C915AA152; Sat, 11 May 2019 23:21:47 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 68E78764FC; Sat, 11 May 2019 23:21:47 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2E1FC2262C; Sat, 11 May 2019 23:21:45 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BNLjLB066157; Sat, 11 May 2019 23:21:45 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BNLiEO066155; Sat, 11 May 2019 23:21:44 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201905112321.x4BNLiEO066155@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 11 May 2019 23:21:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501330 - head/www/py-azure-common X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/www/py-azure-common X-SVN-Commit-Revision: 501330 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 68E78764FC X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 23:21:48 -0000 Author: dbaio Date: Sat May 11 23:21:44 2019 New Revision: 501330 URL: https://svnweb.freebsd.org/changeset/ports/501330 Log: www/py-azure-common: Update to 1.1.20 Changelog: https://pypi.org/project/azure-common/1.1.20/ Reported by: portscout Modified: head/www/py-azure-common/Makefile head/www/py-azure-common/distinfo Modified: head/www/py-azure-common/Makefile ============================================================================== --- head/www/py-azure-common/Makefile Sat May 11 23:21:36 2019 (r501329) +++ head/www/py-azure-common/Makefile Sat May 11 23:21:44 2019 (r501330) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= azure-common -PORTVERSION= 1.1.19 +PORTVERSION= 1.1.20 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-azure-common/distinfo ============================================================================== --- head/www/py-azure-common/distinfo Sat May 11 23:21:36 2019 (r501329) +++ head/www/py-azure-common/distinfo Sat May 11 23:21:44 2019 (r501330) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556401636 -SHA256 (azure-common-1.1.19.zip) = 622d9360a1b61172b4c0d1cc58f939c68402aa19ca44872ab3d224d913aa6d0c -SIZE (azure-common-1.1.19.zip) = 16051 +TIMESTAMP = 1557609118 +SHA256 (azure-common-1.1.20.zip) = 76e5b85074e25613ad698db2b02f88ed2c43b2fe56d11e03588a6f6e6f5b4d5a +SIZE (azure-common-1.1.20.zip) = 16193 From owner-svn-ports-all@freebsd.org Sat May 11 23:22:24 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ACABE15AA1C7; Sat, 11 May 2019 23:22:24 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4B61D767B0; Sat, 11 May 2019 23:22:24 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0708522655; Sat, 11 May 2019 23:22:24 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BNMNhE066325; Sat, 11 May 2019 23:22:23 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BNMNo3066323; Sat, 11 May 2019 23:22:23 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201905112322.x4BNMNo3066323@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 11 May 2019 23:22:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501331 - head/sysutils/py-azure-cli-vm X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/sysutils/py-azure-cli-vm X-SVN-Commit-Revision: 501331 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4B61D767B0 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 23:22:25 -0000 Author: dbaio Date: Sat May 11 23:22:23 2019 New Revision: 501331 URL: https://svnweb.freebsd.org/changeset/ports/501331 Log: sysutils/py-azure-cli-vm: Update to 2.2.20 Changelog: https://pypi.org/project/azure-cli-vm/2.2.20/ Reported by: portscout Modified: head/sysutils/py-azure-cli-vm/Makefile head/sysutils/py-azure-cli-vm/distinfo Modified: head/sysutils/py-azure-cli-vm/Makefile ============================================================================== --- head/sysutils/py-azure-cli-vm/Makefile Sat May 11 23:21:44 2019 (r501330) +++ head/sysutils/py-azure-cli-vm/Makefile Sat May 11 23:22:23 2019 (r501331) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= azure-cli-vm -PORTVERSION= 2.2.19 +PORTVERSION= 2.2.20 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,10 +13,10 @@ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-mgmt-msi>=0.2.0:devel/py-azure-mgmt-msi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-authorization>=0.50.0:devel/py-azure-mgmt-authorization@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-compute>=4.6.1:devel/py-azure-mgmt-compute@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-compute>=5.0.0:devel/py-azure-mgmt-compute@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-keyvault>=1.1.0:devel/py-azure-mgmt-keyvault@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-keyvault>=1.1.0:devel/py-azure-keyvault@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-network>=2.6.0.r1:devel/py-azure-mgmt-network@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-network>=2.6.0:devel/py-azure-mgmt-network@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-multiapi-storage>=0.2.3:devel/py-azure-multiapi-storage@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-marketplaceordering>=0.1.0:devel/py-azure-mgmt-marketplaceordering@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR} Modified: head/sysutils/py-azure-cli-vm/distinfo ============================================================================== --- head/sysutils/py-azure-cli-vm/distinfo Sat May 11 23:21:44 2019 (r501330) +++ head/sysutils/py-azure-cli-vm/distinfo Sat May 11 23:22:23 2019 (r501331) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556399617 -SHA256 (azure-cli-vm-2.2.19.tar.gz) = 2adaf1877f7788a885760cab588f077aac69bb1d7f818de22cda2dcf1cbfadc6 -SIZE (azure-cli-vm-2.2.19.tar.gz) = 105382 +TIMESTAMP = 1557602116 +SHA256 (azure-cli-vm-2.2.20.tar.gz) = d90f65b3c794a4dfe1f553f23d21887dc6c3cdb507f207390bc47cb0a7c75da6 +SIZE (azure-cli-vm-2.2.20.tar.gz) = 107252 From owner-svn-ports-all@freebsd.org Sat May 11 23:23:16 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF82615AA254; Sat, 11 May 2019 23:23:16 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6AAF2768C1; Sat, 11 May 2019 23:23:16 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 42C8E22660; Sat, 11 May 2019 23:23:16 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BNNGAu066478; Sat, 11 May 2019 23:23:16 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BNNFnd066476; Sat, 11 May 2019 23:23:15 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201905112323.x4BNNFnd066476@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 11 May 2019 23:23:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501332 - head/sysutils/py-azure-cli-sql X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/sysutils/py-azure-cli-sql X-SVN-Commit-Revision: 501332 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6AAF2768C1 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 23:23:17 -0000 Author: dbaio Date: Sat May 11 23:23:15 2019 New Revision: 501332 URL: https://svnweb.freebsd.org/changeset/ports/501332 Log: sysutils/py-azure-cli-sql: Update to 2.2.3 Changelog: https://pypi.org/project/azure-cli-sql/2.2.3/ Reported by: portscout Modified: head/sysutils/py-azure-cli-sql/Makefile head/sysutils/py-azure-cli-sql/distinfo Modified: head/sysutils/py-azure-cli-sql/Makefile ============================================================================== --- head/sysutils/py-azure-cli-sql/Makefile Sat May 11 23:22:23 2019 (r501331) +++ head/sysutils/py-azure-cli-sql/Makefile Sat May 11 23:23:15 2019 (r501332) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= azure-cli-sql -PORTVERSION= 2.2.2 +PORTVERSION= 2.2.3 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/sysutils/py-azure-cli-sql/distinfo ============================================================================== --- head/sysutils/py-azure-cli-sql/distinfo Sat May 11 23:22:23 2019 (r501331) +++ head/sysutils/py-azure-cli-sql/distinfo Sat May 11 23:23:15 2019 (r501332) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556399726 -SHA256 (azure-cli-sql-2.2.2.tar.gz) = 8d4065cf2e3d7d239f37ad63ee8504e66f99e9ff72c988567bba13244022fc60 -SIZE (azure-cli-sql-2.2.2.tar.gz) = 39980 +TIMESTAMP = 1557602405 +SHA256 (azure-cli-sql-2.2.3.tar.gz) = 9ae65cf009e5c1d1b115e28de18bf9dc44a3112691d1e67edf3341d77ed1d2c7 +SIZE (azure-cli-sql-2.2.3.tar.gz) = 40280 From owner-svn-ports-all@freebsd.org Sat May 11 23:23:47 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2A6B15AA292; Sat, 11 May 2019 23:23:47 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 66E2C769A6; Sat, 11 May 2019 23:23:47 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4EF0322661; Sat, 11 May 2019 23:23:47 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BNNlcI066615; Sat, 11 May 2019 23:23:47 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BNNlJ5066614; Sat, 11 May 2019 23:23:47 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201905112323.x4BNNlJ5066614@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 11 May 2019 23:23:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501333 - head/sysutils/py-azure-cli-servicefabric X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/sysutils/py-azure-cli-servicefabric X-SVN-Commit-Revision: 501333 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 66E2C769A6 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 23:23:48 -0000 Author: dbaio Date: Sat May 11 23:23:46 2019 New Revision: 501333 URL: https://svnweb.freebsd.org/changeset/ports/501333 Log: sysutils/py-azure-cli-servicefabric: Update to 0.1.18 Reported by: portscout Modified: head/sysutils/py-azure-cli-servicefabric/Makefile head/sysutils/py-azure-cli-servicefabric/distinfo Modified: head/sysutils/py-azure-cli-servicefabric/Makefile ============================================================================== --- head/sysutils/py-azure-cli-servicefabric/Makefile Sat May 11 23:23:15 2019 (r501332) +++ head/sysutils/py-azure-cli-servicefabric/Makefile Sat May 11 23:23:46 2019 (r501333) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= azure-cli-servicefabric -PORTVERSION= 0.1.17 +PORTVERSION= 0.1.18 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +13,8 @@ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-graphrbac>=0.60.0:devel/py-azure-graphrbac@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-keyvault>=1.1.0:devel/py-azure-keyvault@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-network>=2.6.0.r1:devel/py-azure-mgmt-network@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-compute>=4.6.1:devel/py-azure-mgmt-compute@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-network>=2.6.0:devel/py-azure-mgmt-network@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-compute>=5.0.0:devel/py-azure-mgmt-compute@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-storage>=3.1.1:devel/py-azure-mgmt-storage@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-servicefabric>=0.2.0:devel/py-azure-mgmt-servicefabric@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-keyvault>=1.1.0:devel/py-azure-mgmt-keyvault@${PY_FLAVOR} \ Modified: head/sysutils/py-azure-cli-servicefabric/distinfo ============================================================================== --- head/sysutils/py-azure-cli-servicefabric/distinfo Sat May 11 23:23:15 2019 (r501332) +++ head/sysutils/py-azure-cli-servicefabric/distinfo Sat May 11 23:23:46 2019 (r501333) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556399758 -SHA256 (azure-cli-servicefabric-0.1.17.tar.gz) = 20d66e30a5dc9dc8de823fd1a4cca37bd1ca09a7ebeb418d6b08973c6bb904b4 -SIZE (azure-cli-servicefabric-0.1.17.tar.gz) = 31586 +TIMESTAMP = 1557602437 +SHA256 (azure-cli-servicefabric-0.1.18.tar.gz) = 221550e352d96f0633c4bdea1ca408ad2d82cdca4de7f12fe730166adf6348f3 +SIZE (azure-cli-servicefabric-0.1.18.tar.gz) = 31601 From owner-svn-ports-all@freebsd.org Sat May 11 23:24:20 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7D4715AA2CC; Sat, 11 May 2019 23:24:19 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8F02A76A88; Sat, 11 May 2019 23:24:19 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6297622662; Sat, 11 May 2019 23:24:19 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BNOJqr066759; Sat, 11 May 2019 23:24:19 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BNOJ2Z066756; Sat, 11 May 2019 23:24:19 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201905112324.x4BNOJ2Z066756@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 11 May 2019 23:24:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501334 - head/sysutils/py-azure-cli-servicebus X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/sysutils/py-azure-cli-servicebus X-SVN-Commit-Revision: 501334 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8F02A76A88 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 23:24:20 -0000 Author: dbaio Date: Sat May 11 23:24:18 2019 New Revision: 501334 URL: https://svnweb.freebsd.org/changeset/ports/501334 Log: sysutils/py-azure-cli-servicebus: Update to 0.3.5 Changelog: https://pypi.org/project/azure-cli-servicebus/0.3.5/ Reported by: portscout Modified: head/sysutils/py-azure-cli-servicebus/Makefile head/sysutils/py-azure-cli-servicebus/distinfo Modified: head/sysutils/py-azure-cli-servicebus/Makefile ============================================================================== --- head/sysutils/py-azure-cli-servicebus/Makefile Sat May 11 23:23:46 2019 (r501333) +++ head/sysutils/py-azure-cli-servicebus/Makefile Sat May 11 23:24:18 2019 (r501334) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= azure-cli-servicebus -PORTVERSION= 0.3.4 +PORTVERSION= 0.3.5 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +11,7 @@ COMMENT= Microsoft Azure Service Bus Command-Line Tool LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-mgmt-servicebus>=0.5.3:devel/py-azure-mgmt-servicebus@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-mgmt-servicebus>=0.6.0:devel/py-azure-mgmt-servicebus@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} Modified: head/sysutils/py-azure-cli-servicebus/distinfo ============================================================================== --- head/sysutils/py-azure-cli-servicebus/distinfo Sat May 11 23:23:46 2019 (r501333) +++ head/sysutils/py-azure-cli-servicebus/distinfo Sat May 11 23:24:18 2019 (r501334) @@ -1,3 +1,3 @@ -TIMESTAMP = 1553901510 -SHA256 (azure-cli-servicebus-0.3.4.tar.gz) = 87d65481a0e6830d887881d11859484536bb4e9ea10f5d235200261da8a818be -SIZE (azure-cli-servicebus-0.3.4.tar.gz) = 13960 +TIMESTAMP = 1557602526 +SHA256 (azure-cli-servicebus-0.3.5.tar.gz) = a391ac34cce83be8762203aa03e8c73aab7166c9fe6114a3f7255123d75a7585 +SIZE (azure-cli-servicebus-0.3.5.tar.gz) = 15821 From owner-svn-ports-all@freebsd.org Sat May 11 23:24:48 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 825F615AA2FC; Sat, 11 May 2019 23:24:48 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2795076B61; Sat, 11 May 2019 23:24:48 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0251822663; Sat, 11 May 2019 23:24:48 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BNOlMj066893; Sat, 11 May 2019 23:24:47 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BNOlAk066891; Sat, 11 May 2019 23:24:47 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201905112324.x4BNOlAk066891@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 11 May 2019 23:24:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501335 - head/sysutils/py-azure-cli-role X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/sysutils/py-azure-cli-role X-SVN-Commit-Revision: 501335 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2795076B61 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 23:24:48 -0000 Author: dbaio Date: Sat May 11 23:24:47 2019 New Revision: 501335 URL: https://svnweb.freebsd.org/changeset/ports/501335 Log: sysutils/py-azure-cli-role: Update to 2.6.1 Changelog: https://pypi.org/project/azure-cli-role/2.6.1/ Reported by: portscout Modified: head/sysutils/py-azure-cli-role/Makefile head/sysutils/py-azure-cli-role/distinfo Modified: head/sysutils/py-azure-cli-role/Makefile ============================================================================== --- head/sysutils/py-azure-cli-role/Makefile Sat May 11 23:24:18 2019 (r501334) +++ head/sysutils/py-azure-cli-role/Makefile Sat May 11 23:24:47 2019 (r501335) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= azure-cli-role -PORTVERSION= 2.6.0 +PORTVERSION= 2.6.1 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/sysutils/py-azure-cli-role/distinfo ============================================================================== --- head/sysutils/py-azure-cli-role/distinfo Sat May 11 23:24:18 2019 (r501334) +++ head/sysutils/py-azure-cli-role/distinfo Sat May 11 23:24:47 2019 (r501335) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556399831 -SHA256 (azure-cli-role-2.6.0.tar.gz) = 4555410c851057b8712a182f7a00f72e0156e0bd204fb1d8b064ba6624c13cbd -SIZE (azure-cli-role-2.6.0.tar.gz) = 34021 +TIMESTAMP = 1557602589 +SHA256 (azure-cli-role-2.6.1.tar.gz) = b3dcabbc1953419d552924cf7758f5b3e68d69c95bf72f4b467f63c9cdd4b312 +SIZE (azure-cli-role-2.6.1.tar.gz) = 34115 From owner-svn-ports-all@freebsd.org Sat May 11 23:25:21 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A73515AA336; Sat, 11 May 2019 23:25:21 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D7FC876C3B; Sat, 11 May 2019 23:25:20 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C76F222664; Sat, 11 May 2019 23:25:20 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BNPKjE067046; Sat, 11 May 2019 23:25:20 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BNPKZG067044; Sat, 11 May 2019 23:25:20 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201905112325.x4BNPKZG067044@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 11 May 2019 23:25:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501336 - head/sysutils/py-azure-cli-policyinsights X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/sysutils/py-azure-cli-policyinsights X-SVN-Commit-Revision: 501336 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D7FC876C3B X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 23:25:21 -0000 Author: dbaio Date: Sat May 11 23:25:20 2019 New Revision: 501336 URL: https://svnweb.freebsd.org/changeset/ports/501336 Log: sysutils/py-azure-cli-policyinsights: Update to 0.1.3 Changelog: https://pypi.org/project/azure-cli-policyinsights/0.1.3/ Reported by: portscout Modified: head/sysutils/py-azure-cli-policyinsights/Makefile head/sysutils/py-azure-cli-policyinsights/distinfo Modified: head/sysutils/py-azure-cli-policyinsights/Makefile ============================================================================== --- head/sysutils/py-azure-cli-policyinsights/Makefile Sat May 11 23:24:47 2019 (r501335) +++ head/sysutils/py-azure-cli-policyinsights/Makefile Sat May 11 23:25:20 2019 (r501336) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= azure-cli-policyinsights -PORTVERSION= 0.1.2 +PORTVERSION= 0.1.3 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +11,7 @@ COMMENT= Microsoft Azure Command-Line Tools Policy Ins LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-mgmt-policyinsights>=0.2.0:devel/py-azure-mgmt-policyinsights@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-mgmt-policyinsights>=0.3.1:devel/py-azure-mgmt-policyinsights@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR} USES= azurepy python Modified: head/sysutils/py-azure-cli-policyinsights/distinfo ============================================================================== --- head/sysutils/py-azure-cli-policyinsights/distinfo Sat May 11 23:24:47 2019 (r501335) +++ head/sysutils/py-azure-cli-policyinsights/distinfo Sat May 11 23:25:20 2019 (r501336) @@ -1,3 +1,3 @@ -TIMESTAMP = 1553901838 -SHA256 (azure-cli-policyinsights-0.1.2.tar.gz) = b62f3c1f136db9a4cda38605b1057348a02712d884716e7e97f7f54b13336d1f -SIZE (azure-cli-policyinsights-0.1.2.tar.gz) = 8167 +TIMESTAMP = 1557602627 +SHA256 (azure-cli-policyinsights-0.1.3.tar.gz) = 0144c2478ea3f728a4b3536fbea3d0a5683cdfc949f59fc0dcb3933d709a10f8 +SIZE (azure-cli-policyinsights-0.1.3.tar.gz) = 8386 From owner-svn-ports-all@freebsd.org Sat May 11 23:25:53 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 59FAF15AA365; Sat, 11 May 2019 23:25:53 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EFBBA76D1A; Sat, 11 May 2019 23:25:52 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BF63922665; Sat, 11 May 2019 23:25:52 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BNPqIN067188; Sat, 11 May 2019 23:25:52 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BNPqnG067186; Sat, 11 May 2019 23:25:52 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201905112325.x4BNPqnG067186@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 11 May 2019 23:25:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501337 - head/sysutils/py-azure-cli-network X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/sysutils/py-azure-cli-network X-SVN-Commit-Revision: 501337 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: EFBBA76D1A X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 23:25:53 -0000 Author: dbaio Date: Sat May 11 23:25:52 2019 New Revision: 501337 URL: https://svnweb.freebsd.org/changeset/ports/501337 Log: sysutils/py-azure-cli-network: Update to 2.4.0 Changelog: https://pypi.org/project/azure-cli-network/2.4.0/ Reported by: portscout Modified: head/sysutils/py-azure-cli-network/Makefile head/sysutils/py-azure-cli-network/distinfo Modified: head/sysutils/py-azure-cli-network/Makefile ============================================================================== --- head/sysutils/py-azure-cli-network/Makefile Sat May 11 23:25:20 2019 (r501336) +++ head/sysutils/py-azure-cli-network/Makefile Sat May 11 23:25:52 2019 (r501337) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= azure-cli-network -PORTVERSION= 2.3.7 +PORTVERSION= 2.4.0 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +11,7 @@ COMMENT= Microsoft Azure Command-Line Tools Network Co LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-mgmt-network>=2.6.0.r1:devel/py-azure-mgmt-network@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-mgmt-network>=2.6.0:devel/py-azure-mgmt-network@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-trafficmanager>=0.51.0:devel/py-azure-mgmt-trafficmanager@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-dns>=2.1.0:devel/py-azure-mgmt-dns@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR} Modified: head/sysutils/py-azure-cli-network/distinfo ============================================================================== --- head/sysutils/py-azure-cli-network/distinfo Sat May 11 23:25:20 2019 (r501336) +++ head/sysutils/py-azure-cli-network/distinfo Sat May 11 23:25:52 2019 (r501337) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556399939 -SHA256 (azure-cli-network-2.3.7.tar.gz) = 030defd81aed756a55bb4955802907e5662572a232b0032ec5c7f7edff4d5196 -SIZE (azure-cli-network-2.3.7.tar.gz) = 115592 +TIMESTAMP = 1557602718 +SHA256 (azure-cli-network-2.4.0.tar.gz) = 6b46a2d69aa4a99985b2c430a40f49e5abdbd450f433584841a7d40fdb07de02 +SIZE (azure-cli-network-2.4.0.tar.gz) = 115648 From owner-svn-ports-all@freebsd.org Sat May 11 23:26:28 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4FFC415AA39E; Sat, 11 May 2019 23:26:28 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E80BF76DF7; Sat, 11 May 2019 23:26:27 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BEDB922666; Sat, 11 May 2019 23:26:27 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BNQRlG067332; Sat, 11 May 2019 23:26:27 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BNQRQH067330; Sat, 11 May 2019 23:26:27 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201905112326.x4BNQRQH067330@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 11 May 2019 23:26:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501338 - head/sysutils/py-azure-cli-keyvault X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/sysutils/py-azure-cli-keyvault X-SVN-Commit-Revision: 501338 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E80BF76DF7 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 23:26:28 -0000 Author: dbaio Date: Sat May 11 23:26:27 2019 New Revision: 501338 URL: https://svnweb.freebsd.org/changeset/ports/501338 Log: sysutils/py-azure-cli-keyvault: Update to 2.2.15 Reported by: portscout Modified: head/sysutils/py-azure-cli-keyvault/Makefile head/sysutils/py-azure-cli-keyvault/distinfo Modified: head/sysutils/py-azure-cli-keyvault/Makefile ============================================================================== --- head/sysutils/py-azure-cli-keyvault/Makefile Sat May 11 23:25:52 2019 (r501337) +++ head/sysutils/py-azure-cli-keyvault/Makefile Sat May 11 23:26:27 2019 (r501338) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= azure-cli-keyvault -PORTVERSION= 2.2.14 +PORTVERSION= 2.2.15 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/sysutils/py-azure-cli-keyvault/distinfo ============================================================================== --- head/sysutils/py-azure-cli-keyvault/distinfo Sat May 11 23:25:52 2019 (r501337) +++ head/sysutils/py-azure-cli-keyvault/distinfo Sat May 11 23:26:27 2019 (r501338) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555200481 -SHA256 (azure-cli-keyvault-2.2.14.tar.gz) = fe11a582587c276dc2cdbe507edc5ea38db248794f93cb5a3f218810d375ddcb -SIZE (azure-cli-keyvault-2.2.14.tar.gz) = 27500 +TIMESTAMP = 1557602898 +SHA256 (azure-cli-keyvault-2.2.15.tar.gz) = d7608e2c796f3aca185a99c75116ef56419e9d2739d175aa33cc19b870212305 +SIZE (azure-cli-keyvault-2.2.15.tar.gz) = 27553 From owner-svn-ports-all@freebsd.org Sat May 11 23:27:05 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 742C115AA3E7; Sat, 11 May 2019 23:27:05 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 18BC576EE0; Sat, 11 May 2019 23:27:05 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E7BAF22668; Sat, 11 May 2019 23:27:04 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BNR4SW067485; Sat, 11 May 2019 23:27:04 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BNR4nt067483; Sat, 11 May 2019 23:27:04 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201905112327.x4BNR4nt067483@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 11 May 2019 23:27:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501339 - head/sysutils/py-azure-cli-eventhubs X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/sysutils/py-azure-cli-eventhubs X-SVN-Commit-Revision: 501339 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 18BC576EE0 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 23:27:05 -0000 Author: dbaio Date: Sat May 11 23:27:04 2019 New Revision: 501339 URL: https://svnweb.freebsd.org/changeset/ports/501339 Log: sysutils/py-azure-cli-eventhubs: Update to 0.3.5 Changelog: https://pypi.org/project/azure-cli-eventhubs/0.3.5/ Reported by: portscout Modified: head/sysutils/py-azure-cli-eventhubs/Makefile head/sysutils/py-azure-cli-eventhubs/distinfo Modified: head/sysutils/py-azure-cli-eventhubs/Makefile ============================================================================== --- head/sysutils/py-azure-cli-eventhubs/Makefile Sat May 11 23:26:27 2019 (r501338) +++ head/sysutils/py-azure-cli-eventhubs/Makefile Sat May 11 23:27:04 2019 (r501339) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= azure-cli-eventhubs -PORTVERSION= 0.3.4 +PORTVERSION= 0.3.5 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +11,7 @@ COMMENT= Microsoft Azure Command-Line Tools Event Hubs LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-mgmt-eventhub>=2.3.0:devel/py-azure-mgmt-eventhub@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-mgmt-eventhub>=2.6.0:devel/py-azure-mgmt-eventhub@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} Modified: head/sysutils/py-azure-cli-eventhubs/distinfo ============================================================================== --- head/sysutils/py-azure-cli-eventhubs/distinfo Sat May 11 23:26:27 2019 (r501338) +++ head/sysutils/py-azure-cli-eventhubs/distinfo Sat May 11 23:27:04 2019 (r501339) @@ -1,3 +1,3 @@ -TIMESTAMP = 1552136228 -SHA256 (azure-cli-eventhubs-0.3.4.tar.gz) = 5a02d781e78618c30a75d9d9d24698cec8d62855197e1c74981f9836fe76db96 -SIZE (azure-cli-eventhubs-0.3.4.tar.gz) = 9889 +TIMESTAMP = 1557602950 +SHA256 (azure-cli-eventhubs-0.3.5.tar.gz) = 6eebad54fc81526ee4a95738e86fc557c028ee74b45057b03030fa3c6f8439c4 +SIZE (azure-cli-eventhubs-0.3.5.tar.gz) = 11672 From owner-svn-ports-all@freebsd.org Sat May 11 23:27:32 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE55415AA439; Sat, 11 May 2019 23:27:32 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7510476FC4; Sat, 11 May 2019 23:27:32 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4F7392266A; Sat, 11 May 2019 23:27:32 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BNRWJe067619; Sat, 11 May 2019 23:27:32 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BNRWJk067618; Sat, 11 May 2019 23:27:32 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201905112327.x4BNRWJk067618@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 11 May 2019 23:27:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501340 - head/sysutils/py-azure-cli-configure X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/sysutils/py-azure-cli-configure X-SVN-Commit-Revision: 501340 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7510476FC4 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 23:27:33 -0000 Author: dbaio Date: Sat May 11 23:27:31 2019 New Revision: 501340 URL: https://svnweb.freebsd.org/changeset/ports/501340 Log: sysutils/py-azure-cli-configure: Update to 2.0.23 Changelog: https://pypi.org/project/azure-cli-configure/2.0.23/ Reported by: portscout Modified: head/sysutils/py-azure-cli-configure/Makefile head/sysutils/py-azure-cli-configure/distinfo Modified: head/sysutils/py-azure-cli-configure/Makefile ============================================================================== --- head/sysutils/py-azure-cli-configure/Makefile Sat May 11 23:27:04 2019 (r501339) +++ head/sysutils/py-azure-cli-configure/Makefile Sat May 11 23:27:31 2019 (r501340) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= azure-cli-configure -PORTVERSION= 2.0.22 +PORTVERSION= 2.0.23 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/sysutils/py-azure-cli-configure/distinfo ============================================================================== --- head/sysutils/py-azure-cli-configure/distinfo Sat May 11 23:27:04 2019 (r501339) +++ head/sysutils/py-azure-cli-configure/distinfo Sat May 11 23:27:31 2019 (r501340) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556400759 -SHA256 (azure-cli-configure-2.0.22.tar.gz) = 3484d87346ce8618c0509ebfd3447782770fa7e7d4f60e2c4c83edd972f8d48c -SIZE (azure-cli-configure-2.0.22.tar.gz) = 7837 +TIMESTAMP = 1557603544 +SHA256 (azure-cli-configure-2.0.23.tar.gz) = 42e90f62cb94bc0e056378f05d17fa722e7a8982a0bc99dd7bd20cfc5c88422f +SIZE (azure-cli-configure-2.0.23.tar.gz) = 8597 From owner-svn-ports-all@freebsd.org Sat May 11 23:28:02 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C34F15AA46B; Sat, 11 May 2019 23:28:02 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A76B3770A0; Sat, 11 May 2019 23:28:01 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 81F302266B; Sat, 11 May 2019 23:28:01 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BNS1PY067760; Sat, 11 May 2019 23:28:01 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BNS1tM067759; Sat, 11 May 2019 23:28:01 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201905112328.x4BNS1tM067759@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 11 May 2019 23:28:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501341 - head/sysutils/py-azure-cli-batch X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/sysutils/py-azure-cli-batch X-SVN-Commit-Revision: 501341 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A76B3770A0 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 23:28:02 -0000 Author: dbaio Date: Sat May 11 23:28:00 2019 New Revision: 501341 URL: https://svnweb.freebsd.org/changeset/ports/501341 Log: sysutils/py-azure-cli-batch: Update to 4.0.1 Changelog: https://pypi.org/project/azure-cli-batch/4.0.1/ Reported by: portscout Modified: head/sysutils/py-azure-cli-batch/Makefile head/sysutils/py-azure-cli-batch/distinfo Modified: head/sysutils/py-azure-cli-batch/Makefile ============================================================================== --- head/sysutils/py-azure-cli-batch/Makefile Sat May 11 23:27:31 2019 (r501340) +++ head/sysutils/py-azure-cli-batch/Makefile Sat May 11 23:28:00 2019 (r501341) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= azure-cli-batch -PORTVERSION= 4.0.0 +PORTVERSION= 4.0.1 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/sysutils/py-azure-cli-batch/distinfo ============================================================================== --- head/sysutils/py-azure-cli-batch/distinfo Sat May 11 23:27:31 2019 (r501340) +++ head/sysutils/py-azure-cli-batch/distinfo Sat May 11 23:28:00 2019 (r501341) @@ -1,3 +1,3 @@ -TIMESTAMP = 1551391968 -SHA256 (azure-cli-batch-4.0.0.tar.gz) = 3cdeb8ce897c4d38c4b5d0b926e29dc59ab9a678c5fe23b59add6ed4a373fff9 -SIZE (azure-cli-batch-4.0.0.tar.gz) = 31026 +TIMESTAMP = 1557603567 +SHA256 (azure-cli-batch-4.0.1.tar.gz) = 1dbcc59eacbc67090f7d407a065d7a8e439ad97a8c4a12eedae10299099f6c52 +SIZE (azure-cli-batch-4.0.1.tar.gz) = 31068 From owner-svn-ports-all@freebsd.org Sat May 11 23:28:29 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D95AA15AA4AE; Sat, 11 May 2019 23:28:29 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7C6CF7717C; Sat, 11 May 2019 23:28:29 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6EBCF2266D; Sat, 11 May 2019 23:28:29 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BNSTCl067897; Sat, 11 May 2019 23:28:29 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BNSTF3067895; Sat, 11 May 2019 23:28:29 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201905112328.x4BNSTF3067895@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 11 May 2019 23:28:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501342 - head/sysutils/py-azure-cli-acr X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/sysutils/py-azure-cli-acr X-SVN-Commit-Revision: 501342 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7C6CF7717C X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 23:28:30 -0000 Author: dbaio Date: Sat May 11 23:28:28 2019 New Revision: 501342 URL: https://svnweb.freebsd.org/changeset/ports/501342 Log: sysutils/py-azure-cli-acr: Update to 2.2.6 Reported by: portscout Modified: head/sysutils/py-azure-cli-acr/Makefile head/sysutils/py-azure-cli-acr/distinfo Modified: head/sysutils/py-azure-cli-acr/Makefile ============================================================================== --- head/sysutils/py-azure-cli-acr/Makefile Sat May 11 23:28:00 2019 (r501341) +++ head/sysutils/py-azure-cli-acr/Makefile Sat May 11 23:28:28 2019 (r501342) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= azure-cli-acr -PORTVERSION= 2.2.5 +PORTVERSION= 2.2.6 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/sysutils/py-azure-cli-acr/distinfo ============================================================================== --- head/sysutils/py-azure-cli-acr/distinfo Sat May 11 23:28:00 2019 (r501341) +++ head/sysutils/py-azure-cli-acr/distinfo Sat May 11 23:28:28 2019 (r501342) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556401269 -SHA256 (azure-cli-acr-2.2.5.tar.gz) = 359335341a7f66b4c8b4a15c17b863656de94b2b6b91ee9dfbf9a7e9e55571e6 -SIZE (azure-cli-acr-2.2.5.tar.gz) = 49173 +TIMESTAMP = 1557608131 +SHA256 (azure-cli-acr-2.2.6.tar.gz) = bdf879dcccfeafe57bbe6702283c75b384022dbc04fc60840213a35c10e1d071 +SIZE (azure-cli-acr-2.2.6.tar.gz) = 49365 From owner-svn-ports-all@freebsd.org Sat May 11 23:29:01 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D86D15AA4E7; Sat, 11 May 2019 23:29:01 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3288D77262; Sat, 11 May 2019 23:29:01 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0EEE42266E; Sat, 11 May 2019 23:29:01 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BNT02O068044; Sat, 11 May 2019 23:29:00 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BNT04r068043; Sat, 11 May 2019 23:29:00 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201905112329.x4BNT04r068043@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 11 May 2019 23:29:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501343 - head/sysutils/py-azure-cli-core X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/sysutils/py-azure-cli-core X-SVN-Commit-Revision: 501343 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3288D77262 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 23:29:01 -0000 Author: dbaio Date: Sat May 11 23:29:00 2019 New Revision: 501343 URL: https://svnweb.freebsd.org/changeset/ports/501343 Log: sysutils/py-azure-cli-core: Update to 2.0.64 Changelog: https://pypi.org/project/azure-cli-core/2.0.64/ Reported by: portscout Modified: head/sysutils/py-azure-cli-core/Makefile head/sysutils/py-azure-cli-core/distinfo Modified: head/sysutils/py-azure-cli-core/Makefile ============================================================================== --- head/sysutils/py-azure-cli-core/Makefile Sat May 11 23:28:28 2019 (r501342) +++ head/sysutils/py-azure-cli-core/Makefile Sat May 11 23:29:00 2019 (r501343) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= azure-cli-core -PORTVERSION= 2.0.63 +PORTVERSION= 2.0.64 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/sysutils/py-azure-cli-core/distinfo ============================================================================== --- head/sysutils/py-azure-cli-core/distinfo Sat May 11 23:28:28 2019 (r501342) +++ head/sysutils/py-azure-cli-core/distinfo Sat May 11 23:29:00 2019 (r501343) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556400627 -SHA256 (azure-cli-core-2.0.63.tar.gz) = a357a3f8ee8673eaa5ea44da52742ca296f5d9a4090e25ad7eb9384b90eb9339 -SIZE (azure-cli-core-2.0.63.tar.gz) = 105887 +TIMESTAMP = 1557603187 +SHA256 (azure-cli-core-2.0.64.tar.gz) = 25e68a66e69da651e398d09987a0c441972cce3edb665b6e8a279b4af419b5e9 +SIZE (azure-cli-core-2.0.64.tar.gz) = 106555 From owner-svn-ports-all@freebsd.org Sat May 11 23:29:49 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3BA7A15AA540; Sat, 11 May 2019 23:29:49 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CDDF67734D; Sat, 11 May 2019 23:29:48 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A9D0A22670; Sat, 11 May 2019 23:29:48 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BNTmiB068190; Sat, 11 May 2019 23:29:48 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BNTmqo068188; Sat, 11 May 2019 23:29:48 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201905112329.x4BNTmqo068188@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 11 May 2019 23:29:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501344 - head/sysutils/py-azure-cli X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/sysutils/py-azure-cli X-SVN-Commit-Revision: 501344 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: CDDF67734D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.96)[-0.964,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 23:29:49 -0000 Author: dbaio Date: Sat May 11 23:29:47 2019 New Revision: 501344 URL: https://svnweb.freebsd.org/changeset/ports/501344 Log: sysutils/py-azure-cli: Update to 2.0.64 Reported by: portscout Modified: head/sysutils/py-azure-cli/Makefile head/sysutils/py-azure-cli/distinfo Modified: head/sysutils/py-azure-cli/Makefile ============================================================================== --- head/sysutils/py-azure-cli/Makefile Sat May 11 23:29:00 2019 (r501343) +++ head/sysutils/py-azure-cli/Makefile Sat May 11 23:29:47 2019 (r501344) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= azure-cli -PORTVERSION= 2.0.63 +PORTVERSION= 2.0.64 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,31 +13,31 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= bash:shells/bash \ - ${PYTHON_PKGNAMEPREFIX}azure-cli-core>=2.0.63:sysutils/py-azure-cli-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-cli-core>=2.0.64:sysutils/py-azure-cli-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-cli-profile>=2.1.5:sysutils/py-azure-cli-profile@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-cli-resource>=2.1.14:sysutils/py-azure-cli-resource@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-cli-monitor>=0.2.13:sysutils/py-azure-cli-monitor@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-cli-vm>=2.2.19:sysutils/py-azure-cli-vm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-cli-vm>=2.2.20:sysutils/py-azure-cli-vm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-cli-telemetry>=1.0.2:sysutils/py-azure-cli-telemetry@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-cli-storage>=2.4.1:sysutils/py-azure-cli-storage@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-cli-sql>=2.2.2:sysutils/py-azure-cli-sql@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-cli-sql>=2.2.3:sysutils/py-azure-cli-sql@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-cli-sqlvm>=0.1.1:sysutils/py-azure-cli-sqlvm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-cli-signalr>=1.0.0:sysutils/py-azure-cli-signalr@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-cli-servicefabric>=0.1.17:sysutils/py-azure-cli-servicefabric@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-cli-servicebus>=0.3.4:sysutils/py-azure-cli-servicebus@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-cli-servicefabric>=0.1.18:sysutils/py-azure-cli-servicefabric@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-cli-servicebus>=0.3.5:sysutils/py-azure-cli-servicebus@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-cli-security>=0.1.1:sysutils/py-azure-cli-security@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-cli-search>=0.1.1:sysutils/py-azure-cli-search@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-cli-role>=2.6.0:sysutils/py-azure-cli-role@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-cli-role>=2.6.1:sysutils/py-azure-cli-role@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-cli-reservations>=0.4.2:sysutils/py-azure-cli-reservations@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-cli-relay>=0.1.4:sysutils/py-azure-cli-relay@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-cli-redis>=0.4.2:sysutils/py-azure-cli-redis@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-cli-rdbms>=0.3.10:sysutils/py-azure-cli-rdbms@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-cli-policyinsights>=0.1.2:sysutils/py-azure-cli-policyinsights@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-cli-network>=2.3.7:sysutils/py-azure-cli-network@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-cli-policyinsights>=0.1.3:sysutils/py-azure-cli-policyinsights@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-cli-network>=2.4.0:sysutils/py-azure-cli-network@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-cli-maps>=0.3.4:sysutils/py-azure-cli-maps@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-cli-lab>=0.1.7:sysutils/py-azure-cli-lab@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-cli-kusto>=0.2.2:sysutils/py-azure-cli-kusto@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-cli-keyvault>=2.2.14:sysutils/py-azure-cli-keyvault@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-cli-keyvault>=2.2.15:sysutils/py-azure-cli-keyvault@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-cli-iotcentral>=0.1.6:sysutils/py-azure-cli-iotcentral@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-cli-iot>=0.3.8:sysutils/py-azure-cli-iot@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-cli-interactive>=0.4.3:sysutils/py-azure-cli-interactive@${PY_FLAVOR} \ @@ -45,7 +45,7 @@ RUN_DEPENDS= bash:shells/bash \ ${PYTHON_PKGNAMEPREFIX}azure-cli-find>=0.3.2:sysutils/py-azure-cli-find@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-cli-feedback>=2.2.1:sysutils/py-azure-cli-feedback@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-cli-extension>=0.2.5:sysutils/py-azure-cli-extension@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-cli-eventhubs>=0.3.4:sysutils/py-azure-cli-eventhubs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-cli-eventhubs>=0.3.5:sysutils/py-azure-cli-eventhubs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-cli-eventgrid>=0.2.3:sysutils/py-azure-cli-eventgrid@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-cli-dms>=0.1.3:sysutils/py-azure-cli-dms@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-cli-dls>=0.1.9:sysutils/py-azure-cli-dls@${PY_FLAVOR} \ @@ -53,20 +53,20 @@ RUN_DEPENDS= bash:shells/bash \ ${PYTHON_PKGNAMEPREFIX}azure-cli-cosmosdb>=0.2.10:sysutils/py-azure-cli-cosmosdb@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-cli-container>=0.3.16:sysutils/py-azure-cli-container@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-cli-consumption>=0.4.2:sysutils/py-azure-cli-consumption@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-cli-configure>=2.0.22:sysutils/py-azure-cli-configure@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-cli-configure>=2.0.23:sysutils/py-azure-cli-configure@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-cli-cognitiveservices>=0.2.5:sysutils/py-azure-cli-cognitiveservices@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-cli-cloud>=2.1.1:sysutils/py-azure-cli-cloud@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-cli-cdn>=0.2.3:sysutils/py-azure-cli-cdn@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-cli-botservice>=0.1.10:sysutils/py-azure-cli-botservice@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-cli-botservice>=0.2.0:sysutils/py-azure-cli-botservice@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-cli-billing>=0.2.1:sysutils/py-azure-cli-billing@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-cli-batchai>=0.4.8:sysutils/py-azure-cli-batchai@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-cli-batch>=4.0.0:sysutils/py-azure-cli-batch@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-cli-batch>=4.0.1:sysutils/py-azure-cli-batch@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-cli-backup>=1.2.4:sysutils/py-azure-cli-backup@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-cli-appservice>=0.2.14:sysutils/py-azure-cli-appservice@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-cli-ams>=0.4.5:sysutils/py-azure-cli-ams@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-cli-advisor>=2.0.0:sysutils/py-azure-cli-advisor@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-cli-acs>=2.3.22:sysutils/py-azure-cli-acs@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-cli-acr>=2.2.5:sysutils/py-azure-cli-acr@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}azure-cli-acs>=2.4.1:sysutils/py-azure-cli-acs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-cli-acr>=2.2.6:sysutils/py-azure-cli-acr@${PY_FLAVOR} USES= azurepy python USE_PYTHON= autoplist concurrent distutils Modified: head/sysutils/py-azure-cli/distinfo ============================================================================== --- head/sysutils/py-azure-cli/distinfo Sat May 11 23:29:00 2019 (r501343) +++ head/sysutils/py-azure-cli/distinfo Sat May 11 23:29:47 2019 (r501344) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556401325 -SHA256 (azure-cli-2.0.63.tar.gz) = 8bef8c095e4997e1d1c319112244eae701bca5bf58186a9a9d256b4f8c7cf46f -SIZE (azure-cli-2.0.63.tar.gz) = 8048 +TIMESTAMP = 1557608231 +SHA256 (azure-cli-2.0.64.tar.gz) = 8c7a6d8d3dcf2a3263d40a010ec608590644b970169ac4e6a5968bbf29d556d5 +SIZE (azure-cli-2.0.64.tar.gz) = 8072 From owner-svn-ports-all@freebsd.org Sat May 11 23:34:48 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7894E15AA6C0; Sat, 11 May 2019 23:34:48 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 140B8776BE; Sat, 11 May 2019 23:34: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D3E6B22822; Sat, 11 May 2019 23:34:47 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BNYlEY073445; Sat, 11 May 2019 23:34:47 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BNYlu0073442; Sat, 11 May 2019 23:34:47 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905112334.x4BNYlu0073442@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 11 May 2019 23:34:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501345 - in branches/2019Q2/multimedia/dav1d: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2019Q2/multimedia/dav1d: . files X-SVN-Commit-Revision: 501345 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 140B8776BE X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.964,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 23:34:48 -0000 Author: jbeich Date: Sat May 11 23:34:46 2019 New Revision: 501345 URL: https://svnweb.freebsd.org/changeset/ports/501345 Log: MFH: r501313 multimedia/dav1d: update to 0.3.1 Changes: https://code.videolan.org/videolan/dav1d/tags/0.3.1 Changes: https://code.videolan.org/videolan/dav1d/blob/0.3.1/NEWS Changes: https://code.videolan.org/videolan/dav1d/compare/0.3.0...0.3.1 Approved by: ports-secteam (required by Firefox 68) Modified: branches/2019Q2/multimedia/dav1d/Makefile branches/2019Q2/multimedia/dav1d/distinfo branches/2019Q2/multimedia/dav1d/files/patch-neon-freebsd11 branches/2019Q2/multimedia/dav1d/pkg-plist Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/multimedia/dav1d/Makefile ============================================================================== --- branches/2019Q2/multimedia/dav1d/Makefile Sat May 11 23:29:47 2019 (r501344) +++ branches/2019Q2/multimedia/dav1d/Makefile Sat May 11 23:34:46 2019 (r501345) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= dav1d -DISTVERSION= 0.3.0 +DISTVERSION= 0.3.1 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org @@ -19,7 +19,7 @@ USE_GITLAB= yes USE_LDCONFIG= yes GL_SITE= https://code.videolan.org GL_ACCOUNT= videolan -GL_COMMIT= de2059a1167ed560269c3253768929ef19cae989 +GL_COMMIT= c9427fd43a17d654402f49f8ce28c4991c7024da CONFIGURE_ENV= UNAME_m=${ARCH} # XXX cpu_family() OPTIONS_DEFINE= TEST Modified: branches/2019Q2/multimedia/dav1d/distinfo ============================================================================== --- branches/2019Q2/multimedia/dav1d/distinfo Sat May 11 23:29:47 2019 (r501344) +++ branches/2019Q2/multimedia/dav1d/distinfo Sat May 11 23:34:46 2019 (r501345) @@ -1,5 +1,5 @@ -TIMESTAMP = 1556557488 -SHA256 (videolan-dav1d-de2059a1167ed560269c3253768929ef19cae989_GL0.tar.gz) = ed8d96bef1e7117179031e2bda77a690ce9db00e34e269fc2a5861feb65b345e -SIZE (videolan-dav1d-de2059a1167ed560269c3253768929ef19cae989_GL0.tar.gz) = 569344 +TIMESTAMP = 1557588190 +SHA256 (videolan-dav1d-c9427fd43a17d654402f49f8ce28c4991c7024da_GL0.tar.gz) = fad9d74887ad228e580fe09ffb1382e8ed001abe940f8ab6aedc5b538a6b72fa +SIZE (videolan-dav1d-c9427fd43a17d654402f49f8ce28c4991c7024da_GL0.tar.gz) = 574244 SHA256 (videolan-dav1d-test-data-3ccdd3df4fb8583d58bcc0101e315b00ec3ae130_GL0.tar.gz) = 4ac0c3fa7993f53c6e5f03fda28252269ecd6ca11bcd96f6026cb0c2edb64d41 SIZE (videolan-dav1d-test-data-3ccdd3df4fb8583d58bcc0101e315b00ec3ae130_GL0.tar.gz) = 31340228 Modified: branches/2019Q2/multimedia/dav1d/files/patch-neon-freebsd11 ============================================================================== --- branches/2019Q2/multimedia/dav1d/files/patch-neon-freebsd11 Sat May 11 23:29:47 2019 (r501344) +++ branches/2019Q2/multimedia/dav1d/files/patch-neon-freebsd11 Sat May 11 23:34:46 2019 (r501345) @@ -1,8 +1,8 @@ - Implement NEON runtime detection on FreeBSD 11.* armv6 ---- src/arm/cpu.c.orig 2018-12-11 14:14:56 UTC +--- src/arm/cpu.c.orig 2019-05-11 15:23:10 UTC +++ src/arm/cpu.c -@@ -68,7 +68,37 @@ static unsigned parse_proc_cpuinfo(const char *flag) { +@@ -75,6 +75,36 @@ static unsigned parse_proc_cpuinfo(const char *flag) { } #endif @@ -36,7 +36,6 @@ +} +#endif + - unsigned dav1d_get_cpu_flags_arm(void) { + COLD unsigned dav1d_get_cpu_flags_arm(void) { unsigned flags = 0; #if ARCH_AARCH64 - flags |= DAV1D_ARM_CPU_FLAG_NEON; Modified: branches/2019Q2/multimedia/dav1d/pkg-plist ============================================================================== --- branches/2019Q2/multimedia/dav1d/pkg-plist Sat May 11 23:29:47 2019 (r501344) +++ branches/2019Q2/multimedia/dav1d/pkg-plist Sat May 11 23:34:46 2019 (r501345) @@ -7,5 +7,5 @@ include/dav1d/picture.h include/dav1d/version.h lib/libdav1d.so lib/libdav1d.so.1 -lib/libdav1d.so.1.0.1 +lib/libdav1d.so.1.1.0 libdata/pkgconfig/dav1d.pc From owner-svn-ports-all@freebsd.org Sat May 11 23:53:42 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75DEF15AAA5F; Sat, 11 May 2019 23:53:42 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 125DF77D05; Sat, 11 May 2019 23:53:42 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DC21E22B5F; Sat, 11 May 2019 23:53:41 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BNrfE8083809; Sat, 11 May 2019 23:53:41 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BNrf60083807; Sat, 11 May 2019 23:53:41 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201905112353.x4BNrf60083807@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 11 May 2019 23:53:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501346 - head/devel/py-validators X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/devel/py-validators X-SVN-Commit-Revision: 501346 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 125DF77D05 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 11 May 2019 23:53:42 -0000 Author: dbaio Date: Sat May 11 23:53:41 2019 New Revision: 501346 URL: https://svnweb.freebsd.org/changeset/ports/501346 Log: devel/py-validators: Update to 0.12.6 Changelog: - Fixed domain validator for single character domains (#118, pull request courtesy kingbuzzman) Modified: head/devel/py-validators/Makefile head/devel/py-validators/distinfo Modified: head/devel/py-validators/Makefile ============================================================================== --- head/devel/py-validators/Makefile Sat May 11 23:34:46 2019 (r501345) +++ head/devel/py-validators/Makefile Sat May 11 23:53:41 2019 (r501346) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= validators -DISTVERSION= 0.12.5 +DISTVERSION= 0.12.6 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-validators/distinfo ============================================================================== --- head/devel/py-validators/distinfo Sat May 11 23:34:46 2019 (r501345) +++ head/devel/py-validators/distinfo Sat May 11 23:53:41 2019 (r501346) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556486033 -SHA256 (validators-0.12.5.tar.gz) = df3dda070965519283bae72249a36927ee3ea9c206f9ee6f234a71cf19b36136 -SIZE (validators-0.12.5.tar.gz) = 22928 +TIMESTAMP = 1557617624 +SHA256 (validators-0.12.6.tar.gz) = f6aca085caf9e13d5a0fd8ddb3afbea2541c0ca9477b1fb8098c797dd812ff64 +SIZE (validators-0.12.6.tar.gz) = 22972