From owner-svn-ports-head@freebsd.org Sun Aug 25 00:00:56 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0DE1ECF9AC; Sun, 25 Aug 2019 00:00: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 46GFdz6gvfz4Jq4; Sun, 25 Aug 2019 00:00: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 C6D7CD080; Sun, 25 Aug 2019 00:00: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 x7P00tt4029941; Sun, 25 Aug 2019 00:00:55 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7P00sKY029936; Sun, 25 Aug 2019 00:00:54 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201908250000.x7P00sKY029936@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 25 Aug 2019 00:00:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509760 - in head/math: . hpipm hpipm/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math: . hpipm hpipm/files X-SVN-Commit-Revision: 509760 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 00:00:56 -0000 Author: yuri Date: Sun Aug 25 00:00:54 2019 New Revision: 509760 URL: https://svnweb.freebsd.org/changeset/ports/509760 Log: New port: math/hpipm: High-performance interior-point-method QP solvers Added: head/math/hpipm/ head/math/hpipm/Makefile (contents, props changed) head/math/hpipm/distinfo (contents, props changed) head/math/hpipm/files/ head/math/hpipm/files/patch-CMakeLists.txt (contents, props changed) head/math/hpipm/pkg-descr (contents, props changed) head/math/hpipm/pkg-plist (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sat Aug 24 23:41:05 2019 (r509759) +++ head/math/Makefile Sun Aug 25 00:00:54 2019 (r509760) @@ -277,6 +277,7 @@ SUBDIR += hexcalc SUBDIR += hipmcl SUBDIR += hmat-oss + SUBDIR += hpipm SUBDIR += hs-Agda SUBDIR += hs-semigroups SUBDIR += ignition-math Added: head/math/hpipm/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/hpipm/Makefile Sun Aug 25 00:00:54 2019 (r509760) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= hpipm +DISTVERSION= 0.1.0-80 +DISTVERSIONSUFFIX= -g8679589 +CATEGORIES= math + +MAINTAINER= yuri@FreeBSD.org +COMMENT= High-performance interior-point-method QP solvers + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +BUILD_DEPENDS= blasfeo>0:math/blasfeo + +USES= cmake localbase +USE_GITHUB= yes +GH_ACCOUNT= giaf + +.include Added: head/math/hpipm/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/hpipm/distinfo Sun Aug 25 00:00:54 2019 (r509760) @@ -0,0 +1,3 @@ +TIMESTAMP = 1566690260 +SHA256 (giaf-hpipm-0.1.0-80-g8679589_GH0.tar.gz) = 293c068d79e32d9b872ba03c10685438036944985bdcc19fe068133e3a371f83 +SIZE (giaf-hpipm-0.1.0-80-g8679589_GH0.tar.gz) = 1454937 Added: head/math/hpipm/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/hpipm/files/patch-CMakeLists.txt Sun Aug 25 00:00:54 2019 (r509760) @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2019-08-24 23:47:04 UTC ++++ CMakeLists.txt +@@ -228,7 +228,7 @@ install(TARGETS hpipm EXPORT hpipmConfig + ARCHIVE DESTINATION lib + RUNTIME DESTINATION bin) + +-install(EXPORT hpipmConfig DESTINATION cmake) ++install(EXPORT hpipmConfig DESTINATION lib/cmake/hpipm) + + file(GLOB_RECURSE HPIPM_HEADERS "include/*.h") + install(FILES ${HPIPM_HEADERS} DESTINATION ${HPIPM_HEADERS_INSTALLATION_DIRECTORY}) Added: head/math/hpipm/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/hpipm/pkg-descr Sun Aug 25 00:00:54 2019 (r509760) @@ -0,0 +1,8 @@ +This is HPIPM, a high-performance interior-point method solver for dense, +optimal control- and tree-structured convex quadratic programs. It provides +efficient implementations of dense and structure-exploiting algorithms to solve +small to medium scale problems arising in model predictive control and embedded +optimization in general and it relies on the high-performance linear algebra +package BLASFEO. + +WWW: https://github.com/giaf/hpipm Added: head/math/hpipm/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/hpipm/pkg-plist Sun Aug 25 00:00:54 2019 (r509760) @@ -0,0 +1,61 @@ +include/hpipm_aux_string.h +include/hpipm_common.h +include/hpipm_d_cond.h +include/hpipm_d_cond_aux.h +include/hpipm_d_core_qp_ipm.h +include/hpipm_d_core_qp_ipm_aux.h +include/hpipm_d_dense_qp.h +include/hpipm_d_dense_qp_dim.h +include/hpipm_d_dense_qp_ipm.h +include/hpipm_d_dense_qp_kkt.h +include/hpipm_d_dense_qp_res.h +include/hpipm_d_dense_qp_sol.h +include/hpipm_d_ocp_qp.h +include/hpipm_d_ocp_qp_dim.h +include/hpipm_d_ocp_qp_ipm.h +include/hpipm_d_ocp_qp_kkt.h +include/hpipm_d_ocp_qp_res.h +include/hpipm_d_ocp_qp_sol.h +include/hpipm_d_ocp_qp_utils.h +include/hpipm_d_part_cond.h +include/hpipm_d_tree_ocp_qp.h +include/hpipm_d_tree_ocp_qp_dim.h +include/hpipm_d_tree_ocp_qp_ipm.h +include/hpipm_d_tree_ocp_qp_kkt.h +include/hpipm_d_tree_ocp_qp_res.h +include/hpipm_d_tree_ocp_qp_sol.h +include/hpipm_m_dense_qp.h +include/hpipm_m_dense_qp_dim.h +include/hpipm_m_ocp_qp.h +include/hpipm_m_ocp_qp_ipm_hard.h +include/hpipm_m_ocp_qp_kkt.h +include/hpipm_s_cond.h +include/hpipm_s_cond_aux.h +include/hpipm_s_core_qp_ipm.h +include/hpipm_s_core_qp_ipm_aux.h +include/hpipm_s_dense_qp.h +include/hpipm_s_dense_qp_dim.h +include/hpipm_s_dense_qp_ipm.h +include/hpipm_s_dense_qp_kkt.h +include/hpipm_s_dense_qp_res.h +include/hpipm_s_dense_qp_sol.h +include/hpipm_s_ocp_qp.h +include/hpipm_s_ocp_qp_dim.h +include/hpipm_s_ocp_qp_ipm.h +include/hpipm_s_ocp_qp_kkt.h +include/hpipm_s_ocp_qp_res.h +include/hpipm_s_ocp_qp_sol.h +include/hpipm_s_ocp_qp_utils.h +include/hpipm_s_part_cond.h +include/hpipm_s_tree_ocp_qp.h +include/hpipm_s_tree_ocp_qp_dim.h +include/hpipm_s_tree_ocp_qp_ipm.h +include/hpipm_s_tree_ocp_qp_kkt.h +include/hpipm_s_tree_ocp_qp_res.h +include/hpipm_s_tree_ocp_qp_sol.h +include/hpipm_scenario_tree.h +include/hpipm_timing.h +include/hpipm_tree.h +lib/cmake/hpipm/hpipmConfig-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/hpipm/hpipmConfig.cmake +lib/libhpipm.a From owner-svn-ports-head@freebsd.org Sun Aug 25 00:45:45 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 62B71D05B5; Sun, 25 Aug 2019 00:45:45 +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 46GGdj1fWmz4LJW; Sun, 25 Aug 2019 00:45:45 +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 15A91D82E; Sun, 25 Aug 2019 00:45: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 x7P0jiUO057832; Sun, 25 Aug 2019 00:45:44 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7P0jisk057831; Sun, 25 Aug 2019 00:45:44 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201908250045.x7P0jisk057831@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 25 Aug 2019 00:45:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509761 - head/emulators/rpcs3 X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/emulators/rpcs3 X-SVN-Commit-Revision: 509761 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 00:45:45 -0000 Author: jbeich Date: Sun Aug 25 00:45:44 2019 New Revision: 509761 URL: https://svnweb.freebsd.org/changeset/ports/509761 Log: emulators/rpcs3: update to 0.0.6.8568 Changes: https://github.com/RPCS3/rpcs3/compare/b0d0f51d8...b70908c8f Modified: head/emulators/rpcs3/Makefile (contents, props changed) head/emulators/rpcs3/distinfo (contents, props changed) Modified: head/emulators/rpcs3/Makefile ============================================================================== --- head/emulators/rpcs3/Makefile Sun Aug 25 00:00:54 2019 (r509760) +++ head/emulators/rpcs3/Makefile Sun Aug 25 00:45:44 2019 (r509761) @@ -2,8 +2,8 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v -DISTVERSION= 0.0.6-8536 # git rev-list --count HEAD -DISTVERSIONSUFFIX= -gb0d0f51d8 +DISTVERSION= 0.0.6-8568 # git rev-list --count HEAD +DISTVERSIONSUFFIX= -gb70908c8f CATEGORIES= emulators MAINTAINER= jbeich@FreeBSD.org Modified: head/emulators/rpcs3/distinfo ============================================================================== --- head/emulators/rpcs3/distinfo Sun Aug 25 00:00:54 2019 (r509760) +++ head/emulators/rpcs3/distinfo Sun Aug 25 00:45:44 2019 (r509761) @@ -1,6 +1,6 @@ -TIMESTAMP = 1566247180 -SHA256 (RPCS3-rpcs3-v0.0.6-8536-gb0d0f51d8_GH0.tar.gz) = 311df9d9e165f241502af300a5d6c9b92c2db41731f9f7c4c0dd32dcf6f77fd7 -SIZE (RPCS3-rpcs3-v0.0.6-8536-gb0d0f51d8_GH0.tar.gz) = 5549497 +TIMESTAMP = 1566490146 +SHA256 (RPCS3-rpcs3-v0.0.6-8568-gb70908c8f_GH0.tar.gz) = 817cb5b2057ce88e45a7bb8e6199e956f35307529e45693d497f81fc70fa51af +SIZE (RPCS3-rpcs3-v0.0.6-8568-gb70908c8f_GH0.tar.gz) = 5553111 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-head@freebsd.org Sun Aug 25 00:45:53 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 59885D05EC; Sun, 25 Aug 2019 00:45: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 46GGds1crjz4LNs; Sun, 25 Aug 2019 00:45: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 1AC56D82F; Sun, 25 Aug 2019 00:45: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 x7P0jqtE057957; Sun, 25 Aug 2019 00:45:52 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7P0jqmZ057955; Sun, 25 Aug 2019 00:45:52 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201908250045.x7P0jqmZ057955@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 25 Aug 2019 00:45:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509762 - 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: 509762 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 00:45:53 -0000 Author: jbeich Date: Sun Aug 25 00:45:52 2019 New Revision: 509762 URL: https://svnweb.freebsd.org/changeset/ports/509762 Log: multimedia/svt-av1: update to 0.6.0.181 Changes: https://github.com/OpenVisualCloud/SVT-AV1/compare/6012f53c...bb6f8f3f 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 Sun Aug 25 00:45:44 2019 (r509761) +++ head/multimedia/svt-av1/Makefile Sun Aug 25 00:45:52 2019 (r509762) @@ -2,8 +2,8 @@ PORTNAME= svt-av1 DISTVERSIONPREFIX= v -DISTVERSION= 0.6.0-175 -DISTVERSIONSUFFIX= -g6012f53c +DISTVERSION= 0.6.0-181 +DISTVERSIONSUFFIX= -gbb6f8f3f CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org Modified: head/multimedia/svt-av1/distinfo ============================================================================== --- head/multimedia/svt-av1/distinfo Sun Aug 25 00:45:44 2019 (r509761) +++ head/multimedia/svt-av1/distinfo Sun Aug 25 00:45:52 2019 (r509762) @@ -1,3 +1,3 @@ -TIMESTAMP = 1566324229 -SHA256 (OpenVisualCloud-SVT-AV1-v0.6.0-175-g6012f53c_GH0.tar.gz) = 3643b7bf1963b0675c5fb444466fc3af1613d205181bd84805743a1e83eb0a95 -SIZE (OpenVisualCloud-SVT-AV1-v0.6.0-175-g6012f53c_GH0.tar.gz) = 2728868 +TIMESTAMP = 1566496099 +SHA256 (OpenVisualCloud-SVT-AV1-v0.6.0-181-gbb6f8f3f_GH0.tar.gz) = eb9ff8a70b6de67ab68fc252b1bd1b3e3033c9d03e3fed4e621dcc67d0840579 +SIZE (OpenVisualCloud-SVT-AV1-v0.6.0-181-gbb6f8f3f_GH0.tar.gz) = 2733939 From owner-svn-ports-head@freebsd.org Sun Aug 25 00:46:01 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CCF45D0618; Sun, 25 Aug 2019 00:46: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 46GGf150kgz4LT5; Sun, 25 Aug 2019 00:46: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 7359DD830; Sun, 25 Aug 2019 00:46: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 x7P0k1Vt058089; Sun, 25 Aug 2019 00:46:01 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7P0k1id058085; Sun, 25 Aug 2019 00:46:01 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201908250046.x7P0k1id058085@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 25 Aug 2019 00:46:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509763 - head/multimedia/rav1e X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/multimedia/rav1e X-SVN-Commit-Revision: 509763 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 00:46:01 -0000 Author: jbeich Date: Sun Aug 25 00:46:00 2019 New Revision: 509763 URL: https://svnweb.freebsd.org/changeset/ports/509763 Log: multimedia/rav1e: update to s20190824 Changes: https://github.com/xiph/rav1e/compare/2b20894d...dc34123f Modified: head/multimedia/rav1e/Makefile (contents, props changed) head/multimedia/rav1e/distinfo (contents, props changed) Modified: head/multimedia/rav1e/Makefile ============================================================================== --- head/multimedia/rav1e/Makefile Sun Aug 25 00:45:52 2019 (r509762) +++ head/multimedia/rav1e/Makefile Sun Aug 25 00:46:00 2019 (r509763) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rav1e -PORTVERSION= s20190821 +PORTVERSION= s20190824 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= 2b20894d +GH_TAGNAME= dc34123f PLIST_FILES= bin/${PORTNAME} CARGO_CRATES= adler32-1.0.3 \ @@ -45,7 +45,7 @@ CARGO_CRATES= adler32-1.0.3 \ chrono-0.4.7 \ clang-sys-0.28.1 \ clap-2.33.0 \ - clicolors-control-1.0.0 \ + clicolors-control-1.0.1 \ cloudabi-0.0.3 \ color_quant-1.0.1 \ console-0.7.7 \ @@ -63,7 +63,7 @@ CARGO_CRATES= adler32-1.0.3 \ deflate-0.7.20 \ difference-2.0.0 \ either-1.5.2 \ - encode_unicode-0.3.5 \ + encode_unicode-0.3.6 \ env_logger-0.6.2 \ err-derive-0.1.5 \ error-chain-0.10.0 \ @@ -147,7 +147,7 @@ CARGO_CRATES= adler32-1.0.3 \ smallvec-0.6.10 \ strsim-0.8.0 \ syn-0.15.44 \ - syn-1.0.3 \ + syn-1.0.4 \ synstructure-0.10.2 \ termcolor-1.0.5 \ termios-0.3.1 \ Modified: head/multimedia/rav1e/distinfo ============================================================================== --- head/multimedia/rav1e/distinfo Sun Aug 25 00:45:52 2019 (r509762) +++ head/multimedia/rav1e/distinfo Sun Aug 25 00:46:00 2019 (r509763) @@ -51,8 +51,8 @@ SHA256 (rust/crates/clang-sys-0.28.1.tar.gz) = 81de550 SIZE (rust/crates/clang-sys-0.28.1.tar.gz) = 34180 SHA256 (rust/crates/clap-2.33.0.tar.gz) = 5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9 SIZE (rust/crates/clap-2.33.0.tar.gz) = 196458 -SHA256 (rust/crates/clicolors-control-1.0.0.tar.gz) = 73abfd4c73d003a674ce5d2933fca6ce6c42480ea84a5ffe0a2dc39ed56300f9 -SIZE (rust/crates/clicolors-control-1.0.0.tar.gz) = 3916 +SHA256 (rust/crates/clicolors-control-1.0.1.tar.gz) = 90082ee5dcdd64dc4e9e0d37fbf3ee325419e39c0092191e0393df65518f741e +SIZE (rust/crates/clicolors-control-1.0.1.tar.gz) = 4634 SHA256 (rust/crates/cloudabi-0.0.3.tar.gz) = ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f SIZE (rust/crates/cloudabi-0.0.3.tar.gz) = 22156 SHA256 (rust/crates/color_quant-1.0.1.tar.gz) = 0dbbb57365263e881e805dc77d94697c9118fd94d8da011240555aa7b23445bd @@ -87,8 +87,8 @@ SHA256 (rust/crates/difference-2.0.0.tar.gz) = 524cbf6 SIZE (rust/crates/difference-2.0.0.tar.gz) = 147616 SHA256 (rust/crates/either-1.5.2.tar.gz) = 5527cfe0d098f36e3f8839852688e63c8fff1c90b2b405aef730615f9a7bcf7b SIZE (rust/crates/either-1.5.2.tar.gz) = 12124 -SHA256 (rust/crates/encode_unicode-0.3.5.tar.gz) = 90b2c9496c001e8cb61827acdefad780795c42264c137744cae6f7d9e3450abd -SIZE (rust/crates/encode_unicode-0.3.5.tar.gz) = 42677 +SHA256 (rust/crates/encode_unicode-0.3.6.tar.gz) = a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f +SIZE (rust/crates/encode_unicode-0.3.6.tar.gz) = 45741 SHA256 (rust/crates/env_logger-0.6.2.tar.gz) = aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3 SIZE (rust/crates/env_logger-0.6.2.tar.gz) = 31078 SHA256 (rust/crates/err-derive-0.1.5.tar.gz) = 3d8ff65eb6c2fc68e76557239d16f5698fd56603925b89856d3f0f7105fd4543 @@ -255,8 +255,8 @@ SHA256 (rust/crates/strsim-0.8.0.tar.gz) = 8ea5119cdb4 SIZE (rust/crates/strsim-0.8.0.tar.gz) = 9309 SHA256 (rust/crates/syn-0.15.44.tar.gz) = 9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5 SIZE (rust/crates/syn-0.15.44.tar.gz) = 184212 -SHA256 (rust/crates/syn-1.0.3.tar.gz) = 158521e6f544e7e3dcfc370ac180794aa38cb34a1b1e07609376d4adcf429b93 -SIZE (rust/crates/syn-1.0.3.tar.gz) = 189842 +SHA256 (rust/crates/syn-1.0.4.tar.gz) = c65d951ab12d976b61a41cf9ed4531fc19735c6e6d84a4bb1453711e762ec731 +SIZE (rust/crates/syn-1.0.4.tar.gz) = 190066 SHA256 (rust/crates/synstructure-0.10.2.tar.gz) = 02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f SIZE (rust/crates/synstructure-0.10.2.tar.gz) = 17988 SHA256 (rust/crates/termcolor-1.0.5.tar.gz) = 96d6098003bde162e4277c70665bd87c326f5a0c3f3fbfb285787fa482d54e6e @@ -307,5 +307,5 @@ SHA256 (rust/crates/wincolor-1.0.2.tar.gz) = 96f5016b1 SIZE (rust/crates/wincolor-1.0.2.tar.gz) = 4821 SHA256 (rust/crates/y4m-0.3.3.tar.gz) = b14191e41f540837886792294aa9269c2d63eb8733ed0499590935fef7bbb94f SIZE (rust/crates/y4m-0.3.3.tar.gz) = 11108 -SHA256 (xiph-rav1e-s20190821-2b20894d_GH0.tar.gz) = 162243ac930e29b1975ee3da891528c73b6085011a180de2fd9db8e99bec1952 -SIZE (xiph-rav1e-s20190821-2b20894d_GH0.tar.gz) = 462549 +SHA256 (xiph-rav1e-s20190824-dc34123f_GH0.tar.gz) = 392e046eb468a7c3d629bff925f9751b5c18f49f850bc9a446b34ab82c25de89 +SIZE (xiph-rav1e-s20190824-dc34123f_GH0.tar.gz) = 468306 From owner-svn-ports-head@freebsd.org Sun Aug 25 00:46:09 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4122ED0648; Sun, 25 Aug 2019 00:46:09 +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 46GGf911FHz4LYJ; Sun, 25 Aug 2019 00:46:09 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 060B1D831; Sun, 25 Aug 2019 00:46:09 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7P0k83m058212; Sun, 25 Aug 2019 00:46:08 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7P0k8Yp058211; Sun, 25 Aug 2019 00:46:08 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201908250046.x7P0k8Yp058211@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 25 Aug 2019 00:46:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509764 - head/multimedia/aom X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/multimedia/aom X-SVN-Commit-Revision: 509764 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 00:46:09 -0000 Author: jbeich Date: Sun Aug 25 00:46:08 2019 New Revision: 509764 URL: https://svnweb.freebsd.org/changeset/ports/509764 Log: multimedia/aom: update to 1.0.0.2285 Changes: https://aomedia.googlesource.com/aom/+log/fb4c1a793..e5b1d0973 Modified: head/multimedia/aom/Makefile (contents, props changed) head/multimedia/aom/distinfo (contents, props changed) Modified: head/multimedia/aom/Makefile ============================================================================== --- head/multimedia/aom/Makefile Sun Aug 25 00:46:00 2019 (r509763) +++ head/multimedia/aom/Makefile Sun Aug 25 00:46:08 2019 (r509764) @@ -2,8 +2,8 @@ PORTNAME= aom DISTVERSIONPREFIX= v -DISTVERSION= 1.0.0-2273 -DISTVERSIONSUFFIX= -gfb4c1a793 +DISTVERSION= 1.0.0-2285 +DISTVERSIONSUFFIX= -ge5b1d0973 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org Modified: head/multimedia/aom/distinfo ============================================================================== --- head/multimedia/aom/distinfo Sun Aug 25 00:46:00 2019 (r509763) +++ head/multimedia/aom/distinfo Sun Aug 25 00:46:08 2019 (r509764) @@ -1,3 +1,3 @@ -TIMESTAMP = 1566372604 -SHA256 (jbeich-aom-v1.0.0-2273-gfb4c1a793_GH0.tar.gz) = 3bbcf5812f9aaf135404725fd1ce9d317ae1a8d8a11164c63ed88f7059e67996 -SIZE (jbeich-aom-v1.0.0-2273-gfb4c1a793_GH0.tar.gz) = 3406978 +TIMESTAMP = 1566592165 +SHA256 (jbeich-aom-v1.0.0-2285-ge5b1d0973_GH0.tar.gz) = 012e3a274baa7cda4bb9984ff9ce0ae0db34a4f880bf3bb0c7cb99b2f8253fcd +SIZE (jbeich-aom-v1.0.0-2285-ge5b1d0973_GH0.tar.gz) = 3411022 From owner-svn-ports-head@freebsd.org Sun Aug 25 00:46:16 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CC915D0675; Sun, 25 Aug 2019 00:46:16 +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 46GGfJ51Ybz4LdV; Sun, 25 Aug 2019 00:46:16 +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 8E0B8D832; Sun, 25 Aug 2019 00:46:16 +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 x7P0kGYg058337; Sun, 25 Aug 2019 00:46:16 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7P0kGnq058335; Sun, 25 Aug 2019 00:46:16 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201908250046.x7P0kGnq058335@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 25 Aug 2019 00:46:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509765 - head/textproc/scdoc X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/textproc/scdoc X-SVN-Commit-Revision: 509765 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 00:46:16 -0000 Author: jbeich Date: Sun Aug 25 00:46:15 2019 New Revision: 509765 URL: https://svnweb.freebsd.org/changeset/ports/509765 Log: textproc/scdoc: update to 1.9.7 Changes: https://git.sr.ht/%7Esircmpwn/scdoc/refs/1.9.7 Reported by: Repology Modified: head/textproc/scdoc/Makefile (contents, props changed) head/textproc/scdoc/distinfo (contents, props changed) Modified: head/textproc/scdoc/Makefile ============================================================================== --- head/textproc/scdoc/Makefile Sun Aug 25 00:46:08 2019 (r509764) +++ head/textproc/scdoc/Makefile Sun Aug 25 00:46:15 2019 (r509765) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= scdoc -DISTVERSION= 1.9.6 -PORTREVISION= 1 +DISTVERSION= 1.9.7 CATEGORIES= textproc MASTER_SITES= https://git.sr.ht/~sircmpwn/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ Modified: head/textproc/scdoc/distinfo ============================================================================== --- head/textproc/scdoc/distinfo Sun Aug 25 00:46:08 2019 (r509764) +++ head/textproc/scdoc/distinfo Sun Aug 25 00:46:15 2019 (r509765) @@ -1,3 +1,3 @@ -TIMESTAMP = 1562782167 -SHA256 (scdoc-1.9.6.tar.gz) = 89a5f2294b4b72ee1d20b8a478d16bee1f96b6202bfeedb6df76c27881ed5928 -SIZE (scdoc-1.9.6.tar.gz) = 11950 +TIMESTAMP = 1565915023 +SHA256 (scdoc-1.9.7.tar.gz) = 7e0ef0b2fdbe40d66461b1b2900aadd889a2d91eaecd2505e85fabf6db003779 +SIZE (scdoc-1.9.7.tar.gz) = 12025 From owner-svn-ports-head@freebsd.org Sun Aug 25 00:46:24 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 934ADD06A6; Sun, 25 Aug 2019 00:46: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 46GGfS3D5Rz4Ljf; Sun, 25 Aug 2019 00:46:24 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 50EEBD833; Sun, 25 Aug 2019 00:46:24 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7P0kOuB058463; Sun, 25 Aug 2019 00:46:24 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7P0kNoZ058461; Sun, 25 Aug 2019 00:46:23 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201908250046.x7P0kNoZ058461@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 25 Aug 2019 00:46:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509766 - 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: 509766 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 00:46:24 -0000 Author: jbeich Date: Sun Aug 25 00:46:23 2019 New Revision: 509766 URL: https://svnweb.freebsd.org/changeset/ports/509766 Log: lang/rust-nightly: update to 1.38.0.20190825 Changes: https://github.com/rust-lang/rust/compare/29a54035c77c...eeba189cfb2c 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 Sun Aug 25 00:46:15 2019 (r509765) +++ head/lang/rust-nightly/Makefile Sun Aug 25 00:46:23 2019 (r509766) @@ -16,7 +16,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-08-20 +NIGHTLY_DATE= 2019-08-25 NIGHTLY_SUBDIR= ${NIGHTLY_DATE}/ # See WRKSRC/src/stage0.txt for this date Modified: head/lang/rust-nightly/distinfo ============================================================================== --- head/lang/rust-nightly/distinfo Sun Aug 25 00:46:15 2019 (r509765) +++ head/lang/rust-nightly/distinfo Sun Aug 25 00:46:23 2019 (r509766) @@ -1,6 +1,6 @@ -TIMESTAMP = 1566241485 -SHA256 (rust/2019-08-20/rustc-nightly-src.tar.xz) = aaa8b9b6a73e844f72057d4ea9426c5dabcd707ecfdc6b0bdcb9a639b75abb75 -SIZE (rust/2019-08-20/rustc-nightly-src.tar.xz) = 94075120 +TIMESTAMP = 1566676078 +SHA256 (rust/2019-08-25/rustc-nightly-src.tar.xz) = 069825474ed405c293d706a55608e766e1fde1a21f13385b54326b32a629cfb6 +SIZE (rust/2019-08-25/rustc-nightly-src.tar.xz) = 94116648 SHA256 (rust/2019-08-13/rustc-beta-x86_64-unknown-freebsd.tar.gz) = 62117526710b92d1cc00632a6bcf8c1941f5a7d9c1f7a964d7bca55f09786537 SIZE (rust/2019-08-13/rustc-beta-x86_64-unknown-freebsd.tar.gz) = 49723228 SHA256 (rust/2019-08-13/rust-std-beta-x86_64-unknown-freebsd.tar.gz) = c65ef74bebebcf18c9f89c67c16de146c7071e2dffe90effcaf544ff74829d6d From owner-svn-ports-head@freebsd.org Sun Aug 25 01:00:04 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 89C3DD0B7B; Sun, 25 Aug 2019 01:00:04 +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 46GGyD376gz4MNT; Sun, 25 Aug 2019 01:00:04 +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 4DE71DA01; Sun, 25 Aug 2019 01:00: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 x7P104R9064709; Sun, 25 Aug 2019 01:00:04 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7P103vu064704; Sun, 25 Aug 2019 01:00:03 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201908250100.x7P103vu064704@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 25 Aug 2019 01:00:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509767 - in head/math: . bonmin X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math: . bonmin X-SVN-Commit-Revision: 509767 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 01:00:04 -0000 Author: yuri Date: Sun Aug 25 01:00:02 2019 New Revision: 509767 URL: https://svnweb.freebsd.org/changeset/ports/509767 Log: New port: math/bonmin: Basic Open-source Nonlinear Mixed INteger programming Added: head/math/bonmin/ head/math/bonmin/Makefile (contents, props changed) head/math/bonmin/distinfo (contents, props changed) head/math/bonmin/pkg-descr (contents, props changed) head/math/bonmin/pkg-plist (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sun Aug 25 00:46:23 2019 (r509766) +++ head/math/Makefile Sun Aug 25 01:00:02 2019 (r509767) @@ -150,6 +150,7 @@ SUBDIR += blis SUBDIR += blitz++ SUBDIR += blocksolve95 + SUBDIR += bonmin SUBDIR += boolector SUBDIR += bsdnt SUBDIR += btor2tools Added: head/math/bonmin/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/bonmin/Makefile Sun Aug 25 01:00:02 2019 (r509767) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= bonmin +DISTVERSIONPREFIX= releases/ +DISTVERSION= 1.8.7 +CATEGORIES= math +PKGNAMEPREFIX= coin-or- + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Basic Open-source Nonlinear Mixed INteger programming + +LICENSE= EPL +LICENSE_FILE= ${WRKSRC}/Bonmin/LICENSE + +LIB_DEPENDS= libCbc.so:math/coinmp \ + libipopt.so:math/ipopt + +USES= blaslapack:netlib gmake libtool pkgconfig +GNU_CONFIGURE= yes +USE_GITHUB= yes +GH_ACCOUNT= coin-or +GH_PROJECT= Bonmin +USE_LDCONFIG= yes + +INSTALL_TARGET= install-strip + +TEST_TARGET= test + +.include Added: head/math/bonmin/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/bonmin/distinfo Sun Aug 25 01:00:02 2019 (r509767) @@ -0,0 +1,3 @@ +TIMESTAMP = 1566692976 +SHA256 (coin-or-Bonmin-releases-1.8.7_GH0.tar.gz) = b7ff716b5b69055b9a4f0a6083d5805adde95aeb7678d2c349d3499881343b3a +SIZE (coin-or-Bonmin-releases-1.8.7_GH0.tar.gz) = 1335974 Added: head/math/bonmin/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/bonmin/pkg-descr Sun Aug 25 01:00:02 2019 (r509767) @@ -0,0 +1,5 @@ +Bonmin (Basic Open-source Nonlinear Mixed INteger programming) is an +experimental open-source C++ code for solving general MINLP (Mixed Integer +NonLinear Programming) problems. + +WWW: https://projects.coin-or.org/Bonmin Added: head/math/bonmin/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/bonmin/pkg-plist Sun Aug 25 01:00:02 2019 (r509767) @@ -0,0 +1,67 @@ +include/coin/BonArraysHelpers.hpp +include/coin/BonAuxInfos.hpp +include/coin/BonBabInfos.hpp +include/coin/BonBabSetupBase.hpp +include/coin/BonBonminSetup.hpp +include/coin/BonBranchingTQP.hpp +include/coin/BonCbc.hpp +include/coin/BonCbcLpStrategy.hpp +include/coin/BonCbcNlpStrategy.hpp +include/coin/BonCbcNode.hpp +include/coin/BonChooseVariable.hpp +include/coin/BonCurvBranchingSolver.hpp +include/coin/BonCutStrengthener.hpp +include/coin/BonDiver.hpp +include/coin/BonDummyHeuristic.hpp +include/coin/BonDummyPump.hpp +include/coin/BonEcpCuts.hpp +include/coin/BonExitCodes.hpp +include/coin/BonFixAndSolveHeuristic.hpp +include/coin/BonGuessHeuristic.hpp +include/coin/BonHeuristicDive.hpp +include/coin/BonHeuristicDiveFractional.hpp +include/coin/BonHeuristicDiveMIP.hpp +include/coin/BonHeuristicDiveMIPFractional.hpp +include/coin/BonHeuristicDiveMIPVectorLength.hpp +include/coin/BonHeuristicDiveVectorLength.hpp +include/coin/BonHeuristicFPump.hpp +include/coin/BonHeuristicLocalBranching.hpp +include/coin/BonHeuristicRINS.hpp +include/coin/BonIpoptInteriorWarmStarter.hpp +include/coin/BonIpoptSolver.hpp +include/coin/BonIpoptWarmStart.hpp +include/coin/BonLinearCutsGenerator.hpp +include/coin/BonLocalSolverBasedHeuristic.hpp +include/coin/BonLpBranchingSolver.hpp +include/coin/BonMilpRounding.hpp +include/coin/BonOACutGenerator2.hpp +include/coin/BonOAMessages.hpp +include/coin/BonOaDecBase.hpp +include/coin/BonOaFeasChecker.hpp +include/coin/BonOaNlpOptim.hpp +include/coin/BonOsiTMINLPInterface.hpp +include/coin/BonOuterApprox.hpp +include/coin/BonPseudoCosts.hpp +include/coin/BonPumpForMinlp.hpp +include/coin/BonQuadCut.hpp +include/coin/BonQuadRow.hpp +include/coin/BonRegisteredOptions.hpp +include/coin/BonStrongBranchingSolver.hpp +include/coin/BonSubMipSolver.hpp +include/coin/BonTMINLP.hpp +include/coin/BonTMINLP2OsiLP.hpp +include/coin/BonTMINLP2Quad.hpp +include/coin/BonTMINLP2TNLP.hpp +include/coin/BonTMINLPLinObj.hpp +include/coin/BonTMatrix.hpp +include/coin/BonTNLP2FPNLP.hpp +include/coin/BonTNLPSolver.hpp +include/coin/BonTypes.hpp +include/coin/BonminConfig.h +lib/libbonmin.so +lib/libbonmin.so.4 +lib/libbonmin.so.4.8.7 +libdata/pkgconfig/bonmin.pc +share/coin/doc/Bonmin/AUTHORS +share/coin/doc/Bonmin/LICENSE +share/coin/doc/Bonmin/README From owner-svn-ports-head@freebsd.org Sun Aug 25 01:15:05 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A8AB5D12AE; Sun, 25 Aug 2019 01:15: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 46GHHY3tG9z4NY8; Sun, 25 Aug 2019 01:15: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 805A4DDA4; Sun, 25 Aug 2019 01:15:05 +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 x7P1F5aw076573; Sun, 25 Aug 2019 01:15:05 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7P1F4Pv076568; Sun, 25 Aug 2019 01:15:04 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201908250115.x7P1F4Pv076568@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 25 Aug 2019 01:15:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509768 - in head/math: . couenne X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math: . couenne X-SVN-Commit-Revision: 509768 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 01:15:05 -0000 Author: yuri Date: Sun Aug 25 01:15:04 2019 New Revision: 509768 URL: https://svnweb.freebsd.org/changeset/ports/509768 Log: New port: math/couenne: Convex Over and Under Envelopes for NonliNear Estimation Added: head/math/couenne/ head/math/couenne/Makefile (contents, props changed) head/math/couenne/distinfo (contents, props changed) head/math/couenne/pkg-descr (contents, props changed) head/math/couenne/pkg-plist (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sun Aug 25 01:00:02 2019 (r509767) +++ head/math/Makefile Sun Aug 25 01:15:04 2019 (r509768) @@ -188,6 +188,7 @@ SUBDIR += concorde SUBDIR += convertall SUBDIR += coq + SUBDIR += couenne SUBDIR += crlibm SUBDIR += cryptominisat SUBDIR += curv Added: head/math/couenne/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/couenne/Makefile Sun Aug 25 01:15:04 2019 (r509768) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= couenne +DISTVERSIONPREFIX= releases/ +DISTVERSION= 0.5.7 +CATEGORIES= math +PKGNAMEPREFIX= coin-or- + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Convex Over and Under Envelopes for NonliNear Estimation + +LICENSE= EPL +LICENSE_FILE= ${WRKSRC}/Couenne/LICENSE + +LIB_DEPENDS= libbonmin.so:math/bonmin \ + libCbc.so:math/coinmp \ + libipopt.so:math/ipopt + +USES= blaslapack:netlib fortran gmake libtool pkgconfig +GNU_CONFIGURE= yes +USE_GITHUB= yes +GH_ACCOUNT= coin-or +GH_PROJECT= Couenne +USE_LDCONFIG= yes + +INSTALL_TARGET= install-strip + +.include Added: head/math/couenne/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/couenne/distinfo Sun Aug 25 01:15:04 2019 (r509768) @@ -0,0 +1,3 @@ +TIMESTAMP = 1566695137 +SHA256 (coin-or-Couenne-releases-0.5.7_GH0.tar.gz) = 61e3d1ccfff545d509261ecb5867ac4aeb12cf03a27011b926475ef60066901c +SIZE (coin-or-Couenne-releases-0.5.7_GH0.tar.gz) = 1320614 Added: head/math/couenne/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/couenne/pkg-descr Sun Aug 25 01:15:04 2019 (r509768) @@ -0,0 +1,5 @@ +Couenne (Convex Over and Under ENvelopes for Nonlinear Estimation) is +a branch&bound algorithm to solve Mixed-Integer Nonlinear Programming (MINLP) +problems. + +WWW: https://projects.coin-or.org/Couenne Added: head/math/couenne/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/couenne/pkg-plist Sun Aug 25 01:15:04 2019 (r509768) @@ -0,0 +1,92 @@ +include/coin/BonCouenneInfo.hpp +include/coin/BonCouenneInterface.hpp +include/coin/BonCouenneSetup.hpp +include/coin/BonInitHeuristic.hpp +include/coin/BonNlpHeuristic.hpp +include/coin/CouExpr.hpp +include/coin/CouenneAggrProbing.hpp +include/coin/CouenneBTPerfIndicator.hpp +include/coin/CouenneBab.hpp +include/coin/CouenneBranchingObject.hpp +include/coin/CouenneChooseStrong.hpp +include/coin/CouenneChooseVariable.hpp +include/coin/CouenneComplBranchingObject.hpp +include/coin/CouenneComplObject.hpp +include/coin/CouenneConfig.h +include/coin/CouenneCrossConv.hpp +include/coin/CouenneCutGenerator.hpp +include/coin/CouenneDepGraph.hpp +include/coin/CouenneDisjCuts.hpp +include/coin/CouenneDomain.hpp +include/coin/CouenneExprAbs.hpp +include/coin/CouenneExprAux.hpp +include/coin/CouenneExprBCos.hpp +include/coin/CouenneExprBDiv.hpp +include/coin/CouenneExprBMul.hpp +include/coin/CouenneExprBSin.hpp +include/coin/CouenneExprBound.hpp +include/coin/CouenneExprClone.hpp +include/coin/CouenneExprConst.hpp +include/coin/CouenneExprCopy.hpp +include/coin/CouenneExprCos.hpp +include/coin/CouenneExprDiv.hpp +include/coin/CouenneExprExp.hpp +include/coin/CouenneExprGroup.hpp +include/coin/CouenneExprHess.hpp +include/coin/CouenneExprIVar.hpp +include/coin/CouenneExprIf.hpp +include/coin/CouenneExprInv.hpp +include/coin/CouenneExprJac.hpp +include/coin/CouenneExprLog.hpp +include/coin/CouenneExprMax.hpp +include/coin/CouenneExprMin.hpp +include/coin/CouenneExprMul.hpp +include/coin/CouenneExprNorm.hpp +include/coin/CouenneExprOp.hpp +include/coin/CouenneExprOpp.hpp +include/coin/CouenneExprPWLinear.hpp +include/coin/CouenneExprPow.hpp +include/coin/CouenneExprQuad.hpp +include/coin/CouenneExprSin.hpp +include/coin/CouenneExprStore.hpp +include/coin/CouenneExprSub.hpp +include/coin/CouenneExprSum.hpp +include/coin/CouenneExprTrilinear.hpp +include/coin/CouenneExprUnary.hpp +include/coin/CouenneExprVar.hpp +include/coin/CouenneExpression.hpp +include/coin/CouenneFeasPump.hpp +include/coin/CouenneFixPoint.hpp +include/coin/CouenneFunTriplets.hpp +include/coin/CouenneGlobalCutOff.hpp +include/coin/CouenneJournalist.hpp +include/coin/CouenneLQelems.hpp +include/coin/CouenneMINLPInterface.hpp +include/coin/CouenneMatrix.hpp +include/coin/CouenneObject.hpp +include/coin/CouenneOrbitBranchingObj.hpp +include/coin/CouenneOrbitObj.hpp +include/coin/CouennePSDcon.hpp +include/coin/CouennePrecisions.hpp +include/coin/CouenneProblem.hpp +include/coin/CouenneProblemElem.hpp +include/coin/CouenneProjections.hpp +include/coin/CouenneRecordBestSol.hpp +include/coin/CouenneRootQ.hpp +include/coin/CouenneSOSObject.hpp +include/coin/CouenneSdpCuts.hpp +include/coin/CouenneSolverInterface.hpp +include/coin/CouenneTNLP.hpp +include/coin/CouenneThreeWayBranchObj.hpp +include/coin/CouenneTwoImplied.hpp +include/coin/CouenneTypes.hpp +include/coin/CouenneVTObject.hpp +include/coin/CouenneVarObject.hpp +lib/libCouenne.so +lib/libCouenne.so.1 +lib/libCouenne.so.1.4.7 +libdata/pkgconfig/couenne.pc +share/coin/doc/Couenne/AUTHORS +share/coin/doc/Couenne/LICENSE +share/coin/doc/Couenne/README +share/coin/doc/Couenne/couenne_addlibs.txt From owner-svn-ports-head@freebsd.org Sun Aug 25 01:24:44 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 665FCD1779; Sun, 25 Aug 2019 01:24:44 +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 46GHVh22mZz4P2l; Sun, 25 Aug 2019 01:24:44 +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 28E66DF67; Sun, 25 Aug 2019 01:24:44 +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 x7P1Ohbm082287; Sun, 25 Aug 2019 01:24:43 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7P1OhHh082283; Sun, 25 Aug 2019 01:24:43 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201908250124.x7P1OhHh082283@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 25 Aug 2019 01:24:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509769 - in head/math: . symphony X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math: . symphony X-SVN-Commit-Revision: 509769 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 01:24:44 -0000 Author: yuri Date: Sun Aug 25 01:24:42 2019 New Revision: 509769 URL: https://svnweb.freebsd.org/changeset/ports/509769 Log: New port: math/symphony: Solver and development framework for mixed-integer linear programs Added: head/math/symphony/ head/math/symphony/Makefile (contents, props changed) head/math/symphony/distinfo (contents, props changed) head/math/symphony/pkg-descr (contents, props changed) head/math/symphony/pkg-plist (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sun Aug 25 01:15:04 2019 (r509768) +++ head/math/Makefile Sun Aug 25 01:24:42 2019 (r509769) @@ -855,6 +855,7 @@ SUBDIR += superlu SUBDIR += superlu_mt SUBDIR += symmetrica + SUBDIR += symphony SUBDIR += tablix SUBDIR += taucs SUBDIR += tblis Added: head/math/symphony/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/symphony/Makefile Sun Aug 25 01:24:42 2019 (r509769) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= symphony +DISTVERSIONPREFIX= releases/ +DISTVERSION= 5.6.17 +CATEGORIES= math +PKGNAMEPREFIX= coin-or- + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Solver and development framework for mixed-integer linear programs + +LICENSE= EPL +LICENSE_FILE= ${WRKSRC}/SYMPHONY/LICENSE + +LIB_DEPENDS= libCbc.so:math/coinmp + +USES= gmake libtool pkgconfig +GNU_CONFIGURE= yes +USE_GITHUB= yes +GH_ACCOUNT= coin-or +GH_PROJECT= SYMPHONY +USE_LDCONFIG= yes + +INSTALL_TARGET= install-strip + +.include Added: head/math/symphony/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/symphony/distinfo Sun Aug 25 01:24:42 2019 (r509769) @@ -0,0 +1,3 @@ +TIMESTAMP = 1566695939 +SHA256 (coin-or-SYMPHONY-releases-5.6.17_GH0.tar.gz) = f6c2b9c9e60ebff4a665e243e765649334c5d0680f536d3d9c0c372025ab96dc +SIZE (coin-or-SYMPHONY-releases-5.6.17_GH0.tar.gz) = 1848015 Added: head/math/symphony/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/symphony/pkg-descr Sun Aug 25 01:24:42 2019 (r509769) @@ -0,0 +1,9 @@ +SYMPHONY is an open-source solver for mixed-integer linear programs (MILPs) +written in C. It can be used in four different main modes: +* As a callable library through either the native C interface or through the + Osi. +* As an interactive solver using a command-line interface. +* As a framework to build customized solvers for specific problem classes. +* Through a number of different modeling languages: AMPL, GMPL, GAMS, PuLP. + +WWW: https://projects.coin-or.org/SYMPHONY Added: head/math/symphony/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/symphony/pkg-plist Sun Aug 25 01:24:42 2019 (r509769) @@ -0,0 +1,19 @@ +bin/symphony +include/coin/OsiSymSolverInterface.hpp +include/coin/OsiSymSolverParameters.hpp +include/coin/SymConfig.h +include/coin/SymWarmStart.hpp +include/coin/symphony.h +lib/libOsiSym.so +lib/libOsiSym.so.3 +lib/libOsiSym.so.3.6.17 +lib/libSym.so +lib/libSym.so.3 +lib/libSym.so.3.6.17 +libdata/pkgconfig/osi-sym.pc +libdata/pkgconfig/symphony-app.pc +libdata/pkgconfig/symphony.pc +share/coin/doc/SYMPHONY/AUTHORS +share/coin/doc/SYMPHONY/LICENSE +share/coin/doc/SYMPHONY/README +share/coin/doc/SYMPHONY/sym_addlibs.txt From owner-svn-ports-head@freebsd.org Sun Aug 25 04:19:03 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C7496D493B; Sun, 25 Aug 2019 04:19: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 46GMMq4kjrz4VnN; Sun, 25 Aug 2019 04:19: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 8449AFF1A; Sun, 25 Aug 2019 04:19: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 x7P4J3D8082994; Sun, 25 Aug 2019 04:19:03 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7P4J2HT082987; Sun, 25 Aug 2019 04:19:02 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201908250419.x7P4J2HT082987@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 25 Aug 2019 04:19:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509770 - in head/math: . casadi X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math: . casadi X-SVN-Commit-Revision: 509770 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 04:19:03 -0000 Author: yuri Date: Sun Aug 25 04:19:02 2019 New Revision: 509770 URL: https://svnweb.freebsd.org/changeset/ports/509770 Log: New port: math/casadi: Symbolic framework for numeric optimization Added: head/math/casadi/ head/math/casadi/Makefile (contents, props changed) head/math/casadi/distinfo (contents, props changed) head/math/casadi/pkg-descr (contents, props changed) head/math/casadi/pkg-plist (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sun Aug 25 01:24:42 2019 (r509769) +++ head/math/Makefile Sun Aug 25 04:19:02 2019 (r509770) @@ -159,6 +159,7 @@ SUBDIR += calcoo SUBDIR += calctool SUBDIR += cantor + SUBDIR += casadi SUBDIR += cbc SUBDIR += cblas SUBDIR += ccmath Added: head/math/casadi/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/casadi/Makefile Sun Aug 25 04:19:02 2019 (r509770) @@ -0,0 +1,67 @@ +# $FreeBSD$ + +PORTNAME= casadi +DISTVERSION= 3.4.5-49 +DISTVERSIONSUFFIX= -g6b0de13ac +CATEGORIES= math + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Symbolic framework for numeric optimization + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +USES= cmake pkgconfig +USE_GITHUB= yes +USE_LDCONFIG= yes + +CFLAGS+= -fPIC +CXXFLAGS+= -fPIC + +CMAKE_OFF= WITH_DEEPBIND WITH_BUILD_BLASFEO + +OPTIONS_DEFINE= BLASFEO BONMIN CLANG IPOPT LAPACK QPOASES +OPTIONS_DEFAULT= BLASFEO BONMIN IPOPT LAPACK QPOASES +OPTIONS_SUB= yes + +BLASFEO_DESC= Build with BLASFEO +BLASFEO_CMAKE_BOOL= WITH_BLASFEO +BLASFEO_BUILD_DEPENDS= blasfeo>0:math/blasfeo + +BONMIN_DESC= Build with Bonmin +BONMIN_CMAKE_BOOL= WITH_BONMIN +BONMIN_USES= blaslapack:netlib fortran +BONMIN_LIB_DEPENDS= libbonmin.so:math/bonmin \ + libCbcSolver.so:math/coinmp \ + libipopt.so:math/ipopt + +CLANG_DESC= Build with clang for JIT +CLANG_CMAKE_BOOL= WITH_CLANG +CLANG_BROKEN= Fails to find clang + +IPOPT_DESC= Build with IPopt +IPOPT_CMAKE_BOOL= WITH_IPOPT +IPOPT_USES= blaslapack:netlib fortran +IPOPT_LIB_DEPENDS= libipopt.so:math/ipopt + +LAPACK_DESC= Build with LAPACK +LAPACK_CMAKE_BOOL= WITH_LAPACK +LAPACK_USES= blaslapack:openblas + +QPOASES_DESC= Build with qpOASES +QPOASES_CMAKE_BOOL= WITH_QPOASES +QPOASES_LIB_DEPENDS= libopenblas.so:math/openblas +QPOASES_IMPLIES= LAPACK + +.include + +.if ${PORT_OPTIONS:MCLANG} +# use clang from ports because cmake can't find base llvm for JIT +BUILD_DEPENDS+= clang${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT} +RUN_DEPENDS+= clang${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT} +CPP= clang-cpp${LLVM_DEFAULT} +CC= clang${LLVM_DEFAULT} +CXX= clang++${LLVM_DEFAULT} +.endif + +.include Added: head/math/casadi/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/casadi/distinfo Sun Aug 25 04:19:02 2019 (r509770) @@ -0,0 +1,3 @@ +TIMESTAMP = 1566688181 +SHA256 (casadi-casadi-3.4.5-49-g6b0de13ac_GH0.tar.gz) = 38e130753a849f569f38e8dfb5f83f2b3f4d606f36450b2cbf31fc18961b586b +SIZE (casadi-casadi-3.4.5-49-g6b0de13ac_GH0.tar.gz) = 3602120 Added: head/math/casadi/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/casadi/pkg-descr Sun Aug 25 04:19:02 2019 (r509770) @@ -0,0 +1,7 @@ +Rumur is a model checker, a formal verification tool for proving safety and +security properties of systems represented as state machines. It is based on a +previous tool, CMurphi, and intended to be close to a drop-in replacement. Rumur +takes the same input format as CMurphi, the Murphi modelling language, with some +extensions and generates a C program that implements a verifier. + +WWW: https://github.com/Smattr/rumur Added: head/math/casadi/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/casadi/pkg-plist Sun Aug 25 04:19:02 2019 (r509770) @@ -0,0 +1,156 @@ +include/casadi/casadi.hpp +include/casadi/config.h +include/casadi/core/calculus.hpp +include/casadi/core/callback.hpp +include/casadi/core/casadi_common.hpp +include/casadi/core/casadi_export.h +include/casadi/core/casadi_interrupt.hpp +include/casadi/core/casadi_limits.hpp +include/casadi/core/casadi_logger.hpp +include/casadi/core/casadi_meta.hpp +include/casadi/core/casadi_misc.hpp +include/casadi/core/casadi_types.hpp +include/casadi/core/code_generator.hpp +include/casadi/core/conic.hpp +include/casadi/core/core.hpp +include/casadi/core/dae_builder.hpp +include/casadi/core/dple.hpp +include/casadi/core/exception.hpp +include/casadi/core/expm.hpp +include/casadi/core/external.hpp +include/casadi/core/function.hpp +include/casadi/core/generic_expression.hpp +include/casadi/core/generic_matrix.hpp +include/casadi/core/generic_type.hpp +include/casadi/core/global_options.hpp +include/casadi/core/importer.hpp +include/casadi/core/integration_tools.hpp +include/casadi/core/integrator.hpp +include/casadi/core/interpolant.hpp +include/casadi/core/linsol.hpp +include/casadi/core/matrix.hpp +include/casadi/core/mx.hpp +include/casadi/core/nlp_builder.hpp +include/casadi/core/nlpsol.hpp +include/casadi/core/nonzeros.hpp +include/casadi/core/options.hpp +include/casadi/core/optistack.hpp +include/casadi/core/polynomial.hpp +include/casadi/core/printable.hpp +include/casadi/core/rootfinder.hpp +include/casadi/core/runtime/casadi_axpy.hpp +include/casadi/core/runtime/casadi_bfgs.hpp +include/casadi/core/runtime/casadi_bilin.hpp +include/casadi/core/runtime/casadi_copy.hpp +include/casadi/core/runtime/casadi_de_boor.hpp +include/casadi/core/runtime/casadi_densify.hpp +include/casadi/core/runtime/casadi_dot.hpp +include/casadi/core/runtime/casadi_fill.hpp +include/casadi/core/runtime/casadi_finite_diff.hpp +include/casadi/core/runtime/casadi_flip.hpp +include/casadi/core/runtime/casadi_getu.hpp +include/casadi/core/runtime/casadi_iamax.hpp +include/casadi/core/runtime/casadi_interpn.hpp +include/casadi/core/runtime/casadi_interpn_grad.hpp +include/casadi/core/runtime/casadi_interpn_interpolate.hpp +include/casadi/core/runtime/casadi_interpn_weights.hpp +include/casadi/core/runtime/casadi_ldl.hpp +include/casadi/core/runtime/casadi_low.hpp +include/casadi/core/runtime/casadi_max_viol.hpp +include/casadi/core/runtime/casadi_minmax.hpp +include/casadi/core/runtime/casadi_mtimes.hpp +include/casadi/core/runtime/casadi_mv.hpp +include/casadi/core/runtime/casadi_mv_dense.hpp +include/casadi/core/runtime/casadi_nd_boor_eval.hpp +include/casadi/core/runtime/casadi_newton.hpp +include/casadi/core/runtime/casadi_norm_1.hpp +include/casadi/core/runtime/casadi_norm_2.hpp +include/casadi/core/runtime/casadi_norm_inf.hpp +include/casadi/core/runtime/casadi_norm_inf_mul.hpp +include/casadi/core/runtime/casadi_polyval.hpp +include/casadi/core/runtime/casadi_project.hpp +include/casadi/core/runtime/casadi_qp.hpp +include/casadi/core/runtime/casadi_qr.hpp +include/casadi/core/runtime/casadi_rank1.hpp +include/casadi/core/runtime/casadi_regularize.hpp +include/casadi/core/runtime/casadi_runtime.hpp +include/casadi/core/runtime/casadi_scal.hpp +include/casadi/core/runtime/casadi_sparsify.hpp +include/casadi/core/runtime/casadi_sum_viol.hpp +include/casadi/core/runtime/casadi_swap.hpp +include/casadi/core/runtime/casadi_trans.hpp +include/casadi/core/runtime/shared.hpp +include/casadi/core/shared_object.hpp +include/casadi/core/slice.hpp +include/casadi/core/sparsity.hpp +include/casadi/core/sparsity_interface.hpp +include/casadi/core/submatrix.hpp +include/casadi/core/sx.hpp +include/casadi/core/sx_elem.hpp +include/casadi/core/timing.hpp +include/casadi/core/variable.hpp +include/casadi/core/xml_file.hpp +include/casadi/core/xml_node.hpp +include/casadi/mem.h +lib/cmake/casadi/casadi-config-version.cmake +lib/cmake/casadi/casadi-config.cmake +lib/cmake/casadi/casadi-targets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/casadi/casadi-targets.cmake +lib/libcasadi.so +lib/libcasadi.so.3.5 +lib/libcasadi_conic_nlpsol.so +lib/libcasadi_conic_nlpsol.so.3.5 +%%QPOASES%%lib/libcasadi_conic_qpoases.so +%%QPOASES%%lib/libcasadi_conic_qpoases.so.3.5 +lib/libcasadi_conic_qrqp.so +lib/libcasadi_conic_qrqp.so.3.5 +lib/libcasadi_importer_shell.so +lib/libcasadi_importer_shell.so.3.5 +lib/libcasadi_integrator_collocation.so +lib/libcasadi_integrator_collocation.so.3.5 +lib/libcasadi_integrator_cvodes.so +lib/libcasadi_integrator_cvodes.so.3.5 +lib/libcasadi_integrator_idas.so +lib/libcasadi_integrator_idas.so.3.5 +lib/libcasadi_integrator_rk.so +lib/libcasadi_integrator_rk.so.3.5 +lib/libcasadi_interpolant_bspline.so +lib/libcasadi_interpolant_bspline.so.3.5 +lib/libcasadi_interpolant_linear.so +lib/libcasadi_interpolant_linear.so.3.5 +lib/libcasadi_linsol_csparse.so +lib/libcasadi_linsol_csparse.so.3.5 +lib/libcasadi_linsol_csparsecholesky.so +lib/libcasadi_linsol_csparsecholesky.so.3.5 +%%LAPACK%%lib/libcasadi_linsol_lapacklu.so +%%LAPACK%%lib/libcasadi_linsol_lapacklu.so.3.5 +%%LAPACK%%lib/libcasadi_linsol_lapackqr.so +%%LAPACK%%lib/libcasadi_linsol_lapackqr.so.3.5 +lib/libcasadi_linsol_ldl.so +lib/libcasadi_linsol_ldl.so.3.5 +lib/libcasadi_linsol_lsqr.so +lib/libcasadi_linsol_lsqr.so.3.5 +lib/libcasadi_linsol_qr.so +lib/libcasadi_linsol_qr.so.3.5 +lib/libcasadi_linsol_symbolicqr.so +lib/libcasadi_linsol_symbolicqr.so.3.5 +%%BONMIN%%lib/libcasadi_nlpsol_bonmin.so +%%BONMIN%%lib/libcasadi_nlpsol_bonmin.so.3.5 +%%IPOPT%%lib/libcasadi_nlpsol_ipopt.so +%%IPOPT%%lib/libcasadi_nlpsol_ipopt.so.3.5 +lib/libcasadi_nlpsol_scpgen.so +lib/libcasadi_nlpsol_scpgen.so.3.5 +lib/libcasadi_nlpsol_sqpmethod.so +lib/libcasadi_nlpsol_sqpmethod.so.3.5 +lib/libcasadi_rootfinder_fast_newton.so +lib/libcasadi_rootfinder_fast_newton.so.3.5 +lib/libcasadi_rootfinder_kinsol.so +lib/libcasadi_rootfinder_kinsol.so.3.5 +lib/libcasadi_rootfinder_newton.so +lib/libcasadi_rootfinder_newton.so.3.5 +lib/libcasadi_rootfinder_nlpsol.so +lib/libcasadi_rootfinder_nlpsol.so.3.5 +lib/libcasadi_sundials_common.so +lib/libcasadi_sundials_common.so.3.5 +lib/libcasadi_xmlfile_tinyxml.so +lib/libcasadi_xmlfile_tinyxml.so.3.5 From owner-svn-ports-head@freebsd.org Sun Aug 25 04:38:19 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2275ED4E16; Sun, 25 Aug 2019 04:38: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 46GMp303NLz4WRH; Sun, 25 Aug 2019 04:38: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 D7B75182B0; Sun, 25 Aug 2019 04:38: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 x7P4cIbT094276; Sun, 25 Aug 2019 04:38:18 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7P4cIiQ094275; Sun, 25 Aug 2019 04:38:18 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201908250438.x7P4cIiQ094275@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 25 Aug 2019 04:38:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509771 - head/math/casadi X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/casadi X-SVN-Commit-Revision: 509771 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 04:38:19 -0000 Author: yuri Date: Sun Aug 25 04:38:18 2019 New Revision: 509771 URL: https://svnweb.freebsd.org/changeset/ports/509771 Log: math/casadi: Correct pkg-descr Modified: head/math/casadi/pkg-descr Modified: head/math/casadi/pkg-descr ============================================================================== --- head/math/casadi/pkg-descr Sun Aug 25 04:19:02 2019 (r509770) +++ head/math/casadi/pkg-descr Sun Aug 25 04:38:18 2019 (r509771) @@ -1,7 +1,8 @@ -Rumur is a model checker, a formal verification tool for proving safety and -security properties of systems represented as state machines. It is based on a -previous tool, CMurphi, and intended to be close to a drop-in replacement. Rumur -takes the same input format as CMurphi, the Murphi modelling language, with some -extensions and generates a C program that implements a verifier. +CasADi is an open-source tool for nonlinear optimization and algorithmic +differentiation. -WWW: https://github.com/Smattr/rumur +It facilitates rapid, yet efficient, implementation of different methods for +numerical optimal control, both in an offline context and for nonlinear model +predictive control (NMPC). + +WWW: https://web.casadi.org/ From owner-svn-ports-head@freebsd.org Sun Aug 25 04:46:06 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A5018D5024; Sun, 25 Aug 2019 04:46:06 +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 46GMz23K7rz4Wlj; Sun, 25 Aug 2019 04:46:06 +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 4F18C1846D; Sun, 25 Aug 2019 04:46:06 +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 x7P4k6ru000805; Sun, 25 Aug 2019 04:46:06 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7P4k5Op000803; Sun, 25 Aug 2019 04:46:05 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201908250446.x7P4k5Op000803@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sun, 25 Aug 2019 04:46:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509772 - head/audio/mpg123 X-SVN-Group: ports-head X-SVN-Commit-Author: novel X-SVN-Commit-Paths: head/audio/mpg123 X-SVN-Commit-Revision: 509772 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 04:46:06 -0000 Author: novel Date: Sun Aug 25 04:46:05 2019 New Revision: 509772 URL: https://svnweb.freebsd.org/changeset/ports/509772 Log: audio/mpg123: update to 1.25.12 Modified: head/audio/mpg123/Makefile head/audio/mpg123/distinfo head/audio/mpg123/pkg-plist Modified: head/audio/mpg123/Makefile ============================================================================== --- head/audio/mpg123/Makefile Sun Aug 25 04:38:18 2019 (r509771) +++ head/audio/mpg123/Makefile Sun Aug 25 04:46:05 2019 (r509772) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mpg123 -PORTVERSION= 1.25.11 +PORTVERSION= 1.25.12 CATEGORIES= audio ipv6 MASTER_SITES= SF \ http://www.mpg123.de/download/ Modified: head/audio/mpg123/distinfo ============================================================================== --- head/audio/mpg123/distinfo Sun Aug 25 04:38:18 2019 (r509771) +++ head/audio/mpg123/distinfo Sun Aug 25 04:46:05 2019 (r509772) @@ -1,3 +1,3 @@ -TIMESTAMP = 1563719207 -SHA256 (mpg123-1.25.11.tar.bz2) = df063307faa27c7d9efe63d2139b1564cfc7cdbb7c6f449c89ef8faabfa0eab2 -SIZE (mpg123-1.25.11.tar.bz2) = 909478 +TIMESTAMP = 1566628952 +SHA256 (mpg123-1.25.12.tar.bz2) = 1ffec7c9683dfb86ea9040d6a53d6ea819ecdda215df347f79def08f1fe731d1 +SIZE (mpg123-1.25.12.tar.bz2) = 910149 Modified: head/audio/mpg123/pkg-plist ============================================================================== --- head/audio/mpg123/pkg-plist Sun Aug 25 04:38:18 2019 (r509771) +++ head/audio/mpg123/pkg-plist Sun Aug 25 04:46:05 2019 (r509772) @@ -7,7 +7,7 @@ include/mpg123.h include/out123.h lib/libmpg123.so lib/libmpg123.so.0 -lib/libmpg123.so.0.44.9 +lib/libmpg123.so.0.44.10 lib/libout123.so lib/libout123.so.0 lib/libout123.so.0.2.2 From owner-svn-ports-head@freebsd.org Sun Aug 25 07:18:45 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A7F7FD7E00; Sun, 25 Aug 2019 07:18:45 +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 46GRM94jKLz4dpZ; Sun, 25 Aug 2019 07:18:45 +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 82F0C19F99; Sun, 25 Aug 2019 07:18:45 +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 x7P7Ijj3088681; Sun, 25 Aug 2019 07:18:45 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7P7Ii5K088677; Sun, 25 Aug 2019 07:18:44 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201908250718.x7P7Ii5K088677@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 25 Aug 2019 07:18:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509774 - in head/math: . cppad X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math: . cppad X-SVN-Commit-Revision: 509774 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 07:18:45 -0000 Author: yuri Date: Sun Aug 25 07:18:44 2019 New Revision: 509774 URL: https://svnweb.freebsd.org/changeset/ports/509774 Log: New port: math/cppad: C++ Algorithmic Differentiation package Added: head/math/cppad/ head/math/cppad/Makefile (contents, props changed) head/math/cppad/distinfo (contents, props changed) head/math/cppad/pkg-descr (contents, props changed) head/math/cppad/pkg-plist (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sun Aug 25 07:13:24 2019 (r509773) +++ head/math/Makefile Sun Aug 25 07:18:44 2019 (r509774) @@ -190,6 +190,7 @@ SUBDIR += convertall SUBDIR += coq SUBDIR += couenne + SUBDIR += cppad SUBDIR += crlibm SUBDIR += cryptominisat SUBDIR += curv Added: head/math/cppad/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/cppad/Makefile Sun Aug 25 07:18:44 2019 (r509774) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= cppad +DISTVERSION= 20190200.4 +CATEGORIES= math +PKGNAMEPREFIX= coin-or- + +MAINTAINER= yuri@FreeBSD.org +COMMENT= C++ Algorithmic Differentiation package + +LICENSE= EPL + +USES= cmake eigen:3,run +USE_GITHUB= yes +GH_ACCOUNT= coin-or +GH_PROJECT= CppAD + +CMAKE_ARGS= -Dcppad_prefix=${PREFIX} + +NO_ARCH= yes + +.include Added: head/math/cppad/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/cppad/distinfo Sun Aug 25 07:18:44 2019 (r509774) @@ -0,0 +1,3 @@ +TIMESTAMP = 1566716449 +SHA256 (coin-or-CppAD-20190200.4_GH0.tar.gz) = 6b50da5918bb10b3921792adfc9331b737c4a08aa608512345ffbcc83f7de808 +SIZE (coin-or-CppAD-20190200.4_GH0.tar.gz) = 1510909 Added: head/math/cppad/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/cppad/pkg-descr Sun Aug 25 07:18:44 2019 (r509774) @@ -0,0 +1,4 @@ +CppAD (C++ algorithmic differentiation package) computes derivative values from +an algorithm that computes function values. + +WWW: https://coin-or.github.io/CppAD/doc/cppad.htm Added: head/math/cppad/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/cppad/pkg-plist Sun Aug 25 07:18:44 2019 (r509774) @@ -0,0 +1,312 @@ +include/cppad/base_require.hpp +include/cppad/configure.hpp +include/cppad/core/abort_recording.hpp +include/cppad/core/abs.hpp +include/cppad/core/abs_normal_fun.hpp +include/cppad/core/acosh.hpp +include/cppad/core/ad.hpp +include/cppad/core/ad_assign.hpp +include/cppad/core/ad_binary.hpp +include/cppad/core/ad_ctor.hpp +include/cppad/core/ad_fun.hpp +include/cppad/core/ad_io.hpp +include/cppad/core/ad_to_string.hpp +include/cppad/core/ad_type.hpp +include/cppad/core/ad_valued.hpp +include/cppad/core/add.hpp +include/cppad/core/add_eq.hpp +include/cppad/core/arithmetic.hpp +include/cppad/core/asinh.hpp +include/cppad/core/atan2.hpp +include/cppad/core/atanh.hpp +include/cppad/core/atomic/atomic_one.hpp +include/cppad/core/atomic/atomic_three.hpp +include/cppad/core/atomic/atomic_two.hpp +include/cppad/core/atomic/three_afun.hpp +include/cppad/core/atomic/three_ctor.hpp +include/cppad/core/atomic/three_for_type.hpp +include/cppad/core/atomic/three_forward.hpp +include/cppad/core/atomic/three_hes_sparsity.hpp +include/cppad/core/atomic/three_jac_sparsity.hpp +include/cppad/core/atomic/three_rev_depend.hpp +include/cppad/core/atomic/three_reverse.hpp +include/cppad/core/atomic/two_afun.hpp +include/cppad/core/atomic/two_clear.hpp +include/cppad/core/atomic/two_ctor.hpp +include/cppad/core/atomic/two_for_sparse_hes.hpp +include/cppad/core/atomic/two_for_sparse_jac.hpp +include/cppad/core/atomic/two_forward.hpp +include/cppad/core/atomic/two_option.hpp +include/cppad/core/atomic/two_rev_depend.hpp +include/cppad/core/atomic/two_rev_sparse_hes.hpp +include/cppad/core/atomic/two_rev_sparse_jac.hpp +include/cppad/core/atomic/two_reverse.hpp +include/cppad/core/azmul.hpp +include/cppad/core/base2ad.hpp +include/cppad/core/base_complex.hpp +include/cppad/core/base_cond_exp.hpp +include/cppad/core/base_double.hpp +include/cppad/core/base_float.hpp +include/cppad/core/base_hash.hpp +include/cppad/core/base_limits.hpp +include/cppad/core/base_std_math.hpp +include/cppad/core/base_to_string.hpp +include/cppad/core/bender_quad.hpp +include/cppad/core/bool_fun.hpp +include/cppad/core/bool_valued.hpp +include/cppad/core/capacity_order.hpp +include/cppad/core/check_for_nan.hpp +include/cppad/core/chkpoint_one/chkpoint_one.hpp +include/cppad/core/chkpoint_one/ctor.hpp +include/cppad/core/chkpoint_one/for_sparse_jac.hpp +include/cppad/core/chkpoint_one/forward.hpp +include/cppad/core/chkpoint_one/rev_sparse_hes.hpp +include/cppad/core/chkpoint_one/rev_sparse_jac.hpp +include/cppad/core/chkpoint_one/reverse.hpp +include/cppad/core/chkpoint_one/set_hes_sparse_bool.hpp +include/cppad/core/chkpoint_one/set_hes_sparse_set.hpp +include/cppad/core/chkpoint_one/set_jac_sparse_bool.hpp +include/cppad/core/chkpoint_one/set_jac_sparse_set.hpp +include/cppad/core/chkpoint_two/chkpoint_two.hpp +include/cppad/core/chkpoint_two/ctor.hpp +include/cppad/core/chkpoint_two/dynamic.hpp +include/cppad/core/chkpoint_two/for_type.hpp +include/cppad/core/chkpoint_two/forward.hpp +include/cppad/core/chkpoint_two/hes_sparsity.hpp +include/cppad/core/chkpoint_two/jac_sparsity.hpp +include/cppad/core/chkpoint_two/rev_depend.hpp +include/cppad/core/chkpoint_two/reverse.hpp +include/cppad/core/compare.hpp +include/cppad/core/compound_assign.hpp +include/cppad/core/con_dyn_var.hpp +include/cppad/core/cond_exp.hpp +include/cppad/core/convert.hpp +include/cppad/core/cppad_assert.hpp +include/cppad/core/dependent.hpp +include/cppad/core/discrete.hpp +include/cppad/core/div.hpp +include/cppad/core/div_eq.hpp +include/cppad/core/drivers.hpp +include/cppad/core/epsilon.hpp +include/cppad/core/equal_op_seq.hpp +include/cppad/core/erf.hpp +include/cppad/core/expm1.hpp +include/cppad/core/for_hes_sparsity.hpp +include/cppad/core/for_jac_sparsity.hpp +include/cppad/core/for_one.hpp +include/cppad/core/for_sparse_hes.hpp +include/cppad/core/for_sparse_jac.hpp +include/cppad/core/for_two.hpp +include/cppad/core/forward.hpp +include/cppad/core/fun_check.hpp +include/cppad/core/fun_construct.hpp +include/cppad/core/fun_eval.hpp +include/cppad/core/hash_code.hpp +include/cppad/core/hessian.hpp +include/cppad/core/identical.hpp +include/cppad/core/independent.hpp +include/cppad/core/integer.hpp +include/cppad/core/jacobian.hpp +include/cppad/core/log1p.hpp +include/cppad/core/lu_ratio.hpp +include/cppad/core/mul.hpp +include/cppad/core/mul_eq.hpp +include/cppad/core/near_equal_ext.hpp +include/cppad/core/new_dynamic.hpp +include/cppad/core/num_skip.hpp +include/cppad/core/numeric_limits.hpp +include/cppad/core/omp_max_thread.hpp +include/cppad/core/opt_val_hes.hpp +include/cppad/core/optimize.hpp +include/cppad/core/ordered.hpp +include/cppad/core/parallel_ad.hpp +include/cppad/core/pow.hpp +include/cppad/core/print_for.hpp +include/cppad/core/rev_hes_sparsity.hpp +include/cppad/core/rev_jac_sparsity.hpp +include/cppad/core/rev_one.hpp +include/cppad/core/rev_sparse_hes.hpp +include/cppad/core/rev_sparse_jac.hpp +include/cppad/core/rev_two.hpp +include/cppad/core/reverse.hpp +include/cppad/core/sign.hpp +include/cppad/core/sparse.hpp +include/cppad/core/sparse_hes.hpp +include/cppad/core/sparse_hessian.hpp +include/cppad/core/sparse_jac.hpp +include/cppad/core/sparse_jacobian.hpp +include/cppad/core/standard_math.hpp +include/cppad/core/std_math_98.hpp +include/cppad/core/sub.hpp +include/cppad/core/sub_eq.hpp +include/cppad/core/subgraph_jac_rev.hpp +include/cppad/core/subgraph_reverse.hpp +include/cppad/core/subgraph_sparsity.hpp +include/cppad/core/tape_link.hpp +include/cppad/core/test_vector.hpp +include/cppad/core/testvector.hpp +include/cppad/core/unary_minus.hpp +include/cppad/core/unary_plus.hpp +include/cppad/core/undef.hpp +include/cppad/core/user_ad.hpp +include/cppad/core/value.hpp +include/cppad/core/var2par.hpp +include/cppad/core/vec_ad.hpp +include/cppad/core/zdouble.hpp +include/cppad/cppad.hpp +include/cppad/example/base_adolc.hpp +include/cppad/example/cppad_eigen.hpp +include/cppad/example/eigen_cholesky.hpp +include/cppad/example/eigen_mat_inv.hpp +include/cppad/example/eigen_mat_mul.hpp +include/cppad/example/eigen_plugin.hpp +include/cppad/example/mat_mul.hpp +include/cppad/ipopt/solve.hpp +include/cppad/ipopt/solve_callback.hpp +include/cppad/ipopt/solve_result.hpp +include/cppad/local/abs_op.hpp +include/cppad/local/acos_op.hpp +include/cppad/local/acosh_op.hpp +include/cppad/local/ad_tape.hpp +include/cppad/local/add_op.hpp +include/cppad/local/asin_op.hpp +include/cppad/local/asinh_op.hpp +include/cppad/local/atan_op.hpp +include/cppad/local/atanh_op.hpp +include/cppad/local/atom_state.hpp +include/cppad/local/atomic_index.hpp +include/cppad/local/color_general.hpp +include/cppad/local/color_symmetric.hpp +include/cppad/local/comp_op.hpp +include/cppad/local/cond_op.hpp +include/cppad/local/cos_op.hpp +include/cppad/local/cosh_op.hpp +include/cppad/local/cppad_colpack.hpp +include/cppad/local/cskip_op.hpp +include/cppad/local/csum_op.hpp +include/cppad/local/declare_ad.hpp +include/cppad/local/define.hpp +include/cppad/local/discrete_op.hpp +include/cppad/local/div_op.hpp +include/cppad/local/erf_op.hpp +include/cppad/local/exp_op.hpp +include/cppad/local/expm1_op.hpp +include/cppad/local/hash_code.hpp +include/cppad/local/independent.hpp +include/cppad/local/is_pod.hpp +include/cppad/local/load_op.hpp +include/cppad/local/log1p_op.hpp +include/cppad/local/log_op.hpp +include/cppad/local/mul_op.hpp +include/cppad/local/op.hpp +include/cppad/local/op_code.hpp +include/cppad/local/op_code_dyn.hpp +include/cppad/local/optimize/cexp_info.hpp +include/cppad/local/optimize/csum_op_info.hpp +include/cppad/local/optimize/csum_stacks.hpp +include/cppad/local/optimize/get_cexp_info.hpp +include/cppad/local/optimize/get_dyn_previous.hpp +include/cppad/local/optimize/get_op_previous.hpp +include/cppad/local/optimize/get_op_usage.hpp +include/cppad/local/optimize/get_par_usage.hpp +include/cppad/local/optimize/hash_code.hpp +include/cppad/local/optimize/match_op.hpp +include/cppad/local/optimize/optimize_run.hpp +include/cppad/local/optimize/record_csum.hpp +include/cppad/local/optimize/record_pv.hpp +include/cppad/local/optimize/record_vp.hpp +include/cppad/local/optimize/record_vv.hpp +include/cppad/local/optimize/size_pair.hpp +include/cppad/local/optimize/usage.hpp +include/cppad/local/parameter_op.hpp +include/cppad/local/play/addr_enum.hpp +include/cppad/local/play/atom_op_info.hpp +include/cppad/local/play/player.hpp +include/cppad/local/play/random_iterator.hpp +include/cppad/local/play/random_setup.hpp +include/cppad/local/play/sequential_iterator.hpp +include/cppad/local/play/subgraph_iterator.hpp +include/cppad/local/pod_vector.hpp +include/cppad/local/pow_op.hpp +include/cppad/local/print_op.hpp +include/cppad/local/prototype_op.hpp +include/cppad/local/recorder.hpp +include/cppad/local/set_get_in_parallel.hpp +include/cppad/local/sign_op.hpp +include/cppad/local/sin_op.hpp +include/cppad/local/sinh_op.hpp +include/cppad/local/sparse_binary_op.hpp +include/cppad/local/sparse_internal.hpp +include/cppad/local/sparse_list.hpp +include/cppad/local/sparse_pack.hpp +include/cppad/local/sparse_sizevec.hpp +include/cppad/local/sparse_unary_op.hpp +include/cppad/local/sqrt_op.hpp +include/cppad/local/std_set.hpp +include/cppad/local/store_op.hpp +include/cppad/local/sub_op.hpp +include/cppad/local/subgraph/arg_variable.hpp +include/cppad/local/subgraph/entire_call.hpp +include/cppad/local/subgraph/get_rev.hpp +include/cppad/local/subgraph/info.hpp +include/cppad/local/subgraph/init_rev.hpp +include/cppad/local/subgraph/sparsity.hpp +include/cppad/local/sweep/call_atomic.hpp +include/cppad/local/sweep/dynamic.hpp +include/cppad/local/sweep/for_hes.hpp +include/cppad/local/sweep/for_jac.hpp +include/cppad/local/sweep/forward0.hpp +include/cppad/local/sweep/forward1.hpp +include/cppad/local/sweep/forward2.hpp +include/cppad/local/sweep/rev_hes.hpp +include/cppad/local/sweep/rev_jac.hpp +include/cppad/local/sweep/reverse.hpp +include/cppad/local/tan_op.hpp +include/cppad/local/tanh_op.hpp +include/cppad/local/zmul_op.hpp +include/cppad/speed/det_33.hpp +include/cppad/speed/det_by_lu.hpp +include/cppad/speed/det_by_minor.hpp +include/cppad/speed/det_grad_33.hpp +include/cppad/speed/det_of_minor.hpp +include/cppad/speed/mat_sum_sq.hpp +include/cppad/speed/ode_evaluate.hpp +include/cppad/speed/sparse_hes_fun.hpp +include/cppad/speed/sparse_jac_fun.hpp +include/cppad/speed/uniform_01.hpp +include/cppad/utility.hpp +include/cppad/utility/check_numeric_type.hpp +include/cppad/utility/check_simple_vector.hpp +include/cppad/utility/elapsed_seconds.hpp +include/cppad/utility/error_handler.hpp +include/cppad/utility/index_sort.hpp +include/cppad/utility/lu_factor.hpp +include/cppad/utility/lu_invert.hpp +include/cppad/utility/lu_solve.hpp +include/cppad/utility/memory_leak.hpp +include/cppad/utility/nan.hpp +include/cppad/utility/near_equal.hpp +include/cppad/utility/ode_err_control.hpp +include/cppad/utility/ode_gear.hpp +include/cppad/utility/ode_gear_control.hpp +include/cppad/utility/omp_alloc.hpp +include/cppad/utility/poly.hpp +include/cppad/utility/pow_int.hpp +include/cppad/utility/romberg_mul.hpp +include/cppad/utility/romberg_one.hpp +include/cppad/utility/rosen_34.hpp +include/cppad/utility/runge_45.hpp +include/cppad/utility/set_union.hpp +include/cppad/utility/sparse2eigen.hpp +include/cppad/utility/sparse_rc.hpp +include/cppad/utility/sparse_rcv.hpp +include/cppad/utility/speed_test.hpp +include/cppad/utility/test_boolofvoid.hpp +include/cppad/utility/thread_alloc.hpp +include/cppad/utility/time_test.hpp +include/cppad/utility/to_string.hpp +include/cppad/utility/track_new_del.hpp +include/cppad/utility/vector.hpp +include/cppad/wno_conversion.hpp +libdata/pkgconfig/cppad.pc +share/pkgconfig/cppad.pc From owner-svn-ports-head@freebsd.org Sun Aug 25 08:00:41 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B5C0AD9436; Sun, 25 Aug 2019 08:00:41 +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 46GSHY4Pqjz3C64; Sun, 25 Aug 2019 08:00:41 +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 790E51A6E6; Sun, 25 Aug 2019 08:00:41 +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 x7P80fJJ012344; Sun, 25 Aug 2019 08:00:41 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7P80f89012342; Sun, 25 Aug 2019 08:00:41 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201908250800.x7P80f89012342@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 25 Aug 2019 08:00:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509775 - head/net/kio-gdrive X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/net/kio-gdrive X-SVN-Commit-Revision: 509775 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 08:00:41 -0000 Author: tcberner Date: Sun Aug 25 08:00:40 2019 New Revision: 509775 URL: https://svnweb.freebsd.org/changeset/ports/509775 Log: net/kio-gdrive: update to 1.2.7 - supports the current KDE Applications' PIM versions Modified: head/net/kio-gdrive/Makefile head/net/kio-gdrive/distinfo Modified: head/net/kio-gdrive/Makefile ============================================================================== --- head/net/kio-gdrive/Makefile Sun Aug 25 07:18:44 2019 (r509774) +++ head/net/kio-gdrive/Makefile Sun Aug 25 08:00:40 2019 (r509775) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= kio-gdrive -DISTVERSION= 1.2.6 +DISTVERSION= 1.2.7 CATEGORIES= net kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTNAME} @@ -11,8 +11,6 @@ COMMENT= KDE IOSlave for accessing gdrive LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING - -BROKEN= Does not build with current (19.08) release of libkgapi LIB_DEPENDS= libqt5keychain.so:security/qtkeychain \ libaccounts-qt5.so:net-im/libaccounts-qt5 \ Modified: head/net/kio-gdrive/distinfo ============================================================================== --- head/net/kio-gdrive/distinfo Sun Aug 25 07:18:44 2019 (r509774) +++ head/net/kio-gdrive/distinfo Sun Aug 25 08:00:40 2019 (r509775) @@ -1,3 +1,3 @@ -TIMESTAMP = 1558865600 -SHA256 (KDE/kio-gdrive/kio-gdrive-1.2.6.tar.xz) = 7a9169e1d464641eb0ae4013ca1732b46bdfd50a13b3e87810c19ba794527f7b -SIZE (KDE/kio-gdrive/kio-gdrive-1.2.6.tar.xz) = 46464 +TIMESTAMP = 1566717253 +SHA256 (KDE/kio-gdrive/kio-gdrive-1.2.7.tar.xz) = 1b59e4d9940deb290cc4d7441d4ae8762ccb1de8d14dbd0bdbd3bc9a5fc266a4 +SIZE (KDE/kio-gdrive/kio-gdrive-1.2.7.tar.xz) = 46748 From owner-svn-ports-head@freebsd.org Sun Aug 25 08:31:00 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 41555D9E29; Sun, 25 Aug 2019 08:31:00 +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 46GSyX0jQcz3DNx; Sun, 25 Aug 2019 08:31:00 +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 EF8AE1AC62; Sun, 25 Aug 2019 08:30:59 +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 x7P8UxFK031058; Sun, 25 Aug 2019 08:30:59 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7P8UxDh031057; Sun, 25 Aug 2019 08:30:59 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201908250830.x7P8UxDh031057@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Sun, 25 Aug 2019 08:30:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509778 - head/net/knxd/files X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: head/net/knxd/files X-SVN-Commit-Revision: 509778 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 08:31:00 -0000 Author: mfechner Date: Sun Aug 25 08:30:59 2019 New Revision: 509778 URL: https://svnweb.freebsd.org/changeset/ports/509778 Log: net/knxd: fix build with GCC architectures. This patch is also requested upstream: https://github.com/knxd/knxd/pull/407 PR: 239469 Submitted by: pkubaj Added: head/net/knxd/files/patch-src_libserver_eibnetip.cpp (contents, props changed) Added: head/net/knxd/files/patch-src_libserver_eibnetip.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/knxd/files/patch-src_libserver_eibnetip.cpp Sun Aug 25 08:30:59 2019 (r509778) @@ -0,0 +1,14 @@ +--- src/libserver/eibnetip.cpp.orig 2019-07-26 22:23:32 UTC ++++ src/libserver/eibnetip.cpp +@@ -248,7 +248,11 @@ EIBNetIPSocket::port () + return -1; + if (sa.sin_family != AF_INET) + { ++#ifdef ENODATA + errno = ENODATA; ++#else ++ errno = 9919; ++#endif + return -1; + } + return sa.sin_port; From owner-svn-ports-head@freebsd.org Sun Aug 25 08:31:48 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C002AD9E63; Sun, 25 Aug 2019 08:31:48 +0000 (UTC) (envelope-from dch@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46GSzS4k2cz3Df5; Sun, 25 Aug 2019 08:31:48 +0000 (UTC) (envelope-from dch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 83D431ADBA; Sun, 25 Aug 2019 08:31:48 +0000 (UTC) (envelope-from dch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7P8VmXr031930; Sun, 25 Aug 2019 08:31:48 GMT (envelope-from dch@FreeBSD.org) Received: (from dch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7P8VmxG031928; Sun, 25 Aug 2019 08:31:48 GMT (envelope-from dch@FreeBSD.org) Message-Id: <201908250831.x7P8VmxG031928@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dch set sender to dch@FreeBSD.org using -f From: Dave Cottlehuber Date: Sun, 25 Aug 2019 08:31:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509779 - head/sysutils/py-mitogen X-SVN-Group: ports-head X-SVN-Commit-Author: dch X-SVN-Commit-Paths: head/sysutils/py-mitogen X-SVN-Commit-Revision: 509779 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 08:31:48 -0000 Author: dch Date: Sun Aug 25 08:31:47 2019 New Revision: 509779 URL: https://svnweb.freebsd.org/changeset/ports/509779 Log: sysutils/py-mitogen: update to 0.2.8 to support latest ansible Approved by: jrm (mentor, implicit) Sponsored by: SkunkWerks, GmbH Modified: head/sysutils/py-mitogen/Makefile head/sysutils/py-mitogen/distinfo Modified: head/sysutils/py-mitogen/Makefile ============================================================================== --- head/sysutils/py-mitogen/Makefile Sun Aug 25 08:30:59 2019 (r509778) +++ head/sysutils/py-mitogen/Makefile Sun Aug 25 08:31:47 2019 (r509779) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mitogen -DISTVERSION= 0.2.7 +DISTVERSION= 0.2.8 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/sysutils/py-mitogen/distinfo ============================================================================== --- head/sysutils/py-mitogen/distinfo Sun Aug 25 08:30:59 2019 (r509778) +++ head/sysutils/py-mitogen/distinfo Sun Aug 25 08:31:47 2019 (r509779) @@ -1,3 +1,3 @@ -TIMESTAMP = 1558988017 -SHA256 (mitogen-0.2.7.tar.gz) = c2dd28d6b964699822455f6c91acedc16324913586837f046a76e2e4ac1d716c -SIZE (mitogen-0.2.7.tar.gz) = 187461 +TIMESTAMP = 1566721046 +SHA256 (mitogen-0.2.8.tar.gz) = 1bfca66bcc522346c9167a3a9829feac5ee3b84431e49354fb780e4b9a4b0eee +SIZE (mitogen-0.2.8.tar.gz) = 209738 From owner-svn-ports-head@freebsd.org Sun Aug 25 09:02:40 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B7E67DA97E; Sun, 25 Aug 2019 09:02:40 +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 46GTg44L67z3Fm7; Sun, 25 Aug 2019 09:02:40 +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 769D51B362; Sun, 25 Aug 2019 09:02:40 +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 x7P92eZc053360; Sun, 25 Aug 2019 09:02:40 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7P92eHe053359; Sun, 25 Aug 2019 09:02:40 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201908250902.x7P92eHe053359@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 25 Aug 2019 09:02:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509780 - head/games/cuyo X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/games/cuyo X-SVN-Commit-Revision: 509780 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 09:02:40 -0000 Author: amdmi3 Date: Sun Aug 25 09:02:39 2019 New Revision: 509780 URL: https://svnweb.freebsd.org/changeset/ports/509780 Log: - Switch to USES=localbase - Switch to options helpers - Update WWW Approved by: portmgr blanket Modified: head/games/cuyo/Makefile head/games/cuyo/pkg-descr Modified: head/games/cuyo/Makefile ============================================================================== --- head/games/cuyo/Makefile Sun Aug 25 08:31:47 2019 (r509779) +++ head/games/cuyo/Makefile Sun Aug 25 09:02:39 2019 (r509780) @@ -13,15 +13,12 @@ COMMENT= Nice, innovative, challenging Tetris-like gam LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake iconv +USES= gmake iconv localbase:ldflags USE_SDL= mixer image USE_XORG= x11 xau xdmcp GNU_CONFIGURE= yes INSTALLS_ICONS= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - # Do not use older versions PORTSCOUT= limit:[0-9]\.[0-9]\. @@ -34,7 +31,7 @@ NLS_USES= gettext perl5 NLS_USE= perl5=build NLS_LDFLAGS= -lintl -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} NEWS README ${STAGEDIR}${DOCSDIR}) Modified: head/games/cuyo/pkg-descr ============================================================================== --- head/games/cuyo/pkg-descr Sun Aug 25 08:31:47 2019 (r509779) +++ head/games/cuyo/pkg-descr Sun Aug 25 09:02:39 2019 (r509780) @@ -1,4 +1,4 @@ Cuyo is a tetris-like game which is suprisingly innovative, sometimes challenging, and has a very nice look. -WWW: http://www.karimmi.de/cuyo/ +WWW: https://www.karimmi.de/cuyo/ From owner-svn-ports-head@freebsd.org Sun Aug 25 09:34:29 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9B369DB0E0; Sun, 25 Aug 2019 09:34:29 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46GVMn4Ldvz3Gvt; Sun, 25 Aug 2019 09:34:29 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 768891B8D0; Sun, 25 Aug 2019 09:34:29 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7P9YTsq071241; Sun, 25 Aug 2019 09:34:29 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7P9YSR9071232; Sun, 25 Aug 2019 09:34:28 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201908250934.x7P9YSR9071232@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Sun, 25 Aug 2019 09:34:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509781 - in head/mail/fetchmail64: . files X-SVN-Group: ports-head X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: in head/mail/fetchmail64: . files X-SVN-Commit-Revision: 509781 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 09:34:29 -0000 Author: mandree Date: Sun Aug 25 09:34:27 2019 New Revision: 509781 URL: https://svnweb.freebsd.org/changeset/ports/509781 Log: mail/fetchmail64: Update to -rc3 with a few fixes that are to appear in 6.4.0, ... and one patch (2 GibiB mailbox size reporting) that won't make 6.4. Added: head/mail/fetchmail64/files/patch-ZZZ-174c2711dfa00c1a07b6415f6a4c879fb3f8171c (contents, props changed) head/mail/fetchmail64/files/patch-ZZZ-51ea9ddcef4b0e513a493f62a4bd93e41ff201ea (contents, props changed) head/mail/fetchmail64/files/patch-ZZZ-6928f65f01eda0e27c5afc8ef9e26ec5c5d12244 (contents, props changed) head/mail/fetchmail64/files/patch-ZZZ-87626c2707cc0d82e49e160ab3c85430ff33534f (contents, props changed) head/mail/fetchmail64/files/patch-ZZZ-c8e26099678c531f7f2539af1ac6ee44fae4365b (contents, props changed) Modified: head/mail/fetchmail64/Makefile head/mail/fetchmail64/distinfo Modified: head/mail/fetchmail64/Makefile ============================================================================== --- head/mail/fetchmail64/Makefile Sun Aug 25 09:02:39 2019 (r509780) +++ head/mail/fetchmail64/Makefile Sun Aug 25 09:34:27 2019 (r509781) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= fetchmail -DISTVERSION= 6.4.0.rc2 +DISTVERSION= 6.4.0.rc3 CATEGORIES= mail ipv6 MASTER_SITES= SF/${PORTNAME}/branch_6.4/ PKGNAMESUFFIX= 64 @@ -15,6 +15,7 @@ LICENSE= GPLv2 LGPL21 LICENSE_COMB= dual .if empty(MASTERDIR) +PATCH_STRIP= -p1 RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss USES= cpe gmake tar:xz ssl Modified: head/mail/fetchmail64/distinfo ============================================================================== --- head/mail/fetchmail64/distinfo Sun Aug 25 09:02:39 2019 (r509780) +++ head/mail/fetchmail64/distinfo Sun Aug 25 09:34:27 2019 (r509781) @@ -1,3 +1,3 @@ -TIMESTAMP = 1566247219 -SHA256 (fetchmail-6.4.0.rc2.tar.xz) = b90d2874d9710d2e2118e9210c55b4b094dcb872c6baedc97cea7a9bc411b988 -SIZE (fetchmail-6.4.0.rc2.tar.xz) = 1241744 +TIMESTAMP = 1566724627 +SHA256 (fetchmail-6.4.0.rc3.tar.xz) = 3ef9355263c2ce66166785278d6d1207ae1c2ebf9ec16e259f4d554a0562e6a5 +SIZE (fetchmail-6.4.0.rc3.tar.xz) = 1254100 Added: head/mail/fetchmail64/files/patch-ZZZ-174c2711dfa00c1a07b6415f6a4c879fb3f8171c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/fetchmail64/files/patch-ZZZ-174c2711dfa00c1a07b6415f6a4c879fb3f8171c Sun Aug 25 09:34:27 2019 (r509781) @@ -0,0 +1,470 @@ +From 174c2711dfa00c1a07b6415f6a4c879fb3f8171c Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Tr=E1=BA=A7n=20Ng=E1=BB=8Dc=20Qu=C3=A2n?= + +Date: Sun, 25 Aug 2019 10:04:57 +0200 +Subject: [PATCH] Update Vietnamese translation to 6.4.0-rc2. + +--- + po/vi.po | 138 +++++++++++++++++++++++++++---------------------------- + 1 file changed, 69 insertions(+), 69 deletions(-) + +diff --git a/po/vi.po b/po/vi.po +index 6efe7176..b6315dfd 100644 +--- a/po/vi.po ++++ b/po/vi.po +@@ -7,19 +7,20 @@ + # + msgid "" + msgstr "" +-"Project-Id-Version: fetchmail-6.3.24.1\n" ++"Project-Id-Version: fetchmail-6.4.0.rc2\n" + "Report-Msgid-Bugs-To: fetchmail-devel@lists.sourceforge.net\n" + "POT-Creation-Date: 2019-08-24 12:40+0200\n" +-"PO-Revision-Date: 2013-03-12 07:23+0700\n" ++"PO-Revision-Date: 2019-08-25 08:25+0700\n" + "Last-Translator: Trần Ngọc Quân \n" + "Language-Team: Vietnamese \n" + "Language: vi\n" + "MIME-Version: 1.0\n" + "Content-Type: text/plain; charset=UTF-8\n" + "Content-Transfer-Encoding: 8bit\n" ++"X-Bugs: Report translation errors to the Language-Team address.\n" + "Plural-Forms: nplurals=1; plural=0;\n" + "Language-Team-Website: \n" +-"X-Generator: LocFactoryEditor 1.8\n" ++"X-Generator: Poedit 2.2.3\n" + "X-Poedit-SourceCharset: UTF-8\n" + + #: checkalias.c:174 +@@ -67,9 +68,8 @@ msgid "krb5_sendauth: %s [server says '%s']\n" + msgstr "krb5_sendauth: %s [máy phục vụ nói “%s”]\n" + + #: driver.c:345 +-#, fuzzy + msgid "Fetchmail oversized-messages warning" +-msgstr "Chủ đề: cảnh báo Fetchmail về thư quá lớn" ++msgstr "Cảnh báo Fetchmail về thư quá lớn" + + #: driver.c:349 + #, c-format +@@ -130,7 +130,7 @@ msgstr " (%d octet)" + #: driver.c:638 + #, c-format + msgid " (%d header octets)" +-msgstr " (%d octet dòng đầu)" ++msgstr " (%d octet phần đầu)" + + #: driver.c:708 + #, c-format +@@ -189,9 +189,8 @@ msgid "timeout after %d seconds.\n" + msgstr "quá giờ sau %d giây.\n" + + #: driver.c:927 +-#, fuzzy + msgid "fetchmail sees repeated timeouts" +-msgstr "Chủ đề: fetchmail thấy nhiều việc quá giờ" ++msgstr "fetchmail thấy nhiều việc quá giờ" + + #: driver.c:930 + #, c-format +@@ -273,9 +272,9 @@ msgstr "" + "Để tìm trợ giúp, xem: http://www.fetchmail.info/fetchmail-FAQ.html#R15\n" + + #: driver.c:1202 +-#, fuzzy, c-format ++#, c-format + msgid "fetchmail authentication failed on %s@%s" +-msgstr "Chủ đề: việc xác thực fetchmail gặp lỗi trên %s@%s" ++msgstr "việc xác thực fetchmail gặp lỗi trên %s@%s" + + #: driver.c:1206 + #, c-format +@@ -349,9 +348,9 @@ msgid "Authorization OK on %s@%s\n" + msgstr "Đã được quyền trên %s@%s\n" + + #: driver.c:1277 +-#, fuzzy, c-format ++#, c-format + msgid "fetchmail authentication OK on %s@%s" +-msgstr "Chủ đề: fetchmail đã được xác thực là đúng trên %s@%s" ++msgstr "fetchmail đã được xác thực là đúng trên %s@%s" + + #: driver.c:1281 + #, c-format +@@ -551,9 +550,9 @@ msgid "%s: can't determine your host!" + msgstr "%s: không thể phân giải tên máy của bạn!" + + #: env.c:172 +-#, fuzzy, c-format ++#, c-format + msgid "getaddrinfo failed for %s\n" +-msgstr "Việc gethostbyname (lấy máy theo tên) gặp lỗi cho %s\n" ++msgstr "getaddrinfo không thành công cho %s\n" + + #: env.c:174 + msgid "Cannot find my own host in hosts database to qualify it!\n" +@@ -637,7 +636,6 @@ msgid "Option --check is not supported with ETRN\n" + msgstr "Không hỗ trợ tùy chọn “--check” (kiểm tra) đối với ETRN\n" + + #: fetchmail.c:141 +-#, fuzzy + msgid "" + "Copyright (C) 2002, 2003 Eric S. Raymond\n" + "Copyright (C) 2004 Matthias Andree, Eric S. Raymond,\n" +@@ -648,8 +646,8 @@ msgstr "" + "Tác quyền © năm 2002, 2003 của Eric S. Raymond\n" + "Tác quyền © năm 2004 của Matthias Andree, Eric S. Raymond,\n" + " Robert F. Funk, Graham Wilson\n" +-"Tác quyền © năm 2005-2006, 2010 - 2011 của Sunil Shetye\n" +-"Tác quyền © năm 2005-2013 của Matthias Andree\n" ++"Tác quyền © năm 2005 - 2012 của Sunil Shetye\n" ++"Tác quyền © năm 2005 - 2019 của Matthias Andree\n" + + #: fetchmail.c:147 + msgid "" +@@ -843,7 +841,7 @@ msgstr "" + #: fetchmail.c:776 + #, c-format + msgid "interval not reached, not querying %s\n" +-msgstr "Chưa tới khoảng nên không truy vấn %s\n" ++msgstr "chưa tới khoảng nên không truy vấn %s\n" + + #: fetchmail.c:814 + msgid "Query status=0 (SUCCESS)\n" +@@ -1014,6 +1012,7 @@ msgstr "" + msgid "" + "fetchmail: Error: idle mode does not work for multiple folders or accounts!\n" + msgstr "" ++"fetchmail: Lỗi: chế độ idle không làm việc với nhiều thư mục hay tài khoản!\n" + + #: fetchmail.c:1439 + #, c-format +@@ -1235,9 +1234,8 @@ msgid " SSL server certificate checking enabled.\n" + msgstr " Khả năng kiểm tra chứng nhận máy phục vụ SSL đã được bật.\n" + + #: fetchmail.c:1740 +-#, fuzzy + msgid " SSL server certificate checking disabled.\n" +-msgstr " Khả năng kiểm tra chứng nhận máy phục vụ SSL đã được bật.\n" ++msgstr " Khả năng kiểm tra chứng nhận máy phục vụ SSL đã bị tắt.\n" + + #: fetchmail.c:1743 + #, c-format +@@ -1750,7 +1748,7 @@ msgstr "Kích cỡ hiệu bài GSS tối đa là %ld\n" + + #: gssapi.c:273 + msgid "GSSAPI username too long for static buffer.\n" +-msgstr "" ++msgstr "Tên GSSAPI quá dài cho bộ đệm tĩnh.\n" + + #: gssapi.c:282 + msgid "Error creating security level request\n" +@@ -1759,7 +1757,7 @@ msgstr "Gặp lỗi khi tạo yêu cầu cấp bảo mật\n" + #: gssapi.c:286 + #, c-format + msgid "GSSAPI send_token too large (%lu) while sending username.\n" +-msgstr "" ++msgstr "GSSAPI send_token quá dài (%lu) trong khi đang gửi tài khoản.\n" + + #: gssapi.c:297 + msgid "Releasing GSS credentials\n" +@@ -1775,9 +1773,9 @@ msgid "fetchmail: thread sleeping for %d sec.\n" + msgstr "fetchmail: tuyến trình ngủ trong %d giây\n" + + #: imap.c:74 +-#, fuzzy, c-format ++#, c-format + msgid "Received BYE response from IMAP server: %s\n" +-msgstr "Nhận được đáp ứng BYE (tạm biệt) từ máy phục vụ IMAP: %s" ++msgstr "Nhận được đáp ứng BYE (tạm biệt) từ máy phục vụ IMAP: %s\n" + + #: imap.c:96 + #, c-format +@@ -1825,7 +1823,7 @@ msgstr "" + #: imap.c:501 + #, c-format + msgid "%s: WARNING: server offered STARTTLS but sslproto '' given.\n" +-msgstr "" ++msgstr "%s: CẢNH BÁO: máy chủ muốn dùng STARTTLS nhưng sslproto '' đưa ra.\n" + + #: imap.c:606 + msgid "Required OTP capability not compiled into fetchmail\n" +@@ -2082,19 +2080,19 @@ msgstr "đang nhận dữ liệu thư\n" + + #: odmr.c:245 + msgid "Option --keep is not supported with ODMR\n" +-msgstr "Khong hỗ trợ tùy chọn “--keep” (giữ) với ODMR\n" ++msgstr "Không hỗ trợ tùy chọn “--keep” (giữ) với ODMR\n" + + #: odmr.c:249 + msgid "Option --flush is not supported with ODMR\n" +-msgstr "Khong hỗ trợ tùy chọn “--flush” (xoá sạch) với ODMR\n" ++msgstr "Không hỗ trợ tùy chọn “--flush” (xoá sạch) với ODMR\n" + + #: odmr.c:253 + msgid "Option --folder is not supported with ODMR\n" +-msgstr "Khong hỗ trợ tùy chọn “--folder” (thư mục) với ODMR\n" ++msgstr "Không hỗ trợ tùy chọn “--folder” (thư mục) với ODMR\n" + + #: odmr.c:257 + msgid "Option --check is not supported with ODMR\n" +-msgstr "Khong hỗ trợ tùy chọn “--check” (kiểm tra) với ODMR\n" ++msgstr "Không hỗ trợ tùy chọn “--check” (kiểm tra) với ODMR\n" + + #: opie.c:42 + msgid "server recv fatal\n" +@@ -2196,7 +2194,7 @@ msgstr "" + + #: options.c:653 + msgid " --nosyslog turns off use of syslog(3)\n" +-msgstr "" ++msgstr " --nosyslog tắt không dùng syslog(3)\n" + + #: options.c:654 + msgid " --invisible don't write Received & enable host spoofing\n" +@@ -2273,11 +2271,10 @@ msgstr "" + "dùng)\n" + + #: options.c:671 +-#, fuzzy + msgid " --nosslcertck skip strict server certificate check (insecure)\n" + msgstr "" +-" --sslcertck _kiểm tra_ chặt chẽ _chứng nhận SSL_ máy phục vụ (khuyên " +-"dùng)\n" ++" --nosslcertck đừng _kiểm tra_ chặt chẽ _chứng nhận SSL_ máy phục vụ " ++"(không an toàn)\n" + + #: options.c:672 + msgid " --sslcertfile path to trusted-CA ssl certificate file\n" +@@ -2330,10 +2327,9 @@ msgstr "" + "\t\t\t\taccept: chấp nhận\n" + + #: options.c:683 +-#, fuzzy + msgid " -p, --proto[col] specify retrieval protocol (see man page)\n" + msgstr "" +-" -p, --protocol chỉ định _giao thức_ lấy thư (xem trang hướng dẫn)\n" ++" -p, --proto[col] chỉ định _giao thức_ lấy thư (xem trang hướng dẫn)\n" + + #: options.c:684 + msgid " -U, --uidl force the use of UIDLs (pop3 only)\n" +@@ -2343,6 +2339,7 @@ msgstr " -U, --uidl buộc dùng UIDL (chỉ dùng với pop3)\n" + msgid "" + " --idle tells the IMAP server to send notice of new messages\n" + msgstr "" ++" --idle nói với máy phục vụ IMAP gửi thông báo các thư mới\n" + + #: options.c:686 + msgid " --port TCP port to connect to (obsolete, use --service)\n" +@@ -2388,9 +2385,8 @@ msgstr "" + "\t\t\t\tvào dòng đầu Received (Đã nhận)\n" + + #: options.c:695 +-#, fuzzy + msgid " -u, --user[name] specify users's login on server\n" +-msgstr " -u, --username chỉ định _tên người dùng_ trên máy phục vụ\n" ++msgstr " -u, --user[name] chỉ định _tên người dùng_ trên máy phục vụ\n" + + #: options.c:696 + msgid " -a, --[fetch]all retrieve old and new messages\n" +@@ -2522,7 +2518,7 @@ msgstr "" + #: pop3.c:497 + #, c-format + msgid "%s: WARNING: server offered STLS, but sslproto '' given.\n" +-msgstr "" ++msgstr "%s: CẢNH BÁO: máy chủ muốn dùng STLS, nhưng sslproto '' đưa ra.\n" + + #: pop3.c:622 + msgid "We've run out of allowed authenticators and cannot continue.\n" +@@ -2560,7 +2556,7 @@ msgstr "Máy phục vụ đã đáp ứng UID cho thư không đúng.\n" + #: pop3.c:837 + #, c-format + msgid "id=%s (num=%u) was deleted, but is still present!\n" +-msgstr "id=%s (số=%u) đã được xoá bỏ, nhưng còn có !\n" ++msgstr "id=%s (số=%u) đã được xoá bỏ, nhưng còn đó!\n" + + #: pop3.c:949 + msgid "Messages inserted into list on server. Cannot handle this.\n" +@@ -2974,11 +2970,8 @@ msgid "Unexpected non-503 response to LMTP EOM: %s\n" + msgstr "Gặp đáp ứng không phải 503 không mong đợi với kết thúc thư LMTP: %s\n" + + #: sink.c:1632 +-#, fuzzy + msgid "The Fetchmail Daemon" +-msgstr "" +-"-- \n" +-"Dịch vụ chạy nền Fetchmail" ++msgstr "Dịch vụ chạy nền Fetchmail" + + #: smtp.c:81 + msgid "ESMTP CRAM-MD5 Authentication...\n" +@@ -3101,7 +3094,7 @@ msgstr "OpenSSL báo cáo: %s\n" + #: socket.c:641 + #, c-format + msgid "SSL verify callback depth %d: preverify_ok == %d, err = %d, %s\n" +-msgstr "" ++msgstr "SSL xác thực độ sau gọi ngược %d: preverify_ok == %d, lỗi = %d, %s\n" + + #: socket.c:647 + msgid "Server certificate:\n" +@@ -3250,41 +3243,41 @@ msgstr "" + "sslcertfile” trên trang hướng dẫn (man).\n" + + #: socket.c:907 socket.c:985 +-#, fuzzy + msgid "Your OpenSSL version does not support SSLv3.\n" +-msgstr "Hệ điều hành của bạn không hỗ trợ SSLv2.\n" ++msgstr "Phiên bản OpenSSL của bạn không hỗ trợ SSLv3.\n" + + #: socket.c:925 socket.c:1003 +-#, fuzzy + msgid "Your OpenSSL version does not support TLS v1.1.\n" +-msgstr "Hệ điều hành của bạn không hỗ trợ SSLv2.\n" ++msgstr "Phiên bản OpenSSL của bạn không hỗ trợ TLS v1.1.\n" + + #: socket.c:936 socket.c:1014 +-#, fuzzy + msgid "Your OpenSSL version does not support TLS v1.2.\n" +-msgstr "Hệ điều hành của bạn không hỗ trợ SSLv2.\n" ++msgstr "Phiên bản OpenSSL của bạn không hỗ trợ TLS v1.2.\n" + + #: socket.c:947 socket.c:1025 +-#, fuzzy + msgid "Your OpenSSL version does not support TLS v1.3.\n" +-msgstr "Hệ điều hành của bạn không hỗ trợ SSLv2.\n" ++msgstr "Phiên bản OpenSSL của bạn không hỗ trợ TLS v1.3.\n" + + #: socket.c:956 socket.c:1035 +-#, fuzzy, c-format ++#, c-format + msgid "Invalid SSL protocol '%s' specified, using default autoselect (auto).\n" +-msgstr "Chỉ định giao thức SSL không hợp lệ “%s” nên dùng mặc định (SSLv23).\n" ++msgstr "" ++"Chỉ định giao thức SSL không hợp lệ “%s” nên dùng mặc định là tự chọn (tự " ++"động).\n" + + #: socket.c:1070 + #, c-format + msgid "" + "Loaded OpenSSL library %#lx older than headers %#lx, refusing to work.\n" + msgstr "" ++"Thư viện OpenSSL đã tải %#lx cũ hơn phần đầu %#lx, chưa rõ ràng để có thể " ++"hoạt động.\n" + + #: socket.c:1075 + #, c-format + msgid "" + "Loaded OpenSSL library %#lx newer than headers %#lx, trying to continue.\n" +-msgstr "" ++msgstr "Thư viện OpenSSL đã tải %#lx mới hơn phần đầu %#lx, có thử tiếp tục.\n" + + #: socket.c:1095 + msgid "File descriptor out of range for SSL" +@@ -3295,6 +3288,8 @@ msgid "" + "Note that some distributions disable older protocol versions in weird non-" + "standard ways. Try a newer protocol version.\n" + msgstr "" ++"Chú ý rằng một số bản phân phối tắt các giao thức phiên bản cũ nếu nó không " ++"còn hợp chuẩn nữa. Hãy thử dùng phiên bản mới hơn.\n" + + #: socket.c:1183 + #, c-format +@@ -3302,6 +3297,8 @@ msgid "" + "Warning: SSL_set_tlsext_host_name(%p, \"%s\") failed (code %#lx), trying to " + "continue.\n" + msgstr "" ++"Cảnh báo: SSL_set_tlsext_host_name(%p, \"%s\") gặp lỗi (mã %#lx), có thử " ++"tiếp tục.\n" + + #: socket.c:1198 + #, c-format +@@ -3309,28 +3306,32 @@ msgid "" + "Warning: X509_VERIFY_PARAM_set1_host(%p, \"%s\") failed (code %#x), trying " + "to continue.\n" + msgstr "" ++"Cảnh báo: X509_VERIFY_PARAM_set1_host(%p, \"%s\") gặp lỗi (mã %#x), có thử " ++"tiếp tục.\n" + + #: socket.c:1235 + msgid "Server shut down connection prematurely during SSL_connect().\n" +-msgstr "" ++msgstr "Máy chủ ngắt kết nối bất ngờ khi đang SSL_connect().\n" + + #: socket.c:1238 + #, c-format + msgid "System error during SSL_connect(): %s\n" +-msgstr "" ++msgstr "Hệ thống gặp lỗi trong khi SSL_connect(): %s\n" + + #: socket.c:1238 + msgid "handshake failed at protocol or connection level." +-msgstr "" ++msgstr "bắt tay gặp lỗi ở mức giao thức hoặc kết nối." + + #: socket.c:1258 + msgid "Cannot obtain current SSL/TLS cipher - no session established?\n" + msgstr "" ++"Không thể lấy được kiểu mã hóa SSL/TLS hiện tại - nên không thiết lập được " ++"phiên làm việc?\n" + + #: socket.c:1261 + #, c-format + msgid "SSL/TLS: using protocol %s, cipher %s, %d/%d secret/processed bits\n" +-msgstr "" ++msgstr "SSL/TLS: đang dùng giao thức %s, mã hóa %s, %d/%d bí mật/xử lý bít\n" + + #: socket.c:1268 + msgid "Certificate/fingerprint verification was somehow skipped!\n" +@@ -3466,28 +3467,27 @@ msgid "Buffer too small. This is a bug in the caller of %s:%lu.\n" + msgstr "Bộ đệm quá nhỏ. Đây là một lỗi trong bộ gọi của %s:%lu.\n" + + #: uid.c:262 +-#, fuzzy, c-format ++#, c-format + msgid "Old UID list from %s:\n" +-msgstr "Danh sách UID cũ từ %s." ++msgstr "Danh sách UID cũ từ %s:\n" + + #: uid.c:266 uid.c:275 uid.c:343 + msgid " " + msgstr " " + + #: uid.c:273 +-#, fuzzy + msgid "Scratch list of UIDs:\n" +-msgstr "Danh sách linh tinh của UID:" ++msgstr "Danh sách linh tinh của UID:\n" + + #: uid.c:357 uid.c:401 +-#, fuzzy, c-format ++#, c-format + msgid "Merged UID list from %s:\n" +-msgstr "Đã hoà trộn danh sách UID từ %s:" ++msgstr "Đã hoà trộn danh sách UID từ %s:\n" + + #: uid.c:360 +-#, fuzzy, c-format ++#, c-format + msgid "New UID list from %s:\n" +-msgstr "Danh sách UID mới từ %s:" ++msgstr "Danh sách UID mới từ %s:\n" + + #: uid.c:390 + msgid "not swapping UID lists, no UIDs seen this query\n" +@@ -3533,11 +3533,11 @@ msgstr "Không thể mở tập tin fetchids (lấy các ID) %s để ghi: %s\n + + #: xmalloc.c:28 + msgid "malloc failed\n" +-msgstr "malloc (phân chia bộ nhớ) gặp lỗi\n" ++msgstr "malloc (cáp phát bộ nhớ) gặp lỗi\n" + + #: xmalloc.c:42 + msgid "realloc failed\n" +-msgstr "realloc (phân chia lại bộ nhớ) gặp lỗi\n" ++msgstr "realloc (cấp phát lại bộ nhớ) gặp lỗi\n" + + #~ msgid "swapping UID lists\n" + #~ msgstr "đang tráo đổi danh sách UID\n" +-- +2.22.0 + Added: head/mail/fetchmail64/files/patch-ZZZ-51ea9ddcef4b0e513a493f62a4bd93e41ff201ea ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/fetchmail64/files/patch-ZZZ-51ea9ddcef4b0e513a493f62a4bd93e41ff201ea Sun Aug 25 09:34:27 2019 (r509781) @@ -0,0 +1,29 @@ +From 51ea9ddcef4b0e513a493f62a4bd93e41ff201ea Mon Sep 17 00:00:00 2001 +From: Matthias Andree +Date: Sat, 24 Aug 2019 18:08:18 +0200 +Subject: [PATCH] Do not reference m4/gethostbyname_r.m4, we don't ship it any + more. + +--- + COPYING | 5 ++--- + 1 file changed, 2 insertions(+), 3 deletions(-) + +diff --git a/COPYING b/COPYING +index ac3dea41..a96bbbda 100644 +--- a/COPYING ++++ b/COPYING +@@ -47,9 +47,8 @@ Stenberg and also under a liberal license: + | MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE AUTHORS AND + | CONTRIBUTORS ACCEPT NO RESPONSIBILITY IN ANY CONCEIVABLE MANNER. + +-The m4/gethostbyname_r.m4 and libesmtp/* files functions are (C) by +-Brian Stafford, see the respective file headers for details (LGPL v2.1 +-or later). ++The libesmtp/* files functions are (C) by Brian Stafford, see the respective ++file headers for details (LGPL v2.1 or later). + + The KAME/* files are (C) Copyright (C) 1995, 1996, 1997, and 1998 WIDE + Project, see the respective file headers for details. +-- +2.22.0 + Added: head/mail/fetchmail64/files/patch-ZZZ-6928f65f01eda0e27c5afc8ef9e26ec5c5d12244 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/fetchmail64/files/patch-ZZZ-6928f65f01eda0e27c5afc8ef9e26ec5c5d12244 Sun Aug 25 09:34:27 2019 (r509781) @@ -0,0 +1,27 @@ +From 6928f65f01eda0e27c5afc8ef9e26ec5c5d12244 Mon Sep 17 00:00:00 2001 +From: Nicolas Boulenguez +Date: Sun, 25 Aug 2019 10:19:30 +0200 +Subject: [PATCH] fetchmail.man: fix typo spotted by lintian + +Obtained from: https://sources.debian.org/data/main/f/fetchmail/6.4.0~rc3-1/debian/patches/03_typo-manpage.diff +Obsoletes: Debian patch 03_typo_manpage.diff +--- + fetchmail.man | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/fetchmail.man b/fetchmail.man +index 875bb016..cf6249ef 100644 +--- a/fetchmail.man ++++ b/fetchmail.man +@@ -1779,7 +1779,7 @@ set idfile \-i \& T{ + Name of the file to store UID lists in. + T} + set syslog \& \& T{ +-Do error logging through syslog(3). May be overriden by \fBset ++Do error logging through syslog(3). May be overridden by \fBset + logfile\fP. + T} + set no syslog \& \& T{ +-- +2.22.0 + Added: head/mail/fetchmail64/files/patch-ZZZ-87626c2707cc0d82e49e160ab3c85430ff33534f ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/fetchmail64/files/patch-ZZZ-87626c2707cc0d82e49e160ab3c85430ff33534f Sun Aug 25 09:34:27 2019 (r509781) @@ -0,0 +1,160 @@ +From 87626c2707cc0d82e49e160ab3c85430ff33534f Mon Sep 17 00:00:00 2001 +From: Matthias Andree +Date: Sat, 24 Aug 2019 17:53:08 +0200 +Subject: [PATCH] Properly report size of mailboxes of 2 GibiB or above. + +To fix Debian Bug#873668, reported by Andreas Schmidt. +This requires C99's new long long type. +--- + NEWS | 7 +++++++ + driver.c | 7 ++++--- + etrn.c | 2 +- + fetchmail.h | 2 +- + imap.c | 2 +- + odmr.c | 2 +- + pop2.c | 2 +- + pop3.c | 4 ++-- + 8 files changed, 18 insertions(+), 10 deletions(-) + +diff --git a/NEWS b/NEWS +index c01f9df9..9485edca 100644 +--- a/NEWS ++++ b/NEWS +@@ -80,6 +80,13 @@ fetchmail-6.5.0 (not yet released): + The libesmtp/getaddrinfo.? library has been removed from the distribution. + The KAME/getnameinfo.c file has been removed from the distribution. + ++## BUG FIXES ++* fetchmail can now report mailbox sizes of 2^31 octets and beyond. ++ This requires C99 support (for the long long type). ++ Fixes Debian Bug#873668, reported by Andreas Schmidt. ++ ++-------------------------------------------------------------------------------- ++ + fetchmail-6.4.0 (not yet released): + + # NOTE THAT FETCHMAIL IS NO LONGER PUBLISHED THROUGH IBIBLIO. +diff --git a/driver.c b/driver.c +index d21a32ab..a5033729 100644 +--- a/driver.c ++++ b/driver.c +@@ -932,7 +932,7 @@ static int do_session( + { + /* sigsetjmp returned zero -> normal operation */ + char buf[MSGBUFSIZE+1], *realhost; +- int count, newm, bytes; ++ int count, newm; + int fetches, dispatches, transient_errors, oldphase; + struct idlist *idp; + +@@ -1306,6 +1306,7 @@ is restored.")); + + /* compute # of messages and number of new messages waiting */ + stage = STAGE_GETRANGE; ++ unsigned long long bytes; + err = (ctl->server.base_protocol->getrange)(mailserver_socket, ctl, idp->id, &count, &newm, &bytes); + if (err != 0) + goto cleanUp; +@@ -1335,10 +1336,10 @@ is restored.")); + "%d messages for %s", + count), + count, buf); +- if (bytes == -1) ++ if (bytes == (unsigned long long)-1) // mailbox size unsupported + report_complete(stdout, ".\n"); + else +- report_complete(stdout, GT_(" (%d octets).\n"), bytes); ++ report_complete(stdout, GT_(" (%llu octets).\n"), bytes); + } + else + { +diff --git a/etrn.c b/etrn.c +index f3fab0ce..12b9d3fd 100644 +--- a/etrn.c ++++ b/etrn.c +@@ -31,7 +31,7 @@ static int etrn_ok (int sock, char *argbuf) + } + + static int etrn_getrange(int sock, struct query *ctl, const char *id, +- int *countp, int *newp, int *bytes) ++ int *countp, int *newp, unsigned long long *bytes) + /* send ETRN and interpret the response */ + { + int ok, opts; +diff --git a/fetchmail.h b/fetchmail.h +index 23ba6e6e..72259e10 100644 +--- a/fetchmail.h ++++ b/fetchmail.h +@@ -210,7 +210,7 @@ struct method /* describe methods for protocol state machine */ + /* response_parsing function */ + int (*getauth)(int, struct query *, char *); + /* authorization fetcher */ +- int (*getrange)(int, struct query *, const char *, int *, int *, int *); ++ int (*getrange)(int, struct query *, const char *, int *, int *, unsigned long long *); + /* get message range to fetch */ + int (*getsizes)(int, int, int *); + /* get sizes of messages */ +diff --git a/imap.c b/imap.c +index 7b80679a..7836acd7 100644 +--- a/imap.c ++++ b/imap.c +@@ -883,7 +883,7 @@ static int imap_search(int sock, struct query *ctl, int count) + static int imap_getrange(int sock, + struct query *ctl, + const char *folder, +- int *countp, int *newp, int *bytes) ++ int *countp, int *newp, unsigned long long *bytes) + /* get range of messages to be fetched */ + { + int ok; +diff --git a/odmr.c b/odmr.c +index 85decb6d..d1c011c4 100644 +--- a/odmr.c ++++ b/odmr.c +@@ -36,7 +36,7 @@ static int odmr_ok (int sock, char *argbuf) + } + + static int odmr_getrange(int sock, struct query *ctl, const char *id, +- int *countp, int *newp, int *bytes) ++ int *countp, int *newp, unsigned long long *bytes) + /* send ODMR and then run a reverse SMTP session */ + { + int ok, opts, smtp_sock; +diff --git a/pop2.c b/pop2.c +index 7c843616..5a5a1bd1 100644 +--- a/pop2.c ++++ b/pop2.c +@@ -80,7 +80,7 @@ static int pop2_getauth(int sock, struct query *ctl, char *buf) + } + + static int pop2_getrange(int sock, struct query *ctl, const char *folder, +- int *countp, int *newp, int *bytes) ++ int *countp, int *newp, unsigned long long *bytes) + /* get range of messages to be fetched */ + { + (void)ctl; +diff --git a/pop3.c b/pop3.c +index 6efe1b7e..25efbaad 100644 +--- a/pop3.c ++++ b/pop3.c +@@ -969,7 +969,7 @@ static int pop3_slowuidl( int sock, struct query *ctl, int *countp, int *newp) + static int pop3_getrange(int sock, + struct query *ctl, + const char *folder, +- int *countp, int *newp, int *bytes) ++ int *countp, int *newp, unsigned long long *bytes) + /* get range of messages to be fetched */ + { + int ok; +@@ -992,7 +992,7 @@ static int pop3_getrange(int sock, + if (ok == 0) { + int asgn; + +- asgn = sscanf(buf,"%d %d", countp, bytes); ++ asgn = sscanf(buf,"%d %llu", countp, bytes); + if (asgn != 2) + return PS_PROTOCOL; + } else +-- +2.22.0 + Added: head/mail/fetchmail64/files/patch-ZZZ-c8e26099678c531f7f2539af1ac6ee44fae4365b ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/fetchmail64/files/patch-ZZZ-c8e26099678c531f7f2539af1ac6ee44fae4365b Sun Aug 25 09:34:27 2019 (r509781) @@ -0,0 +1,37 @@ +From c8e26099678c531f7f2539af1ac6ee44fae4365b Mon Sep 17 00:00:00 2001 +From: Kevin Ryde +Date: Sun, 25 Aug 2019 10:14:42 +0200 +Subject: [PATCH] contrib/fetchmail-mode.el: run fetchmail-mode-hook after + other settings + +Obtained from: https://bugs.debian.org/710319 +Obsoletes: Debian patch 02_fetchmail_mode.el.diff +--- + contrib/fetchmail-mode.el | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/contrib/fetchmail-mode.el b/contrib/fetchmail-mode.el +index d22ebcaf..a9038810 100644 +--- a/contrib/fetchmail-mode.el ++++ b/contrib/fetchmail-mode.el +@@ -126,7 +126,6 @@ + (use-local-map fetchmail-mode-map) ; This provides the local keymap. + (setq mode-name "Fetchmail") ; This name goes into the modeline. + (setq major-mode 'fetchmail-mode) ; Used by `describe-mode' +- (run-hooks 'fetchmail-mode-hook) ; Run each time mode is called + (set-syntax-table fetchmail-mode-syntax-table) + + ;; -cc- +@@ -134,7 +133,8 @@ + (make-local-variable 'font-lock-defaults) + (setq font-lock-defaults '(fetchmail-font-lock-keywords nil t)) + +- (setq comment-start "#") ++ (set (make-local-variable 'comment-start) "#") ++ (run-hooks 'fetchmail-mode-hook) ; Run each time mode is called, last + ) + + +-- +2.22.0 + From owner-svn-ports-head@freebsd.org Sun Aug 25 09:42:04 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 929C4DB2DC; Sun, 25 Aug 2019 09:42:04 +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 46GVXX3LVSz3H6t; Sun, 25 Aug 2019 09:42:04 +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 549CB1BA59; Sun, 25 Aug 2019 09:42:04 +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 x7P9g4KC076166; Sun, 25 Aug 2019 09:42:04 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7P9g4sj076165; Sun, 25 Aug 2019 09:42:04 GMT (envelope-from kai@FreeBSD.org) Message-Id: <201908250942.x7P9g4sj076165@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Sun, 25 Aug 2019 09:42:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509782 - head/archivers/deutex X-SVN-Group: ports-head X-SVN-Commit-Author: kai X-SVN-Commit-Paths: head/archivers/deutex X-SVN-Commit-Revision: 509782 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 09:42:04 -0000 Author: kai Date: Sun Aug 25 09:42:03 2019 New Revision: 509782 URL: https://svnweb.freebsd.org/changeset/ports/509782 Log: archivers/deutex: Update WWW field * Point to the new home as the previous site has ceased to exist. This should have been added with r508451. Reported by: Repology Modified: head/archivers/deutex/pkg-descr Modified: head/archivers/deutex/pkg-descr ============================================================================== --- head/archivers/deutex/pkg-descr Sun Aug 25 09:34:27 2019 (r509781) +++ head/archivers/deutex/pkg-descr Sun Aug 25 09:42:03 2019 (r509782) @@ -8,4 +8,4 @@ necessary conversions (for example, from PPM to Doom p addition, DeuTex has functions such as merging WADs, etc. If you're doing any WAD hacking beyond level editing, DeuTex is a must. -WWW: http://www.teaser.fr/~amajorel/deutex/ +WWW: https://github.com/Doom-Utils/deutex From owner-svn-ports-head@freebsd.org Sun Aug 25 09:42:17 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8FF76DB305; Sun, 25 Aug 2019 09:42:17 +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 46GVXn3Mzmz3HKJ; Sun, 25 Aug 2019 09:42:17 +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 559821BA6F; Sun, 25 Aug 2019 09:42:17 +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 x7P9gHAF076332; Sun, 25 Aug 2019 09:42:17 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7P9gGu1076329; Sun, 25 Aug 2019 09:42:16 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201908250942.x7P9gGu1076329@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 25 Aug 2019 09:42:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509783 - head/emulators/linux_base-c7 X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: head/emulators/linux_base-c7 X-SVN-Commit-Revision: 509783 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 09:42:17 -0000 Author: tijl Date: Sun Aug 25 09:42:16 2019 New Revision: 509783 URL: https://svnweb.freebsd.org/changeset/ports/509783 Log: Stop including elfutils. The utilities are missing some libraries so they don't work and nobody has ever complained about that. Modified: head/emulators/linux_base-c7/Makefile head/emulators/linux_base-c7/distinfo head/emulators/linux_base-c7/pkg-plist.amd64 head/emulators/linux_base-c7/pkg-plist.i386 Modified: head/emulators/linux_base-c7/Makefile ============================================================================== --- head/emulators/linux_base-c7/Makefile Sun Aug 25 09:42:03 2019 (r509782) +++ head/emulators/linux_base-c7/Makefile Sun Aug 25 09:42:16 2019 (r509783) @@ -2,7 +2,7 @@ PORTNAME= c7 PORTVERSION= ${LINUX_DIST_VER} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators linux PKGNAMEPREFIX= linux_base- EXTRACT_ONLY= ${DISTFILES:N*${SRC_SUFX}*:Nfilesystem-*:C/:[^:]+$//} @@ -18,7 +18,6 @@ BIN_DISTNAMES= bash-4.2.46-31.el7 \ bzip2-1.0.6-13.el7 \ coreutils-8.22-23.el7 \ e2fsprogs-1.42.9-13.el7 \ - elfutils-0.172-2.el7 \ filesystem-3.2-25.el7 \ findutils-4.5.11-6.el7 \ glibc-common-2.17-260.el7_6.6 \ @@ -87,7 +86,6 @@ SRC_DISTFILES= acl-2.2.51-14.el7${SRC_SUFX}:SOURCE \ compat-gcc-32-3.2.3-72.el7${SRC_SUFX}:SOURCE \ coreutils-8.22-23.el7${SRC_SUFX}:SOURCE \ e2fsprogs-1.42.9-13.el7${SRC_SUFX}:SOURCE \ - elfutils-0.172-2.el7${SRC_SUFX}:SOURCE \ filesystem-3.2-25.el7${SRC_SUFX}:SOURCE \ findutils-4.5.11-6.el7${SRC_SUFX}:SOURCE \ gamin-0.1.10-16.el7${SRC_SUFX}:SOURCE \ Modified: head/emulators/linux_base-c7/distinfo ============================================================================== --- head/emulators/linux_base-c7/distinfo Sun Aug 25 09:42:03 2019 (r509782) +++ head/emulators/linux_base-c7/distinfo Sun Aug 25 09:42:16 2019 (r509783) @@ -1,4 +1,4 @@ -TIMESTAMP = 1562520064 +TIMESTAMP = 1566725763 SHA256 (centos/basesystem-10.0-7.el7.centos.noarch.rpm) = 0280ee16df09be0cebf62695706598caed8ff5cba47de1fed625068a90a9ef68 SIZE (centos/basesystem-10.0-7.el7.centos.noarch.rpm) = 5124 SHA256 (centos/bash-4.2.46-31.el7.i686.rpm) = 2988de97c4231cd72677ac64f3f1e20191355e0e34a56d59ed26cabc700ee29d @@ -37,10 +37,6 @@ SHA256 (centos/e2fsprogs-libs-1.42.9-13.el7.i686.rpm) SIZE (centos/e2fsprogs-libs-1.42.9-13.el7.i686.rpm) = 183484 SHA256 (centos/e2fsprogs-libs-1.42.9-13.el7.x86_64.rpm) = 656eae425d193e2ea2fe2003b4e9120ca38f764a5125c6fb9ff2d8c5a144ad5d SIZE (centos/e2fsprogs-libs-1.42.9-13.el7.x86_64.rpm) = 170884 -SHA256 (centos/elfutils-0.172-2.el7.i686.rpm) = ecdb7afde9f7dcb0ebf8ee6a94b71b6d204381414f86917632e5b1221e92aef7 -SIZE (centos/elfutils-0.172-2.el7.i686.rpm) = 319256 -SHA256 (centos/elfutils-0.172-2.el7.x86_64.rpm) = 526a499cee7d479cad7fd1b0664befb35786d2c8b85f055e1905ec2fbf7fc0c4 -SIZE (centos/elfutils-0.172-2.el7.x86_64.rpm) = 306656 SHA256 (centos/filesystem-3.2-25.el7.i686.rpm) = 25b5bbc0bd8078f721ba4b7022966760e6757150b57ab4804c6fe38da0765a0b SIZE (centos/filesystem-3.2-25.el7.i686.rpm) = 1066548 SHA256 (centos/filesystem-3.2-25.el7.x86_64.rpm) = 8469f8a37730ec410956bb41322c6fabc7fe99e649b3a14328ad98fad4b5096e @@ -233,8 +229,6 @@ SHA256 (centos/coreutils-8.22-23.el7.src.rpm) = aba61b SIZE (centos/coreutils-8.22-23.el7.src.rpm) = 5518732 SHA256 (centos/e2fsprogs-1.42.9-13.el7.src.rpm) = d7fe09bd3ad9bb027458149fc5eb743e2dc6ccb1b678608d9ba5b84305b230b6 SIZE (centos/e2fsprogs-1.42.9-13.el7.src.rpm) = 4729088 -SHA256 (centos/elfutils-0.172-2.el7.src.rpm) = 978985bcda85cce8e11f304dcdc853a151deceaf35b965e21f7d43db7f2761a5 -SIZE (centos/elfutils-0.172-2.el7.src.rpm) = 8642557 SHA256 (centos/filesystem-3.2-25.el7.src.rpm) = d9a82c51739df0f5c5258dc339a949f660af0d776e4a35e7b33649287b70d9ab SIZE (centos/filesystem-3.2-25.el7.src.rpm) = 27756 SHA256 (centos/findutils-4.5.11-6.el7.src.rpm) = 2c931e340b646212a941ba1c5d08314536a6dfd641df5818b8cc1602f9d6a803 Modified: head/emulators/linux_base-c7/pkg-plist.amd64 ============================================================================== --- head/emulators/linux_base-c7/pkg-plist.amd64 Sun Aug 25 09:42:03 2019 (r509782) +++ head/emulators/linux_base-c7/pkg-plist.amd64 Sun Aug 25 09:42:16 2019 (r509783) @@ -152,22 +152,6 @@ usr/bin/echo usr/bin/egrep usr/bin/eject usr/bin/env -usr/bin/eu-addr2line -usr/bin/eu-ar -usr/bin/eu-elfcmp -usr/bin/eu-elfcompress -usr/bin/eu-elflint -usr/bin/eu-findtextrel -usr/bin/eu-make-debug-archive -usr/bin/eu-nm -usr/bin/eu-objdump -usr/bin/eu-ranlib -usr/bin/eu-readelf -usr/bin/eu-size -usr/bin/eu-stack -usr/bin/eu-strings -usr/bin/eu-strip -usr/bin/eu-unstrip usr/bin/expand usr/bin/expr usr/bin/factor @@ -1463,9 +1447,6 @@ usr/share/centos-release/EULA %%PORTDOCS%%usr/share/doc/e2fsprogs-1.42.9/README %%PORTDOCS%%usr/share/doc/e2fsprogs-1.42.9/RELEASE-NOTES %%PORTDOCS%%usr/share/doc/e2fsprogs-libs-1.42.9/COPYING -%%PORTDOCS%%usr/share/doc/elfutils-0.172/CONTRIBUTING -%%PORTDOCS%%usr/share/doc/elfutils-0.172/README -%%PORTDOCS%%usr/share/doc/elfutils-0.172/TODO %%PORTDOCS%%usr/share/doc/findutils-4.5.11/AUTHORS %%PORTDOCS%%usr/share/doc/findutils-4.5.11/COPYING %%PORTDOCS%%usr/share/doc/findutils-4.5.11/ChangeLog @@ -2211,9 +2192,6 @@ usr/share/info/rluserman.info.gz usr/share/info/sed.info.gz usr/share/info/which.info.gz usr/share/keyutils/request-key-debug.sh -usr/share/licenses/elfutils-0.172/COPYING -usr/share/licenses/elfutils-0.172/COPYING-GPLV2 -usr/share/licenses/elfutils-0.172/COPYING-LGPLV3 usr/share/licenses/glib2-2.56.1/COPYING usr/share/licenses/gmp-6.0.0/COPYING usr/share/licenses/gmp-6.0.0/COPYING.LESSERv3 Modified: head/emulators/linux_base-c7/pkg-plist.i386 ============================================================================== --- head/emulators/linux_base-c7/pkg-plist.i386 Sun Aug 25 09:42:03 2019 (r509782) +++ head/emulators/linux_base-c7/pkg-plist.i386 Sun Aug 25 09:42:16 2019 (r509783) @@ -150,22 +150,6 @@ usr/bin/echo usr/bin/egrep usr/bin/eject usr/bin/env -usr/bin/eu-addr2line -usr/bin/eu-ar -usr/bin/eu-elfcmp -usr/bin/eu-elfcompress -usr/bin/eu-elflint -usr/bin/eu-findtextrel -usr/bin/eu-make-debug-archive -usr/bin/eu-nm -usr/bin/eu-objdump -usr/bin/eu-ranlib -usr/bin/eu-readelf -usr/bin/eu-size -usr/bin/eu-stack -usr/bin/eu-strings -usr/bin/eu-strip -usr/bin/eu-unstrip usr/bin/expand usr/bin/expr usr/bin/factor @@ -1020,9 +1004,6 @@ usr/share/centos-release/EULA %%PORTDOCS%%usr/share/doc/e2fsprogs-1.42.9/README %%PORTDOCS%%usr/share/doc/e2fsprogs-1.42.9/RELEASE-NOTES %%PORTDOCS%%usr/share/doc/e2fsprogs-libs-1.42.9/COPYING -%%PORTDOCS%%usr/share/doc/elfutils-0.172/CONTRIBUTING -%%PORTDOCS%%usr/share/doc/elfutils-0.172/README -%%PORTDOCS%%usr/share/doc/elfutils-0.172/TODO %%PORTDOCS%%usr/share/doc/findutils-4.5.11/AUTHORS %%PORTDOCS%%usr/share/doc/findutils-4.5.11/COPYING %%PORTDOCS%%usr/share/doc/findutils-4.5.11/ChangeLog @@ -1765,9 +1746,6 @@ usr/share/info/rluserman.info.gz usr/share/info/sed.info.gz usr/share/info/which.info.gz usr/share/keyutils/request-key-debug.sh -usr/share/licenses/elfutils-0.172/COPYING -usr/share/licenses/elfutils-0.172/COPYING-GPLV2 -usr/share/licenses/elfutils-0.172/COPYING-LGPLV3 usr/share/licenses/glib2-2.56.1/COPYING usr/share/licenses/gmp-6.0.0/COPYING usr/share/licenses/gmp-6.0.0/COPYING.LESSERv3 From owner-svn-ports-head@freebsd.org Sun Aug 25 10:18:03 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 97987DBC12; Sun, 25 Aug 2019 10:18:03 +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 46GWL33V91z3JS5; Sun, 25 Aug 2019 10:18:03 +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 5AF9F1C025; Sun, 25 Aug 2019 10:18:03 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7PAI34I095100; Sun, 25 Aug 2019 10:18:03 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7PAI2h5095095; Sun, 25 Aug 2019 10:18:02 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201908251018.x7PAI2h5095095@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 25 Aug 2019 10:18:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509784 - in head: Mk/Uses devel devel/linux-c6-elfutils-libelf devel/linux-c6-libelf devel/linux-c7-elfutils-libelf devel/linux-c7-libelf graphics/linux-c6-dri graphics/linux-c7-dri X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: in head: Mk/Uses devel devel/linux-c6-elfutils-libelf devel/linux-c6-libelf devel/linux-c7-elfutils-libelf devel/linux-c7-libelf graphics/linux-c6-dri graphics/linux-c7-dri X-SVN-Commit-Revision: 509784 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 10:18:03 -0000 Author: tijl Date: Sun Aug 25 10:18:02 2019 New Revision: 509784 URL: https://svnweb.freebsd.org/changeset/ports/509784 Log: Move devel/linux-c?-libelf to devel/linux-c?-elfutils-libelf to match the package name and to be similar to upcoming ports for other elfutils libraries. Added: head/devel/linux-c6-elfutils-libelf/ - copied from r509783, head/devel/linux-c6-libelf/ head/devel/linux-c7-elfutils-libelf/ - copied from r509783, head/devel/linux-c7-libelf/ Deleted: head/devel/linux-c6-libelf/ head/devel/linux-c7-libelf/ Modified: head/Mk/Uses/linux.mk head/devel/Makefile head/graphics/linux-c6-dri/Makefile head/graphics/linux-c7-dri/Makefile Modified: head/Mk/Uses/linux.mk ============================================================================== --- head/Mk/Uses/linux.mk Sun Aug 25 09:42:16 2019 (r509783) +++ head/Mk/Uses/linux.mk Sun Aug 25 10:18:02 2019 (r509784) @@ -64,6 +64,7 @@ linux_dbusglib_DEP= linux-${linux_ARGS}-dbus-glib>0:d linux_dbuslibs_DEP= linux-${linux_ARGS}-dbus-libs>0:devel/linux-${linux_ARGS}-dbus-libs linux_devtools_DEP= linux-${linux_ARGS}-devtools>0:devel/linux-${linux_ARGS}-devtools linux_dri_DEP= linux-${linux_ARGS}-dri>0:graphics/linux-${linux_ARGS}-dri +linux_elfutils-libelf_DEP= linux-${linux_ARGS}-elfutils-libelf>0:devel/linux-${linux_ARGS}-elfutils-libelf linux_expat_DEP= linux-${linux_ARGS}-expat>0:textproc/linux-${linux_ARGS}-expat .if ${linux_ARGS} == c6 linux_flac_DEP= linux-${linux_ARGS}-flac>0:audio/linux-${linux_ARGS}-flac @@ -88,7 +89,6 @@ linux_libaudiofile_DEP= linux-${linux_ARGS}-audiofile .else linux_libaudiofile_DEP= linux-${linux_ARGS}-audiofile>0:audio/linux-${linux_ARGS}-audiofile .endif -linux_libelf_DEP= linux-${linux_ARGS}-elfutils-libelf>0:devel/linux-${linux_ARGS}-libelf linux_libgcrypt_DEP= linux-${linux_ARGS}-libgcrypt>0:security/linux-${linux_ARGS}-libgcrypt linux_libgfortran_DEP= linux-${linux_ARGS}-libgfortran>0:devel/linux-${linux_ARGS}-libgfortran linux_libglvnd_DEP= linux-${linux_ARGS}-libglvnd>0:graphics/linux-${linux_ARGS}-libglvnd Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Aug 25 09:42:16 2019 (r509783) +++ head/devel/Makefile Sun Aug 25 10:18:02 2019 (r509784) @@ -1424,8 +1424,8 @@ SUBDIR += linux-c6-dbus-glib SUBDIR += linux-c6-dbus-libs SUBDIR += linux-c6-devtools + SUBDIR += linux-c6-elfutils-libelf SUBDIR += linux-c6-icu - SUBDIR += linux-c6-libelf SUBDIR += linux-c6-libgfortran SUBDIR += linux-c6-libglade2 SUBDIR += linux-c6-libpciaccess @@ -1439,8 +1439,8 @@ SUBDIR += linux-c7-dbus-glib SUBDIR += linux-c7-dbus-libs SUBDIR += linux-c7-devtools + SUBDIR += linux-c7-elfutils-libelf SUBDIR += linux-c7-icu - SUBDIR += linux-c7-libelf SUBDIR += linux-c7-libgfortran SUBDIR += linux-c7-libglade2 SUBDIR += linux-c7-libpciaccess Modified: head/graphics/linux-c6-dri/Makefile ============================================================================== --- head/graphics/linux-c6-dri/Makefile Sun Aug 25 09:42:16 2019 (r509783) +++ head/graphics/linux-c6-dri/Makefile Sun Aug 25 10:18:02 2019 (r509784) @@ -12,7 +12,7 @@ COMMENT= Mesa libGL runtime libraries (Linux CentOS ${ USES= linux:c6 USE_LDCONFIG= yes -USE_LINUX= expat libelf libpciaccess xorglibs +USE_LINUX= elfutils-libelf expat libpciaccess xorglibs USE_LINUX_RPM= yes LIB_DISTNAMES= mesa-libGL-${DISTVERSIONFULL} \ Modified: head/graphics/linux-c7-dri/Makefile ============================================================================== --- head/graphics/linux-c7-dri/Makefile Sun Aug 25 09:42:16 2019 (r509783) +++ head/graphics/linux-c7-dri/Makefile Sun Aug 25 10:18:02 2019 (r509784) @@ -11,7 +11,7 @@ COMMENT= Mesa libGL runtime libraries (Linux CentOS ${ USES= linux:c7 USE_LDCONFIG= yes -USE_LINUX= expat libelf libglvnd libpciaccess wayland xorglibs +USE_LINUX= elfutils-libelf expat libglvnd libpciaccess wayland xorglibs USE_LINUX_RPM= yes LIB_DISTNAMES= freeglut-3.0.0-8.el7 \ From owner-svn-ports-head@freebsd.org Sun Aug 25 10:29:38 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B7E40DBEBA; Sun, 25 Aug 2019 10:29:38 +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 46GWbQ47Pcz3JtN; Sun, 25 Aug 2019 10:29:38 +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 69A641C1E9; Sun, 25 Aug 2019 10:29:38 +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 x7PATcBZ001312; Sun, 25 Aug 2019 10:29:38 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7PATbLv001304; Sun, 25 Aug 2019 10:29:37 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201908251029.x7PATbLv001304@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 25 Aug 2019 10:29:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509785 - in head: Mk/Uses devel devel/linux-c7-elfutils-libs X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: in head: Mk/Uses devel devel/linux-c7-elfutils-libs X-SVN-Commit-Revision: 509785 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 10:29:38 -0000 Author: tijl Date: Sun Aug 25 10:29:36 2019 New Revision: 509785 URL: https://svnweb.freebsd.org/changeset/ports/509785 Log: Add devel/linux-c7-elfutils-libs, required by upcoming linux-c7-systemd-libs. Added: head/devel/linux-c7-elfutils-libs/ head/devel/linux-c7-elfutils-libs/Makefile (contents, props changed) head/devel/linux-c7-elfutils-libs/distinfo (contents, props changed) head/devel/linux-c7-elfutils-libs/pkg-descr (contents, props changed) head/devel/linux-c7-elfutils-libs/pkg-plist.amd64 (contents, props changed) head/devel/linux-c7-elfutils-libs/pkg-plist.i386 (contents, props changed) Modified: head/Mk/Uses/linux.mk head/devel/Makefile Modified: head/Mk/Uses/linux.mk ============================================================================== --- head/Mk/Uses/linux.mk Sun Aug 25 10:18:02 2019 (r509784) +++ head/Mk/Uses/linux.mk Sun Aug 25 10:29:36 2019 (r509785) @@ -65,6 +65,7 @@ linux_dbuslibs_DEP= linux-${linux_ARGS}-dbus-libs>0:d linux_devtools_DEP= linux-${linux_ARGS}-devtools>0:devel/linux-${linux_ARGS}-devtools linux_dri_DEP= linux-${linux_ARGS}-dri>0:graphics/linux-${linux_ARGS}-dri linux_elfutils-libelf_DEP= linux-${linux_ARGS}-elfutils-libelf>0:devel/linux-${linux_ARGS}-elfutils-libelf +linux_elfutils-libs_DEP= linux-${linux_ARGS}-elfutils-libs>0:devel/linux-${linux_ARGS}-elfutils-libs linux_expat_DEP= linux-${linux_ARGS}-expat>0:textproc/linux-${linux_ARGS}-expat .if ${linux_ARGS} == c6 linux_flac_DEP= linux-${linux_ARGS}-flac>0:audio/linux-${linux_ARGS}-flac Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Aug 25 10:18:02 2019 (r509784) +++ head/devel/Makefile Sun Aug 25 10:29:36 2019 (r509785) @@ -1440,6 +1440,7 @@ SUBDIR += linux-c7-dbus-libs SUBDIR += linux-c7-devtools SUBDIR += linux-c7-elfutils-libelf + SUBDIR += linux-c7-elfutils-libs SUBDIR += linux-c7-icu SUBDIR += linux-c7-libgfortran SUBDIR += linux-c7-libglade2 Added: head/devel/linux-c7-elfutils-libs/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/linux-c7-elfutils-libs/Makefile Sun Aug 25 10:29:36 2019 (r509785) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= elfutils +PORTVERSION= 0.172 +DISTVERSIONSUFFIX= -2.el7 +CATEGORIES= devel linux +PKGNAMESUFFIX= -libs + +MAINTAINER= emulation@FreeBSD.org +COMMENT= ELF file handling libraries (CentOS ${LINUX_DIST_VER}) + +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX= elfutils-libelf +USE_LINUX_RPM= yes + +LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} + +.include Added: head/devel/linux-c7-elfutils-libs/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/linux-c7-elfutils-libs/distinfo Sun Aug 25 10:29:36 2019 (r509785) @@ -0,0 +1,7 @@ +TIMESTAMP = 1566725264 +SHA256 (centos/elfutils-libs-0.172-2.el7.i686.rpm) = 4f04a9b283ae99ec9fb06cff097affeeacfd964a7d34c9a8f0ac132102af0057 +SIZE (centos/elfutils-libs-0.172-2.el7.i686.rpm) = 319776 +SHA256 (centos/elfutils-libs-0.172-2.el7.x86_64.rpm) = 6cce86ddea0a7a2473f2077e1c5af06d9e891c906ace2871b09f90e90d2531b0 +SIZE (centos/elfutils-libs-0.172-2.el7.x86_64.rpm) = 292252 +SHA256 (centos/elfutils-0.172-2.el7.src.rpm) = 978985bcda85cce8e11f304dcdc853a151deceaf35b965e21f7d43db7f2761a5 +SIZE (centos/elfutils-0.172-2.el7.src.rpm) = 8642557 Added: head/devel/linux-c7-elfutils-libs/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/linux-c7-elfutils-libs/pkg-descr Sun Aug 25 10:29:36 2019 (r509785) @@ -0,0 +1,3 @@ +ELF file handling libraries from elfutils. + +WWW: https://sourceware.org/elfutils/ Added: head/devel/linux-c7-elfutils-libs/pkg-plist.amd64 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/linux-c7-elfutils-libs/pkg-plist.amd64 Sun Aug 25 10:29:36 2019 (r509785) @@ -0,0 +1,70 @@ +usr/lib/elfutils/libebl_aarch64-0.172.so +usr/lib/elfutils/libebl_aarch64.so +usr/lib/elfutils/libebl_alpha-0.172.so +usr/lib/elfutils/libebl_alpha.so +usr/lib/elfutils/libebl_arm-0.172.so +usr/lib/elfutils/libebl_arm.so +usr/lib/elfutils/libebl_bpf-0.172.so +usr/lib/elfutils/libebl_bpf.so +usr/lib/elfutils/libebl_i386-0.172.so +usr/lib/elfutils/libebl_i386.so +usr/lib/elfutils/libebl_ia64-0.172.so +usr/lib/elfutils/libebl_ia64.so +usr/lib/elfutils/libebl_m68k-0.172.so +usr/lib/elfutils/libebl_m68k.so +usr/lib/elfutils/libebl_ppc-0.172.so +usr/lib/elfutils/libebl_ppc.so +usr/lib/elfutils/libebl_ppc64-0.172.so +usr/lib/elfutils/libebl_ppc64.so +usr/lib/elfutils/libebl_riscv-0.172.so +usr/lib/elfutils/libebl_riscv.so +usr/lib/elfutils/libebl_s390-0.172.so +usr/lib/elfutils/libebl_s390.so +usr/lib/elfutils/libebl_sh-0.172.so +usr/lib/elfutils/libebl_sh.so +usr/lib/elfutils/libebl_sparc-0.172.so +usr/lib/elfutils/libebl_sparc.so +usr/lib/elfutils/libebl_tilegx-0.172.so +usr/lib/elfutils/libebl_tilegx.so +usr/lib/elfutils/libebl_x86_64-0.172.so +usr/lib/elfutils/libebl_x86_64.so +usr/lib/libasm-0.172.so +usr/lib/libasm.so.1 +usr/lib/libdw-0.172.so +usr/lib/libdw.so.1 +usr/lib64/elfutils/libebl_aarch64-0.172.so +usr/lib64/elfutils/libebl_aarch64.so +usr/lib64/elfutils/libebl_alpha-0.172.so +usr/lib64/elfutils/libebl_alpha.so +usr/lib64/elfutils/libebl_arm-0.172.so +usr/lib64/elfutils/libebl_arm.so +usr/lib64/elfutils/libebl_bpf-0.172.so +usr/lib64/elfutils/libebl_bpf.so +usr/lib64/elfutils/libebl_i386-0.172.so +usr/lib64/elfutils/libebl_i386.so +usr/lib64/elfutils/libebl_ia64-0.172.so +usr/lib64/elfutils/libebl_ia64.so +usr/lib64/elfutils/libebl_m68k-0.172.so +usr/lib64/elfutils/libebl_m68k.so +usr/lib64/elfutils/libebl_ppc-0.172.so +usr/lib64/elfutils/libebl_ppc.so +usr/lib64/elfutils/libebl_ppc64-0.172.so +usr/lib64/elfutils/libebl_ppc64.so +usr/lib64/elfutils/libebl_riscv-0.172.so +usr/lib64/elfutils/libebl_riscv.so +usr/lib64/elfutils/libebl_s390-0.172.so +usr/lib64/elfutils/libebl_s390.so +usr/lib64/elfutils/libebl_sh-0.172.so +usr/lib64/elfutils/libebl_sh.so +usr/lib64/elfutils/libebl_sparc-0.172.so +usr/lib64/elfutils/libebl_sparc.so +usr/lib64/elfutils/libebl_tilegx-0.172.so +usr/lib64/elfutils/libebl_tilegx.so +usr/lib64/elfutils/libebl_x86_64-0.172.so +usr/lib64/elfutils/libebl_x86_64.so +usr/lib64/libasm-0.172.so +usr/lib64/libasm.so.1 +usr/lib64/libdw-0.172.so +usr/lib64/libdw.so.1 +usr/share/licenses/elfutils-libs-0.172/COPYING-GPLV2 +usr/share/licenses/elfutils-libs-0.172/COPYING-LGPLV3 Added: head/devel/linux-c7-elfutils-libs/pkg-plist.i386 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/linux-c7-elfutils-libs/pkg-plist.i386 Sun Aug 25 10:29:36 2019 (r509785) @@ -0,0 +1,36 @@ +usr/lib/elfutils/libebl_aarch64-0.172.so +usr/lib/elfutils/libebl_aarch64.so +usr/lib/elfutils/libebl_alpha-0.172.so +usr/lib/elfutils/libebl_alpha.so +usr/lib/elfutils/libebl_arm-0.172.so +usr/lib/elfutils/libebl_arm.so +usr/lib/elfutils/libebl_bpf-0.172.so +usr/lib/elfutils/libebl_bpf.so +usr/lib/elfutils/libebl_i386-0.172.so +usr/lib/elfutils/libebl_i386.so +usr/lib/elfutils/libebl_ia64-0.172.so +usr/lib/elfutils/libebl_ia64.so +usr/lib/elfutils/libebl_m68k-0.172.so +usr/lib/elfutils/libebl_m68k.so +usr/lib/elfutils/libebl_ppc-0.172.so +usr/lib/elfutils/libebl_ppc.so +usr/lib/elfutils/libebl_ppc64-0.172.so +usr/lib/elfutils/libebl_ppc64.so +usr/lib/elfutils/libebl_riscv-0.172.so +usr/lib/elfutils/libebl_riscv.so +usr/lib/elfutils/libebl_s390-0.172.so +usr/lib/elfutils/libebl_s390.so +usr/lib/elfutils/libebl_sh-0.172.so +usr/lib/elfutils/libebl_sh.so +usr/lib/elfutils/libebl_sparc-0.172.so +usr/lib/elfutils/libebl_sparc.so +usr/lib/elfutils/libebl_tilegx-0.172.so +usr/lib/elfutils/libebl_tilegx.so +usr/lib/elfutils/libebl_x86_64-0.172.so +usr/lib/elfutils/libebl_x86_64.so +usr/lib/libasm-0.172.so +usr/lib/libasm.so.1 +usr/lib/libdw-0.172.so +usr/lib/libdw.so.1 +usr/share/licenses/elfutils-libs-0.172/COPYING-GPLV2 +usr/share/licenses/elfutils-libs-0.172/COPYING-LGPLV3 From owner-svn-ports-head@freebsd.org Sun Aug 25 10:32:55 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 42F6ADC058; Sun, 25 Aug 2019 10:32:55 +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 46GWgC10Vgz3KC6; Sun, 25 Aug 2019 10:32:55 +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 042231C3B9; Sun, 25 Aug 2019 10:32:55 +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 x7PAWs1f006890; Sun, 25 Aug 2019 10:32:54 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7PAWsgr006883; Sun, 25 Aug 2019 10:32:54 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201908251032.x7PAWsgr006883@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 25 Aug 2019 10:32:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509786 - in head/devel: linux-c6-elfutils-libelf linux-c7-elfutils-libelf X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: in head/devel: linux-c6-elfutils-libelf linux-c7-elfutils-libelf X-SVN-Commit-Revision: 509786 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 10:32:55 -0000 Author: tijl Date: Sun Aug 25 10:32:53 2019 New Revision: 509786 URL: https://svnweb.freebsd.org/changeset/ports/509786 Log: Update WWW and add linux to CATEGORIES. Modified: head/devel/linux-c6-elfutils-libelf/Makefile head/devel/linux-c6-elfutils-libelf/pkg-descr head/devel/linux-c7-elfutils-libelf/Makefile head/devel/linux-c7-elfutils-libelf/pkg-descr Modified: head/devel/linux-c6-elfutils-libelf/Makefile ============================================================================== --- head/devel/linux-c6-elfutils-libelf/Makefile Sun Aug 25 10:29:36 2019 (r509785) +++ head/devel/linux-c6-elfutils-libelf/Makefile Sun Aug 25 10:32:53 2019 (r509786) @@ -4,7 +4,7 @@ PORTNAME= elfutils PORTVERSION= 0.164 DISTVERSIONSUFFIX= -2.el6 PORTREVISION= 2 -CATEGORIES= devel +CATEGORIES= devel linux PKGNAMESUFFIX= -libelf MAINTAINER= emulation@FreeBSD.org Modified: head/devel/linux-c6-elfutils-libelf/pkg-descr ============================================================================== --- head/devel/linux-c6-elfutils-libelf/pkg-descr Sun Aug 25 10:29:36 2019 (r509785) +++ head/devel/linux-c6-elfutils-libelf/pkg-descr Sun Aug 25 10:32:53 2019 (r509786) @@ -1,3 +1,3 @@ ELF file handling library from elfutils. -WWW: https://fedorahosted.org/elfutils/ +WWW: https://sourceware.org/elfutils/ Modified: head/devel/linux-c7-elfutils-libelf/Makefile ============================================================================== --- head/devel/linux-c7-elfutils-libelf/Makefile Sun Aug 25 10:29:36 2019 (r509785) +++ head/devel/linux-c7-elfutils-libelf/Makefile Sun Aug 25 10:32:53 2019 (r509786) @@ -3,7 +3,7 @@ PORTNAME= elfutils PORTVERSION= 0.172 DISTVERSIONSUFFIX= -2.el7 -CATEGORIES= devel +CATEGORIES= devel linux PKGNAMESUFFIX= -libelf MAINTAINER= emulation@FreeBSD.org Modified: head/devel/linux-c7-elfutils-libelf/pkg-descr ============================================================================== --- head/devel/linux-c7-elfutils-libelf/pkg-descr Sun Aug 25 10:29:36 2019 (r509785) +++ head/devel/linux-c7-elfutils-libelf/pkg-descr Sun Aug 25 10:32:53 2019 (r509786) @@ -1,3 +1,3 @@ ELF file handling library from elfutils. -WWW: https://fedorahosted.org/elfutils/ +WWW: https://sourceware.org/elfutils/ From owner-svn-ports-head@freebsd.org Sun Aug 25 10:35:39 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C0496DC0C5; Sun, 25 Aug 2019 10:35:39 +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 46GWkM4Z50z3KJZ; Sun, 25 Aug 2019 10:35:39 +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 7A1E51C3D9; Sun, 25 Aug 2019 10:35:39 +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 x7PAZd5D007163; Sun, 25 Aug 2019 10:35:39 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7PAZdSi007162; Sun, 25 Aug 2019 10:35:39 GMT (envelope-from kai@FreeBSD.org) Message-Id: <201908251035.x7PAZdSi007162@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Sun, 25 Aug 2019 10:35:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509787 - head/games/anki X-SVN-Group: ports-head X-SVN-Commit-Author: kai X-SVN-Commit-Paths: head/games/anki X-SVN-Commit-Revision: 509787 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 10:35:39 -0000 Author: kai Date: Sun Aug 25 10:35:38 2019 New Revision: 509787 URL: https://svnweb.freebsd.org/changeset/ports/509787 Log: games/anki: Update to 2.1.15 Changelog: * The V2 scheduler now fully randomizes review cards due on a given day. * Fix flag changes in Browse screen not syncing. * Cleanup recording wav file when recording canceled. * Fix the window icon on Wayland. * Add a progress bar to media deletion. * Other minor changes. https://apps.ankiweb.net/docs/changes.html#changes-in-2.1.15 MFH: 2019Q3 Modified: head/games/anki/Makefile head/games/anki/distinfo Modified: head/games/anki/Makefile ============================================================================== --- head/games/anki/Makefile Sun Aug 25 10:32:53 2019 (r509786) +++ head/games/anki/Makefile Sun Aug 25 10:35:38 2019 (r509787) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= anki -DISTVERSION= 2.1.14 +DISTVERSION= 2.1.15 CATEGORIES= games python MASTER_SITES= https://apps.ankiweb.net/downloads/current/ DISTNAME= anki-${PORTVERSION}-source Modified: head/games/anki/distinfo ============================================================================== --- head/games/anki/distinfo Sun Aug 25 10:32:53 2019 (r509786) +++ head/games/anki/distinfo Sun Aug 25 10:35:38 2019 (r509787) @@ -1,3 +1,3 @@ -TIMESTAMP = 1561805082 -SHA256 (python/anki-2.1.14-source.tgz) = 94b8510924ad7bf6bdd7df09045f883a644003ffd77bbdbcdf8b198864a4827b -SIZE (python/anki-2.1.14-source.tgz) = 4252749 +TIMESTAMP = 1566645545 +SHA256 (python/anki-2.1.15-source.tgz) = 5a53760164c77d619f55107a13099cffe620566a7f610b61b6c4b52487f3bb89 +SIZE (python/anki-2.1.15-source.tgz) = 4269571 From owner-svn-ports-head@freebsd.org Sun Aug 25 11:02:49 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2FD68DC789; Sun, 25 Aug 2019 11:02:49 +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 46GXKj0S32z3LNy; Sun, 25 Aug 2019 11:02:49 +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 E59501C941; Sun, 25 Aug 2019 11:02:48 +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 x7PB2mfE024913; Sun, 25 Aug 2019 11:02:48 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7PB2lc0024908; Sun, 25 Aug 2019 11:02:47 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201908251102.x7PB2lc0024908@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 25 Aug 2019 11:02:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509788 - in head: Mk/Uses archivers archivers/linux-c7-lz4 X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: in head: Mk/Uses archivers archivers/linux-c7-lz4 X-SVN-Commit-Revision: 509788 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 11:02:49 -0000 Author: tijl Date: Sun Aug 25 11:02:47 2019 New Revision: 509788 URL: https://svnweb.freebsd.org/changeset/ports/509788 Log: Add archivers/linux-c7-lz4, required by upcoming linux-c7-systemd-libs. Added: head/archivers/linux-c7-lz4/ head/archivers/linux-c7-lz4/Makefile (contents, props changed) head/archivers/linux-c7-lz4/distinfo (contents, props changed) head/archivers/linux-c7-lz4/pkg-plist.amd64 (contents, props changed) head/archivers/linux-c7-lz4/pkg-plist.i386 (contents, props changed) Modified: head/Mk/Uses/linux.mk head/archivers/Makefile Modified: head/Mk/Uses/linux.mk ============================================================================== --- head/Mk/Uses/linux.mk Sun Aug 25 10:35:38 2019 (r509787) +++ head/Mk/Uses/linux.mk Sun Aug 25 11:02:47 2019 (r509788) @@ -108,6 +108,7 @@ linux_libv4l_DEP= linux-${linux_ARGS}-libv4l>0:multim linux_libvorbis_DEP= linux-${linux_ARGS}-libvorbis>0:audio/linux-${linux_ARGS}-libvorbis linux_libxml2_DEP= linux-${linux_ARGS}-libxml2>0:textproc/linux-${linux_ARGS}-libxml2 linux_lttng-ust_DEP= linux-${linux_ARGS}-lttng-ust>0:sysutils/linux-${linux_ARGS}-lttng-ust +linux_lz4_DEP= linux-${linux_ARGS}-lz4>0:archivers/linux-${linux_ARGS}-lz4 linux_mikmod_DEP= linux-${linux_ARGS}-libmikmod>0:audio/linux-${linux_ARGS}-mikmod linux_naslibs_DEP= linux-${linux_ARGS}-nas>0:audio/linux-${linux_ARGS}-nas-libs linux_nettle_DEP= linux-${linux_ARGS}-nettle>0:security/linux-${linux_ARGS}-nettle Modified: head/archivers/Makefile ============================================================================== --- head/archivers/Makefile Sun Aug 25 10:35:38 2019 (r509787) +++ head/archivers/Makefile Sun Aug 25 11:02:47 2019 (r509788) @@ -70,6 +70,7 @@ SUBDIR += libunrar SUBDIR += libunrar5 SUBDIR += libzip + SUBDIR += linux-c7-lz4 SUBDIR += lizard SUBDIR += lrzip SUBDIR += lua-lzlib Added: head/archivers/linux-c7-lz4/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/linux-c7-lz4/Makefile Sun Aug 25 11:02:47 2019 (r509788) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= lz4 +PORTVERSION= 1.7.5 +DISTVERSIONSUFFIX= -2.el7 +CATEGORIES= devel linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= LZ4 compression library and utilities (Linux CentOS ${LINUX_DIST_VER}) + +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +DESCR= ${.CURDIR}/../liblz4/pkg-descr + +OPTIONS_DEFINE= DOCS + +.include Added: head/archivers/linux-c7-lz4/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/linux-c7-lz4/distinfo Sun Aug 25 11:02:47 2019 (r509788) @@ -0,0 +1,7 @@ +TIMESTAMP = 1566730096 +SHA256 (centos/lz4-1.7.5-2.el7.i686.rpm) = b940e2adee207f83d7796a8ba1c3753612573b01124f185fd4ed159dba25284e +SIZE (centos/lz4-1.7.5-2.el7.i686.rpm) = 113640 +SHA256 (centos/lz4-1.7.5-2.el7.x86_64.rpm) = d358d7a01c20da8ffb562d5c4b9c03f042119da8f33fb31283289a3b5dfb4fe3 +SIZE (centos/lz4-1.7.5-2.el7.x86_64.rpm) = 100668 +SHA256 (centos/lz4-1.7.5-2.el7.src.rpm) = 0f48f7d48095a18a9831348031573b72cd684f37a75ee0b02c4e24d120f8509c +SIZE (centos/lz4-1.7.5-2.el7.src.rpm) = 217359 Added: head/archivers/linux-c7-lz4/pkg-plist.amd64 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/linux-c7-lz4/pkg-plist.amd64 Sun Aug 25 11:02:47 2019 (r509788) @@ -0,0 +1,15 @@ +usr/bin/lz4 +usr/bin/lz4c +usr/bin/lz4cat +usr/bin/unlz4 +usr/lib/liblz4.so.1 +usr/lib/liblz4.so.1.7.5 +usr/lib64/liblz4.so.1 +usr/lib64/liblz4.so.1.7.5 +%%PORTDOCS%%%%DOCSDIR%%/NEWS +usr/share/licenses/lz4-1.7.5/COPYING +usr/share/licenses/lz4-1.7.5/LICENSE +usr/share/man/man1/lz4.1.gz +usr/share/man/man1/lz4c.1.gz +usr/share/man/man1/lz4cat.1.gz +usr/share/man/man1/unlz4.1.gz Added: head/archivers/linux-c7-lz4/pkg-plist.i386 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/linux-c7-lz4/pkg-plist.i386 Sun Aug 25 11:02:47 2019 (r509788) @@ -0,0 +1,13 @@ +usr/bin/lz4 +usr/bin/lz4c +usr/bin/lz4cat +usr/bin/unlz4 +usr/lib/liblz4.so.1 +usr/lib/liblz4.so.1.7.5 +%%PORTDOCS%%%%DOCSDIR%%/NEWS +usr/share/licenses/lz4-1.7.5/COPYING +usr/share/licenses/lz4-1.7.5/LICENSE +usr/share/man/man1/lz4.1.gz +usr/share/man/man1/lz4c.1.gz +usr/share/man/man1/lz4cat.1.gz +usr/share/man/man1/unlz4.1.gz From owner-svn-ports-head@freebsd.org Sun Aug 25 11:07:54 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 76435DC7CC; Sun, 25 Aug 2019 11:07:54 +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 46GXRZ27l5z3LTj; Sun, 25 Aug 2019 11:07:54 +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 261F21C945; Sun, 25 Aug 2019 11:07:54 +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 x7PB7r6c025232; Sun, 25 Aug 2019 11:07:53 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7PB7r3e025231; Sun, 25 Aug 2019 11:07:53 GMT (envelope-from kai@FreeBSD.org) Message-Id: <201908251107.x7PB7r3e025231@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Sun, 25 Aug 2019 11:07:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509789 - head/textproc/py-packageurl-python X-SVN-Group: ports-head X-SVN-Commit-Author: kai X-SVN-Commit-Paths: head/textproc/py-packageurl-python X-SVN-Commit-Revision: 509789 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 11:07:54 -0000 Author: kai Date: Sun Aug 25 11:07:53 2019 New Revision: 509789 URL: https://svnweb.freebsd.org/changeset/ports/509789 Log: textproc/py-packageurl-python: Make tests verbose The '-v' flag was intentionally left out to reduce the cluttering of the screen as some tests have rather long names. But after a second look it makes more sense to enable the verbosity of the tests because they'll be more meaningful in case of errors. Reported by: koobs Modified: head/textproc/py-packageurl-python/Makefile Modified: head/textproc/py-packageurl-python/Makefile ============================================================================== --- head/textproc/py-packageurl-python/Makefile Sun Aug 25 11:02:47 2019 (r509788) +++ head/textproc/py-packageurl-python/Makefile Sun Aug 25 11:07:53 2019 (r509789) @@ -20,6 +20,6 @@ USE_PYTHON= distutils autoplist NO_ARCH= yes do-test: - @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -rs + @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs .include From owner-svn-ports-head@freebsd.org Sun Aug 25 12:20:18 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8BE37DE315; Sun, 25 Aug 2019 12:20:18 +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 46GZ362gFsz3P8y; Sun, 25 Aug 2019 12:20:18 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3D57F1D604; Sun, 25 Aug 2019 12:20:18 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7PCKIP0066678; Sun, 25 Aug 2019 12:20:18 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7PCKGS8066670; Sun, 25 Aug 2019 12:20:16 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201908251220.x7PCKGS8066670@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 25 Aug 2019 12:20:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509790 - in head: Mk/Uses devel devel/linux-c7-dbus-libs devel/linux-c7-systemd-libs X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: in head: Mk/Uses devel devel/linux-c7-dbus-libs devel/linux-c7-systemd-libs X-SVN-Commit-Revision: 509790 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 12:20:18 -0000 Author: tijl Date: Sun Aug 25 12:20:16 2019 New Revision: 509790 URL: https://svnweb.freebsd.org/changeset/ports/509790 Log: Add devel/linux-c7-systemd-libs and let linux-c7-dbus-libs depend on it. PR: 240043 Reported by: Tatsuki Makino Added: head/devel/linux-c7-systemd-libs/ head/devel/linux-c7-systemd-libs/Makefile (contents, props changed) head/devel/linux-c7-systemd-libs/distinfo (contents, props changed) head/devel/linux-c7-systemd-libs/pkg-descr (contents, props changed) head/devel/linux-c7-systemd-libs/pkg-plist.amd64 (contents, props changed) head/devel/linux-c7-systemd-libs/pkg-plist.i386 (contents, props changed) Modified: head/Mk/Uses/linux.mk head/devel/Makefile head/devel/linux-c7-dbus-libs/Makefile Modified: head/Mk/Uses/linux.mk ============================================================================== --- head/Mk/Uses/linux.mk Sun Aug 25 11:07:53 2019 (r509789) +++ head/Mk/Uses/linux.mk Sun Aug 25 12:20:16 2019 (r509790) @@ -146,6 +146,7 @@ linux_sdl12_DEP= linux-${linux_ARGS}-sdl>0:devel/linu linux_sdlimage_DEP= linux-${linux_ARGS}-sdl_image>0:graphics/linux-${linux_ARGS}-sdl_image linux_sdlmixer_DEP= linux-${linux_ARGS}-sdl_mixer>0:audio/linux-${linux_ARGS}-sdl_mixer linux_sqlite3_DEP= linux-${linux_ARGS}-sqlite>0:databases/linux-${linux_ARGS}-sqlite3 +linux_systemd-libs_DEP= linux-${linux_ARGS}-systemd-libs>0:devel/linux-${linux_ARGS}-systemd-libs linux_tcl85_DEP= linux-${linux_ARGS}-tcl85>0:lang/linux-${linux_ARGS}-tcl85 linux_tcp_wrappers-libs_DEP= linux-${linux_ARGS}-tcp_wrappers-libs>0:net/linux-${linux_ARGS}-tcp_wrappers-libs linux_tiff_DEP= linux-${linux_ARGS}-libtiff>0:graphics/linux-${linux_ARGS}-tiff Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Aug 25 11:07:53 2019 (r509789) +++ head/devel/Makefile Sun Aug 25 12:20:16 2019 (r509790) @@ -1453,6 +1453,7 @@ SUBDIR += linux-c7-sdl12 SUBDIR += linux-c7-sdl20 SUBDIR += linux-c7-strace + SUBDIR += linux-c7-systemd-libs SUBDIR += linux-ltp SUBDIR += linux_libusb SUBDIR += lion Modified: head/devel/linux-c7-dbus-libs/Makefile ============================================================================== --- head/devel/linux-c7-dbus-libs/Makefile Sun Aug 25 11:07:53 2019 (r509789) +++ head/devel/linux-c7-dbus-libs/Makefile Sun Aug 25 12:20:16 2019 (r509790) @@ -4,6 +4,7 @@ PORTNAME= dbus PORTVERSION= 1.10.24 DISTVERSIONSUFFIX= -13.el7_6 +PORTREVISION= 1 CATEGORIES= devel linux PKGNAMESUFFIX= -libs @@ -14,6 +15,7 @@ LICENSE= GPLv2+ USES= linux:c7 USE_LDCONFIG= yes +USE_LINUX= systemd-libs USE_LINUX_RPM= yes LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} Added: head/devel/linux-c7-systemd-libs/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/linux-c7-systemd-libs/Makefile Sun Aug 25 12:20:16 2019 (r509790) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= systemd +PORTVERSION= 219 +DISTVERSIONSUFFIX= -62.el7_6.9 +CATEGORIES= devel linux +PKGNAMESUFFIX= -libs + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Libraries for accessing systemd (Linux CentOS ${LINUX_DIST_VER}) + +LICENSE= LGPL21+ + +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX= elfutils-libs libgcrypt libgpg-error lz4 +USE_LINUX_RPM= yes + +LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} + +post-patch: + @${RM} -r ${WRKSRC}/usr/lib/security + @${RM} -r ${WRKSRC}/usr/lib64/security + +.include Added: head/devel/linux-c7-systemd-libs/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/linux-c7-systemd-libs/distinfo Sun Aug 25 12:20:16 2019 (r509790) @@ -0,0 +1,7 @@ +TIMESTAMP = 1566723616 +SHA256 (centos/systemd-libs-219-62.el7_6.9.i686.rpm) = 239695e55e9aa2f7cef043892401839ba7bdbc08dd86c700d04148beea8555e3 +SIZE (centos/systemd-libs-219-62.el7_6.9.i686.rpm) = 424088 +SHA256 (centos/systemd-libs-219-62.el7_6.9.x86_64.rpm) = a23bb42860dbb3b18ece712097a356c62b312baf01e2036f0bbe42b82afbc9a1 +SIZE (centos/systemd-libs-219-62.el7_6.9.x86_64.rpm) = 417440 +SHA256 (centos/systemd-219-62.el7_6.9.src.rpm) = 092b6f1a2826bf060f807acda3b9afe032144c9efe723051868ae83d0ee81b8e +SIZE (centos/systemd-219-62.el7_6.9.src.rpm) = 5807718 Added: head/devel/linux-c7-systemd-libs/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/linux-c7-systemd-libs/pkg-descr Sun Aug 25 12:20:16 2019 (r509790) @@ -0,0 +1,3 @@ +Support libraries for the Linux systemd system and service manager. + +WWW: https://www.freedesktop.org/wiki/Software/systemd/ Added: head/devel/linux-c7-systemd-libs/pkg-plist.amd64 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/linux-c7-systemd-libs/pkg-plist.amd64 Sun Aug 25 12:20:16 2019 (r509790) @@ -0,0 +1,28 @@ +usr/lib/libnss_myhostname.so.2 +usr/lib/libnss_mymachines.so.2 +usr/lib/libsystemd-daemon.so.0 +usr/lib/libsystemd-daemon.so.0.0.12 +usr/lib/libsystemd-id128.so.0 +usr/lib/libsystemd-id128.so.0.0.28 +usr/lib/libsystemd-journal.so.0 +usr/lib/libsystemd-journal.so.0.11.5 +usr/lib/libsystemd-login.so.0 +usr/lib/libsystemd-login.so.0.9.3 +usr/lib/libsystemd.so.0 +usr/lib/libsystemd.so.0.6.0 +usr/lib/libudev.so.1 +usr/lib/libudev.so.1.6.2 +usr/lib64/libnss_myhostname.so.2 +usr/lib64/libnss_mymachines.so.2 +usr/lib64/libsystemd-daemon.so.0 +usr/lib64/libsystemd-daemon.so.0.0.12 +usr/lib64/libsystemd-id128.so.0 +usr/lib64/libsystemd-id128.so.0.0.28 +usr/lib64/libsystemd-journal.so.0 +usr/lib64/libsystemd-journal.so.0.11.5 +usr/lib64/libsystemd-login.so.0 +usr/lib64/libsystemd-login.so.0.9.3 +usr/lib64/libsystemd.so.0 +usr/lib64/libsystemd.so.0.6.0 +usr/lib64/libudev.so.1 +usr/lib64/libudev.so.1.6.2 Added: head/devel/linux-c7-systemd-libs/pkg-plist.i386 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/linux-c7-systemd-libs/pkg-plist.i386 Sun Aug 25 12:20:16 2019 (r509790) @@ -0,0 +1,14 @@ +usr/lib/libnss_myhostname.so.2 +usr/lib/libnss_mymachines.so.2 +usr/lib/libsystemd-daemon.so.0 +usr/lib/libsystemd-daemon.so.0.0.12 +usr/lib/libsystemd-id128.so.0 +usr/lib/libsystemd-id128.so.0.0.28 +usr/lib/libsystemd-journal.so.0 +usr/lib/libsystemd-journal.so.0.11.5 +usr/lib/libsystemd-login.so.0 +usr/lib/libsystemd-login.so.0.9.3 +usr/lib/libsystemd.so.0 +usr/lib/libsystemd.so.0.6.0 +usr/lib/libudev.so.1 +usr/lib/libudev.so.1.6.2 From owner-svn-ports-head@freebsd.org Sun Aug 25 12:24:26 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DECC4DE72F; Sun, 25 Aug 2019 12:24:26 +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 46GZ7t56WDz3Pyd; Sun, 25 Aug 2019 12:24:26 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 848E51D7DE; Sun, 25 Aug 2019 12:24: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 x7PCOQTS072114; Sun, 25 Aug 2019 12:24:26 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7PCOQa7072112; Sun, 25 Aug 2019 12:24:26 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201908251224.x7PCOQa7072112@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 25 Aug 2019 12:24:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509791 - head/science/R-cran-bayesm X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/science/R-cran-bayesm X-SVN-Commit-Revision: 509791 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 12:24:27 -0000 Author: wen Date: Sun Aug 25 12:24:25 2019 New Revision: 509791 URL: https://svnweb.freebsd.org/changeset/ports/509791 Log: - Update to 3.1.3 Modified: head/science/R-cran-bayesm/Makefile head/science/R-cran-bayesm/distinfo Modified: head/science/R-cran-bayesm/Makefile ============================================================================== --- head/science/R-cran-bayesm/Makefile Sun Aug 25 12:20:16 2019 (r509790) +++ head/science/R-cran-bayesm/Makefile Sun Aug 25 12:24:25 2019 (r509791) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= bayesm -DISTVERSION= 3.1-1 -PORTREVISION= 1 +DISTVERSION= 3.1-3 CATEGORIES= science DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/science/R-cran-bayesm/distinfo ============================================================================== --- head/science/R-cran-bayesm/distinfo Sun Aug 25 12:20:16 2019 (r509790) +++ head/science/R-cran-bayesm/distinfo Sun Aug 25 12:24:25 2019 (r509791) @@ -1,3 +1,3 @@ -TIMESTAMP = 1546053442 -SHA256 (bayesm_3.1-1.tar.gz) = 4854517dec30ab7c994de862aae1998c2d0c5e71265fd9eb7ed36891d4676078 -SIZE (bayesm_3.1-1.tar.gz) = 2392212 +TIMESTAMP = 1566659242 +SHA256 (bayesm_3.1-3.tar.gz) = 51e4827eca8cd4cf3626f3c2282543df7c392b3ffb843f4bfb386fe104642a10 +SIZE (bayesm_3.1-3.tar.gz) = 2269029 From owner-svn-ports-head@freebsd.org Sun Aug 25 12:30:47 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C92E8DED5A; Sun, 25 Aug 2019 12:30:47 +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 46GZHC4p70z3QN9; Sun, 25 Aug 2019 12:30:47 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8654A1D7F6; Sun, 25 Aug 2019 12:30:47 +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 x7PCUlSs072515; Sun, 25 Aug 2019 12:30:47 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7PCUlwv072514; Sun, 25 Aug 2019 12:30:47 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201908251230.x7PCUlwv072514@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 25 Aug 2019 12:30:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509792 - head/sysutils/pacman X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/sysutils/pacman X-SVN-Commit-Revision: 509792 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 12:30:47 -0000 Author: amdmi3 Date: Sun Aug 25 12:30:47 2019 New Revision: 509792 URL: https://svnweb.freebsd.org/changeset/ports/509792 Log: - Mark BROKEN on 13.x Modified: head/sysutils/pacman/Makefile Modified: head/sysutils/pacman/Makefile ============================================================================== --- head/sysutils/pacman/Makefile Sun Aug 25 12:24:25 2019 (r509791) +++ head/sysutils/pacman/Makefile Sun Aug 25 12:30:47 2019 (r509792) @@ -51,6 +51,10 @@ NLS_CONFIGURE_ENABLE= nls .include +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1300000 +BROKEN= does not build (undefined reference to MD5_Final) +.endif + post-patch: @${REINPLACE_CMD} -e 's|m4|gm4|' ${WRKSRC}/scripts/Makefile.in @${REINPLACE_CMD} -e '2 s/.*/exit 0/' ${WRKSRC}/build-aux/missing From owner-svn-ports-head@freebsd.org Sun Aug 25 12:31:51 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2E77DDEF9F; Sun, 25 Aug 2019 12:31:51 +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 46GZJR0WpXz3Qgb; Sun, 25 Aug 2019 12:31:51 +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 E879D1D978; Sun, 25 Aug 2019 12:31:50 +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 x7PCVowb074118; Sun, 25 Aug 2019 12:31:50 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7PCVohA074117; Sun, 25 Aug 2019 12:31:50 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201908251231.x7PCVohA074117@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sun, 25 Aug 2019 12:31:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509793 - head/www/qutebrowser X-SVN-Group: ports-head X-SVN-Commit-Author: novel X-SVN-Commit-Paths: head/www/qutebrowser X-SVN-Commit-Revision: 509793 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 12:31:51 -0000 Author: novel Date: Sun Aug 25 12:31:50 2019 New Revision: 509793 URL: https://svnweb.freebsd.org/changeset/ports/509793 Log: www/qutebrowser: tell user how to disable hardware acceleration On older hardwares or systems where hardware acceleration has not been configured correctly the browser shows videos with wrong colors. Add a pkg-message notice on how to disable hardware acceleration as a workaround for this issue. PR: 240096 Submitted by: Lorenzo Salvadore Added: head/www/qutebrowser/pkg-message (contents, props changed) Added: head/www/qutebrowser/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/qutebrowser/pkg-message Sun Aug 25 12:31:50 2019 (r509793) @@ -0,0 +1,16 @@ +[ +{ type: install + message: < Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1B0E6DF32A; Sun, 25 Aug 2019 12:48:58 +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 46GZh96lQqz3R9V; Sun, 25 Aug 2019 12:48: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 C62751DB8B; Sun, 25 Aug 2019 12:48:57 +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 x7PCmvUH084480; Sun, 25 Aug 2019 12:48:57 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7PCmvJq084478; Sun, 25 Aug 2019 12:48:57 GMT (envelope-from kai@FreeBSD.org) Message-Id: <201908251248.x7PCmvJq084478@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Sun, 25 Aug 2019 12:48:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509794 - head/sysutils/testdisk X-SVN-Group: ports-head X-SVN-Commit-Author: kai X-SVN-Commit-Paths: head/sysutils/testdisk X-SVN-Commit-Revision: 509794 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 12:48:58 -0000 Author: kai Date: Sun Aug 25 12:48:57 2019 New Revision: 509794 URL: https://svnweb.freebsd.org/changeset/ports/509794 Log: sysutils/testdisk: Update to 7.1 and unbreak * Make the source tarball fetchable again since the 7.1 release has left its pre-release status (hence the removal of the -WIP suffix). * Pet portlint by making the USES block separate while I'm here. Changelog: https://github.com/cgsecurity/testdisk/blob/3bb714e6/NEWS PR: 240066 Submitted by: cyberleo@cyberleo.net MFH: 2019Q3 Modified: head/sysutils/testdisk/Makefile head/sysutils/testdisk/distinfo Modified: head/sysutils/testdisk/Makefile ============================================================================== --- head/sysutils/testdisk/Makefile Sun Aug 25 12:31:50 2019 (r509793) +++ head/sysutils/testdisk/Makefile Sun Aug 25 12:48:57 2019 (r509794) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= testdisk -DISTVERSION= 7.1-WIP +DISTVERSION= 7.1 CATEGORIES= sysutils MASTER_SITES= http://www.cgsecurity.org/ @@ -11,9 +11,8 @@ COMMENT= Tool to check and undelete partitions LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN= unfetchable - USES= jpeg localbase:ldflags ncurses tar:bzip2 + GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-qt --without-ewf Modified: head/sysutils/testdisk/distinfo ============================================================================== --- head/sysutils/testdisk/distinfo Sun Aug 25 12:31:50 2019 (r509793) +++ head/sysutils/testdisk/distinfo Sun Aug 25 12:48:57 2019 (r509794) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520327400 -SHA256 (testdisk-7.1-WIP.tar.bz2) = 60d30d3a70d8da6a5d4ff91e1bf0a32f0ad5ed97a0ad37a2ebc71da56b3b213e -SIZE (testdisk-7.1-WIP.tar.bz2) = 713313 +TIMESTAMP = 1566613026 +SHA256 (testdisk-7.1.tar.bz2) = 1413c47569e48c5b22653b943d48136cb228abcbd6f03da109c4df63382190fe +SIZE (testdisk-7.1.tar.bz2) = 742006 From owner-svn-ports-head@freebsd.org Sun Aug 25 13:38:30 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CC7EAE026A; Sun, 25 Aug 2019 13:38:30 +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 46GbnL51KWz3yVg; Sun, 25 Aug 2019 13:38:30 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8EE301E490; Sun, 25 Aug 2019 13:38:30 +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 x7PDcUYK014128; Sun, 25 Aug 2019 13:38:30 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7PDcUuT014126; Sun, 25 Aug 2019 13:38:30 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201908251338.x7PDcUuT014126@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 25 Aug 2019 13:38:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509795 - head/emulators/linux_base-c7 X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: head/emulators/linux_base-c7 X-SVN-Commit-Revision: 509795 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 13:38:30 -0000 Author: tijl Date: Sun Aug 25 13:38:29 2019 New Revision: 509795 URL: https://svnweb.freebsd.org/changeset/ports/509795 Log: Remove programs from the util-linux package that are missing some libraries so they don't work, but I suspect we don't need them: usr/bin/chfn usr/bin/chsh usr/bin/findmnt usr/bin/login usr/bin/lsblk usr/bin/lscpu usr/bin/lsipc usr/bin/lslogins usr/bin/lsmem usr/bin/lsns usr/bin/script usr/bin/setpriv usr/sbin/clock usr/sbin/debugfs usr/sbin/hwclock usr/sbin/runuser usr/sbin/zramctl Modified: head/emulators/linux_base-c7/Makefile head/emulators/linux_base-c7/pkg-plist.amd64 head/emulators/linux_base-c7/pkg-plist.i386 Modified: head/emulators/linux_base-c7/Makefile ============================================================================== --- head/emulators/linux_base-c7/Makefile Sun Aug 25 12:48:57 2019 (r509794) +++ head/emulators/linux_base-c7/Makefile Sun Aug 25 13:38:29 2019 (r509795) @@ -2,7 +2,7 @@ PORTNAME= c7 PORTVERSION= ${LINUX_DIST_VER} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= emulators linux PKGNAMEPREFIX= linux_base- EXTRACT_ONLY= ${DISTFILES:N*${SRC_SUFX}*:Nfilesystem-*:C/:[^:]+$//} @@ -125,9 +125,14 @@ PLIST_SUB= LINUXBASE=${LINUXBASE} SYSCTLMIB=${SYSCTLMI OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes -REMOVE_DIRS= boot home media mnt proc root run sys tmp var/log var/tmp -REMOVE_FILES= bin/su etc/exports etc/group etc/gshadow etc/motd \ - etc/passwd etc/printcap etc/protocols etc/services etc/shadow +REMOVE_DIRS= boot etc/pam.d home media mnt proc root run sys tmp var/log \ + var/tmp +REMOVE_FILES= bin/chfn bin/chsh bin/findmnt bin/login bin/lsblk bin/lscpu \ + bin/lsipc bin/lslogins bin/lsmem bin/lsns bin/script \ + bin/setpriv bin/su \ + etc/exports etc/group etc/gshadow etc/motd \ + etc/passwd etc/printcap etc/protocols etc/services etc/shadow \ + sbin/clock sbin/debugfs sbin/hwclock sbin/runuser sbin/zramctl .include Modified: head/emulators/linux_base-c7/pkg-plist.amd64 ============================================================================== --- head/emulators/linux_base-c7/pkg-plist.amd64 Sun Aug 25 12:48:57 2019 (r509794) +++ head/emulators/linux_base-c7/pkg-plist.amd64 Sun Aug 25 13:38:29 2019 (r509795) @@ -31,14 +31,6 @@ etc/mke2fs.conf etc/mtab @sample etc/nsswitch.conf.sample etc/os-release -etc/pam.d/chfn -etc/pam.d/chsh -etc/pam.d/login -etc/pam.d/remote -etc/pam.d/runuser -etc/pam.d/runuser-l -etc/pam.d/su -etc/pam.d/su-l etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-Debug-7 etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-Testing-7 @@ -109,13 +101,11 @@ usr/bin/catchsegv usr/bin/cd usr/bin/chattr usr/bin/chcon -usr/bin/chfn usr/bin/chgrp usr/bin/chmem usr/bin/chmod usr/bin/chown usr/bin/chrt -usr/bin/chsh usr/bin/cksum usr/bin/clear usr/bin/col @@ -161,7 +151,6 @@ usr/bin/fc usr/bin/fg usr/bin/fgrep usr/bin/find -usr/bin/findmnt usr/bin/flock usr/bin/fmt usr/bin/fold @@ -212,19 +201,12 @@ usr/bin/ln usr/bin/locale usr/bin/localedef usr/bin/logger -usr/bin/login usr/bin/logname usr/bin/look usr/bin/ls usr/bin/lsattr usr/bin/lsb_release -usr/bin/lsblk -usr/bin/lscpu -usr/bin/lsipc usr/bin/lslocks -usr/bin/lslogins -usr/bin/lsmem -usr/bin/lsns usr/bin/makedb usr/bin/mcookie usr/bin/md5sum @@ -268,12 +250,10 @@ usr/bin/rm usr/bin/rmdir usr/bin/rpcgen usr/bin/runcon -usr/bin/script usr/bin/scriptreplay usr/bin/sed usr/bin/seq usr/bin/setarch -usr/bin/setpriv usr/bin/setserial usr/bin/setsid usr/bin/setterm @@ -1260,9 +1240,7 @@ usr/sbin/capsh usr/sbin/cfdisk usr/sbin/chcpu usr/sbin/chroot -usr/sbin/clock usr/sbin/ctrlaltdel -usr/sbin/debugfs usr/sbin/delpart usr/sbin/dumpe2fs usr/sbin/e2freefrag @@ -1287,7 +1265,6 @@ usr/sbin/getcap usr/sbin/getpcaps usr/sbin/glibc_post_upgrade.i686 usr/sbin/glibc_post_upgrade.x86_64 -usr/sbin/hwclock usr/sbin/iconvconfig usr/sbin/iconvconfig.i686 usr/sbin/iconvconfig.x86_64 @@ -1316,7 +1293,6 @@ usr/sbin/request-key usr/sbin/resize2fs usr/sbin/resizepart usr/sbin/rtcwake -usr/sbin/runuser usr/sbin/sefcontext_compile usr/sbin/setcap usr/sbin/sfdisk @@ -1330,7 +1306,6 @@ usr/sbin/tune2fs usr/sbin/wipefs usr/sbin/zdump usr/sbin/zic -usr/sbin/zramctl usr/share/bash-completion/completions/addpart usr/share/bash-completion/completions/blkdiscard usr/share/bash-completion/completions/blkid Modified: head/emulators/linux_base-c7/pkg-plist.i386 ============================================================================== --- head/emulators/linux_base-c7/pkg-plist.i386 Sun Aug 25 12:48:57 2019 (r509794) +++ head/emulators/linux_base-c7/pkg-plist.i386 Sun Aug 25 13:38:29 2019 (r509795) @@ -30,14 +30,6 @@ etc/mke2fs.conf etc/mtab @sample etc/nsswitch.conf.sample etc/os-release -etc/pam.d/chfn -etc/pam.d/chsh -etc/pam.d/login -etc/pam.d/remote -etc/pam.d/runuser -etc/pam.d/runuser-l -etc/pam.d/su -etc/pam.d/su-l etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-Debug-7 etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-Testing-7 @@ -107,13 +99,11 @@ usr/bin/catchsegv usr/bin/cd usr/bin/chattr usr/bin/chcon -usr/bin/chfn usr/bin/chgrp usr/bin/chmem usr/bin/chmod usr/bin/chown usr/bin/chrt -usr/bin/chsh usr/bin/cksum usr/bin/clear usr/bin/col @@ -159,7 +149,6 @@ usr/bin/fc usr/bin/fg usr/bin/fgrep usr/bin/find -usr/bin/findmnt usr/bin/flock usr/bin/fmt usr/bin/fold @@ -210,19 +199,12 @@ usr/bin/ln usr/bin/locale usr/bin/localedef usr/bin/logger -usr/bin/login usr/bin/logname usr/bin/look usr/bin/ls usr/bin/lsattr usr/bin/lsb_release -usr/bin/lsblk -usr/bin/lscpu -usr/bin/lsipc usr/bin/lslocks -usr/bin/lslogins -usr/bin/lsmem -usr/bin/lsns usr/bin/makedb usr/bin/mcookie usr/bin/md5sum @@ -266,12 +248,10 @@ usr/bin/rm usr/bin/rmdir usr/bin/rpcgen usr/bin/runcon -usr/bin/script usr/bin/scriptreplay usr/bin/sed usr/bin/seq usr/bin/setarch -usr/bin/setpriv usr/bin/setserial usr/bin/setsid usr/bin/setterm @@ -820,9 +800,7 @@ usr/sbin/capsh usr/sbin/cfdisk usr/sbin/chcpu usr/sbin/chroot -usr/sbin/clock usr/sbin/ctrlaltdel -usr/sbin/debugfs usr/sbin/delpart usr/sbin/dumpe2fs usr/sbin/e2freefrag @@ -846,7 +824,6 @@ usr/sbin/fstrim usr/sbin/getcap usr/sbin/getpcaps usr/sbin/glibc_post_upgrade.i686 -usr/sbin/hwclock usr/sbin/iconvconfig usr/sbin/iconvconfig.i686 usr/sbin/install-info @@ -873,7 +850,6 @@ usr/sbin/request-key usr/sbin/resize2fs usr/sbin/resizepart usr/sbin/rtcwake -usr/sbin/runuser usr/sbin/sefcontext_compile usr/sbin/setcap usr/sbin/sfdisk @@ -887,7 +863,6 @@ usr/sbin/tune2fs usr/sbin/wipefs usr/sbin/zdump usr/sbin/zic -usr/sbin/zramctl usr/share/bash-completion/completions/addpart usr/share/bash-completion/completions/blkdiscard usr/share/bash-completion/completions/blkid From owner-svn-ports-head@freebsd.org Sun Aug 25 13:43:15 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5778AE04E5; Sun, 25 Aug 2019 13:43:15 +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 46Gbtq1WQGz3yrx; Sun, 25 Aug 2019 13:43:15 +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 166CD1E64C; Sun, 25 Aug 2019 13:43:15 +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 x7PDhEeu019900; Sun, 25 Aug 2019 13:43:14 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7PDhEnK019899; Sun, 25 Aug 2019 13:43:14 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201908251343.x7PDhEnK019899@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sun, 25 Aug 2019 13:43:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509796 - head/benchmarks/hipercontracer X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/benchmarks/hipercontracer X-SVN-Commit-Revision: 509796 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 13:43:15 -0000 Author: linimon Date: Sun Aug 25 13:43:14 2019 New Revision: 509796 URL: https://svnweb.freebsd.org/changeset/ports/509796 Log: Fix build on gcc-based architectures: CMake Error in src/CMakeLists.txt: Target "hpcttrigger" requires the language dialect "CXX14" , but CMake does not know the compile flags to use to enable it. Approved by: portmgr (tier-2 blanket) Modified: head/benchmarks/hipercontracer/Makefile Modified: head/benchmarks/hipercontracer/Makefile ============================================================================== --- head/benchmarks/hipercontracer/Makefile Sun Aug 25 13:38:29 2019 (r509795) +++ head/benchmarks/hipercontracer/Makefile Sun Aug 25 13:43:14 2019 (r509796) @@ -20,7 +20,7 @@ LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \ libboost_system.so:devel/boost-libs \ libboost_thread.so:devel/boost-libs -USES= tar:xz cmake shebangfix python +USES= cmake compiler:c++14-lang python shebangfix tar:xz USE_LDCONFIG= yes CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR=${PREFIX}/man From owner-svn-ports-head@freebsd.org Sun Aug 25 14:14:54 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7CAECE0BBA; Sun, 25 Aug 2019 14:14:54 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46GcbL2bYRz40wk; Sun, 25 Aug 2019 14:14:54 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3AD901EBA7; Sun, 25 Aug 2019 14:14:54 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7PEEs1r037488; Sun, 25 Aug 2019 14:14:54 GMT (envelope-from dvl@FreeBSD.org) Received: (from dvl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7PEEsB4037487; Sun, 25 Aug 2019 14:14:54 GMT (envelope-from dvl@FreeBSD.org) Message-Id: <201908251414.x7PEEsB4037487@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dvl set sender to dvl@FreeBSD.org using -f From: Dan Langille Date: Sun, 25 Aug 2019 14:14:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509797 - head/sysutils/iocage-devel X-SVN-Group: ports-head X-SVN-Commit-Author: dvl X-SVN-Commit-Paths: head/sysutils/iocage-devel X-SVN-Commit-Revision: 509797 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 14:14:54 -0000 Author: dvl Date: Sun Aug 25 14:14:53 2019 New Revision: 509797 URL: https://svnweb.freebsd.org/changeset/ports/509797 Log: Add devel/git-lite as missing RUN_DEPENDS Modified: head/sysutils/iocage-devel/Makefile Modified: head/sysutils/iocage-devel/Makefile ============================================================================== --- head/sysutils/iocage-devel/Makefile Sun Aug 25 13:43:14 2019 (r509796) +++ head/sysutils/iocage-devel/Makefile Sun Aug 25 14:14:53 2019 (r509797) @@ -3,6 +3,7 @@ PORTNAME= iocage-devel PORTVERSION= 1.0.0.20190810 PORTEPOCH= 1 +PORTREVISION= 1 CATEGORIES= sysutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -23,7 +24,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}netifaces>0:net/py ${PYTHON_PKGNAMEPREFIX}requests>=2.11.1:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}libzfs>=1.0.2:devel/py-libzfs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}GitPython>=2.1.10:devel/py-gitpython@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython@${PY_FLAVOR} \ + git-lite>0:devel/git-lite USE_GITHUB= yes GH_ACCOUNT= iocage From owner-svn-ports-head@freebsd.org Sun Aug 25 15:03:17 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 179CFE1952; Sun, 25 Aug 2019 15:03:17 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46Gdg86s3Kz42pF; Sun, 25 Aug 2019 15:03:16 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CCFB21F4AD; Sun, 25 Aug 2019 15:03:16 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7PF3GM2067082; Sun, 25 Aug 2019 15:03:16 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7PF3Gkp067079; Sun, 25 Aug 2019 15:03:16 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201908251503.x7PF3Gkp067079@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Sun, 25 Aug 2019 15:03:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509798 - in head/java/intellij: . files X-SVN-Group: ports-head X-SVN-Commit-Author: bsam X-SVN-Commit-Paths: in head/java/intellij: . files X-SVN-Commit-Revision: 509798 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 15:03:17 -0000 Author: bsam Date: Sun Aug 25 15:03:15 2019 New Revision: 509798 URL: https://svnweb.freebsd.org/changeset/ports/509798 Log: java/intellij: Update to 2019.2.1 and more PR: 240080 Submitted by: Dmitry Wagin . update to 2019.2.1 . drop dependency on intellij-pt4j port -- the FreeBSD native library is already included in the upstream pty4j jar . install FreeBSD native library for jansi . fix the "Typeahead timeout is exceeded" error . small cleanup Modified: head/java/intellij/Makefile head/java/intellij/distinfo head/java/intellij/files/pkg-message.in head/java/intellij/pkg-plist Modified: head/java/intellij/Makefile ============================================================================== --- head/java/intellij/Makefile Sun Aug 25 14:14:53 2019 (r509797) +++ head/java/intellij/Makefile Sun Aug 25 15:03:15 2019 (r509798) @@ -5,7 +5,7 @@ # Vadim Zhukov PORTNAME= intellij -PORTVERSION= 2019.2 +PORTVERSION= 2019.2.1 CATEGORIES= java devel MASTER_SITES= https://download-cf.jetbrains.com/idea/ DISTNAME= ideaIC-${PORTVERSION}-no-jbr @@ -16,24 +16,22 @@ COMMENT= IntelliJ IDEA Community Edition LICENSE= APACHE20 -RUN_DEPENDS= intellij-fsnotifier>0:java/intellij-fsnotifier \ - intellij-pty4j>0:java/intellij-pty4j +RUN_DEPENDS= intellij-fsnotifier>0:java/intellij-fsnotifier USES= python:run shebangfix USE_JAVA= yes -JAVA_VERSION= 1.8+ +JAVA_VERSION= 8+ SHEBANG_FILES= bin/printenv.py bin/restart.py NO_ARCH= yes +NO_ARCH_IGNORE= libjansi.so NO_BUILD= yes -INSTALL_TARGET= install-strip -WRKSRC= ${WRKDIR}/idea-IC-192.5728.98 +WRKSRC= ${WRKDIR}/idea-IC-192.6262.58 SUB_FILES= idea idea.desktop pkg-message -SUB_LIST= DATADIR=${DATADIR} CONFLICTS= intellij-ultimate-* do-install: @@ -41,23 +39,29 @@ do-install: @${RM} -r ${WRKSRC}/bin/fsnotifier \ ${WRKSRC}/bin/fsnotifier-arm \ ${WRKSRC}/bin/fsnotifier64 \ - ${WRKSRC}/plugins/android/lib/libwebp \ - ${WRKSRC}/plugins/maven/lib/maven3/lib/jansi-native \ - ${WRKSRC}/plugins/performanceTesting/bin -# Remove the bundled native Pty4J support libraries, they are replaced -# by java/intellij-pty4j - @${RM} -r ${WRKSRC}/lib/pty4j-native -# Remove bundled linux JetBrains Runtime and OpenJDK - @${RM} -r ${WRKSRC}/jbr ${WRKSRC}/jre64 + ${WRKSRC}/lib/pty4j-native/ \ + ${WRKSRC}/plugins/android/lib/libwebp/ \ + ${WRKSRC}/plugins/maven/lib/maven3/lib/jansi-native/linux32/ \ + ${WRKSRC}/plugins/maven/lib/maven3/lib/jansi-native/linux64/ \ + ${WRKSRC}/plugins/maven/lib/maven3/lib/jansi-native/osx/ \ + ${WRKSRC}/plugins/maven/lib/maven3/lib/jansi-native/windows32/ \ + ${WRKSRC}/plugins/maven/lib/maven3/lib/jansi-native/windows64/ \ + ${WRKSRC}/plugins/performanceTesting/bin/ ${MKDIR} ${STAGEDIR}${DATADIR} @(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} \ "! -name *\.so ! -name *\.dll ! -name *\.dylib ! -name *\.pdb ! -name *\.sh") @(cd ${WRKSRC} && ${COPYTREE_BIN} . ${STAGEDIR}${DATADIR} "-name *\.sh") + ${INSTALL_LIB} ${WRKSRC}/plugins/maven/lib/maven3/lib/jansi-native/freebsd32/libjansi.so \ + ${STAGEDIR}${DATADIR}/plugins/maven/lib/maven3/lib/jansi-native/freebsd32/ + ${INSTALL_LIB} ${WRKSRC}/plugins/maven/lib/maven3/lib/jansi-native/freebsd64/libjansi.so \ + ${STAGEDIR}${DATADIR}/plugins/maven/lib/maven3/lib/jansi-native/freebsd64/ ${INSTALL_SCRIPT} ${WRKDIR}/idea ${STAGEDIR}${PREFIX}/bin/idea ${INSTALL_MAN} ${FILESDIR}/idea.1 ${STAGEDIR}${PREFIX}/man/man1 ${INSTALL_DATA} ${WRKDIR}/idea.desktop ${STAGEDIR}${PREFIX}/share/applications/ # Use fsnotifier replacement provided by java/intellij-fsnotifier ${ECHO} "idea.filewatcher.executable.path=${PREFIX}/intellij/bin/fsnotifier" >> ${STAGEDIR}${DATADIR}/bin/idea.properties +# Fix "Typeahead timeout is exceeded" error + ${ECHO} "action.aware.typeAhead=false" >> ${STAGEDIR}${DATADIR}/bin/idea.properties # Fix slow render ${ECHO} "-Dsun.java2d.xrender=false" >> ${STAGEDIR}${DATADIR}/bin/idea.vmoptions ${ECHO} "-Dsun.java2d.xrender=false" >> ${STAGEDIR}${DATADIR}/bin/idea64.vmoptions Modified: head/java/intellij/distinfo ============================================================================== --- head/java/intellij/distinfo Sun Aug 25 14:14:53 2019 (r509797) +++ head/java/intellij/distinfo Sun Aug 25 15:03:15 2019 (r509798) @@ -1,3 +1,3 @@ -TIMESTAMP = 1565566115 -SHA256 (jetbrains/ideaIC-2019.2-no-jbr.tar.gz) = 7ab6ad4b54b32425cd7e5a8554cb34443e37611b230b94c559f878b1e68030f5 -SIZE (jetbrains/ideaIC-2019.2-no-jbr.tar.gz) = 531207945 +TIMESTAMP = 1566671924 +SHA256 (jetbrains/ideaIC-2019.2.1-no-jbr.tar.gz) = ee8fb4cdb6c29d75b1987225f1f92517319c429c9bb6a0dfc3e0c23cb6688e98 +SIZE (jetbrains/ideaIC-2019.2.1-no-jbr.tar.gz) = 593703673 Modified: head/java/intellij/files/pkg-message.in ============================================================================== --- head/java/intellij/files/pkg-message.in Sun Aug 25 14:14:53 2019 (r509797) +++ head/java/intellij/files/pkg-message.in Sun Aug 25 15:03:15 2019 (r509798) @@ -3,8 +3,8 @@ message: < Edit Custom Properties... idea.filewatcher.disabled=true Modified: head/java/intellij/pkg-plist ============================================================================== --- head/java/intellij/pkg-plist Sun Aug 25 14:14:53 2019 (r509797) +++ head/java/intellij/pkg-plist Sun Aug 25 15:03:15 2019 (r509798) @@ -100,8 +100,8 @@ share/applications/idea.desktop %%DATADIR%%/lib/batik-transcoder-1.12.0-8.jar %%DATADIR%%/lib/batik-util-1.12.0-8.jar %%DATADIR%%/lib/batik-xml-1.12.0-8.jar -%%DATADIR%%/lib/bcpkix-jdk15on-1.61.jar -%%DATADIR%%/lib/bcprov-jdk15on-1.61.jar +%%DATADIR%%/lib/bcpkix-jdk15on-1.62.jar +%%DATADIR%%/lib/bcprov-jdk15on-1.62.jar %%DATADIR%%/lib/bootstrap.jar %%DATADIR%%/lib/built-in-server.jar %%DATADIR%%/lib/cglib-nodep-3.2.4.jar @@ -109,7 +109,7 @@ share/applications/idea.desktop %%DATADIR%%/lib/common-image-3.4.1.jar %%DATADIR%%/lib/common-io-3.4.1.jar %%DATADIR%%/lib/common-lang-3.4.1.jar -%%DATADIR%%/lib/commons-codec-1.12.jar +%%DATADIR%%/lib/commons-codec-1.13.jar %%DATADIR%%/lib/commons-collections-3.2.2.jar %%DATADIR%%/lib/commons-compress-1.18.jar %%DATADIR%%/lib/commons-httpclient-3.1-patched.jar @@ -118,9 +118,6 @@ share/applications/idea.desktop %%DATADIR%%/lib/commons-lang-2.4.jar %%DATADIR%%/lib/commons-logging-1.2.jar %%DATADIR%%/lib/commons-net-3.6.jar -%%DATADIR%%/lib/completion-ranking-java-0.0.7.jar -%%DATADIR%%/lib/completion-ranking-kotlin-0.0.2.jar -%%DATADIR%%/lib/completion-ranking-python-0.0.4.jar %%DATADIR%%/lib/configuration-store-impl.jar %%DATADIR%%/lib/credential-store.jar %%DATADIR%%/lib/cucumber-core-1.2.4.jar @@ -132,7 +129,7 @@ share/applications/idea.desktop %%DATADIR%%/lib/exception-analyzer-api-1.0.1.jar %%DATADIR%%/lib/extensions.jar %%DATADIR%%/lib/external-system-rt.jar -%%DATADIR%%/lib/fluent-hc-4.5.8.jar +%%DATADIR%%/lib/fluent-hc-4.5.9.jar %%DATADIR%%/lib/forms-1.1-preview.jar %%DATADIR%%/lib/forms_rt.jar %%DATADIR%%/lib/gherkin-2.12.2.jar @@ -140,9 +137,9 @@ share/applications/idea.desktop %%DATADIR%%/lib/gson-2.8.5.jar %%DATADIR%%/lib/guava-25.1-jre.jar %%DATADIR%%/lib/hamcrest-core-1.3.jar -%%DATADIR%%/lib/httpclient-4.5.8.jar +%%DATADIR%%/lib/httpclient-4.5.9.jar %%DATADIR%%/lib/httpcore-4.4.11.jar -%%DATADIR%%/lib/httpmime-4.5.8.jar +%%DATADIR%%/lib/httpmime-4.5.9.jar %%DATADIR%%/lib/icons.jar %%DATADIR%%/lib/idea.jar %%DATADIR%%/lib/idea_rt.jar @@ -174,7 +171,7 @@ share/applications/idea.desktop %%DATADIR%%/lib/jcip-annotations-1.0.jar %%DATADIR%%/lib/jdkAnnotations.jar %%DATADIR%%/lib/jdom.jar -%%DATADIR%%/lib/jediterm-pty-2.19.jar +%%DATADIR%%/lib/jediterm-pty-2.20.jar %%DATADIR%%/lib/jetCheck-0.2.1.jar %%DATADIR%%/lib/jing-20030619.jar %%DATADIR%%/lib/jna-platform.jar @@ -196,6 +193,7 @@ share/applications/idea.desktop %%DATADIR%%/lib/kotlin-test-common-1.3.31.jar %%DATADIR%%/lib/kotlinx-coroutines-core-1.2.1.jar %%DATADIR%%/lib/kotlinx-coroutines-jdk8-1.2.1.jar +%%DATADIR%%/lib/layoutlib.jar %%DATADIR%%/lib/log4j.jar %%DATADIR%%/lib/lz4-java-1.6.0.jar %%DATADIR%%/lib/markdownj-core-0.4.2-SNAPSHOT.jar @@ -204,16 +202,16 @@ share/applications/idea.desktop %%DATADIR%%/lib/miglayout-swing-5.2.jar %%DATADIR%%/lib/nanoxml-2.2.3.jar %%DATADIR%%/lib/nekohtml-1.9.22.jar -%%DATADIR%%/lib/netty-buffer-4.1.36.Final.jar -%%DATADIR%%/lib/netty-codec-4.1.36.Final.jar -%%DATADIR%%/lib/netty-codec-http-4.1.36.Final.jar -%%DATADIR%%/lib/netty-codec-http2-4.1.36.Final.jar -%%DATADIR%%/lib/netty-codec-socks-4.1.36.Final.jar -%%DATADIR%%/lib/netty-common-4.1.36.Final.jar -%%DATADIR%%/lib/netty-handler-4.1.36.Final.jar -%%DATADIR%%/lib/netty-handler-proxy-4.1.36.Final.jar -%%DATADIR%%/lib/netty-resolver-4.1.36.Final.jar -%%DATADIR%%/lib/netty-transport-4.1.36.Final.jar +%%DATADIR%%/lib/netty-buffer-4.1.38.Final.jar +%%DATADIR%%/lib/netty-codec-4.1.38.Final.jar +%%DATADIR%%/lib/netty-codec-http-4.1.38.Final.jar +%%DATADIR%%/lib/netty-codec-http2-4.1.38.Final.jar +%%DATADIR%%/lib/netty-codec-socks-4.1.38.Final.jar +%%DATADIR%%/lib/netty-common-4.1.38.Final.jar +%%DATADIR%%/lib/netty-handler-4.1.38.Final.jar +%%DATADIR%%/lib/netty-handler-proxy-4.1.38.Final.jar +%%DATADIR%%/lib/netty-resolver-4.1.38.Final.jar +%%DATADIR%%/lib/netty-transport-4.1.38.Final.jar %%DATADIR%%/lib/objenesis-3.0.1.jar %%DATADIR%%/lib/openapi.jar %%DATADIR%%/lib/org.eclipse.xtend.lib-2.14.0.jar @@ -236,12 +234,12 @@ share/applications/idea.desktop %%DATADIR%%/lib/pty4j-0.9.4.jar %%DATADIR%%/lib/purejavacomm-0.0.11.1.jar %%DATADIR%%/lib/randomForestRegressor-0.0.11.jar -%%DATADIR%%/lib/rd-core-0.191.46.jar -%%DATADIR%%/lib/rd-swing-0.191.46.jar +%%DATADIR%%/lib/rd-core-0.191.63.jar +%%DATADIR%%/lib/rd-swing-0.191.63.jar %%DATADIR%%/lib/reactive-streams-1.0.2.jar %%DATADIR%%/lib/resources.jar %%DATADIR%%/lib/resources_en.jar -%%DATADIR%%/lib/rhino-1.7.10.jar +%%DATADIR%%/lib/rhino-1.7.11.jar %%DATADIR%%/lib/rngom-20051226-patched.jar %%DATADIR%%/lib/rxjava-2.2.8.jar %%DATADIR%%/lib/sa-jdwp-1.12.jar @@ -674,13 +672,14 @@ share/applications/idea.desktop %%DATADIR%%/plugins/android/lib/java-lib-model-3.3.0.jar %%DATADIR%%/plugins/android/lib/java-lib-model-builder-3.3.0.jar %%DATADIR%%/plugins/android/lib/javawriter-2.2.1.jar +%%DATADIR%%/plugins/android/lib/jdk11/layoutlib.jar +%%DATADIR%%/plugins/android/lib/jdk8/layoutlib.jar %%DATADIR%%/plugins/android/lib/jgraphx-3.4.1.3.jar %%DATADIR%%/plugins/android/lib/jps/android-jps-plugin.jar %%DATADIR%%/plugins/android/lib/kxml2-2.3.0.jar %%DATADIR%%/plugins/android/lib/layoutInspector-26.3.0.jar -%%DATADIR%%/plugins/android/lib/layoutlib-api-26.3.0.jar +%%DATADIR%%/plugins/android/lib/layoutlib-api-26.3.0-sp1.jar %%DATADIR%%/plugins/android/lib/layoutlib-loader.jar -%%DATADIR%%/plugins/android/lib/layoutlib.jar %%DATADIR%%/plugins/android/lib/layoutlib/build.prop %%DATADIR%%/plugins/android/lib/layoutlib/data/fonts/AndroidClock.ttf %%DATADIR%%/plugins/android/lib/layoutlib/data/fonts/CarroisGothicSC-Regular.ttf @@ -9778,6 +9777,9 @@ share/applications/idea.desktop %%DATADIR%%/plugins/maven/lib/maven3/lib/guice-4.2.1-no_aop.jar %%DATADIR%%/plugins/maven/lib/maven3/lib/j2objc-annotations-1.1.jar %%DATADIR%%/plugins/maven/lib/maven3/lib/jansi-1.17.1.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/jansi-native/README.txt +%%DATADIR%%/plugins/maven/lib/maven3/lib/jansi-native/freebsd32/libjansi.so +%%DATADIR%%/plugins/maven/lib/maven3/lib/jansi-native/freebsd64/libjansi.so %%DATADIR%%/plugins/maven/lib/maven3/lib/javax.inject-1.jar %%DATADIR%%/plugins/maven/lib/maven3/lib/jcl-over-slf4j-1.7.25.jar %%DATADIR%%/plugins/maven/lib/maven3/lib/jcl-over-slf4j.license @@ -9830,6 +9832,14 @@ share/applications/idea.desktop %%DATADIR%%/plugins/sh/lib/resources_en.jar %%DATADIR%%/plugins/sh/lib/sh.jar %%DATADIR%%/plugins/smali/lib/smali.jar +%%DATADIR%%/plugins/stats-collector/lib/completion-ranking-java-0.0.7.jar +%%DATADIR%%/plugins/stats-collector/lib/completion-ranking-kotlin-0.0.2.jar +%%DATADIR%%/plugins/stats-collector/lib/completion-ranking-python-0.0.4.jar +%%DATADIR%%/plugins/stats-collector/lib/features.jar +%%DATADIR%%/plugins/stats-collector/lib/log-events.jar +%%DATADIR%%/plugins/stats-collector/lib/resources_en.jar +%%DATADIR%%/plugins/stats-collector/lib/stats-collector.jar +%%DATADIR%%/plugins/stats-collector/lib/statsCollector-completionRanker.jar %%DATADIR%%/plugins/stream-debugger/lib/resources_en.jar %%DATADIR%%/plugins/stream-debugger/lib/stream-debugger.jar %%DATADIR%%/plugins/svn4idea/lib/resources_en.jar From owner-svn-ports-head@freebsd.org Sun Aug 25 15:06:00 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 85F2BE19B5; Sun, 25 Aug 2019 15:06:00 +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 46GdkJ1Zc3z42vD; Sun, 25 Aug 2019 15:06:00 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 17E0F1F4B4; Sun, 25 Aug 2019 15:06:00 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7PF5xqx067329; Sun, 25 Aug 2019 15:05:59 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7PF5xTv067328; Sun, 25 Aug 2019 15:05:59 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201908251505.x7PF5xTv067328@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 25 Aug 2019 15:05:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509799 - head/archivers/linux-c7-lz4 X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: head/archivers/linux-c7-lz4 X-SVN-Commit-Revision: 509799 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 15:06:00 -0000 Author: tijl Date: Sun Aug 25 15:05:59 2019 New Revision: 509799 URL: https://svnweb.freebsd.org/changeset/ports/509799 Log: Fix CATEGORIES. Reported by: FreshPorts sanity daemon Modified: head/archivers/linux-c7-lz4/Makefile Modified: head/archivers/linux-c7-lz4/Makefile ============================================================================== --- head/archivers/linux-c7-lz4/Makefile Sun Aug 25 15:03:15 2019 (r509798) +++ head/archivers/linux-c7-lz4/Makefile Sun Aug 25 15:05:59 2019 (r509799) @@ -3,7 +3,7 @@ PORTNAME= lz4 PORTVERSION= 1.7.5 DISTVERSIONSUFFIX= -2.el7 -CATEGORIES= devel linux +CATEGORIES= archivers linux MAINTAINER= emulation@FreeBSD.org COMMENT= LZ4 compression library and utilities (Linux CentOS ${LINUX_DIST_VER}) From owner-svn-ports-head@freebsd.org Sun Aug 25 15:37:11 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E5FA1E20F2; Sun, 25 Aug 2019 15:37:11 +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 46GfQH64tqz442w; Sun, 25 Aug 2019 15:37:11 +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 945CC1FA25; Sun, 25 Aug 2019 15:37:11 +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 x7PFbBG6085176; Sun, 25 Aug 2019 15:37:11 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7PFb955085162; Sun, 25 Aug 2019 15:37:09 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201908251537.x7PFb955085162@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 25 Aug 2019 15:37:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509800 - in head: Mk/Uses devel/linux-c7-qt emulators/linux-c7 emulators/linux_base-c7 print/linux-c7-cups-libs security security/linux-c7-libssh2 security/linux-c7-openssl x11-toolkit... X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: in head: Mk/Uses devel/linux-c7-qt emulators/linux-c7 emulators/linux_base-c7 print/linux-c7-cups-libs security security/linux-c7-libssh2 security/linux-c7-openssl x11-toolkits/linux-c7-qt-x11 X-SVN-Commit-Revision: 509800 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 15:37:12 -0000 Author: tijl Date: Sun Aug 25 15:37:08 2019 New Revision: 509800 URL: https://svnweb.freebsd.org/changeset/ports/509800 Log: Move security/linux-c7-openssl into emulators/linux_base-c7. It is needed by sha*sum from the coreutils package. Deleted: head/security/linux-c7-openssl/ Modified: head/Mk/Uses/linux.mk head/devel/linux-c7-qt/Makefile head/emulators/linux-c7/Makefile head/emulators/linux_base-c7/Makefile head/emulators/linux_base-c7/distinfo head/emulators/linux_base-c7/pkg-plist.amd64 head/emulators/linux_base-c7/pkg-plist.i386 head/print/linux-c7-cups-libs/Makefile head/security/Makefile head/security/linux-c7-libssh2/Makefile head/x11-toolkits/linux-c7-qt-x11/Makefile Modified: head/Mk/Uses/linux.mk ============================================================================== --- head/Mk/Uses/linux.mk Sun Aug 25 15:05:59 2019 (r509799) +++ head/Mk/Uses/linux.mk Sun Aug 25 15:37:08 2019 (r509800) @@ -125,7 +125,7 @@ linux_openmotif_DEP= linux-${linux_ARGS}-motif>0:x11- .if ${linux_ARGS} == c6 linux_openssl_DEP= linux-${linux_ARGS}-openssl>0:security/linux-${linux_ARGS}-openssl .else -linux_openssl_DEP= linux-${linux_ARGS}-openssl-libs>0:security/linux-${linux_ARGS}-openssl +linux_openssl_DEP= # empty .endif linux_p11-kit_DEP= linux-${linux_ARGS}-p11-kit>0:security/linux-${linux_ARGS}-p11-kit linux_pango_DEP= linux-${linux_ARGS}-pango>0:x11-toolkits/linux-${linux_ARGS}-pango Modified: head/devel/linux-c7-qt/Makefile ============================================================================== --- head/devel/linux-c7-qt/Makefile Sun Aug 25 15:05:59 2019 (r509799) +++ head/devel/linux-c7-qt/Makefile Sun Aug 25 15:37:08 2019 (r509800) @@ -4,7 +4,7 @@ PORTNAME= qt PORTVERSION= 4.8.7 DISTVERSIONSUFFIX= -3.el7_6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel linux MAINTAINER= emulation@FreeBSD.org @@ -12,7 +12,7 @@ COMMENT= RPM of QT4 (Linux CentOS ${LINUX_DIST_VER}) USES= linux:c7 USE_LDCONFIG= yes -USE_LINUX= fontconfig png dbuslibs sqlite3 openssl +USE_LINUX= fontconfig png dbuslibs sqlite3 USE_LINUX_RPM= yes CONFLICTS= linux-c6-${PORTNAME}47-[0-9]* Modified: head/emulators/linux-c7/Makefile ============================================================================== --- head/emulators/linux-c7/Makefile Sun Aug 25 15:05:59 2019 (r509799) +++ head/emulators/linux-c7/Makefile Sun Aug 25 15:37:08 2019 (r509800) @@ -3,6 +3,7 @@ PORTNAME= linux-c7 PORTVERSION= ${LINUX_DIST_VER} +PORTREVISION= 1 CATEGORIES= emulators linux MAINTAINER= emulation@FreeBSD.org @@ -44,7 +45,6 @@ RUN_DEPENDS= linux-c7-libasyncns>0:dns/linux-c7-libasy linux-c7-libv4l>0:multimedia/linux-c7-libv4l \ linux-c7-cyrus-sasl-lib>0:security/linux-c7-cyrus-sasl2 \ linux-c7-libssh2>0:security/linux-c7-libssh2 \ - linux-c7-openssl-libs>0:security/linux-c7-openssl \ linux-c7-gnutls>0:security/linux-c7-gnutls \ linux-c7-libgcrypt>0:security/linux-c7-libgcrypt \ linux-c7-nss>0:security/linux-c7-nss \ Modified: head/emulators/linux_base-c7/Makefile ============================================================================== --- head/emulators/linux_base-c7/Makefile Sun Aug 25 15:05:59 2019 (r509799) +++ head/emulators/linux_base-c7/Makefile Sun Aug 25 15:37:08 2019 (r509800) @@ -2,7 +2,7 @@ PORTNAME= c7 PORTVERSION= ${LINUX_DIST_VER} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= emulators linux PKGNAMEPREFIX= linux_base- EXTRACT_ONLY= ${DISTFILES:N*${SRC_SUFX}*:Nfilesystem-*:C/:[^:]+$//} @@ -56,6 +56,7 @@ LIB_DISTNAMES= bzip2-libs-1.0.6-13.el7 \ libuuid-2.23.2-59.el7_6.1 \ ncurses-libs-5.9-14.20130511.el7_4 \ nss-softokn-freebl-3.36.0-5.el7_5 \ + openssl-libs-1.0.2k-16.el7_6.1 \ pcre-8.32-17.el7 \ popt-1.13-16.el7 \ readline-6.2-10.el7 \ @@ -106,6 +107,7 @@ SRC_DISTFILES= acl-2.2.51-14.el7${SRC_SUFX}:SOURCE \ libsepol-2.5-10.el7${SRC_SUFX}:SOURCE \ ncurses-5.9-14.20130511.el7_4${SRC_SUFX}:SOURCE \ nss-softokn-3.36.0-5.el7_5${SRC_SUFX}:SOURCE \ + openssl-1.0.2k-16.el7_6.1${SRC_SUFX}:SOURCE \ pcre-8.32-17.el7${SRC_SUFX}:SOURCE \ popt-1.13-16.el7${SRC_SUFX}:SOURCE \ readline-6.2-10.el7${SRC_SUFX}:SOURCE \ Modified: head/emulators/linux_base-c7/distinfo ============================================================================== --- head/emulators/linux_base-c7/distinfo Sun Aug 25 15:05:59 2019 (r509799) +++ head/emulators/linux_base-c7/distinfo Sun Aug 25 15:37:08 2019 (r509800) @@ -1,4 +1,4 @@ -TIMESTAMP = 1566725763 +TIMESTAMP = 1566746201 SHA256 (centos/basesystem-10.0-7.el7.centos.noarch.rpm) = 0280ee16df09be0cebf62695706598caed8ff5cba47de1fed625068a90a9ef68 SIZE (centos/basesystem-10.0-7.el7.centos.noarch.rpm) = 5124 SHA256 (centos/bash-4.2.46-31.el7.i686.rpm) = 2988de97c4231cd72677ac64f3f1e20191355e0e34a56d59ed26cabc700ee29d @@ -163,6 +163,10 @@ SHA256 (centos/nss-softokn-freebl-3.36.0-5.el7_5.i686. SIZE (centos/nss-softokn-freebl-3.36.0-5.el7_5.i686.rpm) = 216532 SHA256 (centos/nss-softokn-freebl-3.36.0-5.el7_5.x86_64.rpm) = 7453ea2169f5550d8cde93045131a7d63a9fbdc952486fd84c6240019eced0d4 SIZE (centos/nss-softokn-freebl-3.36.0-5.el7_5.x86_64.rpm) = 227732 +SHA256 (centos/openssl-libs-1.0.2k-16.el7_6.1.i686.rpm) = 85196c91aca22b435858d1cfbed40d66bb5823ebe221cf3a1c75370837ec4def +SIZE (centos/openssl-libs-1.0.2k-16.el7_6.1.i686.rpm) = 1017576 +SHA256 (centos/openssl-libs-1.0.2k-16.el7_6.1.x86_64.rpm) = 18b0cd4008e88fae324c2f745d390631cae427b5fa40da682c6250b137e635fb +SIZE (centos/openssl-libs-1.0.2k-16.el7_6.1.x86_64.rpm) = 1251908 SHA256 (centos/pcre-8.32-17.el7.i686.rpm) = 752d582daaf1be9531de9c25c45ef861b47330432827ae3b6c5ef37f21d82e92 SIZE (centos/pcre-8.32-17.el7.i686.rpm) = 430428 SHA256 (centos/pcre-8.32-17.el7.x86_64.rpm) = cf2b84402e9a9fcf92c8a8a965c4e8d217e82e80c0945de2ce8d46c17131ad28 @@ -269,6 +273,8 @@ SHA256 (centos/ncurses-5.9-14.20130511.el7_4.src.rpm) SIZE (centos/ncurses-5.9-14.20130511.el7_4.src.rpm) = 3940747 SHA256 (centos/nss-softokn-3.36.0-5.el7_5.src.rpm) = 9fca79f5c3d1b2acc101f35f2cc046a6b9a7a7519a8c90dc30db3be3d266d0f4 SIZE (centos/nss-softokn-3.36.0-5.el7_5.src.rpm) = 4350452 +SHA256 (centos/openssl-1.0.2k-16.el7_6.1.src.rpm) = e32e88975b6597e56aaa80f070372dd823ff2a8201141f471c78041edb8fde7e +SIZE (centos/openssl-1.0.2k-16.el7_6.1.src.rpm) = 3746933 SHA256 (centos/pcre-8.32-17.el7.src.rpm) = b96493d8ea6def2e9a40dade4feedcea2b4bbfe8ce4c13a3465e99f21ef2c43d SIZE (centos/pcre-8.32-17.el7.src.rpm) = 1428012 SHA256 (centos/popt-1.13-16.el7.src.rpm) = a76a84ef85b502a4501e7e255aafb0d4be34442f94bbb742d248ef40366fb924 Modified: head/emulators/linux_base-c7/pkg-plist.amd64 ============================================================================== --- head/emulators/linux_base-c7/pkg-plist.amd64 Sun Aug 25 15:05:59 2019 (r509799) +++ head/emulators/linux_base-c7/pkg-plist.amd64 Sun Aug 25 15:37:08 2019 (r509800) @@ -34,6 +34,7 @@ etc/os-release etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-Debug-7 etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-Testing-7 +etc/pki/tls/openssl.cnf etc/prelink.conf.d/nss-softokn-prelink.conf etc/profile etc/profile.d/colorgrep.csh @@ -319,6 +320,10 @@ usr/bin/write usr/bin/x86_64 usr/bin/xargs usr/bin/yes +usr/lib/.libcrypto.so.1.0.2k.hmac +usr/lib/.libcrypto.so.10.hmac +usr/lib/.libssl.so.1.0.2k.hmac +usr/lib/.libssl.so.10.hmac usr/lib/audit/sotruss-lib.so usr/lib/db4.7.25/libdb.so usr/lib/db4.7.25/libdb_cxx.so @@ -618,6 +623,8 @@ usr/lib/libcom_err.so.2 usr/lib/libcom_err.so.2.1 usr/lib/libcrypt-2.17.so usr/lib/libcrypt.so.1 +usr/lib/libcrypto.so.1.0.2k +usr/lib/libcrypto.so.10 usr/lib/libdb-4.7.so usr/lib/libdb-5.3.so usr/lib/libdb-5.so @@ -746,6 +753,8 @@ usr/lib/libselinux.so.1 usr/lib/libsepol.so.1 usr/lib/libslang.so.2 usr/lib/libslang.so.2.2.4 +usr/lib/libssl.so.1.0.2k +usr/lib/libssl.so.10 usr/lib/libstdc++.so.5 usr/lib/libstdc++.so.5.0.7 usr/lib/libstdc++.so.6 @@ -766,6 +775,17 @@ usr/lib/locale/locale-archive usr/lib/lsb/init-functions usr/lib/lsb/install_initd usr/lib/lsb/remove_initd +usr/lib/openssl/engines/lib4758cca.so +usr/lib/openssl/engines/libaep.so +usr/lib/openssl/engines/libatalla.so +usr/lib/openssl/engines/libcapi.so +usr/lib/openssl/engines/libchil.so +usr/lib/openssl/engines/libcswift.so +usr/lib/openssl/engines/libgmp.so +usr/lib/openssl/engines/libnuron.so +usr/lib/openssl/engines/libpadlock.so +usr/lib/openssl/engines/libsureware.so +usr/lib/openssl/engines/libubsec.so usr/lib/rtkaio/i686/nosegneg/librt.so.1 usr/lib/rtkaio/i686/nosegneg/librtkaio-2.17.so usr/lib/rtkaio/librt.so.1 @@ -783,6 +803,10 @@ usr/lib/systemd/system/fstrim.service usr/lib/systemd/system/fstrim.timer usr/lib/tmpfiles.d/libselinux.conf usr/lib/udev/rules.d/60-raw.rules +usr/lib64/.libcrypto.so.1.0.2k.hmac +usr/lib64/.libcrypto.so.10.hmac +usr/lib64/.libssl.so.1.0.2k.hmac +usr/lib64/.libssl.so.10.hmac usr/lib64/audit/sotruss-lib.so usr/lib64/db4.7.25/libdb.so usr/lib64/db4.7.25/libdb_cxx.so @@ -1070,6 +1094,8 @@ usr/lib64/libcom_err.so.2 usr/lib64/libcom_err.so.2.1 usr/lib64/libcrypt-2.17.so usr/lib64/libcrypt.so.1 +usr/lib64/libcrypto.so.1.0.2k +usr/lib64/libcrypto.so.10 usr/lib64/libdb-4.7.so usr/lib64/libdb-5.3.so usr/lib64/libdb-5.so @@ -1198,6 +1224,8 @@ usr/lib64/libselinux.so.1 usr/lib64/libsepol.so.1 usr/lib64/libslang.so.2 usr/lib64/libslang.so.2.2.4 +usr/lib64/libssl.so.1.0.2k +usr/lib64/libssl.so.10 usr/lib64/libstdc++.so.5 usr/lib64/libstdc++.so.5.0.7 usr/lib64/libstdc++.so.6 @@ -1214,6 +1242,17 @@ usr/lib64/libuuid.so.1 usr/lib64/libuuid.so.1.3.0 usr/lib64/libz.so.1 usr/lib64/libz.so.1.2.7 +usr/lib64/openssl/engines/lib4758cca.so +usr/lib64/openssl/engines/libaep.so +usr/lib64/openssl/engines/libatalla.so +usr/lib64/openssl/engines/libcapi.so +usr/lib64/openssl/engines/libchil.so +usr/lib64/openssl/engines/libcswift.so +usr/lib64/openssl/engines/libgmp.so +usr/lib64/openssl/engines/libnuron.so +usr/lib64/openssl/engines/libpadlock.so +usr/lib64/openssl/engines/libsureware.so +usr/lib64/openssl/engines/libubsec.so usr/lib64/rtkaio/librt.so.1 usr/lib64/rtkaio/librtkaio-2.17.so usr/lib64/security/pam_cap.so @@ -2174,6 +2213,7 @@ usr/share/licenses/gmp-6.0.0/COPYINGv2 usr/share/licenses/gmp-6.0.0/COPYINGv3 usr/share/licenses/krb5-libs-1.15.1/LICENSE usr/share/licenses/libsepol-2.5/COPYING +usr/share/licenses/openssl-libs-1.0.2k/LICENSE %%NLS%%usr/share/locale/af/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/af/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/af/LC_MESSAGES/glib20.mo @@ -3127,6 +3167,9 @@ var/mail @dir etc/krb5.conf.d @dir etc/ld.so.conf.d @dir etc/opt +@dir etc/pki/tls/certs +@dir etc/pki/tls/misc +@dir etc/pki/tls/private @dir etc/pm/config.d @dir etc/pm/power.d @dir etc/pm/sleep.d Modified: head/emulators/linux_base-c7/pkg-plist.i386 ============================================================================== --- head/emulators/linux_base-c7/pkg-plist.i386 Sun Aug 25 15:05:59 2019 (r509799) +++ head/emulators/linux_base-c7/pkg-plist.i386 Sun Aug 25 15:37:08 2019 (r509800) @@ -33,6 +33,7 @@ etc/os-release etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-Debug-7 etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-Testing-7 +etc/pki/tls/openssl.cnf etc/prelink.conf.d/nss-softokn-prelink.conf etc/profile etc/profile.d/colorgrep.csh @@ -316,6 +317,10 @@ usr/bin/whoami usr/bin/write usr/bin/xargs usr/bin/yes +usr/lib/.libcrypto.so.1.0.2k.hmac +usr/lib/.libcrypto.so.10.hmac +usr/lib/.libssl.so.1.0.2k.hmac +usr/lib/.libssl.so.10.hmac usr/lib/audit/sotruss-lib.so usr/lib/db4.7.25/libdb.so usr/lib/db4.7.25/libdb_cxx.so @@ -615,6 +620,8 @@ usr/lib/libcom_err.so.2 usr/lib/libcom_err.so.2.1 usr/lib/libcrypt-2.17.so usr/lib/libcrypt.so.1 +usr/lib/libcrypto.so.1.0.2k +usr/lib/libcrypto.so.10 usr/lib/libdb-4.7.so usr/lib/libdb-5.3.so usr/lib/libdb-5.so @@ -743,6 +750,8 @@ usr/lib/libselinux.so.1 usr/lib/libsepol.so.1 usr/lib/libslang.so.2 usr/lib/libslang.so.2.2.4 +usr/lib/libssl.so.1.0.2k +usr/lib/libssl.so.10 usr/lib/libstdc++.so.5 usr/lib/libstdc++.so.5.0.7 usr/lib/libstdc++.so.6 @@ -763,6 +772,17 @@ usr/lib/locale/locale-archive usr/lib/lsb/init-functions usr/lib/lsb/install_initd usr/lib/lsb/remove_initd +usr/lib/openssl/engines/lib4758cca.so +usr/lib/openssl/engines/libaep.so +usr/lib/openssl/engines/libatalla.so +usr/lib/openssl/engines/libcapi.so +usr/lib/openssl/engines/libchil.so +usr/lib/openssl/engines/libcswift.so +usr/lib/openssl/engines/libgmp.so +usr/lib/openssl/engines/libnuron.so +usr/lib/openssl/engines/libpadlock.so +usr/lib/openssl/engines/libsureware.so +usr/lib/openssl/engines/libubsec.so usr/lib/rtkaio/i686/nosegneg/librt.so.1 usr/lib/rtkaio/i686/nosegneg/librtkaio-2.17.so usr/lib/rtkaio/librt.so.1 @@ -1728,6 +1748,7 @@ usr/share/licenses/gmp-6.0.0/COPYINGv2 usr/share/licenses/gmp-6.0.0/COPYINGv3 usr/share/licenses/krb5-libs-1.15.1/LICENSE usr/share/licenses/libsepol-2.5/COPYING +usr/share/licenses/openssl-libs-1.0.2k/LICENSE %%NLS%%usr/share/locale/af/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/af/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/af/LC_MESSAGES/glib20.mo @@ -2677,6 +2698,9 @@ var/mail @dir etc/krb5.conf.d @dir etc/ld.so.conf.d @dir etc/opt +@dir etc/pki/tls/certs +@dir etc/pki/tls/misc +@dir etc/pki/tls/private @dir etc/pm/config.d @dir etc/pm/power.d @dir etc/pm/sleep.d Modified: head/print/linux-c7-cups-libs/Makefile ============================================================================== --- head/print/linux-c7-cups-libs/Makefile Sun Aug 25 15:05:59 2019 (r509799) +++ head/print/linux-c7-cups-libs/Makefile Sun Aug 25 15:37:08 2019 (r509800) @@ -4,7 +4,7 @@ PORTNAME= cups PORTVERSION= 1.6.3 DISTVERSIONSUFFIX= -35.el7 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= print linux PKGNAMESUFFIX= -libs @@ -13,7 +13,7 @@ COMMENT= Common UNIX Printing System libraries USES= linux:c7 USE_LDCONFIG= yes -USE_LINUX= avahi-libs openssl +USE_LINUX= avahi-libs USE_LINUX_RPM= yes LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sun Aug 25 15:05:59 2019 (r509799) +++ head/security/Makefile Sun Aug 25 15:37:08 2019 (r509800) @@ -343,7 +343,6 @@ SUBDIR += linux-c7-libtasn1 SUBDIR += linux-c7-nettle SUBDIR += linux-c7-nss - SUBDIR += linux-c7-openssl SUBDIR += linux-c7-p11-kit SUBDIR += linux-c7-trousers SUBDIR += log2timeline Modified: head/security/linux-c7-libssh2/Makefile ============================================================================== --- head/security/linux-c7-libssh2/Makefile Sun Aug 25 15:05:59 2019 (r509799) +++ head/security/linux-c7-libssh2/Makefile Sun Aug 25 15:37:08 2019 (r509800) @@ -4,7 +4,7 @@ PORTNAME= libssh2 PORTVERSION= 1.4.3 DISTVERSIONSUFFIX= -12.el7_6.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security linux MAINTAINER= emulation@FreeBSD.org @@ -12,7 +12,6 @@ COMMENT= Library implementing the SSH2 protocol (Linux USES= linux:c7 USE_LDCONFIG= yes -USE_LINUX= openssl USE_LINUX_RPM= yes CONFLICTS= linux-c6-${PORTNAME}-[0-9]* Modified: head/x11-toolkits/linux-c7-qt-x11/Makefile ============================================================================== --- head/x11-toolkits/linux-c7-qt-x11/Makefile Sun Aug 25 15:05:59 2019 (r509799) +++ head/x11-toolkits/linux-c7-qt-x11/Makefile Sun Aug 25 15:37:08 2019 (r509800) @@ -4,7 +4,7 @@ PORTNAME= qt PORTVERSION= 4.8.7 DISTVERSIONSUFFIX= -3.el7_6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits linux PKGNAMESUFFIX= -x11 @@ -13,7 +13,7 @@ COMMENT= Cross-platform application and UI framework ( USES= linux:c7 USE_LDCONFIG= yes -USE_LINUX= alsalib dri fontconfig jpeg openssl png qt tiff xorglibs +USE_LINUX= alsalib dri fontconfig jpeg png qt tiff xorglibs USE_LINUX_RPM= yes LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} From owner-svn-ports-head@freebsd.org Sun Aug 25 16:09:44 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CFEC2E2982; Sun, 25 Aug 2019 16:09:44 +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 46Gg7r53w2z45CZ; Sun, 25 Aug 2019 16:09:44 +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 8C0B81FF81; Sun, 25 Aug 2019 16:09:44 +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 x7PG9ipn003297; Sun, 25 Aug 2019 16:09:44 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7PG9iFd003296; Sun, 25 Aug 2019 16:09:44 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201908251609.x7PG9iFd003296@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 25 Aug 2019 16:09:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509801 - head X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: head X-SVN-Commit-Revision: 509801 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 16:09:44 -0000 Author: tijl Date: Sun Aug 25 16:09:44 2019 New Revision: 509801 URL: https://svnweb.freebsd.org/changeset/ports/509801 Log: Add entries for r509784 (linux-c?-libelf -> linux-c?-elfutils-libelf) and r509800 (merge linux-c7-openssl into linux_base-c7). Reported by: Walter Schwarzenfeld Modified: head/MOVED Modified: head/MOVED ============================================================================== --- head/MOVED Sun Aug 25 15:37:08 2019 (r509800) +++ head/MOVED Sun Aug 25 16:09:44 2019 (r509801) @@ -12879,3 +12879,6 @@ palm/makeztxt|sysutils/makeztxt|2019-08-20|Move to mor palm/mdbconv|databases/mdbconv|2019-08-20|Move to more applicable category palm/palm-db-tools|databases/palm-db-tools|2019-08-20|Move to more applicable category palm/jpilot-picsnvideos|comms/jpilot-picsnvideos|2019-08-20|Move to more applicable category +devel/linux-c6-libelf|devel/linux-c6-elfutils-libelf|2019-08-25|Moved to match package name +devel/linux-c7-libelf|devel/linux-c7-elfutils-libelf|2019-08-25|Moved to match package name +security/linux-c7-openssl||2019-08-25|Merged into linux_base-c7 From owner-svn-ports-head@freebsd.org Sun Aug 25 16:21:44 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7D963E2CA2; Sun, 25 Aug 2019 16:21:44 +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 46GgPh2mpZz45m9; Sun, 25 Aug 2019 16:21:44 +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 40EA9202B6; Sun, 25 Aug 2019 16:21:44 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7PGLiVD012234; Sun, 25 Aug 2019 16:21:44 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7PGLiqF012233; Sun, 25 Aug 2019 16:21:44 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201908251621.x7PGLiqF012233@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 25 Aug 2019 16:21:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509802 - head/x11-fm/konqueror X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/x11-fm/konqueror X-SVN-Commit-Revision: 509802 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 16:21:44 -0000 Author: tcberner Date: Sun Aug 25 16:21:43 2019 New Revision: 509802 URL: https://svnweb.freebsd.org/changeset/ports/509802 Log: www/konqueror: add hint and resolution to color problems in video playback - when hardware accelartion is not available users can experience switched colors - to work around the issue it is possible to pass --disable-gpu to the command line PR: 240098 PR: 237277 Submitted by: Lorenzo Salvadore Reported by: Nuno Teixeira Added: head/x11-fm/konqueror/pkg-message (contents, props changed) Added: head/x11-fm/konqueror/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fm/konqueror/pkg-message Sun Aug 25 16:21:43 2019 (r509802) @@ -0,0 +1,10 @@ +[ +{ type: install + message: < Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E127BE2E8B; Sun, 25 Aug 2019 16:27:57 +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 46GgXs5f1Vz46Mf; Sun, 25 Aug 2019 16:27:57 +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 A277A2031B; Sun, 25 Aug 2019 16:27:57 +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 x7PGRv20015137; Sun, 25 Aug 2019 16:27:57 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7PGRvu4015136; Sun, 25 Aug 2019 16:27:57 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201908251627.x7PGRvu4015136@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 25 Aug 2019 16:27:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509803 - head/www/otter-browser X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/www/otter-browser X-SVN-Commit-Revision: 509803 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 16:27:58 -0000 Author: tcberner Date: Sun Aug 25 16:27:57 2019 New Revision: 509803 URL: https://svnweb.freebsd.org/changeset/ports/509803 Log: www/otter-browser: add hint and resolution to color problems in video playback - when hardware accelartion is not available users can experience switched colors - to work around the issue it is possible to pass --disable-gpu to the command line PR: 240097 PR: 237277 Submitted by: Lorenzo Salvadore Reported by: Nuno Teixeira Modified: head/www/otter-browser/pkg-message Modified: head/www/otter-browser/pkg-message ============================================================================== --- head/www/otter-browser/pkg-message Sun Aug 25 16:21:43 2019 (r509802) +++ head/www/otter-browser/pkg-message Sun Aug 25 16:27:57 2019 (r509803) @@ -6,6 +6,11 @@ To switch to the newer QtWebEngine web backend, add th [Backends] Web=qtwebengine + +If you get wrong colors when watching videos while using the QtWebEngine +backend, this is probably because your system does not support hardware +acceleration (see bug 237277): you can disable it by starting the browser +from command line with the --disable-gpu option. EOM } ] From owner-svn-ports-head@freebsd.org Sun Aug 25 16:35:15 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2D6A3E3190; Sun, 25 Aug 2019 16:35:15 +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 46GgjG6d9vz470F; Sun, 25 Aug 2019 16:35:14 +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 C240C204F0; Sun, 25 Aug 2019 16:35:14 +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 x7PGZEHk020828; Sun, 25 Aug 2019 16:35:14 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7PGZEvM020827; Sun, 25 Aug 2019 16:35:14 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201908251635.x7PGZEvM020827@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 25 Aug 2019 16:35:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509804 - head/www/falkon X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/www/falkon X-SVN-Commit-Revision: 509804 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 16:35:15 -0000 Author: tcberner Date: Sun Aug 25 16:35:14 2019 New Revision: 509804 URL: https://svnweb.freebsd.org/changeset/ports/509804 Log: www/falkon: add hint and resolution to color problems in video playback - when hardware accelartion is not available users can experience switched colors - to work around the issue it is possible to pass --disable-gpu to the command line PR: 240095 PR: 237277 Submitted by: Lorenzo Salvadore Reported by: Nuno Teixeira Modified: head/www/falkon/pkg-message Modified: head/www/falkon/pkg-message ============================================================================== --- head/www/falkon/pkg-message Sun Aug 25 16:27:57 2019 (r509803) +++ head/www/falkon/pkg-message Sun Aug 25 16:35:14 2019 (r509804) @@ -5,6 +5,11 @@ On FreeBSD < 11.3 Web Content process may frequently c If you cannot upgrade try applying the following workaround: # sysctl net.local.stream.recvspace=16384 + +If you get wrong colors when watching videos, this is probably because your +system does not support hardware acceleration (see bug 237277): you can +disable it by starting the browser from command line with the --disable-gpu +option. EOM } ] From owner-svn-ports-head@freebsd.org Sun Aug 25 16:55:08 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 52D01E37B1; Sun, 25 Aug 2019 16:55:08 +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 46Gh8C72rxz481F; Sun, 25 Aug 2019 16:55:07 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D38152089B; Sun, 25 Aug 2019 16:55:07 +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 x7PGt7w8032790; Sun, 25 Aug 2019 16:55:07 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7PGt7eS032789; Sun, 25 Aug 2019 16:55:07 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201908251655.x7PGt7eS032789@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 25 Aug 2019 16:55:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509805 - head/audio/linux-c7-pulseaudio-libs X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: head/audio/linux-c7-pulseaudio-libs X-SVN-Commit-Revision: 509805 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 16:55:08 -0000 Author: tijl Date: Sun Aug 25 16:55:07 2019 New Revision: 509805 URL: https://svnweb.freebsd.org/changeset/ports/509805 Log: Add dependency on systemd-libs, needed by libpulsecommon-10.0.so. PR: 240043 Modified: head/audio/linux-c7-pulseaudio-libs/Makefile Modified: head/audio/linux-c7-pulseaudio-libs/Makefile ============================================================================== --- head/audio/linux-c7-pulseaudio-libs/Makefile Sun Aug 25 16:35:14 2019 (r509804) +++ head/audio/linux-c7-pulseaudio-libs/Makefile Sun Aug 25 16:55:07 2019 (r509805) @@ -4,7 +4,7 @@ PORTNAME= pulseaudio PORTVERSION= 10.0 DISTVERSIONSUFFIX= -5.el7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio linux PKGNAMESUFFIX= -libs @@ -13,7 +13,8 @@ COMMENT= Libraries for PulseAudio clients (Linux CentO USES= linux:c7 USE_LDCONFIG= yes -USE_LINUX= dbuslibs libasyncns libsndfile tcp_wrappers-libs xorglibs +USE_LINUX= dbuslibs libasyncns libsndfile systemd-libs tcp_wrappers-libs \ + xorglibs USE_LINUX_RPM= yes LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} \ From owner-svn-ports-head@freebsd.org Sun Aug 25 17:03:38 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5844CE3B41; Sun, 25 Aug 2019 17:03: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 46GhL21h6Jz48Ws; Sun, 25 Aug 2019 17:03: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 1CD4A20A61; Sun, 25 Aug 2019 17:03: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 x7PH3bVm038773; Sun, 25 Aug 2019 17:03:37 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7PH3bbw038772; Sun, 25 Aug 2019 17:03:37 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201908251703.x7PH3bbw038772@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 25 Aug 2019 17:03:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509806 - head/math/blasfeo X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/blasfeo X-SVN-Commit-Revision: 509806 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 17:03:38 -0000 Author: yuri Date: Sun Aug 25 17:03:37 2019 New Revision: 509806 URL: https://svnweb.freebsd.org/changeset/ports/509806 Log: math/blasfeo: Specify TARGET in architecture-specific way, this fixes build on non-Intel architectures Reported by: fallout Modified: head/math/blasfeo/Makefile Modified: head/math/blasfeo/Makefile ============================================================================== --- head/math/blasfeo/Makefile Sun Aug 25 16:55:07 2019 (r509805) +++ head/math/blasfeo/Makefile Sun Aug 25 17:03:37 2019 (r509806) @@ -2,6 +2,7 @@ PORTNAME= blasfeo DISTVERSION= 0.1.1 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -13,5 +14,23 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= cmake USE_GITHUB= yes GH_ACCOUNT= giaf + +CMAKE_ARGS= -DTARGET:STRING=GENERIC + +OPTIONS_SINGLE= ${ARCH:C/amd64/TARGET/:C/[a-z].*//} # architecture-wise options are based on the list in Makefile.rule +OPTIONS_SINGLE_TARGET= ${ARCH:C/amd64/GENERIC X64_INTEL_HASWELL X64_INTEL_SANDY_BRIDGE X64_INTEL_CORE X64_AMD_BULLDOZER/:C/[a-z].*//} +OPTIONS_DEFAULT= ${ARCH:C/amd64/GENERIC/:C/[a-z].*//} +# TODO ARM also has SIMD acceleration + +GENERIC_DESC= Generic C code without SIMD acceleration +X64_INTEL_HASWELL_DESC= x86_64 architecture with AVX2 and FMA ISA (64 bit OS) +X64_INTEL_SANDY_BRIDGE_DESC= x86_64 architecture with AVX ISA (64 bit OS) +X64_INTEL_CORE_DESC= x86_64 architecture with SSE3 (64 bit OS) +X64_AMD_BULLDOZER_DESC= x86_64 architecture with AVX and FMA ISA (64 bit OS) + +X64_INTEL_HASWELL_CMAKE_ON= -DTARGET:STRING=X64_INTEL_HASWELL +X64_INTEL_SANDY_BRIDGE_CMAKE_ON= -DTARGET:STRING=X64_INTEL_SANDY_BRIDGE +X64_INTEL_CORE_CMAKE_ON= -DTARGET:STRING=X64_INTEL_CORE +X64_AMD_BULLDOZER_CMAKE_ON= -DTARGET:STRING=X64_AMD_BULLDOZER .include From owner-svn-ports-head@freebsd.org Sun Aug 25 17:14:21 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 55E8DE3F20; Sun, 25 Aug 2019 17:14:21 +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 46GhZP1PsYz496K; Sun, 25 Aug 2019 17:14:21 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1224A20C28; Sun, 25 Aug 2019 17:14:21 +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 x7PHEKZ6044655; Sun, 25 Aug 2019 17:14:20 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7PHEKM5044653; Sun, 25 Aug 2019 17:14:20 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201908251714.x7PHEKM5044653@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 25 Aug 2019 17:14:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509807 - head/graphics/libansilove X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/graphics/libansilove X-SVN-Commit-Revision: 509807 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 17:14:21 -0000 Author: amdmi3 Date: Sun Aug 25 17:14:20 2019 New Revision: 509807 URL: https://svnweb.freebsd.org/changeset/ports/509807 Log: - Update to 1.1.3 Modified: head/graphics/libansilove/Makefile head/graphics/libansilove/distinfo Modified: head/graphics/libansilove/Makefile ============================================================================== --- head/graphics/libansilove/Makefile Sun Aug 25 17:03:37 2019 (r509806) +++ head/graphics/libansilove/Makefile Sun Aug 25 17:14:20 2019 (r509807) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libansilove -PORTVERSION= 1.1.2 +PORTVERSION= 1.1.3 CATEGORIES= graphics MAINTAINER= amdmi3@FreeBSD.org Modified: head/graphics/libansilove/distinfo ============================================================================== --- head/graphics/libansilove/distinfo Sun Aug 25 17:03:37 2019 (r509806) +++ head/graphics/libansilove/distinfo Sun Aug 25 17:14:20 2019 (r509807) @@ -1,3 +1,3 @@ -TIMESTAMP = 1557246817 -SHA256 (ansilove-libansilove-1.1.2_GH0.tar.gz) = 0c8c1402c746249df233c66c1fd4c467515490aa3cfc4c26f8f181b6a2060a2c -SIZE (ansilove-libansilove-1.1.2_GH0.tar.gz) = 54870 +TIMESTAMP = 1566750407 +SHA256 (ansilove-libansilove-1.1.3_GH0.tar.gz) = c98e44d06fd809ae5045dd1cb59fbe24de77c617555ca74065b725cb464d92fd +SIZE (ansilove-libansilove-1.1.3_GH0.tar.gz) = 55050 From owner-svn-ports-head@freebsd.org Sun Aug 25 17:39:30 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B654DE458B; Sun, 25 Aug 2019 17:39:30 +0000 (UTC) (envelope-from jgh@helfman.org) Received: from sender4-of-o55.zoho.com (sender4-of-o55.zoho.com [136.143.188.55]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46Gj7P2W1sz4B3p; Sun, 25 Aug 2019 17:39:28 +0000 (UTC) (envelope-from jgh@helfman.org) ARC-Seal: i=1; a=rsa-sha256; t=1566754764; cv=none; d=zoho.com; s=zohoarc; b=oNDsWlIRtP4WxarMzRvnhn8nRuWlrk/aA+cJi2ABTWNyCnXEuTAH5czxM3rFyov6YYfMFlSxvygHLt/5YtQ1z80Xx6cvpU8Q53wi83S3eAMmYHZyD9zZKQ/ODetkhvMuoczzgGnSCzZ57WJgLZnM/+4lcFTMKCY6Ezqv5+XSpMU= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1566754764; h=Content-Type:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To:ARC-Authentication-Results; bh=ChL7RjBrDKN6zvQHUlq6SJl+TKHhn+NNfMQp7vUKmQE=; b=kWjnq7E2mY3UOX1T4GkGuJvTExzg+fMoTE1bE0KxCXDwgteLGC4/qa8r2efTTGiFFRJLHzB06x7QOc3rAS6G5ZBXBIwnE7IkMs32hy4W12aP1A3bhfEOtuzvNIVIXQfMZqCJzX/VegEAw0xHf/AJADY6gVzPq2PICJiyxxsGmzQ= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass header.i=FreeBSD.org; spf=pass smtp.mailfrom=jgh@helfman.org; dmarc=pass header.from= header.from= Received: from mail.zoho.com by mx.zohomail.com with SMTP id 1566754763620920.929220044503; Sun, 25 Aug 2019 10:39:23 -0700 (PDT) Date: Sun, 25 Aug 2019 10:39:23 -0700 From: jgh To: "tcberner" Cc: "ports-committers" , "svn-ports-all" , "svn-ports-head" Message-Id: <16cc9dc7362.f4004590363883.3771361962458040729@FreeBSD.org> In-Reply-To: <201908251627.x7PGRvu4015136@repo.freebsd.org> References: <201908251627.x7PGRvu4015136@repo.freebsd.org> Subject: Re: svn commit: r509803 - head/www/otter-browser MIME-Version: 1.0 User-Agent: Zoho Mail X-Mailer: Zoho Mail X-Rspamd-Queue-Id: 46Gj7P2W1sz4B3p X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of jgh@helfman.org designates 136.143.188.55 as permitted sender) smtp.mailfrom=jgh@helfman.org X-Spamd-Result: default: False [-6.50 / 15.00]; RCVD_TLS_LAST(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; ARC_ALLOW(-1.00)[i=1]; XM_UA_NO_VERSION(0.01)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; R_SPF_ALLOW(-0.20)[+ip4:136.143.188.0/23]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; DMARC_NA(0.00)[FreeBSD.org]; URI_COUNT_ODD(1.00)[9]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; NEURAL_HAM_SHORT(-0.92)[-0.924,0]; RCVD_IN_DNSWL_NONE(0.00)[55.188.143.136.list.dnswl.org : 127.0.15.0]; IP_SCORE(-3.59)[ip: (-9.71), ipnet: 136.143.188.0/24(-4.85), asn: 2639(-3.35), country: US(-0.05)]; FORGED_SENDER(0.30)[jgh@FreeBSD.org,jgh@helfman.org]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ASN(0.00)[asn:2639, ipnet:136.143.188.0/24, country:US]; FROM_NEQ_ENVFROM(0.00)[jgh@FreeBSD.org,jgh@helfman.org]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_COUNT_TWO(0.00)[2] Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 17:39:30 -0000 =20 =20 ---- On Sun, 25 Aug 2019 09:27:57 -0700 Tobias C. Berner wrote ----Author: tcberner Date: Sun Aug 25 16:27:57 2019 = New Revision: 509803 URL: https://svnweb.freebsd.org/changeset/ports/509803= Log: www/otter-browser: add hint and resolution to color problems in vi= deo playback - when hardware accelartion is not available users can ex= perience switched colors - to work around the issue it is possible to pas= s --disable-gpu to the command line PR:=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0240097 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=3D2400= 97 PR:=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0237277 http://www.= FreeBSD.org/cgi/query-pr.cgi?pr=3D237277 Submitted by:=C2=A0=C2=A0=C2=A0= =C2=A0Lorenzo Salvadore Reported by:=C2=A0=C2=A0=C2=A0=C2=A0Nuno Teixeira= Modified: head/www/otter-browser/pkg-message Modified: head/www/otter-= browser/pkg-message =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/www/otter-browser/pkg-message=C2=A0= =C2=A0=C2=A0=C2=A0Sun Aug 25 16:21:43 2019=C2=A0=C2=A0=C2=A0=C2=A0(r509802)= +++ head/www/otter-browser/pkg-message=C2=A0=C2=A0=C2=A0=C2=A0Sun Aug 25 1= 6:27:57 2019=C2=A0=C2=A0=C2=A0=C2=A0(r509803) @@ -6,6 +6,11 @@ To switch to= the newer QtWebEngine web backend, add th [Backends] Web=3Dqtwebengine= + +If you get wrong colors when watching videos while using the QtWebEngin= e +backend, this is probably because your system does not support hardware = +acceleration (see bug 237277): you can disable it by starting the browser = +from command line with the --disable-gpu option. EOM } ] Is there any = reason that this wasn=E2=80=99t added as an experimental OPTION with a mess= age like above, in favor of a pkg-message? =20 =20 =20 =20 From owner-svn-ports-head@freebsd.org Sun Aug 25 18:03:39 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 68C8BE4B05; Sun, 25 Aug 2019 18:03:39 +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 46GjgH22CDz4C5p; Sun, 25 Aug 2019 18:03:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 28B9F2152D; Sun, 25 Aug 2019 18:03:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7PI3dFn074653; Sun, 25 Aug 2019 18:03:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7PI3cO7074650; Sun, 25 Aug 2019 18:03:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201908251803.x7PI3cO7074650@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 25 Aug 2019 18:03:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509808 - in head/devel: . rubygem-activesupport52 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . rubygem-activesupport52 X-SVN-Commit-Revision: 509808 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 18:03:39 -0000 Author: sunpoet Date: Sun Aug 25 18:03:38 2019 New Revision: 509808 URL: https://svnweb.freebsd.org/changeset/ports/509808 Log: Add rubygem-activesupport52 5.2.3 (copied from rubygem-activesupport5) Added: head/devel/rubygem-activesupport52/ - copied from r508589, head/devel/rubygem-activesupport5/ Modified: head/devel/Makefile head/devel/rubygem-activesupport52/Makefile head/devel/rubygem-activesupport52/distinfo Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Aug 25 17:14:20 2019 (r509807) +++ head/devel/Makefile Sun Aug 25 18:03:38 2019 (r509808) @@ -5392,6 +5392,7 @@ SUBDIR += rubygem-activesupport4 SUBDIR += rubygem-activesupport5 SUBDIR += rubygem-activesupport50 + SUBDIR += rubygem-activesupport52 SUBDIR += rubygem-airborne SUBDIR += rubygem-akismet SUBDIR += rubygem-algebrick Modified: head/devel/rubygem-activesupport52/Makefile ============================================================================== --- head/devel/rubygem-activesupport5/Makefile Sun Aug 11 07:39:30 2019 (r508589) +++ head/devel/rubygem-activesupport52/Makefile Sun Aug 25 18:03:38 2019 (r509808) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= activesupport -PORTVERSION= 5.1.7 +PORTVERSION= 5.2.3 CATEGORIES= devel rubygems MASTER_SITES= RG -PKGNAMESUFFIX= 5 +PKGNAMESUFFIX= 52 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Utility classes and extension that are required by Rails MVC Framework @@ -23,6 +23,6 @@ USE_RUBY= yes NO_ARCH= yes -PORTSCOUT= limit:^5\.1\. +PORTSCOUT= limit:^5\.2\. .include Modified: head/devel/rubygem-activesupport52/distinfo ============================================================================== --- head/devel/rubygem-activesupport5/distinfo Sun Aug 11 07:39:30 2019 (r508589) +++ head/devel/rubygem-activesupport52/distinfo Sun Aug 25 18:03:38 2019 (r509808) @@ -1,3 +1,3 @@ -TIMESTAMP = 1558292593 -SHA256 (rubygem/activesupport-5.1.7.gem) = 216db77f40e41dab82328321c375f519de8c898dcc2b88a5319d3608928fd07e -SIZE (rubygem/activesupport-5.1.7.gem) = 370688 +TIMESTAMP = 1 +SHA256 (rubygem/activesupport-5.2.3.gem) = 2856b0036869e89043f5c870a1a99d2c811785130fea4affad83cf971db91b84 +SIZE (rubygem/activesupport-5.2.3.gem) = 381440 From owner-svn-ports-head@freebsd.org Sun Aug 25 18:04:12 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B3294E4B43; Sun, 25 Aug 2019 18:04:12 +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 46Gjgw4KXWz4CB9; Sun, 25 Aug 2019 18:04:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 75F442152E; Sun, 25 Aug 2019 18:04:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7PI4CFv074838; Sun, 25 Aug 2019 18:04:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7PI4BQj074835; Sun, 25 Aug 2019 18:04:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201908251804.x7PI4BQj074835@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 25 Aug 2019 18:04:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509809 - in head/databases: . rubygem-activemodel52 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/databases: . rubygem-activemodel52 X-SVN-Commit-Revision: 509809 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 18:04:12 -0000 Author: sunpoet Date: Sun Aug 25 18:04:11 2019 New Revision: 509809 URL: https://svnweb.freebsd.org/changeset/ports/509809 Log: Add rubygem-activemodel52 5.2.3 (copied from rubygem-activemodel5) Added: head/databases/rubygem-activemodel52/ - copied from r508589, head/databases/rubygem-activemodel5/ Modified: head/databases/Makefile head/databases/rubygem-activemodel52/Makefile head/databases/rubygem-activemodel52/distinfo Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Sun Aug 25 18:03:38 2019 (r509808) +++ head/databases/Makefile Sun Aug 25 18:04:11 2019 (r509809) @@ -898,6 +898,7 @@ SUBDIR += rubygem-activemodel4 SUBDIR += rubygem-activemodel5 SUBDIR += rubygem-activemodel50 + SUBDIR += rubygem-activemodel52 SUBDIR += rubygem-activerecord-explain-analyze SUBDIR += rubygem-activerecord-import SUBDIR += rubygem-activerecord-jdbc-adapter Modified: head/databases/rubygem-activemodel52/Makefile ============================================================================== --- head/databases/rubygem-activemodel5/Makefile Sun Aug 11 07:39:30 2019 (r508589) +++ head/databases/rubygem-activemodel52/Makefile Sun Aug 25 18:04:11 2019 (r509809) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= activemodel -PORTVERSION= 5.1.7 +PORTVERSION= 5.2.3 CATEGORIES= databases rubygems MASTER_SITES= RG -PKGNAMESUFFIX= 5 +PKGNAMESUFFIX= 52 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Toolkit for building modeling frameworks @@ -13,13 +13,13 @@ COMMENT= Toolkit for building modeling frameworks LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-activesupport5>=${PORTVERSION}:devel/rubygem-activesupport5 +RUN_DEPENDS= rubygem-activesupport52>=${PORTVERSION}:devel/rubygem-activesupport52 USES= gem USE_RUBY= yes NO_ARCH= yes -PORTSCOUT= limit:^5\.1\. +PORTSCOUT= limit:^5\.2\. .include Modified: head/databases/rubygem-activemodel52/distinfo ============================================================================== --- head/databases/rubygem-activemodel5/distinfo Sun Aug 11 07:39:30 2019 (r508589) +++ head/databases/rubygem-activemodel52/distinfo Sun Aug 25 18:04:11 2019 (r509809) @@ -1,3 +1,3 @@ -TIMESTAMP = 1558292579 -SHA256 (rubygem/activemodel-5.1.7.gem) = 709bb03d9c950353e8f70e0ed4f12154c346d492e5bf6ea53b515413c740fc1e -SIZE (rubygem/activemodel-5.1.7.gem) = 51712 +TIMESTAMP = 7 +SHA256 (rubygem/activemodel-5.2.3.gem) = d04c4367fd41a2d8767be08e9caadc617e6f825025079854562100145b82f055 +SIZE (rubygem/activemodel-5.2.3.gem) = 56832 From owner-svn-ports-head@freebsd.org Sun Aug 25 18:04:32 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1CA88E4B83; Sun, 25 Aug 2019 18:04:32 +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 46GjhH6lY9z4CGm; Sun, 25 Aug 2019 18:04:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CA54F21530; Sun, 25 Aug 2019 18:04:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7PI4Vf0074993; Sun, 25 Aug 2019 18:04:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7PI4VMK074991; Sun, 25 Aug 2019 18:04:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201908251804.x7PI4VMK074991@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 25 Aug 2019 18:04:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509810 - in head/databases: . rubygem-globalid-rails52 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/databases: . rubygem-globalid-rails52 X-SVN-Commit-Revision: 509810 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 18:04:32 -0000 Author: sunpoet Date: Sun Aug 25 18:04:31 2019 New Revision: 509810 URL: https://svnweb.freebsd.org/changeset/ports/509810 Log: Add rubygem-globalid-rails52 0.4.2 (copied from rubygem-globalid-rails5) Added: head/databases/rubygem-globalid-rails52/ - copied from r508589, head/databases/rubygem-globalid-rails5/ Modified: head/databases/Makefile head/databases/rubygem-globalid-rails52/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Sun Aug 25 18:04:11 2019 (r509809) +++ head/databases/Makefile Sun Aug 25 18:04:31 2019 (r509810) @@ -954,6 +954,7 @@ SUBDIR += rubygem-globalid SUBDIR += rubygem-globalid-rails5 SUBDIR += rubygem-globalid-rails50 + SUBDIR += rubygem-globalid-rails52 SUBDIR += rubygem-her SUBDIR += rubygem-hiredis SUBDIR += rubygem-influxdb Modified: head/databases/rubygem-globalid-rails52/Makefile ============================================================================== --- head/databases/rubygem-globalid-rails5/Makefile Sun Aug 11 07:39:30 2019 (r508589) +++ head/databases/rubygem-globalid-rails52/Makefile Sun Aug 25 18:04:31 2019 (r509810) @@ -5,7 +5,7 @@ PORTNAME= globalid PORTVERSION= 0.4.2 CATEGORIES= databases rubygems MASTER_SITES= RG -PKGNAMESUFFIX= -rails5 +PKGNAMESUFFIX= -rails52 MAINTAINER= sunpoet@FreeBSD.org COMMENT= URIs for your models makes it easy to pass references around @@ -13,7 +13,7 @@ COMMENT= URIs for your models makes it easy to pass re LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-activesupport5>=4.2.0:devel/rubygem-activesupport5 +RUN_DEPENDS= rubygem-activesupport52>=4.2.0:devel/rubygem-activesupport52 USES= gem USE_RUBY= yes From owner-svn-ports-head@freebsd.org Sun Aug 25 18:04:51 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 11C3AE4BBF; Sun, 25 Aug 2019 18:04:51 +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 46Gjhf6jkVz4CM1; Sun, 25 Aug 2019 18:04:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C825521531; Sun, 25 Aug 2019 18:04:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7PI4oPB075142; Sun, 25 Aug 2019 18:04:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7PI4oYE075140; Sun, 25 Aug 2019 18:04:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201908251804.x7PI4oYE075140@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 25 Aug 2019 18:04:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509811 - in head/devel: . rubygem-jbuilder-rails52 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . rubygem-jbuilder-rails52 X-SVN-Commit-Revision: 509811 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 18:04:51 -0000 Author: sunpoet Date: Sun Aug 25 18:04:50 2019 New Revision: 509811 URL: https://svnweb.freebsd.org/changeset/ports/509811 Log: Add rubygem-jbuilder-rails52 2.9.1 (copied from rubygem-jbuilder-rails5) Added: head/devel/rubygem-jbuilder-rails52/ - copied from r508589, head/devel/rubygem-jbuilder-rails5/ Modified: head/devel/Makefile head/devel/rubygem-jbuilder-rails52/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Aug 25 18:04:31 2019 (r509810) +++ head/devel/Makefile Sun Aug 25 18:04:50 2019 (r509811) @@ -5677,6 +5677,7 @@ SUBDIR += rubygem-jbuilder SUBDIR += rubygem-jbuilder-rails5 SUBDIR += rubygem-jbuilder-rails50 + SUBDIR += rubygem-jbuilder-rails52 SUBDIR += rubygem-jekyll-coffeescript SUBDIR += rubygem-jenkins_api_client SUBDIR += rubygem-jeweler Modified: head/devel/rubygem-jbuilder-rails52/Makefile ============================================================================== --- head/devel/rubygem-jbuilder-rails5/Makefile Sun Aug 11 07:39:30 2019 (r508589) +++ head/devel/rubygem-jbuilder-rails52/Makefile Sun Aug 25 18:04:50 2019 (r509811) @@ -5,15 +5,15 @@ PORTNAME= jbuilder PORTVERSION= 2.9.1 CATEGORIES= devel rubygems MASTER_SITES= RG -PKGNAMESUFFIX= -rails5 +PKGNAMESUFFIX= -rails52 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Create JSON structures via a Builder-style DSL LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-activesupport5>=4.2.0:devel/rubygem-activesupport5 +RUN_DEPENDS= rubygem-activesupport52>=4.2.0:devel/rubygem-activesupport52 USES= gem USE_RUBY= yes From owner-svn-ports-head@freebsd.org Sun Aug 25 18:05:07 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E811FE4BF7; Sun, 25 Aug 2019 18:05:07 +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 46Gjhz5SHQz4CRG; Sun, 25 Aug 2019 18:05: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 9D16721532; Sun, 25 Aug 2019 18:05: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 x7PI574R075300; Sun, 25 Aug 2019 18:05:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7PI57h6075299; Sun, 25 Aug 2019 18:05:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201908251805.x7PI57h6075299@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 25 Aug 2019 18:05:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509812 - in head/textproc: . rubygem-rails-dom-testing-rails52 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/textproc: . rubygem-rails-dom-testing-rails52 X-SVN-Commit-Revision: 509812 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 18:05:08 -0000 Author: sunpoet Date: Sun Aug 25 18:05:07 2019 New Revision: 509812 URL: https://svnweb.freebsd.org/changeset/ports/509812 Log: Add rubygem-rails-dom-testing-rails52 2.0.3 (copied from rubygem-rails-dom-testing-rails5) Added: head/textproc/rubygem-rails-dom-testing-rails52/ - copied from r508589, head/textproc/rubygem-rails-dom-testing-rails5/ Modified: head/textproc/Makefile head/textproc/rubygem-rails-dom-testing-rails52/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sun Aug 25 18:04:50 2019 (r509811) +++ head/textproc/Makefile Sun Aug 25 18:05:07 2019 (r509812) @@ -1589,6 +1589,7 @@ SUBDIR += rubygem-rails-dom-testing SUBDIR += rubygem-rails-dom-testing-rails5 SUBDIR += rubygem-rails-dom-testing-rails50 + SUBDIR += rubygem-rails-dom-testing-rails52 SUBDIR += rubygem-rails-dom-testing1 SUBDIR += rubygem-rails-html-sanitizer SUBDIR += rubygem-rak Modified: head/textproc/rubygem-rails-dom-testing-rails52/Makefile ============================================================================== --- head/textproc/rubygem-rails-dom-testing-rails5/Makefile Sun Aug 11 07:39:30 2019 (r508589) +++ head/textproc/rubygem-rails-dom-testing-rails52/Makefile Sun Aug 25 18:05:07 2019 (r509812) @@ -3,10 +3,9 @@ PORTNAME= rails-dom-testing PORTVERSION= 2.0.3 -PORTREVISION= 1 CATEGORIES= textproc rubygems MASTER_SITES= RG -PKGNAMESUFFIX= -rails5 +PKGNAMESUFFIX= -rails52 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Analyse and compare DOMs using Nokogiri @@ -14,7 +13,7 @@ COMMENT= Analyse and compare DOMs using Nokogiri LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-activesupport5>=4.2.0:devel/rubygem-activesupport5 \ +RUN_DEPENDS= rubygem-activesupport52>=4.2.0:devel/rubygem-activesupport52 \ rubygem-nokogiri>=1.6:textproc/rubygem-nokogiri USES= gem From owner-svn-ports-head@freebsd.org Sun Aug 25 18:09:42 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9DEFBE4FE2; Sun, 25 Aug 2019 18:09:42 +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 46GjpG3dPLz4Cjg; Sun, 25 Aug 2019 18:09:42 +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 45D5321538; Sun, 25 Aug 2019 18:09:42 +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 x7PI9gSq075689; Sun, 25 Aug 2019 18:09:42 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7PI9f3G075685; Sun, 25 Aug 2019 18:09:41 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201908251809.x7PI9f3G075685@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sun, 25 Aug 2019 18:09:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509813 - in head/sysutils/acts: . files X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: in head/sysutils/acts: . files X-SVN-Commit-Revision: 509813 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 18:09:42 -0000 Author: adamw Date: Sun Aug 25 18:09:41 2019 New Revision: 509813 URL: https://svnweb.freebsd.org/changeset/ports/509813 Log: acts: Update to 1.4.1 * Change the suggested backup target list to only have /usr/home, not /usr/home + /home. * Add DOCS option * Change LICENSE to more specific UNLICENSE Deleted: head/sysutils/acts/files/patch-acts Modified: head/sysutils/acts/Makefile head/sysutils/acts/distinfo head/sysutils/acts/files/patch-acts.conf.sample head/sysutils/acts/pkg-plist Modified: head/sysutils/acts/Makefile ============================================================================== --- head/sysutils/acts/Makefile Sun Aug 25 18:05:07 2019 (r509812) +++ head/sysutils/acts/Makefile Sun Aug 25 18:09:41 2019 (r509813) @@ -2,26 +2,32 @@ # $FreeBSD$ PORTNAME= acts -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.1 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= sysutils archivers MAINTAINER= adamw@FreeBSD.org COMMENT= Another Calendar-based Tarsnap Script -LICENSE= PD +LICENSE= UNLICENSE +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= tarsnap>=0:sysutils/tarsnap USE_GITHUB= yes GH_ACCOUNT= alexjurkiewicz +OPTIONS_DEFINE= DOCS + NO_BUILD= yes NO_ARCH= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/acts ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/acts.conf.sample ${STAGEDIR}${PREFIX}/etc + +do-install-DOCS-on: + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} .include Modified: head/sysutils/acts/distinfo ============================================================================== --- head/sysutils/acts/distinfo Sun Aug 25 18:05:07 2019 (r509812) +++ head/sysutils/acts/distinfo Sun Aug 25 18:09:41 2019 (r509813) @@ -1,3 +1,3 @@ -TIMESTAMP = 1561298303 -SHA256 (alexjurkiewicz-acts-v1.4.0_GH0.tar.gz) = 3cebb784fd9dd532feb607e49cc8a99272bd54682f43078e5f5d592f63338aa6 -SIZE (alexjurkiewicz-acts-v1.4.0_GH0.tar.gz) = 7292 +TIMESTAMP = 1566756076 +SHA256 (alexjurkiewicz-acts-v1.4.1_GH0.tar.gz) = 0c557a84ce2adecee96e3888f037ee2279a9546ee7f41bb87924c42f0ad8133c +SIZE (alexjurkiewicz-acts-v1.4.1_GH0.tar.gz) = 8291 Modified: head/sysutils/acts/files/patch-acts.conf.sample ============================================================================== --- head/sysutils/acts/files/patch-acts.conf.sample Sun Aug 25 18:05:07 2019 (r509812) +++ head/sysutils/acts/files/patch-acts.conf.sample Sun Aug 25 18:09:41 2019 (r509813) @@ -5,7 +5,7 @@ # Space-separated list of directories to backup, relative to /. This is a required option. # Default: unset -#backuptargets="var etc home root" -+#backuptargets="var etc home root usr/home" ++#backuptargets="var etc root usr/home" # tarsnap # What command to call for 'tarsnap'. Modified: head/sysutils/acts/pkg-plist ============================================================================== --- head/sysutils/acts/pkg-plist Sun Aug 25 18:05:07 2019 (r509812) +++ head/sysutils/acts/pkg-plist Sun Aug 25 18:09:41 2019 (r509813) @@ -1,2 +1,3 @@ bin/acts @sample etc/acts.conf.sample +%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-head@freebsd.org Sun Aug 25 18:16:17 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9A36AE5460; Sun, 25 Aug 2019 18:16:17 +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 46Gjxs3Zb0z4DCL; Sun, 25 Aug 2019 18:16:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5BE77216F3; Sun, 25 Aug 2019 18:16:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7PIGHbJ081340; Sun, 25 Aug 2019 18:16:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7PIGGNE081337; Sun, 25 Aug 2019 18:16:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201908251816.x7PIGGNE081337@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 25 Aug 2019 18:16:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509814 - in head/devel: . rubygem-actionview52 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . rubygem-actionview52 X-SVN-Commit-Revision: 509814 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 18:16:17 -0000 Author: sunpoet Date: Sun Aug 25 18:16:16 2019 New Revision: 509814 URL: https://svnweb.freebsd.org/changeset/ports/509814 Log: Add rubygem-actionview52 5.2.3 (copied from rubygem-actionview5) Added: head/devel/rubygem-actionview52/ - copied from r509804, head/devel/rubygem-actionview5/ Modified: head/devel/Makefile head/devel/rubygem-actionview52/Makefile head/devel/rubygem-actionview52/distinfo Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Aug 25 18:09:41 2019 (r509813) +++ head/devel/Makefile Sun Aug 25 18:16:16 2019 (r509814) @@ -5383,6 +5383,7 @@ SUBDIR += rubygem-actionview4 SUBDIR += rubygem-actionview5 SUBDIR += rubygem-actionview50 + SUBDIR += rubygem-actionview52 SUBDIR += rubygem-active_scaffold SUBDIR += rubygem-activejob4 SUBDIR += rubygem-activejob5 Modified: head/devel/rubygem-actionview52/Makefile ============================================================================== --- head/devel/rubygem-actionview5/Makefile Sun Aug 25 16:35:14 2019 (r509804) +++ head/devel/rubygem-actionview52/Makefile Sun Aug 25 18:16:16 2019 (r509814) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= actionview -PORTVERSION= 5.1.7 +PORTVERSION= 5.2.3 CATEGORIES= devel rubygems MASTER_SITES= RG -PKGNAMESUFFIX= 5 +PKGNAMESUFFIX= 52 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Rendering framework putting the V in MVC (part of Rails) @@ -13,10 +13,10 @@ COMMENT= Rendering framework putting the V in MVC (par LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-activesupport5>=${PORTVERSION}:devel/rubygem-activesupport5 \ +RUN_DEPENDS= rubygem-activesupport52>=${PORTVERSION}:devel/rubygem-activesupport52 \ rubygem-builder>=3.1:devel/rubygem-builder \ rubygem-erubi>=1.4:www/rubygem-erubi \ - rubygem-rails-dom-testing-rails5>=2.0:textproc/rubygem-rails-dom-testing-rails5 \ + rubygem-rails-dom-testing-rails52>=2.0:textproc/rubygem-rails-dom-testing-rails52 \ rubygem-rails-html-sanitizer>=1.0.3:textproc/rubygem-rails-html-sanitizer USES= gem @@ -24,6 +24,6 @@ USE_RUBY= yes NO_ARCH= yes -PORTSCOUT= limit:^5\.1\. +PORTSCOUT= limit:^5\.2\. .include Modified: head/devel/rubygem-actionview52/distinfo ============================================================================== --- head/devel/rubygem-actionview5/distinfo Sun Aug 25 16:35:14 2019 (r509804) +++ head/devel/rubygem-actionview52/distinfo Sun Aug 25 18:16:16 2019 (r509814) @@ -1,3 +1,3 @@ -TIMESTAMP = 1558292586 -SHA256 (rubygem/actionview-5.1.7.gem) = 871ca9cae0524e937543510104555c1e8d87f180b14ce0a03fe62c69012a5244 -SIZE (rubygem/actionview-5.1.7.gem) = 161792 +TIMESTAMP = 1566756750 +SHA256 (rubygem/actionview-5.2.3.gem) = 9064ef94411d98cf7c7cc0fb179319b92a880f51f8e0671cceaf8081dccb89ec +SIZE (rubygem/actionview-5.2.3.gem) = 162816 From owner-svn-ports-head@freebsd.org Sun Aug 25 18:16:45 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7B5B2E54D9; Sun, 25 Aug 2019 18:16:45 +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 46GjyP2fjtz4DJ0; Sun, 25 Aug 2019 18:16:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 22A70216F5; Sun, 25 Aug 2019 18:16:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7PIGip4081506; Sun, 25 Aug 2019 18:16:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7PIGiUq081503; Sun, 25 Aug 2019 18:16:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201908251816.x7PIGiUq081503@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 25 Aug 2019 18:16:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509815 - in head/devel: . rubygem-activejob52 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . rubygem-activejob52 X-SVN-Commit-Revision: 509815 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 18:16:45 -0000 Author: sunpoet Date: Sun Aug 25 18:16:44 2019 New Revision: 509815 URL: https://svnweb.freebsd.org/changeset/ports/509815 Log: Add rubygem-activejob52 5.2.3 (copied from rubygem-activejob5) Added: head/devel/rubygem-activejob52/ - copied from r508589, head/devel/rubygem-activejob5/ Modified: head/devel/Makefile head/devel/rubygem-activejob52/Makefile head/devel/rubygem-activejob52/distinfo Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Aug 25 18:16:16 2019 (r509814) +++ head/devel/Makefile Sun Aug 25 18:16:44 2019 (r509815) @@ -5388,6 +5388,7 @@ SUBDIR += rubygem-activejob4 SUBDIR += rubygem-activejob5 SUBDIR += rubygem-activejob50 + SUBDIR += rubygem-activejob52 SUBDIR += rubygem-activemessaging SUBDIR += rubygem-activerecord-deprecated_finders SUBDIR += rubygem-activesupport4 Modified: head/devel/rubygem-activejob52/Makefile ============================================================================== --- head/devel/rubygem-activejob5/Makefile Sun Aug 11 07:39:30 2019 (r508589) +++ head/devel/rubygem-activejob52/Makefile Sun Aug 25 18:16:44 2019 (r509815) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= activejob -PORTVERSION= 5.1.7 +PORTVERSION= 5.2.3 CATEGORIES= devel rubygems MASTER_SITES= RG -PKGNAMESUFFIX= 5 +PKGNAMESUFFIX= 52 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Job class declarations for a variety of queueing backends @@ -13,14 +13,14 @@ COMMENT= Job class declarations for a variety of queue LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-activesupport5>=${PORTVERSION}:devel/rubygem-activesupport5 \ - rubygem-globalid-rails5>=0.3.6:databases/rubygem-globalid-rails5 +RUN_DEPENDS= rubygem-activesupport52>=${PORTVERSION}:devel/rubygem-activesupport52 \ + rubygem-globalid-rails52>=0.3.6:databases/rubygem-globalid-rails52 USES= gem USE_RUBY= yes NO_ARCH= yes -PORTSCOUT= limit:^5\.1\. +PORTSCOUT= limit:^5\.2\. .include Modified: head/devel/rubygem-activejob52/distinfo ============================================================================== --- head/devel/rubygem-activejob5/distinfo Sun Aug 11 07:39:30 2019 (r508589) +++ head/devel/rubygem-activejob52/distinfo Sun Aug 25 18:16:44 2019 (r509815) @@ -1,3 +1,3 @@ -TIMESTAMP = 1558292590 -SHA256 (rubygem/activejob-5.1.7.gem) = f44a4691d7fca6b0f08c2dbd5c81110f428d5c8ade9c6a6b8e09c7984741a55c -SIZE (rubygem/activejob-5.1.7.gem) = 26112 +TIMESTAMP = 1566756751 +SHA256 (rubygem/activejob-5.2.3.gem) = faa055b4986b0d3183ebd8169d82ef491dc947e075e777af2f91ead557fc719f +SIZE (rubygem/activejob-5.2.3.gem) = 26112 From owner-svn-ports-head@freebsd.org Sun Aug 25 18:17:05 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EEB99E5514; Sun, 25 Aug 2019 18:17:05 +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 46Gjyn5zF3z4DNQ; Sun, 25 Aug 2019 18:17:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 94E59216F6; Sun, 25 Aug 2019 18:17:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7PIH5UJ081671; Sun, 25 Aug 2019 18:17:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7PIH5D7081668; Sun, 25 Aug 2019 18:17:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201908251817.x7PIH5D7081668@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 25 Aug 2019 18:17:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509816 - in head/databases: . rubygem-activerecord52 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/databases: . rubygem-activerecord52 X-SVN-Commit-Revision: 509816 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 18:17:06 -0000 Author: sunpoet Date: Sun Aug 25 18:17:04 2019 New Revision: 509816 URL: https://svnweb.freebsd.org/changeset/ports/509816 Log: Add rubygem-activerecord52 5.2.3 (copied from rubygem-activerecord5) Added: head/databases/rubygem-activerecord52/ - copied from r509728, head/databases/rubygem-activerecord5/ Modified: head/databases/Makefile head/databases/rubygem-activerecord52/Makefile head/databases/rubygem-activerecord52/distinfo Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Sun Aug 25 18:16:44 2019 (r509815) +++ head/databases/Makefile Sun Aug 25 18:17:04 2019 (r509816) @@ -907,6 +907,7 @@ SUBDIR += rubygem-activerecord4 SUBDIR += rubygem-activerecord5 SUBDIR += rubygem-activerecord50 + SUBDIR += rubygem-activerecord52 SUBDIR += rubygem-after_commit_queue SUBDIR += rubygem-amalgalite SUBDIR += rubygem-arel Modified: head/databases/rubygem-activerecord52/Makefile ============================================================================== --- head/databases/rubygem-activerecord5/Makefile Sat Aug 24 16:03:18 2019 (r509728) +++ head/databases/rubygem-activerecord52/Makefile Sun Aug 25 18:17:04 2019 (r509816) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= activerecord -PORTVERSION= 5.1.7 +PORTVERSION= 5.2.3 CATEGORIES= databases rubygems MASTER_SITES= RG -PKGNAMESUFFIX= 5 +PKGNAMESUFFIX= 52 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Object-relational mapping layer for Rails MVC Framework @@ -13,15 +13,15 @@ COMMENT= Object-relational mapping layer for Rails MVC LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-activemodel5>=${PORTVERSION}:databases/rubygem-activemodel5 \ - rubygem-activesupport5>=${PORTVERSION}:devel/rubygem-activesupport5 \ - rubygem-arel8>=8.0,1<9,1:databases/rubygem-arel8 +RUN_DEPENDS= rubygem-activemodel52>=${PORTVERSION}:databases/rubygem-activemodel52 \ + rubygem-activesupport52>=${PORTVERSION}:devel/rubygem-activesupport52 \ + rubygem-arel>=9.0:databases/rubygem-arel USES= gem USE_RUBY= yes NO_ARCH= yes -PORTSCOUT= limit:^5\.1\. +PORTSCOUT= limit:^5\.2\. .include Modified: head/databases/rubygem-activerecord52/distinfo ============================================================================== --- head/databases/rubygem-activerecord5/distinfo Sat Aug 24 16:03:18 2019 (r509728) +++ head/databases/rubygem-activerecord52/distinfo Sun Aug 25 18:17:04 2019 (r509816) @@ -1,3 +1,3 @@ -TIMESTAMP = 1558292583 -SHA256 (rubygem/activerecord-5.1.7.gem) = 5a1f4bf7b5e5c05a3e21e9207f1336eab026b3dfd794a37eeee4a4c81cfe8544 -SIZE (rubygem/activerecord-5.1.7.gem) = 355840 +TIMESTAMP = 1566756751 +SHA256 (rubygem/activerecord-5.2.3.gem) = fc6ef79f341d32b5690a7cb5a26245c33c3d2e4a7c99bb7d1c0089549c19c034 +SIZE (rubygem/activerecord-5.2.3.gem) = 357376 From owner-svn-ports-head@freebsd.org Sun Aug 25 18:17:27 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 42454E5580; Sun, 25 Aug 2019 18:17:27 +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 46GjzC13qpz4DT3; Sun, 25 Aug 2019 18:17:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1B859216F7; Sun, 25 Aug 2019 18:17:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7PIHQax081833; Sun, 25 Aug 2019 18:17:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7PIHQkj081831; Sun, 25 Aug 2019 18:17:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201908251817.x7PIHQkj081831@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 25 Aug 2019 18:17:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509817 - in head/www: . rubygem-actionpack52 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/www: . rubygem-actionpack52 X-SVN-Commit-Revision: 509817 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 18:17:27 -0000 Author: sunpoet Date: Sun Aug 25 18:17:26 2019 New Revision: 509817 URL: https://svnweb.freebsd.org/changeset/ports/509817 Log: Add rubygem-actionpack52 5.2.3 (copied from rubygem-actionpack5) Added: head/www/rubygem-actionpack52/ - copied from r508589, head/www/rubygem-actionpack5/ Modified: head/www/Makefile head/www/rubygem-actionpack52/Makefile head/www/rubygem-actionpack52/distinfo Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Aug 25 18:17:04 2019 (r509816) +++ head/www/Makefile Sun Aug 25 18:17:26 2019 (r509817) @@ -1947,6 +1947,7 @@ SUBDIR += rubygem-actionpack4 SUBDIR += rubygem-actionpack5 SUBDIR += rubygem-actionpack50 + SUBDIR += rubygem-actionpack52 SUBDIR += rubygem-activeresource4 SUBDIR += rubygem-activeresource5 SUBDIR += rubygem-acts-as-taggable-on Modified: head/www/rubygem-actionpack52/Makefile ============================================================================== --- head/www/rubygem-actionpack5/Makefile Sun Aug 11 07:39:30 2019 (r508589) +++ head/www/rubygem-actionpack52/Makefile Sun Aug 25 18:17:26 2019 (r509817) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= actionpack -PORTVERSION= 5.1.7 +PORTVERSION= 5.2.3 CATEGORIES= www rubygems MASTER_SITES= RG -PKGNAMESUFFIX= 5 +PKGNAMESUFFIX= 52 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Action Controller and Action View of Rails MVC Framework @@ -13,11 +13,11 @@ COMMENT= Action Controller and Action View of Rails MV LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-actionview5>=${PORTVERSION}:devel/rubygem-actionview5 \ - rubygem-activesupport5>=${PORTVERSION}:devel/rubygem-activesupport5 \ +RUN_DEPENDS= rubygem-actionview52>=${PORTVERSION}:devel/rubygem-actionview52 \ + rubygem-activesupport52>=${PORTVERSION}:devel/rubygem-activesupport52 \ rubygem-rack>=2.0:www/rubygem-rack \ rubygem-rack-test>=0.6.3:www/rubygem-rack-test \ - rubygem-rails-dom-testing-rails5>=2.0:textproc/rubygem-rails-dom-testing-rails5 \ + rubygem-rails-dom-testing-rails52>=2.0:textproc/rubygem-rails-dom-testing-rails52 \ rubygem-rails-html-sanitizer>=1.0.2:textproc/rubygem-rails-html-sanitizer USES= gem @@ -25,6 +25,6 @@ USE_RUBY= yes NO_ARCH= yes -PORTSCOUT= limit:^5\.1\. +PORTSCOUT= limit:^5\.2\. .include Modified: head/www/rubygem-actionpack52/distinfo ============================================================================== --- head/www/rubygem-actionpack5/distinfo Sun Aug 11 07:39:30 2019 (r508589) +++ head/www/rubygem-actionpack52/distinfo Sun Aug 25 18:17:26 2019 (r509817) @@ -1,3 +1,3 @@ -TIMESTAMP = 1558292602 -SHA256 (rubygem/actionpack-5.1.7.gem) = a2406a8346f95294ad9342c1535e2cc4f04e7c084e71359bae224650581bd17f -SIZE (rubygem/actionpack-5.1.7.gem) = 207360 +TIMESTAMP = 1566756751 +SHA256 (rubygem/actionpack-5.2.3.gem) = 81830a59e18d7570386a01bb332538ddf0926b5ed7566646ef608a78825751e8 +SIZE (rubygem/actionpack-5.2.3.gem) = 211968 From owner-svn-ports-head@freebsd.org Sun Aug 25 18:17:44 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 15AFBE55F8; Sun, 25 Aug 2019 18:17:44 +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 46GjzW6wtmz4DYX; Sun, 25 Aug 2019 18:17:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CF972216F8; Sun, 25 Aug 2019 18:17:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7PIHhB6081996; Sun, 25 Aug 2019 18:17:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7PIHhr7081991; Sun, 25 Aug 2019 18:17:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201908251817.x7PIHhr7081991@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 25 Aug 2019 18:17:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509818 - in head/devel: . rubygem-sprockets-rails-rails52 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . rubygem-sprockets-rails-rails52 X-SVN-Commit-Revision: 509818 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 18:17:44 -0000 Author: sunpoet Date: Sun Aug 25 18:17:43 2019 New Revision: 509818 URL: https://svnweb.freebsd.org/changeset/ports/509818 Log: Add rubygem-sprockets-rails-rails52 3.2.1 (copied from rubygem-sprockets-rails-rails5) Added: head/devel/rubygem-sprockets-rails-rails52/ - copied from r508589, head/devel/rubygem-sprockets-rails-rails5/ Modified: head/devel/Makefile head/devel/rubygem-sprockets-rails-rails52/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Aug 25 18:17:26 2019 (r509817) +++ head/devel/Makefile Sun Aug 25 18:17:43 2019 (r509818) @@ -5967,6 +5967,7 @@ SUBDIR += rubygem-sprockets-rails SUBDIR += rubygem-sprockets-rails-rails5 SUBDIR += rubygem-sprockets-rails-rails50 + SUBDIR += rubygem-sprockets-rails-rails52 SUBDIR += rubygem-sprockets-sass SUBDIR += rubygem-sprockets3 SUBDIR += rubygem-spruz Modified: head/devel/rubygem-sprockets-rails-rails52/Makefile ============================================================================== --- head/devel/rubygem-sprockets-rails-rails5/Makefile Sun Aug 11 07:39:30 2019 (r508589) +++ head/devel/rubygem-sprockets-rails-rails52/Makefile Sun Aug 25 18:17:43 2019 (r509818) @@ -5,16 +5,16 @@ PORTNAME= sprockets-rails PORTVERSION= 3.2.1 CATEGORIES= devel rubygems MASTER_SITES= RG -PKGNAMESUFFIX= -rails5 +PKGNAMESUFFIX= -rails52 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Sprockets Rails integration LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-actionpack5>=4.0:www/rubygem-actionpack5 \ - rubygem-activesupport5>=4.0:devel/rubygem-activesupport5 \ +RUN_DEPENDS= rubygem-actionpack52>=4.0:www/rubygem-actionpack52 \ + rubygem-activesupport52>=4.0:devel/rubygem-activesupport52 \ rubygem-sprockets3>=3.0.0:devel/rubygem-sprockets3 USES= gem From owner-svn-ports-head@freebsd.org Sun Aug 25 18:17:57 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D683DE567D; Sun, 25 Aug 2019 18:17:57 +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 46Gjzn5LbKz4Ddx; Sun, 25 Aug 2019 18:17:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 99C41216F9; Sun, 25 Aug 2019 18:17:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7PIHv2P082153; Sun, 25 Aug 2019 18:17:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7PIHvVg082151; Sun, 25 Aug 2019 18:17:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201908251817.x7PIHvVg082151@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 25 Aug 2019 18:17:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509819 - in head/mail: . rubygem-actionmailer52 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/mail: . rubygem-actionmailer52 X-SVN-Commit-Revision: 509819 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 18:17:57 -0000 Author: sunpoet Date: Sun Aug 25 18:17:56 2019 New Revision: 509819 URL: https://svnweb.freebsd.org/changeset/ports/509819 Log: Add rubygem-actionmailer52 5.2.3 (copied from rubygem-actionmailer5) Added: head/mail/rubygem-actionmailer52/ - copied from r508589, head/mail/rubygem-actionmailer5/ Modified: head/mail/Makefile head/mail/rubygem-actionmailer52/Makefile head/mail/rubygem-actionmailer52/distinfo Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Sun Aug 25 18:17:43 2019 (r509818) +++ head/mail/Makefile Sun Aug 25 18:17:56 2019 (r509819) @@ -607,6 +607,7 @@ SUBDIR += rubygem-actionmailer4 SUBDIR += rubygem-actionmailer5 SUBDIR += rubygem-actionmailer50 + SUBDIR += rubygem-actionmailer52 SUBDIR += rubygem-email_reply_parser SUBDIR += rubygem-email_reply_parser-discourse SUBDIR += rubygem-email_reply_trimmer Modified: head/mail/rubygem-actionmailer52/Makefile ============================================================================== --- head/mail/rubygem-actionmailer5/Makefile Sun Aug 11 07:39:30 2019 (r508589) +++ head/mail/rubygem-actionmailer52/Makefile Sun Aug 25 18:17:56 2019 (r509819) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= actionmailer -PORTVERSION= 5.1.7 +PORTVERSION= 5.2.3 CATEGORIES= mail rubygems MASTER_SITES= RG -PKGNAMESUFFIX= 5 +PKGNAMESUFFIX= 52 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Easy email delivery and testing for Ruby @@ -13,17 +13,17 @@ COMMENT= Easy email delivery and testing for Ruby LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-actionpack5>=${PORTVERSION}:www/rubygem-actionpack5 \ - rubygem-actionview5>=${PORTVERSION}:devel/rubygem-actionview5 \ - rubygem-activejob5>=${PORTVERSION}:devel/rubygem-activejob5 \ +RUN_DEPENDS= rubygem-actionpack52>=${PORTVERSION}:www/rubygem-actionpack52 \ + rubygem-actionview52>=${PORTVERSION}:devel/rubygem-actionview52 \ + rubygem-activejob52>=${PORTVERSION}:devel/rubygem-activejob52 \ rubygem-mail>=2.5.4:mail/rubygem-mail \ - rubygem-rails-dom-testing-rails5>=2.0:textproc/rubygem-rails-dom-testing-rails5 + rubygem-rails-dom-testing-rails52>=2.0:textproc/rubygem-rails-dom-testing-rails52 USES= gem USE_RUBY= yes NO_ARCH= yes -PORTSCOUT= limit:^5\.1\. +PORTSCOUT= limit:^5\.2\. .include Modified: head/mail/rubygem-actionmailer52/distinfo ============================================================================== --- head/mail/rubygem-actionmailer5/distinfo Sun Aug 11 07:39:30 2019 (r508589) +++ head/mail/rubygem-actionmailer52/distinfo Sun Aug 25 18:17:56 2019 (r509819) @@ -1,3 +1,3 @@ -TIMESTAMP = 1558292597 -SHA256 (rubygem/actionmailer-5.1.7.gem) = f053e043f0e83b7758b56af7fe21aa3ab2f61787e2edc6a1198acc8d3645fbbe -SIZE (rubygem/actionmailer-5.1.7.gem) = 29184 +TIMESTAMP = 1566756751 +SHA256 (rubygem/actionmailer-5.2.3.gem) = 8a6fbf3f52243cdc194c289a417856355899bcc99ec2868300a2b26f40f58a96 +SIZE (rubygem/actionmailer-5.2.3.gem) = 29184 From owner-svn-ports-head@freebsd.org Sun Aug 25 18:18:49 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3E077E58C2; Sun, 25 Aug 2019 18:18:49 +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 46Gk0n0xlKz4DsX; Sun, 25 Aug 2019 18:18: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 021B0216FB; Sun, 25 Aug 2019 18:18: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 x7PIIm4j082515; Sun, 25 Aug 2019 18:18:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7PIIm0G082512; Sun, 25 Aug 2019 18:18:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201908251818.x7PIIm0G082512@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 25 Aug 2019 18:18:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509821 - in head/www: . rubygem-actioncable52 rubygem-actioncable52/files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/www: . rubygem-actioncable52 rubygem-actioncable52/files X-SVN-Commit-Revision: 509821 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 18:18:49 -0000 Author: sunpoet Date: Sun Aug 25 18:18:48 2019 New Revision: 509821 URL: https://svnweb.freebsd.org/changeset/ports/509821 Log: Add rubygem-actioncable52 5.2.3 (copied from rubygem-actioncable5) Added: head/www/rubygem-actioncable52/ - copied from r508589, head/www/rubygem-actioncable5/ Deleted: head/www/rubygem-actioncable52/files/ Modified: head/www/Makefile head/www/rubygem-actioncable52/Makefile head/www/rubygem-actioncable52/distinfo Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Aug 25 18:18:30 2019 (r509820) +++ head/www/Makefile Sun Aug 25 18:18:48 2019 (r509821) @@ -1944,6 +1944,7 @@ SUBDIR += rubygem-ace-rails-ap SUBDIR += rubygem-actioncable5 SUBDIR += rubygem-actioncable50 + SUBDIR += rubygem-actioncable52 SUBDIR += rubygem-actionpack4 SUBDIR += rubygem-actionpack5 SUBDIR += rubygem-actionpack50 Modified: head/www/rubygem-actioncable52/Makefile ============================================================================== --- head/www/rubygem-actioncable5/Makefile Sun Aug 11 07:39:30 2019 (r508589) +++ head/www/rubygem-actioncable52/Makefile Sun Aug 25 18:18:48 2019 (r509821) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= actioncable -PORTVERSION= 5.1.7 +PORTVERSION= 5.2.3 CATEGORIES= www rubygems MASTER_SITES= RG -PKGNAMESUFFIX= 5 +PKGNAMESUFFIX= 52 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Integrated WebSockets for Rails @@ -13,7 +13,7 @@ COMMENT= Integrated WebSockets for Rails LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-actionpack5>=${PORTVERSION}:www/rubygem-actionpack5 \ +RUN_DEPENDS= rubygem-actionpack52>=${PORTVERSION}:www/rubygem-actionpack52 \ rubygem-nio4r>=2.0:devel/rubygem-nio4r \ rubygem-websocket-driver>=0.6.1:www/rubygem-websocket-driver @@ -22,6 +22,6 @@ USE_RUBY= yes NO_ARCH= yes -PORTSCOUT= limit:^5\.1\. +PORTSCOUT= limit:^5\.2\. .include Modified: head/www/rubygem-actioncable52/distinfo ============================================================================== --- head/www/rubygem-actioncable5/distinfo Sun Aug 11 07:39:30 2019 (r508589) +++ head/www/rubygem-actioncable52/distinfo Sun Aug 25 18:18:48 2019 (r509821) @@ -1,3 +1,3 @@ -TIMESTAMP = 1558292599 -SHA256 (rubygem/actioncable-5.1.7.gem) = c344a1b4edd4108b93b341343106e73466d8bbf0a79c926a62c74f6b22984ec1 -SIZE (rubygem/actioncable-5.1.7.gem) = 41472 +TIMESTAMP = 1566756751 +SHA256 (rubygem/actioncable-5.2.3.gem) = 755e335b8b064592717157057a647ba1c4d519be2a912f11c3993e8d5c4e8d13 +SIZE (rubygem/actioncable-5.2.3.gem) = 41472 From owner-svn-ports-head@freebsd.org Sun Aug 25 18:19:02 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 54052E58D9; Sun, 25 Aug 2019 18:19:02 +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 46Gk121GTzz4Dxp; Sun, 25 Aug 2019 18:19:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0F0DA216FC; Sun, 25 Aug 2019 18:19:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7PIJ1kP082676; Sun, 25 Aug 2019 18:19:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7PIJ1in082673; Sun, 25 Aug 2019 18:19:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201908251819.x7PIJ1in082673@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 25 Aug 2019 18:19:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509822 - in head/www: . rubygem-railties52 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/www: . rubygem-railties52 X-SVN-Commit-Revision: 509822 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 18:19:02 -0000 Author: sunpoet Date: Sun Aug 25 18:19:01 2019 New Revision: 509822 URL: https://svnweb.freebsd.org/changeset/ports/509822 Log: Add rubygem-railties52 5.2.3 (copied from rubygem-railties5) Added: head/www/rubygem-railties52/ - copied from r508589, head/www/rubygem-railties5/ Modified: head/www/Makefile head/www/rubygem-railties52/Makefile head/www/rubygem-railties52/distinfo Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Aug 25 18:18:48 2019 (r509821) +++ head/www/Makefile Sun Aug 25 18:19:01 2019 (r509822) @@ -2143,6 +2143,7 @@ SUBDIR += rubygem-railties4 SUBDIR += rubygem-railties5 SUBDIR += rubygem-railties50 + SUBDIR += rubygem-railties52 SUBDIR += rubygem-raindrops SUBDIR += rubygem-ramaze SUBDIR += rubygem-raphael-rails Modified: head/www/rubygem-railties52/Makefile ============================================================================== --- head/www/rubygem-railties5/Makefile Sun Aug 11 07:39:30 2019 (r508589) +++ head/www/rubygem-railties52/Makefile Sun Aug 25 18:19:01 2019 (r509822) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= railties -PORTVERSION= 5.1.7 +PORTVERSION= 5.2.3 CATEGORIES= www rubygems MASTER_SITES= RG -PKGNAMESUFFIX= 5 +PKGNAMESUFFIX= 52 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Rails internals bootup, plugins, generators, and rake tasks @@ -13,11 +13,11 @@ COMMENT= Rails internals bootup, plugins, generators, LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-actionpack5>=${PORTVERSION}:www/rubygem-actionpack5 \ - rubygem-activesupport5>=${PORTVERSION}:devel/rubygem-activesupport5 \ +RUN_DEPENDS= rubygem-actionpack52>=${PORTVERSION}:www/rubygem-actionpack52 \ + rubygem-activesupport52>=${PORTVERSION}:devel/rubygem-activesupport52 \ rubygem-method_source>=0:devel/rubygem-method_source \ rubygem-rake>=0.8.7:devel/rubygem-rake \ - rubygem-thor>=0.18.1:devel/rubygem-thor + rubygem-thor>=0.19.0:devel/rubygem-thor USES= gem USE_RUBY= yes @@ -26,8 +26,8 @@ NO_ARCH= yes PLIST_FILES= bin/rails -CONFLICTS_INSTALL= rubygem-railties4 rubygem-railties50 rubygem-railties52 +CONFLICTS_INSTALL= rubygem-railties4 rubygem-railties5 rubygem-railties50 -PORTSCOUT= limit:^5\.1\. +PORTSCOUT= limit:^5\.2\. .include Modified: head/www/rubygem-railties52/distinfo ============================================================================== --- head/www/rubygem-railties5/distinfo Sun Aug 11 07:39:30 2019 (r508589) +++ head/www/rubygem-railties52/distinfo Sun Aug 25 18:19:01 2019 (r509822) @@ -1,3 +1,3 @@ -TIMESTAMP = 1558292606 -SHA256 (rubygem/railties-5.1.7.gem) = c874ebb682f628cfe075c3b9762d3b2ff1a04585c25a2f4eb3840c4b29d73e72 -SIZE (rubygem/railties-5.1.7.gem) = 228864 +TIMESTAMP = 1566756751 +SHA256 (rubygem/railties-5.2.3.gem) = 042388decffb47dab796e4ddb30a2d615047d7c334de7fe47208545e1677c9be +SIZE (rubygem/railties-5.2.3.gem) = 236032 From owner-svn-ports-head@freebsd.org Sun Aug 25 18:19:19 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 85AC8E592B; Sun, 25 Aug 2019 18:19:19 +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 46Gk1M32ktz4F3C; Sun, 25 Aug 2019 18:19:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4B8DD216FD; Sun, 25 Aug 2019 18:19:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7PIJJ1Y082823; Sun, 25 Aug 2019 18:19:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7PIJIgm082820; Sun, 25 Aug 2019 18:19:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201908251819.x7PIJIgm082820@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 25 Aug 2019 18:19:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509823 - in head/devel: . rubygem-coffee-rails-rails52 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . rubygem-coffee-rails-rails52 X-SVN-Commit-Revision: 509823 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 18:19:19 -0000 Author: sunpoet Date: Sun Aug 25 18:19:18 2019 New Revision: 509823 URL: https://svnweb.freebsd.org/changeset/ports/509823 Log: Add rubygem-coffee-rails-rails52 4.2.2 (copied from rubygem-coffee-rails-rails5) Added: head/devel/rubygem-coffee-rails-rails52/ - copied from r508589, head/devel/rubygem-coffee-rails-rails5/ Modified: head/devel/Makefile head/devel/rubygem-coffee-rails-rails52/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Aug 25 18:19:01 2019 (r509822) +++ head/devel/Makefile Sun Aug 25 18:19:18 2019 (r509823) @@ -5481,6 +5481,7 @@ SUBDIR += rubygem-coercible SUBDIR += rubygem-coffee-rails-rails5 SUBDIR += rubygem-coffee-rails-rails50 + SUBDIR += rubygem-coffee-rails-rails52 SUBDIR += rubygem-coffee-rails4 SUBDIR += rubygem-coffee-rails41 SUBDIR += rubygem-coffee-script Modified: head/devel/rubygem-coffee-rails-rails52/Makefile ============================================================================== --- head/devel/rubygem-coffee-rails-rails5/Makefile Sun Aug 11 07:39:30 2019 (r508589) +++ head/devel/rubygem-coffee-rails-rails52/Makefile Sun Aug 25 18:19:18 2019 (r509823) @@ -5,7 +5,7 @@ PORTNAME= coffee-rails PORTVERSION= 4.2.2 CATEGORIES= devel rubygems MASTER_SITES= RG -PKGNAMESUFFIX= -rails5 +PKGNAMESUFFIX= -rails52 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Coffee Script adapter for the Rails asset pipeline @@ -14,7 +14,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-coffee-script>=2.2.0:devel/rubygem-coffee-script \ - rubygem-railties5>=4.0.0:www/rubygem-railties5 + rubygem-railties52>=4.0.0:www/rubygem-railties52 USES= gem USE_RUBY= yes From owner-svn-ports-head@freebsd.org Sun Aug 25 18:19:39 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C47DDE595F; Sun, 25 Aug 2019 18:19:39 +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 46Gk1l4ldxz4F7T; Sun, 25 Aug 2019 18:19:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 84E49216FE; Sun, 25 Aug 2019 18:19:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7PIJdPp082974; Sun, 25 Aug 2019 18:19:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7PIJd9M082972; Sun, 25 Aug 2019 18:19:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201908251819.x7PIJd9M082972@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 25 Aug 2019 18:19:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509824 - in head/devel: . rubygem-web-console-rails52 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . rubygem-web-console-rails52 X-SVN-Commit-Revision: 509824 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 18:19:39 -0000 Author: sunpoet Date: Sun Aug 25 18:19:38 2019 New Revision: 509824 URL: https://svnweb.freebsd.org/changeset/ports/509824 Log: Add rubygem-web-console-rails52 3.7.0 (copied from rubygem-web-console-rails5) Added: head/devel/rubygem-web-console-rails52/ - copied from r508635, head/devel/rubygem-web-console-rails5/ Modified: head/devel/Makefile head/devel/rubygem-web-console-rails52/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Aug 25 18:19:18 2019 (r509823) +++ head/devel/Makefile Sun Aug 25 18:19:38 2019 (r509824) @@ -6062,6 +6062,7 @@ SUBDIR += rubygem-wdm SUBDIR += rubygem-web-console-rails5 SUBDIR += rubygem-web-console-rails50 + SUBDIR += rubygem-web-console-rails52 SUBDIR += rubygem-web-console2 SUBDIR += rubygem-webby SUBDIR += rubygem-webfinger Modified: head/devel/rubygem-web-console-rails52/Makefile ============================================================================== --- head/devel/rubygem-web-console-rails5/Makefile Sun Aug 11 16:47:27 2019 (r508635) +++ head/devel/rubygem-web-console-rails52/Makefile Sun Aug 25 18:19:38 2019 (r509824) @@ -4,7 +4,7 @@ PORTNAME= web-console PORTVERSION= 3.7.0 CATEGORIES= devel rubygems MASTER_SITES= RG -PKGNAMESUFFIX= -rails5 +PKGNAMESUFFIX= -rails52 MAINTAINER= ruby@FreeBSD.org COMMENT= Debugging tool for your Ruby on Rails applications @@ -12,10 +12,10 @@ COMMENT= Debugging tool for your Ruby on Rails applica LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-activemodel5>=5.0:databases/rubygem-activemodel5 \ - rubygem-actionview5>=5.0:devel/rubygem-actionview5 \ +RUN_DEPENDS= rubygem-activemodel52>=5.0:databases/rubygem-activemodel52 \ + rubygem-actionview52>=5.0:devel/rubygem-actionview52 \ rubygem-bindex>=0.4.0:devel/rubygem-bindex \ - rubygem-railties5>=5.0:www/rubygem-railties5 + rubygem-railties52>=5.0:www/rubygem-railties52 USES= gem USE_RUBY= yes From owner-svn-ports-head@freebsd.org Sun Aug 25 18:20:29 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 78A0AE5A28; Sun, 25 Aug 2019 18:20:29 +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 46Gk2j23Fmz4FJ1; Sun, 25 Aug 2019 18:20:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 292B121703; Sun, 25 Aug 2019 18:20:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7PIKTID083197; Sun, 25 Aug 2019 18:20:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7PIKSr6083195; Sun, 25 Aug 2019 18:20:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201908251820.x7PIKSr6083195@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 25 Aug 2019 18:20:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509825 - in head/www: . rubygem-responders-rails52 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/www: . rubygem-responders-rails52 X-SVN-Commit-Revision: 509825 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 18:20:29 -0000 Author: sunpoet Date: Sun Aug 25 18:20:28 2019 New Revision: 509825 URL: https://svnweb.freebsd.org/changeset/ports/509825 Log: Add rubygem-responders-rails52 3.0.0 (copied from rubygem-responders-rails5) Added: head/www/rubygem-responders-rails52/ - copied from r508589, head/www/rubygem-responders-rails5/ Modified: head/www/Makefile head/www/rubygem-responders-rails52/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Aug 25 18:19:38 2019 (r509824) +++ head/www/Makefile Sun Aug 25 18:20:28 2019 (r509825) @@ -2159,6 +2159,7 @@ SUBDIR += rubygem-redmine_acts_as_taggable_on SUBDIR += rubygem-responders SUBDIR += rubygem-responders-rails5 + SUBDIR += rubygem-responders-rails52 SUBDIR += rubygem-responders2-rails5 SUBDIR += rubygem-rest-client SUBDIR += rubygem-rfacebook Modified: head/www/rubygem-responders-rails52/Makefile ============================================================================== --- head/www/rubygem-responders-rails5/Makefile Sun Aug 11 07:39:30 2019 (r508589) +++ head/www/rubygem-responders-rails52/Makefile Sun Aug 25 18:20:28 2019 (r509825) @@ -5,7 +5,7 @@ PORTNAME= responders PORTVERSION= 3.0.0 CATEGORIES= www rubygems MASTER_SITES= RG -PKGNAMESUFFIX= -rails5 +PKGNAMESUFFIX= -rails52 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Simple Ruby DSL for making HTTP requests @@ -13,8 +13,8 @@ COMMENT= Simple Ruby DSL for making HTTP requests LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-actionpack5>=5.0:www/rubygem-actionpack5 \ - rubygem-railties5>=5.0:www/rubygem-railties5 +RUN_DEPENDS= rubygem-actionpack52>=5.0:www/rubygem-actionpack52 \ + rubygem-railties52>=5.0:www/rubygem-railties52 USES= gem USE_RUBY= yes From owner-svn-ports-head@freebsd.org Sun Aug 25 18:18:31 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B8201E58B7; Sun, 25 Aug 2019 18:18:31 +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 46Gk0R4SWyz4Dn6; Sun, 25 Aug 2019 18:18:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7AC2D216FA; Sun, 25 Aug 2019 18:18:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7PIIVgv082345; Sun, 25 Aug 2019 18:18:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7PIIUSW082342; Sun, 25 Aug 2019 18:18:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201908251818.x7PIIUSW082342@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 25 Aug 2019 18:18:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509820 - in head/net: . rubygem-activestorage52 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/net: . rubygem-activestorage52 X-SVN-Commit-Revision: 509820 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 18:18:31 -0000 Author: sunpoet Date: Sun Aug 25 18:18:30 2019 New Revision: 509820 URL: https://svnweb.freebsd.org/changeset/ports/509820 Log: Add rubygem-activestorage52 5.2.3 Active Storage makes it simple to upload and reference files in cloud services like Amazon S3, Google Cloud Storage, or Microsoft Azure Storage, and attach those files to Active Records. Supports having one main service and mirrors in other services for redundancy. It also provides a disk service for testing or local deployments, but the focus is on cloud storage. Files can be uploaded from the server to the cloud or directly from the client to the cloud. Image files can furthermore be transformed using on-demand variants for quality, aspect ratio, size, or any other MiniMagick supported transformation. WWW: https://rubyonrails.org/ Added: head/net/rubygem-activestorage52/ head/net/rubygem-activestorage52/Makefile (contents, props changed) head/net/rubygem-activestorage52/distinfo (contents, props changed) head/net/rubygem-activestorage52/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sun Aug 25 18:17:56 2019 (r509819) +++ head/net/Makefile Sun Aug 25 18:18:30 2019 (r509820) @@ -1199,6 +1199,7 @@ SUBDIR += rtpbreak SUBDIR += rtpproxy SUBDIR += rtptools + SUBDIR += rubygem-activestorage52 SUBDIR += rubygem-amazon-ec2 SUBDIR += rubygem-amq-protocol SUBDIR += rubygem-amqp Added: head/net/rubygem-activestorage52/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-activestorage52/Makefile Sun Aug 25 18:18:30 2019 (r509820) @@ -0,0 +1,27 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= activestorage +PORTVERSION= 5.2.3 +CATEGORIES= net rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 52 + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Attach cloud and local files in Rails applications + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE + +RUN_DEPENDS= rubygem-actionpack52>=${PORTVERSION}:www/rubygem-actionpack52 \ + rubygem-activerecord52>=${PORTVERSION}:databases/rubygem-activerecord52 \ + rubygem-marcel>=0.3.1:devel/rubygem-marcel + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +PORTSCOUT= limit:^5\.2\. + +.include Added: head/net/rubygem-activestorage52/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-activestorage52/distinfo Sun Aug 25 18:18:30 2019 (r509820) @@ -0,0 +1,3 @@ +TIMESTAMP = 1566756751 +SHA256 (rubygem/activestorage-5.2.3.gem) = 53eafa1e02a3c99367ffdf81e6f0f337a7d456e1a85e14cf182e702c6f343a12 +SIZE (rubygem/activestorage-5.2.3.gem) = 44032 Added: head/net/rubygem-activestorage52/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-activestorage52/pkg-descr Sun Aug 25 18:18:30 2019 (r509820) @@ -0,0 +1,13 @@ +Active Storage makes it simple to upload and reference files in cloud services +like Amazon S3, Google Cloud Storage, or Microsoft Azure Storage, and attach +those files to Active Records. Supports having one main service and mirrors in +other services for redundancy. It also provides a disk service for testing or +local deployments, but the focus is on cloud storage. + +Files can be uploaded from the server to the cloud or directly from the client +to the cloud. + +Image files can furthermore be transformed using on-demand variants for quality, +aspect ratio, size, or any other MiniMagick supported transformation. + +WWW: https://rubyonrails.org/ From owner-svn-ports-head@freebsd.org Sun Aug 25 18:23:42 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B8116E5EDA; Sun, 25 Aug 2019 18:23:42 +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 46Gk6Q3yJsz4Fq8; Sun, 25 Aug 2019 18:23:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6B0A8218BA; Sun, 25 Aug 2019 18:23:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7PINgsq088697; Sun, 25 Aug 2019 18:23:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7PINgLF088695; Sun, 25 Aug 2019 18:23:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201908251823.x7PINgLF088695@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 25 Aug 2019 18:23:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509826 - in head/textproc: . rubygem-sass-rails-rails52 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/textproc: . rubygem-sass-rails-rails52 X-SVN-Commit-Revision: 509826 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 18:23:42 -0000 Author: sunpoet Date: Sun Aug 25 18:23:41 2019 New Revision: 509826 URL: https://svnweb.freebsd.org/changeset/ports/509826 Log: Add rubygem-sass-rails-rails52 5.0.7 (copied from rubygem-sass-rails-rails5) Added: head/textproc/rubygem-sass-rails-rails52/ - copied from r509804, head/textproc/rubygem-sass-rails-rails5/ Modified: head/textproc/Makefile head/textproc/rubygem-sass-rails-rails52/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sun Aug 25 18:20:28 2019 (r509825) +++ head/textproc/Makefile Sun Aug 25 18:23:41 2019 (r509826) @@ -1621,6 +1621,7 @@ SUBDIR += rubygem-sass-rails-rails4 SUBDIR += rubygem-sass-rails-rails5 SUBDIR += rubygem-sass-rails-rails50 + SUBDIR += rubygem-sass-rails-rails52 SUBDIR += rubygem-sass32 SUBDIR += rubygem-sass34 SUBDIR += rubygem-sassc Modified: head/textproc/rubygem-sass-rails-rails52/Makefile ============================================================================== --- head/textproc/rubygem-sass-rails-rails5/Makefile Sun Aug 25 16:35:14 2019 (r509804) +++ head/textproc/rubygem-sass-rails-rails52/Makefile Sun Aug 25 18:23:41 2019 (r509826) @@ -5,7 +5,7 @@ PORTNAME= sass-rails PORTVERSION= 5.0.7 CATEGORIES=